did you have any problem where you were not able to complete the task and how did you take it
Software Engineer Summer Intern Interview Questions
12,247 software engineer summer intern interview questions shared by candidates
- different between http and https
Having milions of points with coordinates (x,y), how would you find points that are at distance at most d from the point given X, Y for every query?
"Given an array of integers, return the indices of the two numbers that add up to a specific target." Example: Input: nums = [2, 7, 11, 15], target = 9 Output: [0, 1] Explanation: nums[0] + nums[1] = 2 + 7 = 9
GM:1(called as AA ) :: Given a character array of consisting of A-Z characters , i had to replace a series of characters in the following manner :AAAABBCCC to be replaced by 4A2B3C.
how to check if a string of difeerent parantheses is valid or not
In interview they asked from my resume and project. Some question from dsa like duplicate element in an array and 3 sum.
Can you explain a project where you solved a difficult problem?
I was asked about different joins in SQL and to work out an example of these joins. They asked of what experience I gained in all the years of my college. They wanted to see if I was consistent throughout. They we talked about my project. My project was AES Cipher of Cryptography. The interviewer was not that much comfortable with Cryptography so the questions were just inquisitive and not that hard. They also asked what is the need of functions in Object Oriented Programming. Rest questions were of easy level and pertaining to CS Subjects. I was not selected for HR Round unfortunately. Our profiles didn't match I think.
DSA question: given an integer n, we have to print all possible valid parenthesis strings of length 2n.
Viewing 1731 - 1740 interview questions