i
BigBasket
Filter interviews by
I applied via Referral and was interviewed before Jan 2023. There were 3 interview rounds.
Rotate a matrix by 90 degrees.
Transpose the matrix
Reverse each row of the transposed matrix
The question asks for finding the longest substring in a given string that contains only unique characters.
Iterate through the string and keep track of the current substring
Use a set to check for duplicate characters
Update the longest substring if a longer one is found
Ecommerce hight level design
I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.
What people are saying about BigBasket
posted on 7 Apr 2023
I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 4 interview rounds.
Easy to medium-level coding questions on DSA
A custom linked list is a data structure where each node contains a value and a reference to the next node.
Define a Node class with value and next properties
Define a LinkedList class with head property and methods to add, remove, and traverse nodes
Example: let list = new LinkedList(); list.add(1); list.add(2); list.remove(1);
I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.
I applied via Approached by Company and was interviewed before Nov 2022. There were 3 interview rounds.
Brush up on DS and Algorithms
posted on 12 Mar 2024
I applied via Company Website and was interviewed before Mar 2023. There were 4 interview rounds.
Solve sudoku, row and columns should have 1-9 numbers and the numbers shouldnt repeat
Design a parking lot system with features like parking, retrieving, and tracking available spots.
Create a ParkingLot class with attributes like total number of spots, available spots, and a list of parked vehicles.
Implement methods for parking a vehicle, retrieving a vehicle, and tracking available spots.
Use data structures like arrays or lists to manage parked vehicles and available spots.
Consider implementing feature...
posted on 19 Dec 2023
I applied via LinkedIn and was interviewed in Nov 2023. There were 2 interview rounds.
Create subarrays with sum = 0 from given array of integers.
Iterate through the array and keep track of the running sum.
Store the running sum in a hashmap and check if the current sum - any previous sum equals 0.
If yes, then the subarray between those two indices has a sum of 0.
The left view of a binary tree is the set of nodes visible when the tree is viewed from the left side.
Traverse the tree in a level order manner and keep track of the first node at each level.
Use a queue to store nodes at each level and update the left view nodes accordingly.
Example: For a binary tree with root node 1, left child 2, and right child 3, the left view would be [1, 2].
posted on 25 Sep 2023
I applied via Approached by Company and was interviewed before Sep 2022. There were 4 interview rounds.
Algorithm and database and datastructures
Language and basic understanding
based on 2 interviews
1 Interview rounds
based on 5 reviews
Rating in categories
Business Development Executive
649
salaries
| ₹2 L/yr - ₹5.2 L/yr |
Inventory Executive
437
salaries
| ₹2 L/yr - ₹5.2 L/yr |
Shift Incharge
421
salaries
| ₹2 L/yr - ₹5.8 L/yr |
Operations Controller
396
salaries
| ₹2 L/yr - ₹5.9 L/yr |
Customer Support Executive
327
salaries
| ₹1.6 L/yr - ₹3.8 L/yr |
Milkbasket
Amazon
Blinkit
Flipkart