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 Customer Relations Advisor Interview Questions and Answers

Updated 29 May 2024

Fidelity Investments Customer Relations Advisor Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Star method behavioral questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Interview questions from similar companies

I was interviewed in Sep 2016.

Interview Questionnaire 

9 Questions

  • Q1. How does Internet work?
  • Ans. 

    The Internet is a global network of computers that communicate with each other using standardized protocols.

    • The Internet is made up of millions of interconnected devices, including computers, servers, routers, and switches.

    • Data is transmitted over the Internet in the form of packets, which are small units of information.

    • The Internet uses a set of protocols, such as TCP/IP, to ensure reliable and efficient communication...

  • Answered by AI
  • Q2. Difference between http and https?
  • Ans. 

    HTTP is unsecured while HTTPS is secured with SSL/TLS encryption.

    • HTTP stands for Hypertext Transfer Protocol, while HTTPS stands for Hypertext Transfer Protocol Secure.

    • HTTP operates on port 80, while HTTPS operates on port 443.

    • HTTP data is transmitted in plain text, while HTTPS data is encrypted using SSL/TLS.

    • HTTPS provides authentication, integrity, and confidentiality of data exchanged between a client and a server.

    • W...

  • Answered by AI
  • Q3. What is white and black box testing?
  • Ans. 

    White box testing is a method of testing where the internal structure and implementation details of the software are known and tested. Black box testing is a method of testing where the internal structure and implementation details of the software are unknown and only the inputs and outputs are tested.

    • White box testing is also known as clear box testing, glass box testing, or structural testing.

    • It focuses on testing th...

  • Answered by AI
  • Q4. Write the code to print the pattern that was provided?
  • Ans. 

    Print a pattern using code

    • Use nested loops to iterate through rows and columns

    • Use string concatenation to build each row of the pattern

    • Print each row to display the pattern

  • Answered by AI
  • Q5. Merge two arrays without using a third array.
  • Ans. 

    Merge two arrays without using a third array.

    • Use the concat() method to merge the arrays.

    • Alternatively, you can use the push() method to add elements from one array to another.

    • Remember to handle the case where the arrays have different lengths.

  • Answered by AI
  • Q6. Three ants are at the corner of the triangle. Find the probability that they will never meet.
  • Ans. 

    The probability that three ants at the corner of a triangle will never meet.

    • The ants can move randomly in any direction.

    • The probability depends on the shape and size of the triangle.

    • The probability can be calculated using geometric probability or simulation.

    • Assumptions need to be made about the ants' movement patterns.

  • Answered by AI
  • Q7. Basic Introduction.
  • Q8. Tell me the times you have regreted your decisions and how did you cope up with it.
  • Ans. 

    I have regretted decisions in the past but learned from them to make better choices in the future.

    • Regretted not studying enough for a crucial exam, leading to a lower grade. Learned to prioritize studying and time management.

    • Regretted not speaking up in a meeting when I had a valuable idea. Learned to be more assertive and confident in sharing my thoughts.

    • Regretted not taking a job opportunity that could have advanced ...

  • Answered by AI
  • Q9. Tell me about yor family , hobbies and any event that made you and your family feel proud.
  • Ans. 

    I come from a close-knit family with a passion for outdoor activities. We recently celebrated my brother's graduation, which was a proud moment for all of us.

    • Family: Close-knit and supportive

    • Hobbies: Outdoor activities like hiking and camping

    • Proud moment: Brother's graduation ceremony

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: They basically are testing your reflexes and how quick you are at understanding a problem and arriving at a solution.
Tips: For greater accuracy attempt lesser questions ensuring each of the attemped one's are correct.
Duration: 45 minutes
Total Questions: 50

Round: Technical Interview
Tips: Just be thorough with basic concepts of programming and be yourself.

Round: HR Interview
Tips: Relax and be cool. Don't answer just for the sake of answering it.

Skills: Basic C/C++, implementing , networks
College Name: Thapar University, Patiala

Skills evaluated in this interview

Interview Questionnaire 

4 Questions

  • Q1. One coding question.
  • Q2. Questions on Data Structures
  • Q3. Logical Question: You are a captive. If you say the right answer, the assasin will hang you, if you say the wrong answer, he will shoot you. How do you escape?
  • Q4. Other aptitude questions

Interview Preparation Tips

Round: Other Interview
Experience: One year since I took the interview, so no idea exactly what questions they asked. But I was asked to write the code on paper in front of him and was asked to debug it. Some puzzles and aptitude questions along with other basic coding questions. It was great that the guy was interactive and started asking about my projects and college life.
Btw the answer to the logical question is: I should say " you will shoot me". Paradoxical.
Tips: Feel free to ask anything that you would like to know from them. Also frankly say that you don't know a certain topic if you have no clue what it is about. They don't like people wasting their time.

Round: HR Interview
Experience: This was not exactly a technical interview. He asked me to write a code to find the day of week when a certain date in any year of the calendar is given. I answered it and then he starting asking general questions as to why do u want to join the company, etc.
I gave answers to most of them convincingly. But I kept him engaged by explaining my life at college, the extra curriculars I did at college. Also I asked him about his experience as a software engineer. I asked him to reflect upon his career and how I should approach about my career.
Tips: The best part about HR interviews is they expect you to ask them lots and lots of questions. The more they are engaged, the more are your chances of impressing and getting selected. And more importantly, ask the interviewer about his experience with the present firm. This also works with my manager when ever he has a one on one with me :P
Cheers and all the best.

Skills: Soft Skills, General Aptitude, LOGICAL THINKING ABILITIES, Coding Skills And Knowledge On Data Structures
College Name: IIT Hyderabad

I was interviewed 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
  • Ans. 

    MVC is a software architectural pattern that separates an application into three main components: Model, View, and Controller.

    • Model represents the data and business logic of the application.

    • View is responsible for displaying the user interface.

    • Controller handles user input, updates the model, and interacts with the view.

    • MVC promotes separation of concerns and modularity in software development.

    • Example: In a web applica...

  • Answered by AI
  • 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

I was interviewed before Jun 2016.

Interview Questionnaire 

4 Questions

  • Q1. Ratios
  • Q2. Securitization
  • Q3. Expected package
  • Q4. Preferred location
  • Ans. 

    I prefer to work in a location that offers a vibrant and diverse community, with access to cultural events and opportunities for personal growth.

    • I value a location that has a strong sense of community and offers a variety of cultural activities.

    • Access to educational and personal growth opportunities is important to me.

    • I am open to considering different locations that meet these criteria.

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: Financial aspects were covered in this round
Tips: Polish your technical skills

Round: Test
Duration: 1 hour
Total Questions: 20

College Name: Amity School Of Engineering And Technology, Noida

Analyst Interview Questions & Answers

Blackrock user image Riddhima Arora

posted on 25 Aug 2017

I was interviewed before Aug 2016.

Interview Questionnaire 

2 Questions

  • Q1. Questions on databases
  • Q2. Why should we hire you?
  • Ans. 

    I have the analytical skills, experience, and passion to excel in this role.

    • I have a strong background in data analysis and interpretation

    • I have experience in using various analytical tools and techniques

    • I am detail-oriented and have a proven track record of delivering accurate and insightful analysis

    • I am a quick learner and can adapt to new challenges and environments easily

  • Answered by AI

Interview Preparation Tips

Round: Test
Duration: 1 hour

Skills: Computer Science
College Name: Thapar University, Patiala

I was interviewed before May 2016.

Interview Preparation Tips

Round: Written Test
Experience: I attended interview at hyderabad location for java Sr.Software Engineer.
1Q) Find out given string palindrome or not.
Ex: madam
2Q) Find first and last index searching number in a array.
Ex: [1,2,3,3,3,3,4,5]
Output : 2,5
3Q) Arrange Strings in alphabetical order.

Tips: Prepare numeric and string related algorithms

I was interviewed in Dec 2016.

Interview Preparation Tips

Round: Test
Experience: Programming section had basic questions on C++ & data structures.
Tips: Try to score maximum in aptitude test, they consider your score while placement.
Duration: 2 hours
Total Questions: 35

Round: Technical Interview 1
Experience: Questions asked during this round:
Introduce yourself.
Questions on projects & internships.
Questions on Final year project in detail (max part of interview was on final year project).
Basic concepts of C++.
Few programs on C++.
Puzzles.


Round: Technical Interview 2
Experience: ? 2 interviewers were there.
? Stressed interview.
? They grilled me a lot on C++ & data structures.
One interviewer started asking questions, and before I could complete my answer, another used to cut me in
middle & start asking another question. I realized it

Interview Preparation Tips

Round: Test
Experience: It was an easy test overall, basic programming things were asked in technical part of test whereas aptitude questions were also relatively easy.
Tips: You just need to know things which were there in CS101 for technical part of test .Nothing else is required.
Duration: 30 minutes
Total Questions: 1

Skills: Problem
College Name: Indian Institute of Technology, Bombay

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?
  • Ans. 

    The Delhi Metro is expected to break even in 2025.

    • The Delhi Metro has been expanding rapidly and has seen a steady increase in ridership.

    • The metro has been able to generate revenue through advertising and property development.

    • The government has also provided financial support to the metro.

    • Based on current projections, the Delhi Metro is expected to break even in 2025.

  • Answered by AI
  • Q7. Why not MBA?
  • 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

Fidelity Investments Interview FAQs

How many rounds are there in Fidelity Investments Customer Relations Advisor interview?
Fidelity Investments interview process usually has 1 rounds. The most common rounds in the Fidelity Investments interview process are One-on-one Round.

Tell us how to improve this page.

Fidelity Investments Customer Relations Advisor Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.9
 • 570 Interviews
Citicorp Interview Questions
3.7
 • 568 Interviews
HSBC Group Interview Questions
4.0
 • 491 Interviews
Goldman Sachs Interview Questions
3.5
 • 408 Interviews
American Express Interview Questions
4.2
 • 364 Interviews
UBS Interview Questions
3.9
 • 339 Interviews
Morgan Stanley Interview Questions
3.7
 • 309 Interviews
Morningstar Interview Questions
3.9
 • 242 Interviews
Bank of America Interview Questions
4.3
 • 237 Interviews
View all
Lead Software Engineer
963 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
906 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Process Specialist
296 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
196 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