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 28 Feb 2025

Top Fidelity Investments Interview Questions and Answers

View all 47 questions

Fidelity Investments Interview Experiences

Popular Designations

103 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Projects done in previous companies.
  • Q2. Basic Classical ML questions, bagging boosting, evaluation metrics etc

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (10)

Data Engineer Interview Questions & Answers

user image Meghashree R

posted on 19 Oct 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Coding Test 

Data structure and algorithms

Round 3 - Technical 

(1 Question)

  • Q1. Java, SQL questions
Round 4 - HR 

(1 Question)

  • Q1. Casual talk about roles

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Simple aptitude questions that cover fundamental concepts.

Round 2 - Coding Test 

Moderate difficulty level questions in data structure and algorithms.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from cv and everything mentioned in jd

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Talked about previous experience in detail.
  • Q2. Asked some case studies regarding their products

Interview Preparation Tips

Interview preparation tips for other job seekers - I expected the first round to be technical, but it turned out to be causal one on one. Didn't exactly understand what they are expecting from the candidate.

Lead Data Analyst Interview Questions asked at other Companies

Q1. 1.Difference between loc and iloc in pandas. SQL queries 2.Pivot the table. 3.find the cummaltive sum of orders till the current day. Scenario based questions like - How will you address decline in revenue. Be prepared with key metrics rega... read more
View answer (1)

Fidelity Investments interview questions for popular designations

 Software Engineer

 (16)

 Software Developer

 (7)

 Intern

 (6)

 Lead Software Engineer

 (5)

 Apprentice

 (4)

 Senior Software Engineer

 (4)

 Analyst

 (3)

 Associate

 (2)

Interb Interview Questions & Answers

user image Anonymous

posted on 30 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Oops,quantitative,sql, little networks

Round 2 - Technical 

(1 Question)

  • Q1. Java,oops,sql joins
Round 3 - HR 

(1 Question)

  • Q1. General hr, you in 5 years

Get interview-ready with Top Fidelity Investments Interview Questions

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

Easy English MCQ test - on campus

Round 2 - Coding Test 

Online DSA test - BODMAS and Matrix problem

Executive Graduate Trainee Interview Questions asked at other Companies

Q1. How you deal with angry truck drivers who transfer the concrete load?
View answer (1)

Jobs at Fidelity Investments

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Asked about data structures

Round 2 - Coding Test 

Asked about java programmes

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a passionate software developer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Passionate about coding and problem-solving

  • Answered by AI
  • Q2. Are you ready to relocate
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am willing to relocate for the right job opportunity that aligns with my career goals.

    • I have experience moving for previous jobs and am comfortable with the process.

    • I am excited about the possibility of exploring a new city or country and experiencing a different culture.

  • Answered by AI

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java OOPS concepts abstract class vs interface
  • Q2. SQL query to find duplicate values
  • Ans. 

    Use GROUP BY and HAVING clause to find duplicate values in SQL.

    • Use GROUP BY clause to group the data based on the column you want to check for duplicates.

    • Use HAVING clause to filter out groups that have more than one entry, indicating duplicates.

    • Example: SELECT column_name, COUNT(*) FROM table_name GROUP BY column_name HAVING COUNT(*) > 1;

  • Answered by AI

Skills evaluated in this interview

Full Stack Engineer Interview Questions asked at other Companies

Q1. Find All SubsetsYou are given an array ‘arr’ of ‘N’ distinct integers. Your task is to find all the non-empty subsets of the array. Note: You can return the subsets in any order, you don’t have to specifically sort them.   Input Form... read more
View answer (2)

Intern Interview Questions & Answers

user image Anonymous

posted on 6 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude test was taken and i cleared it

Round 2 - One-on-one 

(2 Questions)

  • Q1. Please introduce your self
  • Q2. Walk me through your resume

Top Fidelity Investments Intern Interview Questions and Answers

Q1. A person accesses and inserts data into Database. What should he do so that his changes are visible to others?
View answer (1)

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

SWE Intern Interview Questions & Answers

user image Anonymous

posted on 7 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Two Sum LeetCode Problem

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.

Tell us how to improve this page.

Fidelity Investments Interview Process

based on 82 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.9
 • 568 Interviews
Goldman Sachs Interview Questions
3.5
 • 408 Interviews
UBS Interview Questions
3.9
 • 339 Interviews
Morgan Stanley Interview Questions
3.7
 • 308 Interviews
Bank of America Interview Questions
4.3
 • 237 Interviews
Blackrock Interview Questions
3.8
 • 100 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 925 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 925 Reviews and Ratings
Apprenticeship Trainee

Chennai,

Bangalore / Bengaluru

₹ 3.25-3.5 LPA

Explore more jobs
Lead Software Engineer
964 salaries
unlock blur

₹12 L/yr - ₹36 L/yr

Software Engineer
902 salaries
unlock blur

₹7 L/yr - ₹22 L/yr

Process Specialist
296 salaries
unlock blur

₹3.4 L/yr - ₹7.2 L/yr

Principal Software Engineer
227 salaries
unlock blur

₹17.4 L/yr - ₹55 L/yr

Senior Process Specialist
186 salaries
unlock blur

₹4 L/yr - ₹9.2 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