Filter interviews by
I applied via LinkedIn and was interviewed before Sep 2023. There was 1 interview round.
3 DSA questions were asked
I appeared for an interview before Mar 2016.
posted on 13 Aug 2023
I applied via Campus Placement and was interviewed before Aug 2022. There were 3 interview rounds.
It was quantitative aptitude test with some coding questions
Joins, Jobs, stored procedures,cursors.
posted on 10 Jul 2024
LRU cache design involves maintaining a cache with limited capacity and removing the least recently used item when the cache is full.
Use a doubly linked list to maintain the order of items based on their usage.
Implement a hash map for fast access to items in the cache.
When a new item is accessed, move it to the front of the linked list to mark it as the most recently used.
When the cache is full, remove the item at the ...
posted on 13 Sep 2024
I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.
DSA , LLD on bar raiser
DSA, SQL and discussions around projects
A notification system to alert users of important events or updates.
Define types of notifications (e.g. email, SMS, push notifications)
Implement a user preference setting for notification frequency
Include a notification history for users to review past alerts
posted on 16 Oct 2024
I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.
1)Buy and sell stock
2)2 sum
3) system design
4) Elastic search
5) deployment
HackerEarth / Hacker rank Test
Using dynamic programming to find the lowest cost for metro passes based on given days.
Create an array to store the minimum cost for each day.
Iterate through each day and calculate the minimum cost based on 1, 7, or 30 day pass.
Update the minimum cost for each day using dynamic programming.
Return the minimum cost for the total number of days needed.
I applied via Campus Placement and was interviewed in Dec 2020. There were 3 interview rounds.
Static is a keyword in Java used to create class-level variables and methods.
Static variables are shared among all instances of a class
Static methods can be called without creating an instance of the class
Static blocks are used to initialize static variables
Static import is used to import static members of a class
The program replaces consecutive same characters in a string with a single '$'.
Iterate through each character in the string
Compare the current character with the next character
If they are the same, replace the next character with '$'
Continue until the end of the string
Function overloading is having multiple functions with the same name but different parameters. Function overriding is having a derived class implement a method with the same name and parameters as a method in its base class.
Function overloading is used to provide different ways of calling a function with different parameters.
Function overriding is used to provide a specific implementation of a method in a derived class...
based on 1 interview
Interview experience
Assistant Vice President
2.5k
salaries
| ₹17 L/yr - ₹46 L/yr |
Senior Analyst
1.1k
salaries
| ₹3 L/yr - ₹11 L/yr |
Assistant Manager
1k
salaries
| ₹7.2 L/yr - ₹25 L/yr |
Process Advisor
947
salaries
| ₹1 L/yr - ₹8.3 L/yr |
Analyst
864
salaries
| ₹5.1 L/yr - ₹22.1 L/yr |
Deutsche Bank
Accenture
Amazon
Deloitte