Tip 1: Prepare DSA well, and I personally recommend Coding Ninjas for interview preparation.
Tip 2: Be confident and relaxed during the interview.
Tip 3: Revise your projects, including how they work and what their functionalities are.
Tip 1: Keep your resume short, ideally to one page, and mention all the skills in which you are confident.
Tip 2: Do not include false information on your resume.
In the assessment, the round had 50 questions based on Python and OOPs. It was conducted on the Zoom video call platform.
Technical interviewer questions based on projects, OOP, and Python were asked. I was rejected in the interview because they wanted expertise in Machine Learning and Data Science.



1. All the elements are in the range 0 to N - 1.
2. The elements may not be in sorted order.
3. You can return the duplicate elements in any order.
4. If there are no duplicates present then return an empty array.



You must write an algorithm whose time complexity is O(LogN)

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?