i
Filter interviews by
I applied via Campus Placement
It was overall good experience it was little bit harder than small tech companies
I was interviewed in Apr 2023.
Basic apti questions
Simple basic coding
Top trending discussions
I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.
Online zoom coding test will be there - 4 questions - 2 about output of code & 2 about technical questions.
Polymorphism is the ability of a single function or method to operate on different types of data.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
Virtual polymorphism is achieved through virtual functions in C++.
Virtual functions allow a function in a base class to be overridden in a derived class.
Example: Animal class with virtual function 'makeSound' overridden in Dog a
Virtual polymorphism allows objects of different classes to be treated as objects of a common superclass.
Create a base class with virtual functions
Create derived classes that override the virtual functions
Use pointers or references of the base class to call the overridden functions
posted on 21 Nov 2024
I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.
Hackearth online coding test for 1 hour
Use sorting or heap data structure to find k largest elements in an array of strings.
Sort the array in descending order and return the first k elements.
Use a max heap data structure to efficiently find the k largest elements.
Examples: ['apple', 'banana', 'orange', 'kiwi'], k=2 -> ['orange', 'kiwi']
Remove duplicates from array of strings
Create a Set to store unique strings
Iterate through the array and add each string to the Set
Convert the Set back to an array to get the unique strings
Technology advantage or not
All aptitude topics,logical reasoning
posted on 4 Nov 2024
I applied via Approached by Company and was interviewed in Jun 2024. There were 3 interview rounds.
Design a RESTful API for CRUD operations on user resources.
Use HTTP methods like GET, POST, PUT, DELETE for CRUD operations
Create endpoints like /users for listing all users, /users/{id} for specific user
Use status codes like 200 for success, 404 for not found, 400 for bad request
Implement authentication and authorization mechanisms for security
Include request and response body formats like JSON or XML
I applied via Approached by Company and was interviewed in Aug 2024. There were 2 interview rounds.
DSA , medium n easy leetcode question was there
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
Interval Overlapping Problem involves determining if two intervals overlap or not.
Check if the end of one interval is greater than the start of the other interval
Check if the start of one interval is less than the end of the other interval
If both conditions are true, then the intervals overlap
posted on 7 Oct 2024
based on 2 interviews
Interview experience
based on 16 reviews
Rating in categories
Senior Associate
423
salaries
| ₹5.7 L/yr - ₹21.1 L/yr |
Deputy Manager
112
salaries
| ₹6 L/yr - ₹16 L/yr |
Graduate Engineer Trainee (Get)
100
salaries
| ₹5.2 L/yr - ₹7.7 L/yr |
Associate
74
salaries
| ₹3 L/yr - ₹12.1 L/yr |
Lead
70
salaries
| ₹11.5 L/yr - ₹31 L/yr |
Reserve Bank of India
State Bank of India
ICICI Bank
HDFC Bank