I applied through university. I interviewed at Bajaj Finance (Pune) in Aug 2024
Interview
Completely online
3 phase interview
Asked mostly data science and aiml questions
No HR interview
One aptitude round
One technical MCQ round
One technical interview
Interviewer was patient and did not rush
Interview questions [1]
Question 1
Describe the projects that you have done over the course of college
Aptitude of 60 mins with 45 question and then technical interview with some dsa question, sql queries, projects and technology have worked on. Sql medium to difficult queries. Cloud technologies. Analytical questions
I applied through university. The process took 3 days. I interviewed at Bajaj Finance (Pune)
Interview
First, there's an Aptitude and coding exam covering basic Data Structures and Algorithms questions. Following that, a technical interview is scheduled, focusing on:
SQL concepts including DDL, DML, and window operations.
PySpark concepts and implementing User Defined Functions (UDFs) with examples.
Machine Learning concepts and implementation on given scenario (Descriptive)
Interviewers typically guide through questions, so if you get stuck, don't worry. Try to solve by asking questions, demonstrating your problem-solving approach, which is crucial in real-world scenarios.
Interview questions [1]
Question 1
Write code to add digits of whole number
Example:
Given number: 121
Answer:4
Given number: 9
Answer: 9