i
Meesho
Filter interviews by
I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.
The first round was an online assesment conducted on the hackerrank platform. This round
consisted of 3 DSA Question, 2 Medium and 1 Hard. The duration of the test was 1hr
45mins.
Top trending discussions
posted on 13 Mar 2024
I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.
There were 2 DSA questions.
One was a variation of Kadane's Algorithm and the other one was related to binary trees.
To find binary tree from preorder and postorder, use recursion and divide the arrays into left and right subtrees.
Create a binary tree node using the first element of preorder array
Find the root node's index in postorder array
Divide the arrays into left and right subtrees recursively
posted on 9 Jul 2024
I applied via Campus Placement and was interviewed before Jul 2023. There was 1 interview round.
2 standard DSA question for 1 hour time
posted on 18 Feb 2024
I applied via Referral and was interviewed before Feb 2023. There were 3 interview rounds.
1 hr coding text on hackerearth
LRU Cache is a data structure that maintains a list of items in order of most recently used to least recently used.
Implement using a doubly linked list and a hashmap for efficient operations
When an item is accessed, move it to the front of the list
When the cache is full, remove the least recently used item from the end of the list
I applied via Naukri.com and was interviewed in Oct 2024. There were 4 interview rounds.
Easy level to Medium level
2 Easy questions of DSA
I applied via Instahyre and was interviewed in Nov 2024. There were 2 interview rounds.
Easy to medium questions, Questions on DSA and Node.js.
posted on 2 Dec 2024
I applied via LinkedIn and was interviewed in Jun 2024. There were 3 interview rounds.
posted on 30 Jul 2024
var is function scoped, let is block scoped, const is block scoped and cannot be reassigned.
var is function scoped, let is block scoped, const is block scoped and cannot be reassigned
var can be redeclared and updated, let can be updated but not redeclared, const cannot be redeclared or updated
Example: var x = 10; let y = 20; const z = 30;
Closure is a function that captures the variables from its surrounding scope, even after the surrounding function has finished executing.
Closure allows a function to access and manipulate variables from its outer scope.
It maintains a reference to its outer scope, even after the outer function has returned.
Closure is commonly used in event handlers and callbacks.
Rxjs operators are used for handling asynchronous operations in reactive programming.
Map operator: transforms the items emitted by an Observable
Filter operator: emits only those items from an Observable that pass a specified condition
Merge operator: combines multiple Observables into one by merging their emissions
SwitchMap operator: switches to a new Observable each time it is emitted
DebounceTime operator: emits a valu...
Change detection strategy in Angular is a mechanism used to detect changes in the application state and update the view accordingly.
Angular uses Zone.js for change detection by default
Change detection can be triggered manually using ChangeDetectorRef
Optimizing change detection using OnPush strategy
based on 1 interview
Interview experience
based on 1 review
Rating in categories
8-12 Yrs
Not Disclosed
Key Account Manager
735
salaries
| ₹3 L/yr - ₹6.9 L/yr |
City Manager
205
salaries
| ₹4 L/yr - ₹10 L/yr |
Business Analyst
190
salaries
| ₹8 L/yr - ₹23 L/yr |
Business Development Manager
172
salaries
| ₹3 L/yr - ₹7.5 L/yr |
Team Lead
166
salaries
| ₹1.6 L/yr - ₹9 L/yr |
Amazon
Flipkart
Myntra
GlowRoad