Filter interviews by
Hacker Rank test with string and arrays
I applied via Campus Placement and was interviewed in Aug 2022. There were 2 interview rounds.
Duration: 1hr+
Topics: 2 - coding questions(logic-based)
platform: Hackerank
Find square root of a number using basic arithmetic operations without power operator and inbuilt libraries.
Use binary search to find the integer part of the square root
Use long division method to find the decimal part of the square root
Repeat the above steps until desired accuracy is achieved
Handle edge cases like negative numbers and numbers less than 1
Addition of two linked lists and return the result as a linked list.
Traverse both linked lists simultaneously
Add corresponding nodes and carry over the sum
Create a new linked list with the sum
It was a 2 hour test having 2 coding questions . Difficulty was easy and medium.
2 hours mcqs from all cse related topics + 1 coding question
3 coding questions easy level
I applied via Approached by Company and was interviewed in Aug 2024. There were 2 interview rounds.
2 DSA questions and 70 minutes.
Min-stack is implemented using O(N) space by keeping track of minimum value at each element.
Use two stacks - one to store the actual elements and another to store the minimum value at each step.
When pushing an element, check if it is smaller than the current minimum and update the minimum stack accordingly.
When popping an element, also pop from the minimum stack if the popped element is the current minimum.
Sliding Window Problem involves finding a subarray of fixed size k with the maximum sum.
Use a sliding window approach to iterate through the array and keep track of the sum of elements within the window.
Slide the window by removing the first element and adding the next element in each iteration.
Keep track of the maximum sum found so far and update it if a new maximum is found.
I applied via Company Website and was interviewed in May 2024. There were 3 interview rounds.
This round had questions from various topics like DBMS, system design, OOPs, aptitude etc. with one coding ques.
This had 2 coding questions (medium level) and a digital HR round where we just have to use a slider to answer our best reaction to situations.
Implement a stack that supports push, pop, top, and retrieving the minimum element in constant time.
Use two stacks - one to store the actual elements and another to store the minimum values.
When pushing an element, check if it is smaller than the current minimum and push it to the min stack if so.
When popping an element, check if it is the current minimum and pop from the min stack if so.
Top operation can be implemente...
Find leaf nodes in a binary tree and print path to each leaf node.
Traverse the binary tree using depth-first search (DFS)
When reaching a leaf node, store the path from root to that leaf node
Repeat the process for all leaf nodes in the tree
I applied via AngelList and was interviewed before Nov 2021. There were 3 interview rounds.
2 coding question level easy-medium leetcode
I applied via LinkedIn and was interviewed before Aug 2023. There were 2 interview rounds.
Don;t remember the leetcode question, was medium
Don't remember the leetcode qyuestion, was medium, had a behavior component, remember the Amazon principles
I applied via Campus Placement and was interviewed in Jun 2022. There was 1 interview round.
Count occurrences of a given element in a sorted array.
Use binary search to find the first and last occurrence of the element.
Subtract the indices to get the count.
Handle edge cases like element not present in the array.
Find the deepest left node in a binary tree.
Traverse the tree recursively and keep track of the depth and whether the current node is a left node.
If the current node is a leaf node and its depth is greater than the deepest left node found so far, update the deepest left node.
Return the deepest left node found.
Example: For the binary tree with root node 1, left child 2, and left child of 2 being 4, the deepest left node...
I applied via Campus Placement and was interviewed before Oct 2022. There were 4 interview rounds.
1 hour long test, 1 easy and 1 medium leetcode problem + some apti questions.
based on 1 interview
Interview experience
Customer Service Associate
2.8k
salaries
| ₹1 L/yr - ₹5.5 L/yr |
Transaction Risk Investigator
1.4k
salaries
| ₹2.1 L/yr - ₹6.5 L/yr |
Customer Service Executive
887
salaries
| ₹1.2 L/yr - ₹6 L/yr |
Senior Associate
830
salaries
| ₹2.2 L/yr - ₹9 L/yr |
Ml Data Associate
625
salaries
| ₹2 L/yr - ₹5.2 L/yr |
Amazon
Flipkart
Udaan
Indiamart Intermesh