i
Flipkart
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Approached by Company and was interviewed before Sep 2023. There were 5 interview rounds.
Machine Coding 2hours
I applied via LinkedIn and was interviewed before Mar 2023. There was 1 interview round.
1RD - Machine coding - 1:30h
2RD- Coding interview -1hr
3RD - Coding interview - 1hr
4RD - Managerial Round - 1hr
posted on 25 Oct 2023
It was a online 2 hour coding test tand had 3 questions to solve
Medium level problem of dsa
posted on 22 Feb 2024
I applied via Company Website and was interviewed before Feb 2023. There was 1 interview round.
The code I wrote is a function that sorts an array of integers in ascending order using bubble sort algorithm.
The code starts by iterating through the array and comparing adjacent elements, swapping them if they are in the wrong order.
This process is repeated until no more swaps are needed, indicating that the array is sorted.
The time complexity of bubble sort is O(n^2) in the worst case scenario.
Example: int[] arr = {
posted on 22 Dec 2022
I applied via campus placement at Indian Institute of Technology (IIT), Roorkee and was interviewed before Dec 2021. There were 4 interview rounds.
There is two question :
One from Sliding window : medium
Another from Graph same as leetcode island problem : medium
Solved both within time limit
posted on 10 Oct 2023
I applied via Referral and was interviewed before Oct 2022. There were 6 interview rounds.
I applied via Recruitment Consulltant and was interviewed before Jul 2023. There was 1 interview round.
Duration was 1 hour with Graph problem medium level.
posted on 22 Feb 2022
I applied via LinkedIn and was interviewed in Aug 2021. There were 5 interview rounds.
Platform - HackerRank
Duration - 2 hrs
Question Types - 2 coding question and some behavioural question
first question was related to hashing concept and 2nd was related to BFS concept and 1 more thing that you have to also explain your approach and time complexity of your code that you have written.
posted on 29 Jun 2022
I applied via Referral and was interviewed before Jun 2021. There were 5 interview rounds.
Medium hard questions with mcq.
Find maximum number of intersections in a given time range.
Consider all the intervals and their start and end times.
Sort the intervals based on their start times.
Use a priority queue to keep track of the intervals that are currently active.
Update the maximum number of intersections whenever a new interval is added or removed from the priority queue.
Finding the median of a stream of numbers.
Maintain two heaps, one for smaller half and one for larger half of the stream.
If the heaps are of equal size, median is the average of the top elements of both heaps.
If the heaps are of different sizes, median is the top element of the larger heap.
Add new elements to the appropriate heap and balance the heaps accordingly.
I applied via Referral and was interviewed in Jun 2018. There were 6 interview rounds.
Remove duplicates from a list
Create a new empty list
Loop through the original list
If an element is not in the new list, add it
Return the new list
Count the number of islands in a 2D grid of 1s and 0s.
An island is a group of connected 1s (horizontally or vertically).
Use DFS or BFS to traverse the grid and mark visited cells.
Count the number of times you start a traversal from an unvisited 1.
Design a system for making table reservations at a restaurant.
Create a user-friendly interface for customers to make reservations
Allow customers to select date, time, and party size
Provide real-time updates on table availability
Integrate with the restaurant's seating chart and reservation system
Send confirmation emails or texts to customers
Allow customers to modify or cancel reservations
Provide analytics for the restau
Interview experience
based on 14 reviews
Rating in categories
Senior Executive
2.5k
salaries
| ₹2 L/yr - ₹9 L/yr |
Team Lead
1.9k
salaries
| ₹1.2 L/yr - ₹9.7 L/yr |
Operations Executive
1.8k
salaries
| ₹1.1 L/yr - ₹6.5 L/yr |
Assistant Manager
1.5k
salaries
| ₹5.9 L/yr - ₹21.6 L/yr |
Executive
1.3k
salaries
| ₹1.2 L/yr - ₹7 L/yr |
Amazon
Myntra
Snapdeal
Meesho