Filter interviews by
posted on 1 Jul 2022
I applied via Recruitment Consulltant and was interviewed in Jun 2022. There were 5 interview rounds.
Coding questions related to string manipulation, array sorting, and finding indices and equilibrium point.
To remove duplicate characters from a string, use a hash set to keep track of seen characters and remove duplicates.
To sort an array, use built-in sorting functions or implement a sorting algorithm like quicksort or mergesort.
To find the indices of resulting sum, use a hash map to store the complement of each eleme...
Coding questions for SDET interview
1. Use built-in sorting functions like Array.sort()
2. Read log file line by line and count occurrences of each user
3. Parse log file to extract names and use string.length to get length
Top trending discussions
I was interviewed in Oct 2024.
Write a test script for a given scenario in any suitable framework
Identify the scenario to be tested
Create test data if needed
Write test steps using the chosen framework
Execute the test script and analyze results
Test strategies and test plans are essential documents that outline the approach and scope of testing activities.
Test strategy defines the overall testing approach, including objectives, resources, and timelines.
Test plan details the specific tests to be conducted, including test cases, test data, and expected results.
Test strategy is high-level and focuses on the big picture, while test plan is more detailed and speci...
posted on 30 Jun 2022
I applied via Naukri.com and was interviewed in Jun 2022. There were 4 interview rounds.
Trees linked list stacks queues etc
Lenskart boat and emcure was asked about it
posted on 15 Nov 2021
I applied via Hackerearth contest and was interviewed in Oct 2021. There was 1 interview round.
Reverse a linked list
Iterate through the linked list and change the direction of the pointers
Use three pointers to keep track of the current, previous, and next nodes
Make sure to update the head and tail pointers accordingly
Swap 2 numbers without using a third variable
Use the XOR operation to swap the numbers
Assign the first number to the second number using XOR
Assign the second number to the first number using XOR
Height of a binary tree is the maximum number of edges from the root node to any leaf node.
The height of an empty tree is 0.
The height of a tree with only one node is 1.
The height of a tree can be calculated recursively by finding the height of its left and right subtrees and adding 1 to the maximum of the two heights.
The time complexity of finding the height of a binary tree is O(n), where n is the number of nodes in
Sum queries on a 2D matrix
Iterate through each query and calculate the sum of elements in the given range
Use prefix sum technique to optimize the solution
Preprocess the matrix to store the sum of elements in each row and column for faster calculation
posted on 22 Jul 2021
I applied via campus placement at National Institute of Technology,(NIT), Agartala and was interviewed in Jun 2021. There were 4 interview rounds.
4 pillars of OOPs: Abstraction, Encapsulation, Inheritance, Polymorphism.
Abstraction: Hiding implementation details and showing only necessary information.
Encapsulation: Binding data and functions together and restricting access to them.
Inheritance: Creating new classes from existing ones, inheriting properties and methods.
Polymorphism: Ability of objects to take on multiple forms or behaviors.
Implement a queue using stack
Use two stacks, one for enqueue and one for dequeue
When dequeue is called, pop all elements from enqueue stack and push to dequeue stack
Then pop from dequeue stack to get the first element added to the queue
When enqueue is called, simply push the element to enqueue stack
posted on 23 Sep 2022
I applied via LinkedIn and was interviewed before Sep 2021. There were 2 interview rounds.
Easy tree questions from basic DSA sheets
Some of the top questions asked at the Barco Electronic Systems Sdet (Software Development Engineer in Test) interview -
Senior Software Engineer
48
salaries
| ₹11.6 L/yr - ₹30 L/yr |
Associate Technical Specialist
42
salaries
| ₹15 L/yr - ₹41 L/yr |
Lead Engineer
33
salaries
| ₹10.2 L/yr - ₹32 L/yr |
Senior Engineer
30
salaries
| ₹7 L/yr - ₹30 L/yr |
Assistant Manager
24
salaries
| ₹11.5 L/yr - ₹31.3 L/yr |
Samsung
LG Electronics
Sony
Philips