Upload Button Icon Add office photos

Fidelity Investments

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Fidelity Investments Interview Questions, Process, and Tips

Updated 11 Mar 2025

Top Fidelity Investments Interview Questions and Answers

View all 47 questions

Fidelity Investments Interview Experiences

Popular Designations

105 interviews found

Interview Questionnaire 

1 Question

  • Q1. Design patterns, architecute based questions, some questions on .net and .net core

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

I was interviewed in Jun 2021.

Interview Questionnaire 

1 Question

  • Q1. About Selenium API core java

Interview Preparation Tips

Interview preparation tips for other job seekers - About Selenium core java rest api

Lead QA Engineer Interview Questions asked at other Companies

Q1. Display special characters in given string Find all permutation of given string
View answer (1)
Fidelity Investments Interview Questions and Answers for Freshers
illustration image

I applied via Job Portal and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mainframe basic questions in all concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - It was smooth interview process. But long notice period is a problem here.

Top Fidelity Investments Software Engineer Interview Questions and Answers

Q1. 1. What is difference between spring and spring boot? 2. Write code for singleton class in Java? 3. What is Marker interface? 4. What is concurrent hash map and how does it work? 5. How will you address performance issues in sql or oracle? ... read more
View answer (2)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)

I applied via Naukri.com and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 1. What is difference between spring and spring boot? 2. Write code for singleton class in Java? 3. What is Marker interface? 4. What is concurrent hash map and how does it work? 5. How will you address pe...
  • Ans. 

    Sample interview questions for Software Engineer position

    • Spring vs Spring Boot

    • Singleton class in Java

    • Marker interface

    • Concurrent Hash Map

    • Performance issues in SQL/Oracle

    • Mapping in Hibernate ORM

    • Spring Boot application execution

    • Difference between PUT and POST methods

    • Authentication in Java application

    • Controller class structure in notepad

    • Scope of Spring bean

    • URL structure and parts

    • Difference between Java and JavaScript

    • Applic...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. What is GDP of the company? What are the latest features of Java 8? Write Java code snippet to count number of 1s, 2s, 3s in an array [1,2,2,3,3,4,4,1,2,3] Write functional programming code to iterate over...
  • Ans. 

    Interview questions for Software Engineer position

    • GDP is not relevant to the Software Engineer position

    • Java 8 features include lambda expressions, streams, and default methods

    • Java code snippet: use a HashMap to count occurrences of each number

    • Functional programming code: use forEach or map method to iterate over list

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why you? What is your greatest weakness and what you do to it? When you are under extreme stress, what makes you focus your deliverables? Are you ok to relocate? Are you ok to commute long distances?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and candid during your interviews. It’s ok to lose a few interviews, but be yourself and true self.

Skills evaluated in this interview

Top Fidelity Investments Software Engineer Interview Questions and Answers

Q1. 1. What is difference between spring and spring boot? 2. Write code for singleton class in Java? 3. What is Marker interface? 4. What is concurrent hash map and how does it work? 5. How will you address performance issues in sql or oracle? ... read more
View answer (2)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)

Fidelity Investments interview questions for popular designations

 Software Engineer

 (16)

 Software Developer

 (7)

 Intern

 (6)

 Lead Software Engineer

 (5)

 Senior Software Engineer

 (4)

 Apprentice

 (4)

 Analyst

 (3)

 Executive Graduate Trainee

 (2)

Interview Questionnaire 

1 Question

  • Q1. Factory facade design patterns
  • Ans. 

    Factory facade design patterns are used to provide a simplified interface to a complex system of classes.

    • Facade pattern provides a unified interface to a set of interfaces in a subsystem.

    • It hides the complexities of the system and provides an easy-to-use interface.

    • Examples include Java's JDBC API, which provides a simplified interface to interact with databases.

    • Another example is the jQuery library, which provides a si...

  • Answered by AI

Skills evaluated in this interview

Top Fidelity Investments Software Engineer Interview Questions and Answers

Q1. 1. What is difference between spring and spring boot? 2. Write code for singleton class in Java? 3. What is Marker interface? 4. What is concurrent hash map and how does it work? 5. How will you address performance issues in sql or oracle? ... read more
View answer (2)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)

Get interview-ready with Top Fidelity Investments Interview Questions

Interview Questionnaire 

2 Questions

  • Q1. Where are you from ?
  • Q2. How are you ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well.

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

Jobs at Fidelity Investments

View all

I applied via Naukri.com and was interviewed before Mar 2021. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Explain protractor framework 2. What is package lock file ? 3. Difference between === and == in JS 4. A javascript program to reverse a number
  • Ans. 

    Answers to technical questions for Lead Software Engineer position

    • Protractor is an end-to-end testing framework for AngularJS applications

    • Package lock file is used to lock the version of dependencies installed in a project

    • === checks for both value and type equality while == checks for value equality only

    • function reverseNumber(num) { return parseInt(num.toString().split('').reverse().join('')) }

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. 1. Program to swap two numbers without using temp 2. Encapsulation in java with example
  • Ans. 

    Program to swap two numbers without using temp and encapsulation in Java with example

    • Use XOR operator to swap two numbers without using temp variable

    • Encapsulation is a mechanism to hide data and methods from outside world

    • Example: private variables with public getter and setter methods

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Managerial discussion of aspirations
Round 4 - HR 

(7 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Q2. Why are you looking for a change?
  • Q3. What are your salary expectations?
  • Q4. What is your family background?
  • Q5. Share details of your previous job.
  • Q6. What are your strengths and weaknesses?
  • Q7. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Getting resumes shortlisted is tricky else interview are ok okay

Lead Software Engineer Interview Questions asked at other Companies

Q1. Square Root with Decimal Precision Problem Statement You are provided with two integers, 'N' and 'D'. Your objective is to determine the square root of the number 'N' with a precision up to 'D' decimal places. This implies that the discrepa... read more
View answer (1)

I applied via Campus Placement and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Coding Test 

2 moderate data structure problems

Round 2 - Technical 

(2 Questions)

  • Q1. Write the code for Fibonacci series
  • Ans. 

    Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.

    • Declare variables for first two numbers of the series

    • Use a loop to generate the series by adding the previous two numbers

    • Store the series in an array or print each number as it is generated

  • Answered by AI
  • Q2. Write a SQL joining two tables on a key column
  • Ans. 

    Join two tables on a key column using SQL

    • Use the JOIN keyword followed by the name of the second table

    • Specify the key column in both tables using the ON keyword

    • Choose the type of join (INNER, LEFT, RIGHT, FULL) based on your requirement

  • Answered by AI
Round 3 - HR 

(6 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. What are your salary expectations?
  • Q3. What is your family background?
  • Q4. Why should we hire you?
  • Q5. Where do you see yourself in 5 years?
  • Q6. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at OOPS concepts.
Data structures is required only to clear the initial coding round.
SQL knowledge is essential for the interview.

Skills evaluated in this interview

Top Fidelity Investments Software Engineer Interview Questions and Answers

Q1. 1. What is difference between spring and spring boot? 2. Write code for singleton class in Java? 3. What is Marker interface? 4. What is concurrent hash map and how does it work? 5. How will you address performance issues in sql or oracle? ... read more
View answer (2)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)

Analyst Interview Questions & Answers

user image Anonymous

posted on 26 Jul 2022

I applied via Recruitment Consulltant and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test having general question

Round 2 - Technical 

(1 Question)

  • Q1. They will ask questions for unix shell scripting

Interview Preparation Tips

Interview preparation tips for other job seekers - They will ask general questions about unix and to write a unix shell script

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)

I applied via Referral and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They asked about cics,db2 and mq.

Interview Preparation Tips

Interview preparation tips for other job seekers - Get a good technical knowledge

Principal Consultant Interview Questions asked at other Companies

Q1. Have you worked on Business Rules and functions of Business Rules?
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

Fidelity Investments Interview FAQs

How many rounds are there in Fidelity Investments interview?
Fidelity Investments interview process usually has 2-3 rounds. The most common rounds in the Fidelity Investments interview process are Technical, One-on-one Round and HR.
How to prepare for Fidelity Investments interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Fidelity Investments. The most common topics and skills that interviewers at Fidelity Investments expect are AWS, SQL, Java, Python and Software Engineering.
What are the top questions asked in Fidelity Investments interview?

Some of the top questions asked at the Fidelity Investments interview -

  1. 1. What is difference between spring and spring boot? 2. Write code for singlet...read more
  2. find and replace words in a file using shell scripting. add an index in the beg...read more
  3. Have you used Junit? What is the difference between SQl and NoSQl Databases? ha...read more
How long is the Fidelity Investments interview process?

The duration of Fidelity Investments interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

SALARIES

Fidelity Investments

INTERVIEWS

Fidelity Investments

No Interviews

INTERVIEWS

Deloitte

10 top interview questions

SALARIES

McDermott International

SALARIES

L&T Construction

JOBS

Nuvoco Vistas

No Jobs

SALARIES

Jacobs Engineering Group

JOBS

ArcelorMittal Nippon Steel

No Jobs

Tell us how to improve this page.

Fidelity Investments Interview Process

based on 85 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.9
 • 564 Interviews
Goldman Sachs Interview Questions
3.5
 • 376 Interviews
UBS Interview Questions
3.9
 • 331 Interviews
Morgan Stanley Interview Questions
3.7
 • 291 Interviews
Bank of America Interview Questions
4.3
 • 235 Interviews
Blackrock Interview Questions
3.8
 • 99 Interviews
Charles Schwab Interview Questions
4.2
 • 8 Interviews
Vanguard Interview Questions
4.1
 • 1 Interview
View all

Fidelity Investments Reviews and Ratings

based on 937 reviews

4.2/5

Rating in categories

3.9

Skill development

4.2

Work-life balance

3.9

Salary

4.2

Job security

4.2

Company culture

3.5

Promotions

3.8

Work satisfaction

Explore 937 Reviews and Ratings
Apprenticeship Trainee

Chennai,

Bangalore / Bengaluru

₹ 3.25-3.5 LPA

Explore more jobs
Lead Software Engineer
967 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
896 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Process Specialist
288 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Principal Software Engineer
229 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Process Specialist
192 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Fidelity Investments with

Vanguard

4.1
Compare

Blackrock

3.8
Compare

Charles Schwab

4.2
Compare

JPMorgan Chase & Co.

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent