I attended the first round and they asked me basic questions about myself and some questions about the project nad past employment further they ask me questions related to machine learning and the data processing
I applied through university. I interviewed at Jio
Interview
The interview was about computer science related questions. I was asked questions from various topics such as DBMS, OOPS and Data structures. Though all the questions were theoretical, they conducted a coding interview where I was asked to do coding lively.
Every interview had me introduce myself at the beginning. Then they would ask me about all the projects / internships I mentioned in my resume. This was followed by sharing my screen and solving one or two coding problems.
Interview questions [1]
Question 1
My contribution towards the projects in my resume.
The coding problems vary from person to person but it is mostly based on implementing sorting and searching algorithms. Problems using dictionaries have also been asked.
An example would be: "Given an unsorted array of integers, find the second largest number" (Not allowed to use in-built sorting functions)