Status - B.Tech from Tier 1 college
Position - SDE-1 in a healthcare startup
HR reached out to me directly on call and scheduled the interview
Round 1 (Coding interview)
- A brief introduction and deep discussion on my past projects. Asked a lot of cross questions which I was able to answer. However I think they are specifically looking for a specific thing and wants to know how I implemented that part
- https://leetcode.com/problems/squares-of-a-sorted-array/description/ . I started with the brute approach and later on explained the optimised approach. The interviewer was satisifed and asked me to write the code in python. I told that I am not confident writing the code in python and will be able to write the code in C/C++. They said since they are specifically looking for python developers, therefore I had to write the code in python. After a lot of difficulties, I was able to write the code in python but both me and the interviewer was not satisfied with the code
After the interview I got the mail stated that I was rejected. I guess the main reason was due to me not able to write the code in python properly
Hope it will help others.