Filter interviews by
I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.
AB framework is a system for testing two versions of a software application to determine which performs better.
Define the goals and metrics for comparison
Create two versions of the software with the only difference being the feature being tested
Randomly assign users to either version A or version B
Collect and analyze data on user behavior and performance to determine which version is more effective
Top trending discussions
I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.
I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.
Print nodes of n-ary tree in arc wise manner from outside
Traverse the tree level by level from outside to inside
Use a queue to keep track of nodes at each level
Print the nodes at each level in a clockwise or anticlockwise manner
posted on 4 Oct 2024
React is a JavaScript library for building user interfaces, known for its efficiency and flexibility.
React allows for the creation of reusable UI components, making development faster and more efficient.
It uses a virtual DOM for optimal performance by only updating the necessary components when data changes.
React's component-based architecture promotes code reusability and maintainability.
It has a large and active comm...
I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.
I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.
Online coding test had two questions to be solved in 60 mins. Medium level questions to be expected.
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].
Interview experience
Director
4
salaries
| ₹72 L/yr - ₹250 L/yr |
Industrial Engineer
3
salaries
| ₹60 L/yr - ₹60 L/yr |
Director Finance
3
salaries
| ₹59 L/yr - ₹90 L/yr |
Flipkart
Amazon
Snapdeal
Paytm Mall