Filter interviews by
I applied via Referral and was interviewed before Oct 2022. There were 5 interview rounds.
Coding test and technical with real time applications to know programming experience ranges from beginner to test framework design and implementation
Top trending discussions
posted on 10 Oct 2024
I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.
I applied via Job Fair and was interviewed in Oct 2024. There were 2 interview rounds.
It was an online test for interview
Dijkstra's algorithm is a graph search algorithm that finds the shortest path between nodes in a graph.
Dijkstra's algorithm uses a priority queue to select the node with the smallest distance from the start node.
It maintains a list of tentative distances to each node and updates them as it explores the graph.
The algorithm is commonly used in routing and network protocols to find the shortest path between nodes.
Example:...
I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.
Three coding problems were asked one was to print frequency of each character in a string, second was also similar to this problem unable to recall it and third problem was given an array of string and range from L to R find the nth character if all strings from L to R is concatenated and sorted. Apart from these three coding problems there were 10 easy MCQ's.
posted on 24 Nov 2024
Move negative elements to right side of array
Iterate through the array and swap negative elements to the right side
Use two pointers approach to keep track of positive and negative elements
Maintain the order of elements while moving negatives to the right side
Medium to hard questions based on arrays, dp
Quick sort is a popular sorting algorithm that uses divide and conquer strategy.
Divides array into smaller sub-arrays based on a pivot element
Recursively sorts sub-arrays
Combines sorted sub-arrays to get final sorted array
Time complexity: O(n log n) on average, O(n^2) worst case
Example: [3, 6, 8, 10, 1, 2, 1] -> [1, 1, 2, 3, 6, 8, 10]
Rotate a matrix by 90 degrees in place
Transpose the matrix
Reverse each row of the transposed matrix
Basic string manipulation and general DSA questions
It was the ask mostly about DSA
posted on 26 Nov 2023
I applied via Approached by Company and was interviewed in Oct 2023. There were 2 interview rounds.
30 Manual testing and 30 normal aptitude mcq easy questions only one and half hour timing
Black box testing is a software testing technique where the internal structure of the system being tested is not known to the tester.
Black box testing focuses on the functionality of the software without considering its internal implementation
Test cases are designed based on the requirements and specifications of the software
It is primarily used to validate the correctness of the software from the end-user perspective
E...
Interview experience
based on 1 review
Rating in categories
Senior Software Engineer
4
salaries
| ₹15 L/yr - ₹22 L/yr |
Software Development Engineer II
3
salaries
| ₹11.9 L/yr - ₹15 L/yr |
Fractal Analytics
Mu Sigma
Tiger Analytics
LatentView Analytics