For a summer internship of a 3rd year CSE student, it was one technical round and one HR round. Technical round was a deep dive of your resume and your projects and some basic CS concepts of DSA and OS.
Interview questions [1]
Question 1
Why did you implement an SVM based ML model for your app?
I applied through college or university. I interviewed at Fidelity Investments (Gurgaon, Haryana)
Interview
The OA was easy , nothing extraordinary basic dsa, core cs fundamentals were focused on, good experience , easy 1 dsa question . The interview was ML focused, many people were also rejected in the hr round
The internship interview process consisted of two rounds: a technical round followed by an HR round. In the technical round, I was asked questions related to data structures and algorithms, as well as topics based on my resume.
The interview began with introductions, followed by questions about my projects. Then, core OOP concepts were discussed. I was given a coding question on hashing: checking if all elements of Set 1 exist in Set 2.
Interview questions [1]
Question 1
there are 2 sets of elements find whether elements of set 1 also exists in set 2.