Filter interviews by
I applied via LinkedIn and was interviewed before May 2023. There were 2 interview rounds.
Simple leetcode medium
Identify data structure based on insertion and deletion order
If insertion and deletion follow LIFO order, it is a stack
If insertion follows FIFO order and deletion follows LIFO order, it is a queue
If insertion and deletion follow priority order, it is a priority queue
Find maximum element in an array in less than O(N)
Use divide and conquer approach
Compare maximum of left and right subarrays
Recursively find maximum element
I applied via Approached by Company and was interviewed in Feb 2022. There were 2 interview rounds.
I applied via Approached by Company and was interviewed before May 2023. There were 2 interview rounds.
I applied via Approached by Company and was interviewed before Oct 2022. There were 3 interview rounds.
I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.
Basic DSA problems based on Array, String and LinkedList
I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 3 interview rounds.
Aptitudes
Logical
Reasoning
I applied via Referral and was interviewed in Feb 2021. There were 4 interview rounds.
Find all duplicate pairs in given array of strings
Create a hash table to store frequency of each string
Iterate through the array and check if frequency is greater than 1
Add the string to result if frequency is greater than 1
KMP algorithm finds the shortest substring that repeats to form the entire string.
KMP algorithm uses a prefix table to find the longest proper prefix that is also a suffix of each substring.
The length of the shortest repeating substring is the length of the string minus the length of the longest proper prefix.
Example: For string 'abcabcabc', the longest proper prefix is 'abcabc' and the length of the shortest repeating
I applied via Campus Placement and was interviewed before Aug 2023. There were 2 interview rounds.
Implementing a linked list with insert, delete, and search functionalities.
Create a Node class with data and next pointer
Implement insert method to add nodes at the end or specific position
Implement delete method to remove nodes based on data or position
Implement search method to find a specific node
Use SQL query to find the 5 highest salaries in a database table.
Use the SELECT statement to retrieve the salaries from the table.
Use the ORDER BY clause to sort the salaries in descending order.
Use the LIMIT clause to limit the results to the top 5 salaries.
based on 2 interviews
Interview experience
based on 6 reviews
Rating in categories
System Engineer
99
salaries
| ₹3 L/yr - ₹6.5 L/yr |
Senior Software Engineer
34
salaries
| ₹9.6 L/yr - ₹22 L/yr |
Deputy Manager
24
salaries
| ₹5.1 L/yr - ₹11.3 L/yr |
Assistant Manager
22
salaries
| ₹3.2 L/yr - ₹8.8 L/yr |
Senior Systems Engineer
22
salaries
| ₹5.6 L/yr - ₹9.5 L/yr |
Turing
Impact Guru
Newton School: Pay after Placement
Tracxn