Filter interviews by
I applied via Campus Placement and was interviewed before Dec 2021. There were 6 interview rounds.
It includes aptitude questions which we ahve to answer in the given time andbthe time given will ne very less. So you need to be little fast in solving them
There will be 4 cofing questions which are of basic level
It includes around 10 people in a group amd they will see the way you communicate and the points that you raise and speak about
This coding round includes only one question and you need to solve it in an hour. It is a bit typical round where only people with good logical and programming skills can clear it
Code for generating a spiral matrix
Create an empty matrix of n x n size
Initialize variables for row and column indices
Fill the matrix in a spiral pattern using loops
Adjust row and column indices after each loop iteration
Code to generate Excel sheet column names
Use ASCII code to generate column names
Start with 'A' and increment by 1 for each column
Use a loop to generate multiple column names
Top trending discussions
I applied via Campus Placement and was interviewed in Mar 2024. There were 4 interview rounds.
Three coding questions to be solved in 90 minutes.
Rotate an array by K positions to the right
Create a new array and copy elements from original array starting from index (n-k) to n-1, then copy elements from index 0 to (n-k-1)
Alternatively, reverse the entire array, then reverse the first k elements and the remaining n-k elements separately
Handle cases where k is greater than array length by taking modulo of k with array length
Count the number of unique paths from top left to bottom right in a binary tree.
Use dynamic programming to keep track of the number of paths at each node.
At each node, the number of paths is the sum of the number of paths from the node to the right and the node below.
Example: For a 2x2 binary tree, there are 2 unique paths.
Find the maximum triplet sum satisfying given conditions
Sort the array in ascending order
Iterate through the array and keep track of the maximum triplet sum meeting the conditions
Return the maximum triplet sum found
LFU (Least Frequently Used) cache is a data structure that removes the least frequently used items when the cache is full.
LFU cache stores key-value pairs with a frequency count to track usage.
When a new item is added, its frequency count is set to 1.
When an existing item is accessed, its frequency count is incremented.
When the cache is full, the item with the lowest frequency count is removed.
Example: If cache size is...
posted on 11 Mar 2024
I applied via Naukri.com and was interviewed in Sep 2023. There was 1 interview round.
I applied via Naukri.com and was interviewed in Aug 2021. There were 3 interview rounds.
based on 4 reviews
Rating in categories
Customer Success Manager
106
salaries
| ₹4 L/yr - ₹10 L/yr |
Sales Development Representative
80
salaries
| ₹3 L/yr - ₹8.5 L/yr |
Product Specialist
55
salaries
| ₹3.5 L/yr - ₹7.1 L/yr |
Quality Analyst
38
salaries
| ₹4.5 L/yr - ₹10.1 L/yr |
Software Engineer
37
salaries
| ₹5.2 L/yr - ₹20 L/yr |
greytHR
sumHR - HRMS Software
Darwinbox
ZingHR