Filter interviews by
To delete duplicate data in SQL, use the DISTINCT keyword or GROUP BY clause.
Use the DISTINCT keyword to select unique values from a table.
Use the GROUP BY clause to group rows with the same values together and then select the unique groups.
Use the HAVING clause to filter out groups with more than one row.
Use the DELETE statement with a subquery to delete duplicate rows.
Example: SELECT DISTINCT column_name FROM table_n...
I appeared for an interview before Sep 2019.
Numerical logical round with market related questions
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
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 ...
I applied via Recruitment Consulltant and was interviewed before Nov 2023. There were 2 interview rounds.
Multiple Choice Questions
I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 3 interview rounds.
Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).
Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.
RestController is a class in Spring framework used to handle HTTP requests and return responses as JSON or XML.
Handles HTTP requests in Spring framework
Returns responses as JSON or XML
Annotate a class with @RestController to define it as a RestController
Example: @RestController public class UserController {}
Find the number of occurrences of each element in the given ArrayList
based on 1 review
Rating in categories
Branch Head
69
salaries
| ₹2 L/yr - ₹4.8 L/yr |
Relationship Officer
36
salaries
| ₹1.3 L/yr - ₹2.5 L/yr |
District Manager
23
salaries
| ₹3.2 L/yr - ₹7.2 L/yr |
Cluster Head
23
salaries
| ₹5 L/yr - ₹10 L/yr |
Branch Manager
22
salaries
| ₹1.8 L/yr - ₹3.8 L/yr |
Bajaj Capital
L&T Finance
HDFC Asset Management Company
ICICI Prudential Mutual Fund