Filter interviews by
I applied via Walk-in and was interviewed in Sep 2024. There was 1 interview round.
I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.
Questions about why I would work there, why am I a good candidate and how I face conflict situations
I applied via Campus Placement and was interviewed in Jan 2023. There were 4 interview rounds.
The first round was coding round with 2 simple questions
It has more than 30 aptitude questions
Binary search on rotated array involves finding a target value in a sorted array that has been rotated at an unknown pivot point.
Identify the pivot point by finding the minimum element in the array.
Divide the array into two subarrays based on the pivot point.
Perform binary search on the appropriate subarray to find the target value.
An LRU cache efficiently stores limited data, evicting the least recently used items when full.
Use a hash map for O(1) access to cache items.
Maintain a doubly linked list to track usage order.
On access, move the item to the front of the list.
On insertion, add new items to the front; if full, remove the tail.
Example: For a cache size of 2, accessing keys 1, 2, then 1 evicts key 2.
I applied via Campus Placement and was interviewed before Nov 2021. There were 3 interview rounds.
Moderate level aptitude with basics
Moderate level data structure questions
What people are saying about Goldman Sachs
I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Aug 2020. There were 5 interview rounds.
Var is a keyword in programming languages used to declare variables.
Var is short for variable.
It is used to declare a variable and assign a value to it.
The data type of the variable is inferred from the assigned value.
Example: var x = 5; // x is now a variable of type integer with value 5
based on 4 interview experiences
Difficulty level
Duration
based on 12 reviews
Rating in categories
Associate
2.6k
salaries
| ₹19.1 L/yr - ₹35 L/yr |
Analyst
2k
salaries
| ₹11.6 L/yr - ₹21.6 L/yr |
Vice President
1.9k
salaries
| ₹36.2 L/yr - ₹60 L/yr |
Senior Analyst
1.2k
salaries
| ₹9 L/yr - ₹15 L/yr |
Senior Associate
465
salaries
| ₹15.2 L/yr - ₹27 L/yr |
JPMorgan Chase & Co.
Morgan Stanley
TCS
Amazon