Status: 1 plus YOE, Software Engineer, renowned MNC
Position: SDE1 at Microsoft
Location: Noida
Month: November
1st Round: Technical Interview on Codility (1 hour):
- Behavioral questions
Discussion on previous Job experience
Challenges faced and how dealt with it.
- Algorithm question
- Given an array of ages. Arrange them in 3 different ranges[ 0-18, 60+, 19-60 ]
eg: 23, 1, 78, 17, 61, 45, O/P: 1, 17, 78, 61, 23, 45.
----> Provided O(n) time and constant space solution
- https://leetcode.com/problems/kth-missing-positive-number/
2nd Round: Technical on Codility (1 hour):
- Behavioral questions
Discussion on previous Job experience
Challenges faced and how dealt with it.
-
- Project Discussion
- Given raw data, find all the website links and separate them.
Discussion on various solutions possible.
Did some code on Codility for it's different solutions.
Result: Reject.
PS:
- was told by HR that I would be asked low level and high level design questions but experience in second round was really bad. Only one open ended question asked and then nothing else of design...:(