Tip 1 : Prepare DSA well and I personally recommend Coding Ninjas and GeeksForGeeks for interview preparation.
Tip 2 : Be confident & relaxed during the interview.
Tip 3 : Do revise your projects i.e how it works and what are its functionalities.
Tip 1 : Make your resume short and try to make it one page only and mention all the skills that you are confident in.
Tip 2 : Do not put false things on your resume.
In the assessment, the round had 50 questions based on Python and OOPS. It was on the Zoom Video call Platform.
Technical Interviewer Questions based on Project, OOPS, and Python were asked. I was rejected in the Interview because they wanted Machine Learning and Data Science.
1. Compare x with the middle element.
2. If x matches with the middle element, we return the mid index.
3. Else If x is greater than the mid element, then x can only lie in the right half subarray after the mid element. So we recur for the right half.
4. Else (x is smaller) recur for the left half.
Thank you so much for sharingWow, I am so grateful for the valuable insights you shared with me. Your knowledge and experience are truly impressive, and I appreciate you taking the time to share them with me. Your generosity and willingness to help others is truly inspiring, and I feel lucky to have had the opportunity to learn from you. Thank you again for your kindness and expertise - I look ...