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?
basic programming questions were asked.
basic aptitude questions were asked.
2 programming questions were asked.
hr round is also pretty simple.
it is very seamless process and very quick.
Results are out in 1 day
I applied through university. The process took 1 day. I interviewed at AudIntel (Hyderābād) in Oct 2024
Interview
It was a campus drive . which had screening test for elimination. It was a online test which consisted 3 sections 50 q of aptitude, 20 technical and 2 coding questions.
Interview questions [1]
Question 1
coding question :
A is mapped to 164th prime number and Z is to 189th prime number
number for input string for each letter get the corresponding prime number and add all letters mapping then, try summing all the digits of the number until you get single digit
input :string
output: single digitnumber