Initial apply over website and then face to face initial interview. No recruiter contact, only via email. After a good first round no further communication received. No feedback or confirmation of acceptance to another round or rejection.
Basic questions about resume. Easy-mid Leet code Data structure questions. Two sum kind of type questions were asked. Also you have to work for some behavioral questins too. All in all it was a good experience i think.
Interview questions [1]
Question 1
find the two unique number in array that sums y. (two sum)
I applied through a recruiter. I interviewed at Qualcomm
Interview
21-2-25, 2 rounds are conducted virtually, one after other. Hacker rank coding platform is used to test skills in live. Interview revolved around SQL, DSA. Software engineer Software engineer Software engineer Software engineer Software engineer Software engineer
Interview questions [1]
Question 1
1st round-
1-SQL- There is a student table with student id and other params, get alternative ids as output.
2- SQL- There is a Orders table, which has customer_id, order_id and etc. get customer_id who placed maximum orders, if its equal get lexiographically smallest customer_id
3- https://leetcode.com/problems/minimum-add-to-make-parentheses-valid/description/ - same but bracket ‘(’ can be added to ‘)’ to make valid, not vice versa, if not possible return -1
4- Longest common subsequence problem
5- Didnt asked to code for this question, just the logic- https://leetcode.com/problems/course-schedule/description/
2nd round:
1-Sql indexes and types of indexes, stored procedures, disadvantage of having too many non clustered index.
2-If a table has many unnecessary columns, which is not used for retrieval(like for indexing), but should present in db, how will u change the format.
3-Gave a scenario of data, asked to design tables and relations. Student has multiple phone numbers, and can take multiple subjects
4-Asked to get phone numbers of the student, who took subject as Maths.
5-Asked to create classes and its object for scenario, Directory, each directory has folders, and each folders has files. A folder obj is passed to a function print all the files and subsequent files.