I applied through college or university. The process took 1 day. I interviewed at KPIT Technologies (Islāmpur, Maharashtra) in Dec 2024
Interview
I am from 2025 passout batch. I appeared for KPIT through Campus placements. It was a one day drive. On the day first of all a Pre-Placement Talk was conducted. Then we attended the Online Assessment in collge labs itself under supervision. The OA consisted of 20 Domain Specific Questions (Usually based on your branch and not what path you chose while applying). Then there was a essay round. Then there was Verbal, Gaming round that had 2 games, Data Interpretation and a psychometric type test. Also included 2 coding questions the languages available were depending on branch {Java/Python} OR {C/CPP}. After this students were shortlisted based on the scores for next round which was AI based interview.
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
Interview questions [1]
Question 1
A question to read the file and compare it's content
. 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.
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
Interview questions [1]
Question 1
Everything about your college that you mentioned in resume