J'ai postulé en ligne. J'ai passé un entretien chez Lenovo (Research Triangle Park, NC) en avr. 2024
Entretien
Hacker rank 2 question test with 60 minutes to do both. Medium to hard difficulty level questions about data structures and algorithms. Followed by an interview with a recruiter after completing the hacker rank test.
Questions d'entretien [1]
Question 1
Tell me about a time you were working in a group how would you and your group members handle the problems you were faced with?
Le processus a pris 2 semaines. J'ai passé un entretien chez Lenovo (Morrisville, NC) en avr. 2023
Entretien
There were three rounds. First round was introductory in which they asked me about my experiences as stated in my resume and how can my skills be useful to them. Second was technical coding round where I was asked a couple of questions based on binary search, strings, dynamic memory allocation and so on. The third one was behavioral consisting of questions on different work scenarios including my strengths and weaknesses.
Questions d'entretien [1]
Question 1
Technical Coding Questions:
1. Reverse a string in place along with the complexities
2. Given an array with numbers arranged in increasing order, find the position of the given query number. Draw the recursion tree if done by binary search.