Filter interviews by
Be the first one to contribute and help others!
posted on 8 Mar 2024
I applied via Campus Placement
posted on 20 May 2022
I applied via Approached by Company and was interviewed in Apr 2022. There were 3 interview rounds.
Coding problem and code structure
I applied via LinkedIn and was interviewed before Jul 2023. There were 5 interview rounds.
Hackerrank online assessment
Case study with a little bit of math for scenario based questions
2 questions of coding with a live interviewer
Behavioral and coding with a senior engineer
I handle conflicts by actively listening, seeking common ground, and finding mutually beneficial solutions.
Actively listen to all parties involved to understand their perspectives
Seek common ground and areas of agreement to build upon
Find mutually beneficial solutions that address the concerns of all parties
Communicate openly and transparently to resolve conflicts effectively
Developing a real-time data synchronization system across multiple servers
Designing a scalable architecture to handle high volume of data
Implementing efficient algorithms for data synchronization
Handling conflicts and ensuring data consistency
Testing the system under various load conditions
I appeared for an interview before Sep 2020.
Round duration - 90 minutes
Round difficulty - Medium
This test consists of two coding questions and some MCQ regarding computer fundamentals.
Kevin has two packs of cards. The first pack contains N cards, and the second contains M cards. Each card has an integer written on it. Determine two results: the tot...
Find total distinct card types and common card types between two packs of cards.
Create a set to store distinct card types when combining both packs.
Iterate through each pack and add card types to the set.
Find the intersection of card types between the two packs to get common card types.
Given an array of integers arr
, where arr[i]
represents the number of pages in the i-th
book, and an integer m
representing the number of students, allocate all the books ...
Allocate books to students in a way that minimizes the maximum number of pages assigned to a student.
Iterate through all possible allocations of books to students.
Calculate the maximum number of pages assigned to a student for each allocation.
Return the minimum of these maximums as the result.
Round duration - 40 minutes
Round difficulty - Easy
It was a technical round that is based on DSA and computer fundamentals.
Given a singly linked list of integers, return the head of the reversed linked list.
Initial linked list: 1 -> 2 -> 3 -> 4 -> NULL
Reversed link...
Reverse a singly linked list of integers and return the head of the reversed linked list.
Iterate through the linked list and reverse the pointers to point to the previous node instead of the next node.
Use three pointers - prev, current, and next to reverse the linked list in O(N) time and O(1) space complexity.
Update the head of the reversed linked list as the last node encountered during the reversal process.
Given an integer array arr
of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.
The first line contains an integer 'T' representing the n...
Sort an array of 0s, 1s, and 2s in linear time complexity.
Use three pointers to keep track of 0s, 1s, and 2s while traversing the array.
Swap elements based on the values encountered to sort the array in-place.
Time complexity should be O(N) and space complexity should be O(1).
Tip 1 : If you are not able to complete something in-depth, clearly mention that to the interviewer.
Tip 2 : Practice DSA well.
Tip 3 : Try to think analytically and more logically,Your thinking skills matters a lot.
Tip 1 : Try to mention max no of projects
Tip 2 : DO not fake in your resume.
I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.
1 20 mark easy ques and 1 50 mark med ques, time : 1h 30 mins i guess
Challenging questions in mathematics.
A constructive discussion about the significance of various topics and additional aspects.
I applied via Campus Placement and was interviewed before Nov 2020. There was 1 interview round.
Program to calculate factorial
Use a loop to multiply the numbers from 1 to n
Handle edge cases like 0 and negative numbers
Use recursion for a more elegant solution
I applied via LinkedIn and was interviewed before May 2023. There were 2 interview rounds.
Clear basic programming fundamentals
I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.
I had a conflict with a team member over project priorities.
Miscommunication led to conflicting priorities
Discussed the issue openly and found a compromise
Learned the importance of clear communication in team projects
Developed a web-based project management tool for tracking tasks and deadlines
Used React for front-end development
Implemented user authentication and authorization using JWT tokens
Utilized Node.js and Express for back-end development
Integrated MongoDB for database storage
I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.
The onbeforeunload method is used to prevent form save.
Use the onbeforeunload method to display a warning message before leaving the page without saving the form.
Return a custom message in the method to prompt the user to confirm if they want to leave the page.
Example: window.onbeforeunload = function() { return 'Are you sure you want to leave this page without saving?'; };
based on 3 reviews
Rating in categories
Gurgaon / Gurugram
4-7 Yrs
Not Disclosed
Hyderabad / Secunderabad,
Bangalore / Bengaluru
6-11 Yrs
Not Disclosed
Senior Associate
16.1k
salaries
| ₹8 L/yr - ₹30.2 L/yr |
Associate
13.7k
salaries
| ₹4.8 L/yr - ₹15.9 L/yr |
Manager
6.9k
salaries
| ₹14 L/yr - ₹45 L/yr |
Senior Consultant
4.5k
salaries
| ₹9 L/yr - ₹33 L/yr |
Associate2
4.4k
salaries
| ₹4.7 L/yr - ₹17.6 L/yr |
Deloitte
Ernst & Young
Accenture
TCS