Filter interviews by
I applied via Naukri.com and was interviewed in Jul 2023. There were 2 interview rounds.
Production support involves maintaining and troubleshooting software applications in a live environment.
Monitoring application performance and availability
Resolving technical issues and bugs reported by users
Implementing hotfixes and patches to address critical issues
Performing regular maintenance tasks to ensure system stability
Providing technical support to end users
I applied via Job Portal and was interviewed in Sep 2024. There were 4 interview rounds.
2 DSA question was asked
40 questions in 20 minutes
Generate all possible permutations of an array of strings
Use recursion to generate permutations
Swap elements to create different permutations
Base case: when array size is 1, return array as permutation
posted on 17 Oct 2024
I applied via Walk-in
To implement a queue using a stack, use two stacks and simulate the queue operations.
Use two stacks, one for enqueue operation and one for dequeue operation.
For enqueue operation, simply push elements onto the stack used for enqueueing.
For dequeue operation, if the dequeue stack is empty, pop all elements from enqueue stack and push onto dequeue stack.
Then pop from the dequeue stack to simulate dequeue operation.
A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.
Create a Node class with data and next pointer
Initialize a head pointer to null
Add nodes by updating next pointers
Traverse the list by following next pointers
I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.
Lookup is used to perform a left outer join in MongoDB, while graphlookup is used to perform recursive graph traversal.
Lookup is used to perform a left outer join between two collections in MongoDB.
Graphlookup is used to perform recursive graph traversal in a collection that contains graph data.
Lookup can only perform a single level join, while graphlookup can perform multiple levels of traversal.
Lookup is faster than
Use a hashmap to count the frequency of each character in a string.
Create a hashmap to store characters as keys and their frequencies as values.
Iterate through the string and update the hashmap accordingly.
Return the hashmap with character frequencies.
Creating a REST API from controller to repository using NOTEPAD
Create a controller class with mapping annotations for REST endpoints
Implement service layer to handle business logic and interact with repository
Define repository interface with methods for data access operations
Use Spring Boot for easy setup and configuration
Test API endpoints using tools like Postman
posted on 28 Jun 2024
I applied via Campus Placement
Common topics like sql and 30% aptitude problem
posted on 19 Sep 2024
I applied via Job Portal
60mintues DSA level coding exam
posted on 17 Mar 2024
I applied via Walk-in and was interviewed in Sep 2023. There was 1 interview round.
posted on 1 Apr 2024
I was interviewed in Oct 2023.
List is an ordered collection of elements, while map is a collection of key-value pairs.
List maintains the order of elements, while map does not guarantee any specific order.
List allows duplicate elements, while map does not allow duplicate keys.
In a list, elements are accessed by their index, while in a map, elements are accessed by their keys.
based on 1 review
Rating in categories
Associate Consultant
102
salaries
| ₹3.3 L/yr - ₹13.9 L/yr |
Senior Consultant
86
salaries
| ₹6.3 L/yr - ₹25.5 L/yr |
Senior Associate Consultant
84
salaries
| ₹5.8 L/yr - ₹19.3 L/yr |
Principal Consultant
81
salaries
| ₹10.6 L/yr - ₹39 L/yr |
Consultant
80
salaries
| ₹2.3 L/yr - ₹16.3 L/yr |
Infosys
TCS
Wipro
HCLTech