Fidelity Investments
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
posted on 21 Mar 2024
I applied via LinkedIn and was interviewed before Mar 2023. There were 2 interview rounds.
Top trending discussions
posted on 12 Nov 2024
I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.
Asked questions on arrays
posted on 30 Oct 2024
Difference between @requestbody and @responsebody annotations in Spring MVC
The @RequestBody annotation is used to bind the HTTP request body to a method parameter in Spring MVC controller
The @ResponseBody annotation is used to bind the return value of a method to the HTTP response body in Spring MVC
Example: @RequestBody User user - binds the request body to a User object parameter
Example: @ResponseBody String hello() -...
posted on 1 Oct 2024
I applied via Campus Placement
DP graphs strings it was good
Reverse a linked list by changing the direction of pointers
Start with three pointers: current, previous, and next
Iterate through the list, updating pointers to reverse the direction
Return the new head of the reversed list
The Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.
Start with two variables initialized to 0 and 1
Loop through desired number of iterations, adding the previous two numbers to get the next number
Print or store each number in the series
I applied via Referral and was interviewed in Apr 2024. There were 2 interview rounds.
Program to find 2 biggest numbers in array of strings
Iterate through the array and convert each element to integer
Keep track of the two biggest numbers found so far
Return the two biggest numbers at the end
Quants, DSA, Logical, Analytical, OS, DBMS
I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.
Basic program with stream
I applied via Campus Placement and was interviewed in Nov 2023. There were 2 interview rounds.
It had 3 questions, the level was medium hardish
General apti questions
Work-life balance and career progression
I applied via Naukri.com and was interviewed in Jul 2022. There were 4 interview rounds.
HashMap is faster than TreeMap wrto performance due to its constant time complexity for most operations.
HashMap has O(1) time complexity for most operations while TreeMap has O(log n) time complexity.
HashMap is implemented using an array of buckets while TreeMap is implemented using a Red-Black Tree.
HashMap is preferred for frequent read operations while TreeMap is preferred for frequent write operations.
HashMap is uno...
Yes, it is possible to write a try catch block inside a catch block.
This is called nested try-catch block.
It is useful when we want to handle different types of exceptions in different ways.
Example: try { //code } catch (ExceptionType1 e1) { try { //code } catch (ExceptionType2 e2) { //code } } }
It is important to avoid excessive nesting as it can make the code difficult to read and maintain.
Yes, multiple exceptions can be caught in a single catch block separated by commas.
Multiple exceptions can be caught in a single catch block separated by commas.
This can be useful when handling different types of exceptions in a similar way.
For example: catch (IOException | SQLException ex) { // handle exception }
based on 1 interview
Interview experience
Lead Software Engineer
964
salaries
| ₹12 L/yr - ₹36 L/yr |
Software Engineer
902
salaries
| ₹7 L/yr - ₹22 L/yr |
Process Specialist
296
salaries
| ₹3.4 L/yr - ₹7.2 L/yr |
Principal Software Engineer
227
salaries
| ₹17.4 L/yr - ₹55 L/yr |
Senior Process Specialist
186
salaries
| ₹4 L/yr - ₹9.2 L/yr |
Vanguard
Blackrock
Charles Schwab
JPMorgan Chase & Co.