I applied through university. The process took 1 day. I interviewed at AudIntel
Interview
The interview process was comprehensive and consisted of multiple stages. Initially, there was an aptitude test followed by a set of coding questions. The aptitude questions were relatively straightforward, focusing on logical reasoning and problem-solving skills. The coding questions were simple but required a clear understanding of basic algorithms and data structures, such as iterating over arrays and strings.
After the technical assessment, the interview transitioned into a more in-depth discussion about my previous projects. I was asked to elaborate on the key features and functionalities I had implemented, as well as my specific role and responsibilities in the projects. This part of the interview allowed me to showcase my technical knowledge, problem-solving ability, and experience with real-world applications.
The interview also included some classic problem-solving questions, such as reversing a string and a data structure problem involving identifying a uniquely weighted ball among identical ones. This question tested my ability to think critically and apply logical reasoning to solve the problem efficiently.
Overall, the process was challenging but fair, and it provided a great opportunity to demonstrate both my technical skills and my ability to communicate complex concepts effectively.
Interview questions [1]
Question 1
The interview process was somewhat lengthy. The aptitude and coding questions were relatively simple, such as iterating over an array or a string. During the interview round, the focus shifted to my project experience. They asked about the specific implementations and my role in the project.No code is asked only how did you implement like library or basic idea. Additionally, they asked a basic string reversal question and a data structure problem: Given six balls of equal weight and a seventh ball with a different weight, how would you identify the seventh ball, considering all the balls look identical and cannot be distinguished by sight?