J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 5 jours. J'ai passé un entretien chez KPIT Technologies (Pune) en nov. 2024
Entretien
My job interview process was a multi-stage assessment that tested various skills, from technical knowledge to problem-solving and communication abilities. The first round was an online test consisting of multiple-choice questions (MCQs) on electronics and embedded systems, along with aptitude-based questions. After successfully clearing this round, I proceeded to the coding test, where I had to solve two programming problems. Following this, a gamified assessment and verbal reasoning test were conducted to evaluate my logical thinking and communication skills. The final round was an AI-based interview, where I had to respond to questions asked by an AI system, assessing my technical proficiency and behavioral responses.
Questions d'entretien [1]
Question 1
They asked about my project, where I explained how the 6-DOF robotic manipulator works, its object detection using YOLOv8, and the collision avoidance method. Additionally, I was evaluated on my software development skills, including my proficiency in programming languages, problem-solving approach.
J'ai passé un entretien chez KPIT Technologies (Pune)
Entretien
The interview process at KPIT Technologies was straightforward. The interviewer first asked me to introduce myself and then moved directly to coding questions. I was asked to solve problems and I wrote the solutions in Python and explained the logic behind my code. The focus was mainly on problem-solving ability and understanding of the approach.Also they asked about your project
Questions d'entretien [1]
Question 1
A question to read the file and compare it's content
J'ai passé un entretien chez KPIT Technologies (Pune)
Entretien
. What is the approach to finding the frequency of elements using a map-based solution?
Ans. Use a map to count occurrences of each element in an array efficiently.
Initialize an empty map (or dictionary) to store element frequencies.
Iterate through the array, updating the count for each element in the map.
Example: For array [1, 2, 2, 3], the map will be {1: 1, 2: 2, 3: 1}.
After processing, the map contains the frequency of each unique element.
This approach has a time complexity of O(n) and space complexity of O(k), where k is the number of unique elements.
J'ai passé un entretien chez KPIT Technologies (Bengaluru)
Entretien
Easy to medium level difficulty question you must mention whatever you actually know in your resume don’t lie their
And focus on whatever written in your resume
Interviews will ask from resume only
Questions d'entretien [1]
Question 1
Everything about your college that you mentioned in resume