Upload Button Icon Add office photos

Fidelity Investments

Compare button icon Compare button icon Compare

Filter interviews by

Fidelity Investments Executive Graduate Trainee Interview Questions and Answers

Updated 29 Aug 2024

Fidelity Investments Executive Graduate Trainee Interview Experiences

2 interviews found

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

Interview Questionnaire 

1 Question

  • Q1. Technical + HR Inteview

Interview Preparation Tips

Round: Test
Experience: Aptitude test was fairly simple.
Tips: Aptitude from the internet and practise. Basic Maths and Analytics. Data Structures. Probability. Pattern recognition.

Round: Other Interview
Tips: Statistical languages like R and softwares like Informatica. SQL and Web development are added bonus.

General Tips: Confidence and thinking on your toes. They will ask you anaytical questions. So, speak out what you are thinking. They will judge your approach and attitude towards the problem, even if the answer is not what they expected.
Skills:
College Name: NIT Surathkal

Executive Graduate Trainee Interview Questions Asked at Other Companies

Q1. How do you handle angry truck drivers who are delivering a concre ... read more
Q2. What testing processes are needed for the material?
asked in LTIMindtree
Q3. What is encapsulation?
asked in LTIMindtree
Q4. What is a trigger?
Q5. Discuss kpi and OEE.

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Fidelity Investments?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview before Sep 2020.

Round 1 - Face to Face 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

It was in the day time. I was asked the programming language of my choice. It was mostly focused on programming fundamentals. I was asked 2 questions based on Data Structures and Algorithms.

  • Q1. How can you detect a loop in a linked list?
  • Ans. 

    A loop in a linked list can be detected using Floyd's Cycle Detection Algorithm.

    • Use two pointers - slow and fast, where slow moves one step at a time and fast moves two steps at a time.

    • If there is a loop, the two pointers will eventually meet at some point within the loop.

    • To detect the start of the loop, reset one pointer to the head and move both pointers one step at a time until they meet again.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

This round was mostly focused on my resume and projects.

  • Q1. Tell me about your projects.
  • Ans. 

    I worked on several projects, including a web app for task management and a machine learning model for sentiment analysis.

    • Developed a task management web app using React and Node.js, allowing users to create, update, and delete tasks.

    • Implemented a machine learning model using Python and scikit-learn to analyze customer reviews and predict sentiment.

    • Created a personal portfolio website to showcase my projects and skills...

  • Answered by AI
Round 3 - Face to Face 

Round duration - 30 minutes
Round difficulty - Easy

It was in the evening. I went to their office in Gurgaon. It was taken by one of the technology director who had a lot of experience. 
 

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Bharati Vidyapeeth's College of Engineering. I applied for the job as SDE - 1 in GurgaonAmerican Express interview preparation:Topics to prepare for the interview - Data structures and algorithms, Object-Oriented Programming System concepts, Database Management System, Operating System, Networking.Time required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Do practice a lot of data structures questions as mostly questions in interviews are based on them. Also, do prepare for projects mentioned in your resume and skills which you have mentioned. Coding ninjas has a big hand in making my interview clear as I have taken a course from the coding Ninjas which helped me a lot to make my concepts clear.

Application resume tips for other job seekers

Keep it short and crisp. Go through it properly before the interview. Make sure that you haven't put anything in it that can cause you problems during the interview.

Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview in May 2017.

Interview Questionnaire 

6 Questions

  • Q1. Can string class be extended
  • Ans. 

    Yes, the string class can be extended in most programming languages.

    • Inheritance can be used to extend the functionality of the string class.

    • By creating a new class that inherits from the string class, additional methods and properties can be added.

    • Extending the string class allows for customization and adding specific functionality to strings.

    • Example: In Python, the string class can be extended by creating a new class ...

  • Answered by AI
  • Q2. What are the implecit object in JSP
  • Ans. 

    Implicit objects in JSP are predefined objects that are available for use without any declaration or initialization.

    • Implicit objects in JSP include request, response, session, application, out, config, pageContext, page, exception, and others.

    • These objects provide access to various aspects of the JSP environment and can be used to perform common tasks.

    • For example, the request object allows access to HTTP request parame...

  • Answered by AI
  • Q3. How does hash map works
  • Ans. 

    A hash map is a data structure that uses a hash function to map keys to values.

    • Hash map stores key-value pairs

    • It uses a hash function to compute an index for each key

    • Collisions can occur when two keys hash to the same index

    • Hash maps provide fast access to values based on their keys

  • Answered by AI
  • Q4. Difference between string buffer and string builder
  • Ans. 

    StringBuffer and StringBuilder are both used to manipulate strings, but StringBuffer is thread-safe while StringBuilder is not.

    • StringBuffer is synchronized, making it safe for use in multi-threaded environments.

    • StringBuilder is not synchronized, making it faster but not thread-safe.

    • StringBuffer is preferred when multiple threads are involved, while StringBuilder is preferred for single-threaded scenarios.

    • Both classes p...

  • Answered by AI
  • Q5. What is MVC
  • Q6. What are the annotation used in RESTFULL web services
  • Ans. 

    Annotations used in RESTful web services

    • 1. @Path - Specifies the URI path for the resource

    • 2. @GET - Specifies that the method handles HTTP GET requests

    • 3. @POST - Specifies that the method handles HTTP POST requests

    • 4. @PUT - Specifies that the method handles HTTP PUT requests

    • 5. @DELETE - Specifies that the method handles HTTP DELETE requests

    • 6. @PathParam - Binds the value of a URI template parameter to a method paramete...

  • Answered by AI

Interview Preparation Tips

Skills: Java Application Development

Skills evaluated in this interview

Interview Questionnaire 

8 Questions

  • Q1. A nimbu paani wala spends all of his daily income on his daily expenditure except only as much as would enable him to conduct equal business on the next day. He now wants to aim at starting to save for the...
  • Ans. 

    Advise the nimbu paani wala on how to start saving for the future.

    • Encourage him to set a savings goal and create a budget to achieve it.

    • Suggest he start small by saving a small percentage of his daily income.

    • Recommend he explore investment options to grow his savings over time.

    • Remind him to continue setting aside enough money for his daily expenses.

    • Provide resources or education on financial literacy to help him make i...

  • Answered by AI
  • Q2. An IT sector multinational wants to expand its business into more countries. Suggest a strategy. This was the question given in the VC round by the Partner. It was followed by a lot of numerical and qualit...
  • Ans. 

    To expand into more countries, the IT sector multinational can adopt a market entry strategy that includes market research, partnerships, localization, and scalability.

    • Conduct thorough market research to identify potential countries for expansion

    • Establish strategic partnerships with local companies to leverage their knowledge and networks

    • Adapt products and services to meet the specific needs and preferences of each tar...

  • Answered by AI
  • Q3. An IT sector company wants to increase the number of BPOs in India. Devise a metric that will help it rank cities according to their favourability to host this BPO
  • Ans. 

    A metric to rank Indian cities for BPOs

    • Consider factors like availability of skilled workforce, infrastructure, cost of living, and government policies

    • Weight each factor based on its importance to the company

    • Collect data on each factor for different cities and assign scores

    • Rank cities based on their total score

    • Examples of factors: number of universities, quality of transportation, cost of office space, tax incentives

    • Re...

  • Answered by AI
  • Q4. The supply chain head in an auto company in India is frustrated about manufacturing stopping frequently because of parts not being readily available at the assembly line and comes to you for help. What cou...
  • Ans. 

    The probable reasons for manufacturing stoppages due to parts unavailability in an auto company in India and suggested solutions.

    • Probable reasons: supply chain disruptions, inventory management issues, quality control problems, lack of communication with suppliers

    • Investigate by analyzing historical data, conducting supplier audits, implementing real-time tracking systems

    • Solutions: improve forecasting accuracy, establis...

  • Answered by AI
  • Q5. How many airplanes are flying in the Indian sky at the moment?
  • Ans. 

    The exact number of airplanes flying in the Indian sky at the moment is not available.

    • The number of airplanes flying in the Indian sky changes constantly.

    • It depends on factors such as time of day, weather conditions, and airline schedules.

    • However, on average, there are around 2,000 flights in the Indian airspace at any given time.

    • This number includes both domestic and international flights.

    • The Indian aviation industry ...

  • Answered by AI
  • Q6. How many years will it take the Delhi Metro to break even?
  • Q7. Why not MBA?
  • Ans. 

    I prefer to focus on analytical skills and data-driven decision-making rather than pursuing an MBA for broader business management.

    • Analytical roles require deep data analysis skills, which an MBA may not emphasize as much.

    • I am passionate about using data to drive decisions, like optimizing marketing strategies based on customer behavior analytics.

    • I believe in developing specialized expertise, such as in data science or...

  • Answered by AI
  • Q8. Interview-4

Interview Preparation Tips

Round: Interview
Experience: The interviewer also said: "It seems like you are more interested in finance and BCG is only the second option. We don’t like being the second option." All these questions required some delicate handling.

Round: Interview
Experience: This was a sort of stress interview because the interviewer seemed disinterested and dissatisfied with everything i said and kept on demanding for more while impressing that whatever I am coming up with was really of no significance.
Tips: What worked in my favor was I dint get flustered by his attitude, kept smiling and working at the problem objectively. When I would come to the end of one line of thinking and would have no more answers to his “What next” I would frankly tell him that and ask him in return for more suggestions. It resulted in him complimenting my way of thinking at the end and saying that I was one of the best and most practical candidates that he had interviewed that day.

Round: Interview
Experience: 1. Both the above questions were the part of one interview.
2. The interviewer didn't want me to solve the case fully in either instance. He just wanted to see my structure and evaluate my thinking process.

Round: Interview
Experience: Almost all my interviews went well with BCG except the last VC one, because by then I was complete drained out and could hardly think. I also did some minor silly mistakes in a couple of the smaller cases while dealing with numbers, but otherwise everyone seemed to appreciate my structuring of the cases. Some of the interviewers also delved into the HR side frequently.

College Name: IIT KANPUR

Interview Questionnaire 

11 Questions

  • Q1. Print all nodes at a distance k from a given node in binary tree?
  • Q2. RandN function : which generates random number in [1,2,3..N] with equal probability. Given rand5, write a code for rand7 using rand5
  • Ans. 

    Code for rand7 using rand5 function

    • Use rand5 twice to generate a number in [1,25] with equal probability

    • If the number is greater than 21, discard and try again

    • Otherwise, return (number mod 7) + 1

  • Answered by AI
  • Q3. Puzzle: Using all(8,8,3,3) and only operators(*,/,-,+), make 24
  • Q4. How do you implement LRU cache?
  • Q5. Your current project in Company? A lot of questions from CV? Discussion went on for about 15 minutes?
  • Q6. Then had a lot of questions around java script and java. About different design patterns and web services
  • Q7. A lot of questions around java, collections frameworks, multi threading and so on. (This took a good 25-30 minutes )
  • Q8. A strategy question. It would be asked depending on which team you are being interviewed for.Mine was some apple seller problem. Here knowledge of real world scenario helps. Advice is to observe things aro...
  • Q9. Write down function to select pivot element randomly in Quick Sort
  • Q10. He asked me what is a data structure and why do we use one. Explained him. He asked some real life example of stack and queue. All I could gave him was programming examples but when he insisted on real li...
  • Q11. As we were talking very much on each question. He felt like talking more and from tech he went around for some biggest learning from a mistake/biggest achievement of life kind of questions. There were oth...

Interview Preparation Tips

General Tips: I recently interviewed with Goldman Sachs, and had 4 rounds of interview with them at their campus in Bangalore.
Skills: Algorithm, Data structure
College Name: na

Skills evaluated in this interview

Fidelity Investments HR Interview Questions

20 questions and answers

Q. Tell me about your project
Q. Tell me about your previous work experience and projects.
Q. Can you please introduce yourself?

I appeared for an interview in Jan 2017.

Interview Questionnaire 

3 Questions

  • Q1. 1. Why do you want to join Citi?
  • Q2. 2. Why do you want a career in banking? And not consulting or finance?
  • Ans. 

    I am interested in a career in banking because of the opportunities for growth, the dynamic nature of the industry, and my passion for financial analysis.

    • Opportunities for growth: Banking offers a wide range of career paths and opportunities for advancement. I am excited about the potential to develop my skills and progress within the industry.

    • Dynamic nature of the industry: Banking is constantly evolving, with new tec...

  • Answered by AI
  • Q3. 3. How has the Indian Economy performed in the past 2 years?
  • Ans. 

    The Indian economy has experienced mixed performance in the past 2 years.

    • GDP growth rate has fluctuated

    • Demonetization and GST implementation impacted the economy

    • Unemployment rate has been a concern

    • Inflation has remained relatively low

    • Foreign direct investment has increased

    • Agricultural sector faced challenges due to weather conditions

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: My resume had gotten shortlisted for the profile of an Analyst. This was the first stage.

Round: Group Discussion
Duration: 20 minutes

College Name: Lady Shri Ram College
Are these interview questions helpful?

Interview Preparation Tips

Round: Technical Interview
Experience: Technical on paper test questions:(dis was only for 12 among d 26 shortlisted ppl after apti...others directly had interviews)
5 wer selected in this test who wer nw sent for interviews
TECHNICAL INTERVIEW: (pls list the questions asked in all the rounds)
26 shortlisted after apti (14 directly for interviews & 12 had one more technical on paper test...mentioned above)
der wer min 2 technical rounds for each of them...max were 5

- You are given course dependencies
A->B,C
B->D
C->A
D->nothing
The above dependencies mean...if you want to take course A...you should take courses B and C first....To take B,Course D must be taken first....D is an independent course and can be taken without any prior requirements.
Now you are told these dependencies.Come up with an appropriate data structure to represent these dependencies.Then write a code that finds out all the courses that the student can take up...in this case the student can first take course D because its independent.Now that course D has been taken he can next take up B as it depends on B alone...But the courses A and C can never be taken because they depend on each other...So here all the courses that can be taken are B and D.
After i wrote the code....he asked for all possible test cases
-Given an array of length N....It can be filled with nos. only from 1 to N....find which nos are repeated in the array
-Given pointers to two nodes in a binary tree....find their least common ancestor...each node has pointer to only the parent node...not the left and right child..
-In a binary tree(Not necessarily a BST)...suppose the weight of any node is defined as the product of the key value of the node and the level of the node(Root at level 1)...find the node with maximum weight in the binary tree
-A sorted array of size n is right circularly rotated k times and this rotated array is given to you as input...Find out the value of k in log n time .
-There are some processes running at time T....and there are processes running at time T+30.
You have to find out
1)Which processes died at time T+30,which were alive at time T
2)Which are the new processes at time T+30,which were not there at time T
3)Which are the processes that were there at time T and are still running at time T+30
What data structure will you use to represent the process lists and write code to find out the answers to the 3 questions above
-Given a binary search tree...and a target sum...starting at the root...which all paths add up to the target sum?...if there are multiple paths....return the path with least no. of nodes.


College Name: Veermata Jijabai Technological Institute, Mumbai [ VJTI ]

Interview Questionnaire 

1 Question

  • Q1. Asked many Dbsa questions. You need to be thorough about the joins in the databases.

Interview Preparation Tips

Round: Test
Experience: Practice questions on Indiabix.

Round: Technical Interview
Experience: Operating Systems basics, Dbsa basics

General Tips: 1: Be Confident.
2: Keep Smiling.
3: Do not be Panic.
4: Remember they are here to hire you but not reject you.
5: Do not loose hope.
6: Believe at yourself.
7: Start preparing early.
8: Do demo interviews with your friend.
Skill Tips: Make sure you do a course on object oriented programming
Skills: C, Sql, Java
College Name: BITS PILANI
Motivation: Every body joins a comapny for making a software or earning money. But I was always motivated to MAKE MONEY. I have taken this job because they have very extensive work in Share Market and they have lots of MBA from IIM's, Lots of CAs, CS. Thats why i have choosen Edelweiss. I have rejected epic System USA for this profile.

Interview Preparation Tips

Round: Test
Experience: There were 25 MCQs and 2 case studies (one was guesstimate and other was a strategy case).

Round: Other Interview
Experience: We had 4 rounds of interviews, each lasting for about 15 minutes. In each one, they asked something from the resume and some puzzles, probability questions and this was again because I told them I like Maths. Last one was telephonic and they asked me about my family background.

General Tips: Be yourself. Prepare everything from your resume. Take a good sleep before the interview. Don't pretend to be over-smart and DO NOT argue with them.
Skills: Puzzle solving skills, Probability
College Name: IIT KANPUR

Fidelity Investments Interview FAQs

How many rounds are there in Fidelity Investments Executive Graduate Trainee interview?
Fidelity Investments interview process usually has 2 rounds. The most common rounds in the Fidelity Investments interview process are Aptitude Test and Coding Test.

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more
Fidelity Investments Executive Graduate Trainee Salary
based on 25 salaries
₹10 L/yr - ₹12.9 L/yr
116% more than the average Executive Graduate Trainee Salary in India
View more details
Lead Software Engineer
1.1k salaries
unlock blur

₹19.5 L/yr - ₹33 L/yr

Software Engineer
931 salaries
unlock blur

₹12 L/yr - ₹19.6 L/yr

Principal Software Engineer
272 salaries
unlock blur

₹30 L/yr - ₹50 L/yr

Process Specialist
268 salaries
unlock blur

₹3.7 L/yr - ₹7.2 L/yr

Senior Process Specialist
222 salaries
unlock blur

₹4.4 L/yr - ₹9.2 L/yr

Explore more salaries
Compare Fidelity Investments with

Wells Fargo

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

HSBC Group

3.9
Compare

Citicorp

3.7
Compare
write
Share an Interview