Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Fidelity Investments Lead Developer Interview Questions, Process, and Tips

Updated 12 Apr 2023

Top Fidelity Investments Lead Developer Interview Questions and Answers

View all 12 questions

Fidelity Investments Lead Developer Interview Experiences

2 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via LinkedIn and was interviewed in Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Coding Test 

3 hacker rank questions easy to medium level asked to solve in 60 mins.

Round 3 - Technical 

(4 Questions)

  • Q1. Design patterns java when and what to use
  • Ans. 

    Design patterns in Java are reusable solutions to common software design problems.

    • Design patterns should be used when there is a recurring problem in software design.

    • Design patterns can improve code readability, maintainability, and scalability.

    • Examples of design patterns include Singleton, Factory, Observer, and Decorator.

    • It's important to choose the right design pattern for the specific problem at hand.

    • Design pattern...

  • Answered by AI
  • Q2. OOPs concepts deep dive - scenario based questions
  • Q3. Java 8 streams - how they function internally
  • Ans. 

    Java 8 streams are functional programming constructs that allow for efficient processing of large data sets.

    • Streams are composed of a source, intermediate operations, and a terminal operation.

    • Intermediate operations include filter, map, and sorted, and are lazily evaluated.

    • Terminal operations trigger the evaluation of the stream and include forEach, reduce, and collect.

    • Streams can be parallelized for even greater perfo...

  • Answered by AI
  • Q4. Difference between fixed thread pool and cached thread pool
  • Ans. 

    Fixed thread pool has a fixed number of threads while cached thread pool creates new threads as needed.

    • Fixed thread pool is suitable for tasks with a known number of threads

    • Cached thread pool is suitable for tasks with unknown number of threads

    • Fixed thread pool can cause resource wastage if the number of threads is too high

    • Cached thread pool can cause performance issues if the number of threads is too high

    • Example: Fixe...

  • Answered by AI
Round 4 - Technical 

(11 Questions)

  • Q1. All spring boot scenario based questions
  • Q2. How to handle spring app config
  • Ans. 

    Spring app config can be handled using various methods such as XML configuration, Java configuration, and annotation-based configuration.

    • XML configuration involves creating an XML file and defining beans and their dependencies.

    • Java configuration involves creating a Java class and using annotations to define beans and their dependencies.

    • Annotation-based configuration involves using annotations to define beans and their ...

  • Answered by AI
  • Q3. How to improve application performance
  • Ans. 

    Improving application performance requires optimizing code, database queries, and server resources.

    • Identify and fix slow database queries

    • Use caching to reduce server load

    • Optimize code by reducing unnecessary loops and improving algorithms

    • Use a content delivery network (CDN) to reduce server load

    • Upgrade server hardware or use cloud-based resources

    • Minimize HTTP requests and reduce file sizes for faster page load times

  • Answered by AI
  • Q4. Microservices communication patterns
  • Ans. 

    Microservices use various communication patterns like synchronous, asynchronous, event-driven, and message-based.

    • Synchronous communication involves direct request-response interactions between services.

    • Asynchronous communication uses messaging systems like RabbitMQ or Kafka to decouple services.

    • Event-driven communication involves services publishing events to a message broker, which other services can subscribe to.

    • Mess...

  • Answered by AI
  • Q5. How to use cache with spring boot
  • Ans. 

    Using cache with Spring Boot

    • Add @EnableCaching annotation to main class

    • Add @Cacheable annotation to methods that need caching

    • Configure cache properties in application.properties file

    • Use CacheManager to manage caches

    • Example: @Cacheable(value = "users", key = "#id")

  • Answered by AI
  • Q6. How to use async in spring boot - advantages
  • Ans. 

    Async in Spring Boot allows non-blocking I/O operations, improving application performance.

    • Async enables parallel processing of requests, improving throughput.

    • It allows the application to handle more requests with the same resources.

    • It reduces the response time for long-running operations.

    • Use @Async annotation to mark methods as asynchronous.

    • Use CompletableFuture to handle async results.

    • Example: @Async public Completab...

  • Answered by AI
  • Q7. How mvc pattern works in spring mvc
  • Ans. 

    Spring MVC follows the Model-View-Controller (MVC) pattern for building web applications.

    • Model represents the data and business logic

    • View renders the model data and provides user interface

    • Controller handles user requests, updates model and selects view

    • Spring MVC provides DispatcherServlet as front controller

    • RequestMapping annotation maps URL to controller method

    • ModelAndView object returns model data and view name

  • Answered by AI
  • Q8. What is filter and why it is required
  • Ans. 

    Filter is a method used to extract specific data from a larger set based on certain criteria.

    • Filter is required to extract specific data from a larger set.

    • It is used to reduce the amount of data that needs to be processed.

    • Filter can be applied to arrays, objects, and even strings.

    • Examples include filtering out all even numbers from an array or all emails from a list that contain a specific keyword.

  • Answered by AI
  • Q9. How authentication and authorization works - oauth2 way of handling them
  • Ans. 

    OAuth2 is a protocol for authentication and authorization that allows third-party applications to access user data without sharing passwords.

    • OAuth2 provides a secure and standardized way for users to grant access to their resources to third-party applications.

    • It involves the exchange of tokens between the user, the third-party application, and the resource server.

    • Authentication is handled by the authorization server, w...

  • Answered by AI
  • Q10. Difference between jwt and oauth2, how to secure rest endpoints
  • Ans. 

    JWT is a token format while OAuth2 is a protocol. Both can be used to secure REST endpoints.

    • JWT is a self-contained token that contains user information and can be used for authentication and authorization.

    • OAuth2 is a protocol that allows third-party applications to access user data without sharing passwords.

    • To secure REST endpoints, both JWT and OAuth2 can be used depending on the use case.

    • For example, JWT can be used...

  • Answered by AI
  • Q11. Java 8 problem solving

Interview Preparation Tips

Topics to prepare for Fidelity Investments Lead Developer interview:
  • java
  • spring boot
  • microservices
  • frontend
Interview preparation tips for other job seekers - No feedback till now, it s been 1 month. Process should be improved actually

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Coding Test 

Hacker rank test. Which having avg programing question

Round 3 - Technical 

(1 Question)

  • Q1. Java question with coding question . Mostly will ask from the resume the skill has mention and based on skill the hiring is happing

Lead Developer Interview Questions Asked at Other Companies

Q1. how authentication and authorization works - oauth2 way of handli ... read more
Q2. Design patterns java when and what to use
Q3. difference between jwt and oauth2, how to secure rest endpoints
Q4. Java 8 streams - how they function internally
Q5. how to use async in spring boot - advantages

Interview questions from similar companies

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 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 

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

    LRU cache is implemented using a doubly linked list and a hash map.

    • Create a doubly linked list to keep track of the order of elements in the cache.

    • Create a hash map to store the key-value pairs of the cache.

    • When a new element is added, check if the cache is full. If it is, remove the least recently used element from the linked list and the hash map.

    • When an element is accessed, move it to the front of the linked list to...

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

    Function to randomly select pivot element in Quick Sort

    • Generate a random index within the range of the array

    • Return the element at the randomly generated index as the pivot

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

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 ]

I was interviewed before Mar 2021.

Round 1 - Coding Test 

(3 Questions)

Round duration - 90 minutes
Round difficulty - Medium

There were 33 questions in total. The objective questions were simple.

  • Q1. 

    Sort Big List Dates Problem Statement

    Mary is an enthusiastic party-goer who struggles with remembering event dates. Help Mary by sorting a given list of event dates in an ascending order.

    Example:

    Inpu...
  • Ans. 

    Sort a list of event dates in ascending order based on year, month, and day.

    • Sort the list of dates based on year, then month, and finally day.

    • Use a sorting algorithm to rearrange the dates in ascending order.

    • Ensure the constraints are met for each date in the list.

  • Answered by AI
  • Q2. 

    Pair Sum Problem Statement

    You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'.

    Note:
    ...
  • Ans. 

    Given an array and a target sum, find all pairs of elements that add up to the target sum.

    • Iterate through the array and for each element, check if the complement (target sum - current element) exists in a hash set.

    • If the complement exists, add the pair to the result list.

    • Sort the pairs based on the first element and then the second element.

    • Handle edge cases like duplicate elements and pairs with the same values.

    • Example...

  • Answered by AI
  • Q3. 

    Maximum Sum Problem Statement

    Given an integer N, your task is to recursively break it into three integer parts: N / 2, N / 3, and N / 4. You need to compute the maximum sum possible by dividing the numbe...

  • Ans. 

    Given an integer N, recursively break it into three parts and find the maximum sum possible.

    • Recursively divide N into N/2, N/3, and N/4 to find the maximum sum

    • Compare the sum obtained by dividing N with the sum of N itself

    • Return the maximum sum for each test case

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAMorgan Stanley interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more

Final outcome of the interviewRejected

Skills evaluated in this interview

I was interviewed before Mar 2021.

Round 1 - Face to Face 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Technical Interview round with questions based on DSA.

  • Q1. 

    Duplicate Integer in Array

    Given an array ARR of size N, containing each number between 1 and N-1 at least once, identify the single integer that appears twice.

    Input:

    The first line contains an integer...
  • Ans. 

    Identify the duplicate integer in an array containing numbers between 1 and N-1.

    • Iterate through the array and keep track of the frequency of each element using a hashmap.

    • Return the element with a frequency greater than 1 as the duplicate integer.

    • Ensure the constraints are met and a duplicate number is guaranteed to be present.

  • Answered by AI
  • Q2. 

    Sum Root to Leaf Numbers

    You are given an arbitrary binary tree consisting of N nodes, each associated with an integer value from 1 to 9. Each root-to-leaf path can be considered a number formed by concat...

  • Ans. 

    Calculate the total sum of all root to leaf paths in a binary tree formed by concatenating node values.

    • Traverse the binary tree from root to leaf nodes, keeping track of the current path sum

    • Add the current node value to the path sum and multiply by 10 for each level

    • When reaching a leaf node, add the final path sum to the total sum

    • Return the total sum modulo (10^9 + 7)

  • Answered by AI
  • Q3. 

    Topological Sort Problem Statement

    You are given a directed acyclic graph (DAG). Your task is to perform topological sorting of the graph and return any valid ordering.

    Explanation:

    A directed acyclic g...

  • Ans. 

    Implement a function to perform topological sorting on a directed acyclic graph (DAG) and return any valid ordering.

    • Create a graph data structure to represent the DAG

    • Use depth-first search (DFS) to perform topological sorting

    • Maintain a visited array to keep track of visited nodes

    • Return the ordering of nodes after DFS traversal

  • Answered by AI
Round 2 - Face to Face 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Technical interview round with questions based on DSA.

  • Q1. 

    LCA of Binary Tree Problem Statement

    You are given a binary tree consisting of distinct integers and two nodes, X and Y. Your task is to find and return the Lowest Common Ancestor (LCA) of these two nodes...

  • Ans. 

    Find the Lowest Common Ancestor (LCA) of two nodes in a binary tree.

    • Traverse the binary tree to find the paths from the root to nodes X and Y.

    • Compare the paths to find the last common node, which is the LCA.

    • Handle cases where one node is an ancestor of the other.

    • Consider edge cases like when X or Y is the root node.

    • Implement a recursive or iterative solution to find the LCA efficiently.

  • Answered by AI
  • Q2. 

    Rotated Array Minimum Finder

    You are provided with a sorted array that has undergone 'K' rotations (the exact value of 'K' is unknown). A rotation involves shifting each element of the array to the right,...

  • Ans. 

    Implement a function to find the minimum number in a rotated sorted array efficiently.

    • Use binary search to find the minimum element in the rotated array.

    • Compare the mid element with the start and end elements to determine which half of the array to search next.

    • Continue the binary search until the minimum element is found.

  • Answered by AI
  • Q3. 

    Maximum Binary Tree Construction Problem

    Given an array TREE of 'N' unique integers, construct a maximum binary tree using the following rules:

    1. The root of this tree is the maximum number in TREE.
    2. T...
  • Ans. 

    Construct a maximum binary tree from an array of unique integers following specific rules.

    • Find the maximum number in the array to set as the root of the tree.

    • Recursively construct the left subtree with elements before the maximum number.

    • Recursively construct the right subtree with elements after the maximum number.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAMorgan Stanley interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Fidelity Investments Interview FAQs

How many rounds are there in Fidelity Investments Lead Developer interview?
Fidelity Investments interview process usually has 3-4 rounds. The most common rounds in the Fidelity Investments interview process are Technical, Resume Shortlist and Coding Test.
What are the top questions asked in Fidelity Investments Lead Developer interview?

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

  1. how authentication and authorization works - oauth2 way of handling t...read more
  2. Design patterns java when and what to ...read more
  3. difference between jwt and oauth2, how to secure rest endpoi...read more

Recently Viewed

INTERVIEWS

Upland Software

No Interviews

INTERVIEWS

Fidelity Investments

40 top interview questions

INTERVIEWS

Hewlett Packard Enterprise

No Interviews

INTERVIEWS

Electrosteel Casting

20 top interview questions

INTERVIEWS

Hewlett Packard Enterprise

No Interviews

JOBS

Hewlett Packard Enterprise

No Jobs

SALARIES

Fidelity Investments

LIST OF COMPANIES

Electrosteel Casting

Locations

INTERVIEWS

Google

No Interviews

INTERVIEWS

Fidelity Investments

No Interviews

Tell us how to improve this page.

Fidelity Investments Lead Developer Interview Process

based on 2 interviews

Interview experience

2.5
  
Poor
View more

Interview Questions from Similar Companies

Citicorp Interview Questions
3.7
 • 564 Interviews
Wells Fargo Interview Questions
3.8
 • 563 Interviews
HSBC Group Interview Questions
4.0
 • 484 Interviews
Goldman Sachs Interview Questions
3.5
 • 376 Interviews
American Express Interview Questions
4.2
 • 358 Interviews
UBS Interview Questions
3.9
 • 331 Interviews
Morgan Stanley Interview Questions
3.7
 • 291 Interviews
Morningstar Interview Questions
3.9
 • 241 Interviews
Bank of America Interview Questions
4.3
 • 235 Interviews
View all
Fidelity Investments Lead Developer Salary
based on 6 salaries
₹16 L/yr - ₹28 L/yr
7% less than the average Lead Developer Salary in India
View more details
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