Candidatei-me por meio de uma faculdade ou universidade. Fui entrevistado pela KPIT Technologies (Bengaluru) em ago. de 2023
Entrevista
An assessment test with 2 coding questions followed by 1 technical and 1 HR interview. I answered all questions but in last I ask my HR a question that why was the downfall faced by kpit at the time of COVID ,and that's the negative point on which she didn't selected me.So, be positive in your interviews and ask only positive questions.
Perguntas de entrevista [1]
Pergunta 1
Data abstraction? What you know in Java? Oops concepts? Projects?
Fiz uma entrevista na empresa KPIT Technologies (Pune).
Entrevista
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
Perguntas de entrevista [1]
Pergunta 1
A question to read the file and compare it's content
Fiz uma entrevista na empresa KPIT Technologies (Pune).
Entrevista
. 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.
Fiz uma entrevista na empresa KPIT Technologies (Bengaluru).
Entrevista
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
Perguntas de entrevista [1]
Pergunta 1
Everything about your college that you mentioned in resume