Filter interviews by
I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 4 interview rounds.
Top trending discussions
posted on 16 Jan 2024
I applied via Company Website and was interviewed in Dec 2023. There were 2 interview rounds.
All models should be made available or their complete information should be given in fresher training.
I applied via Campus Placement and was interviewed in Mar 2024. There was 1 interview round.
Design cab booking system on hacker rank platform
posted on 4 Sep 2024
It was on naukri website 62 question out of which 2 were coding rest were CS fundamentals and apti
posted on 13 Sep 2023
I applied via campus placement at Delhi College of Engineering (DCE), Delhi
1.5 hours long, platform was hackerearth.
Reverse a linked list by changing the pointers direction.
Start with three pointers: current, previous, and next.
Iterate through the linked list, updating the pointers to reverse the direction.
Update the head pointer to the last node to complete the reversal.
I applied via Approached by Company and was interviewed in Sep 2023. There were 3 interview rounds.
Replace zeros surrounded by ones with ones in an array of strings
Iterate through each string in the array
Check for zeros surrounded by ones and replace them with ones
Return the modified array of strings
The minimum number of jumps needed to reach the end of an array.
Use dynamic programming to keep track of the minimum jumps needed at each index.
At each index, calculate the maximum reachable index and update the minimum jumps accordingly.
Example: For array [2, 3, 1, 1, 2, 4, 2, 0, 1, 1], the minimum jumps needed is 4.
Design classes for a bidding system with new bid notifications for users who have already bid.
Create a Bid class with attributes like bidder, amount, timestamp, etc.
Create a Notification class with attributes like message, recipient, timestamp, etc.
Create a BiddingSystem class to manage bids and notifications.
Implement a method in BiddingSystem to notify users who have already bid when a new bid is placed.
Consider usin...
I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.
Insert a node in a Binary Search Tree (BST)
Start at the root node and compare the value of the node to be inserted with the current node
If the value is less than the current node, move to the left child. If greater, move to the right child
Repeat the process until reaching a leaf node, then insert the new node as a left or right child
Design a lift system for efficient vertical transportation
Consider the number of floors in the building
Include safety features like emergency stop button
Optimize for speed and energy efficiency
Implement a user-friendly interface for passengers
I applied via Company Website and was interviewed in Sep 2023. There were 2 interview rounds.
Implement an iterator to flatten 2D vector
Use Dijkstra's algorithm to find the shortest path to get all keys
Implement Dijkstra's algorithm to find the shortest path in a graph
Consider the keys as nodes in the graph and the paths between keys as edges
Keep track of the keys collected and update the shortest path accordingly
I applied via Approached by Company and was interviewed in Apr 2022. There were 2 interview rounds.
Given an array of digits, find the largest multiple of 3 that can be formed from the digits.
Sort the array in descending order.
If the sum of digits is divisible by 3, return the array as a string.
If the sum of digits modulo 3 is 1, remove the smallest digit that has a remainder of 1 when divided by 3, or the two smallest digits that have a remainder of 2 when divided by 3.
If the sum of digits modulo 3 is 2, remove the ...
based on 7 reviews
Rating in categories
Delivery Boy
874
salaries
| ₹0.4 L/yr - ₹5 L/yr |
Fleet Manager
585
salaries
| ₹2.5 L/yr - ₹5.6 L/yr |
Sales Manager
582
salaries
| ₹2.4 L/yr - ₹10 L/yr |
Assistant Manager
489
salaries
| ₹5.5 L/yr - ₹13.9 L/yr |
Assistant Store Manager
449
salaries
| ₹1.6 L/yr - ₹4.2 L/yr |
Zomato
Dunzo
FoodPanda
Rapido