I applied online. The process took 4 weeks. I interviewed at Fidelity Investments in Oct 2022
Interview
One phone interview , then one technical interview on zoom. Asked both questions about programming and personal questions. It felt more like a conversation than an interview. Asked my favorite programming language and they asked me questions about that (python) then questions about Java and object oriented programming.
Interview questions [2]
Question 1
What is the difference of a list and a tuple in python?
first, there was a 30min introductory phone call where they asked about previous projects and interest in the company. next, there was a round involving technical and behavioral questions. the interviewer was kind and amicable.
Interview questions [1]
Question 1
what do you know about fidelity and why do you want to work here>
I applied through an employee referral. I interviewed at Fidelity Investments (Richardson, TX) in Oct 2025
Interview
Behavioral phone screening then in person technical interview. Technical interview was conducted with 2 different interviewers in separate rooms. 1st interview was with a branch manager who asked more detailed behavioral questions and the 2nd was a developer who asked technical questions based on resume.
Interview questions [1]
Question 1
Write a select statement that displays unique records of *attribute* in *table_name*
I applied online. The process took 3 weeks. I interviewed at Fidelity Investments in Jan 2025
Interview
It was one round online. This interview consisted of 4 things. They first asked me some OOP related questions(Encapsulation, Inheritance, Polymorphism, Abstraction), then asked me an SQL question( you should know things like Inner join), asked me a simple leetcode problem, and then showed me some front end code and asked me to explain what it means(They can ask about some backend code)
Interview questions [1]
Question 1
Select all the info from the table EmployeeInfo where the position in the EmpolyeePosition table is manager. The id that both tables have is EMP_ID.