Filter interviews by
I applied via Naukri.com and was interviewed before Oct 2023. There were 3 interview rounds.
Yes, we can automate webpages parallelly using tools like Selenium Grid or TestNG.
Use Selenium Grid to run tests in parallel on multiple machines or browsers
Utilize TestNG to execute tests in parallel across different test classes or methods
Implement parallel testing frameworks like TestNG's parallel attribute or Maven Surefire plugin
Write test case on the given topic
Top trending discussions
posted on 11 Nov 2024
I was interviewed in Oct 2024.
First round was coding test on Coderbyte it was good.
I applied via Walk-in and was interviewed in Jul 2024. There were 3 interview rounds.
Advanced Java coding
Core Java arrays and strings are fundamental data structures used for storing and manipulating data in Java programming.
Arrays in Java are used to store multiple values of the same data type in a single variable.
Strings in Java are objects that represent sequences of characters.
Arrays and strings in Java are both indexed collections, with arrays being mutable and strings being immutable.
Example: String[] names = {"Alic
posted on 5 Dec 2024
I applied via Campus Placement
I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.
Technical aspects about linked list,trees, stacks
Topic related to humanities
posted on 20 Aug 2024
I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.
Good and the whole process took more than 20 days
Find the largest number in an array
I applied via Job Portal
Moderate difficult challenge in control
I was interviewed in Nov 2020.
Round duration - 60 minutes
Round difficulty - Easy
Consider a weighted, undirected graph with 'V' vertices numbered from 1 to 'V' and 'E' bidirectional edges. You are tasked with handling 'Q' queries. For each query, you are...
We will run Dijkstra Algorithm for all vertices in this approach and store the minimum distance in an array. Then we can answer the queries using this distance array.
Dijkstra Algorithm is one of the most popular algorithms in graph theory. A single-source shortest path algorithm gives the shortest path length to all vertices from a given vertex known as the source vertex. It is a greedy algorith...
Your task is to sort a sequence of numbers stored in the array ‘ARR’ in non-descending order using the Merge Sort algorithm.
Merge Sort is a divide-an...
The basic idea is that we divide the given ‘ARR’ into two-part call them ‘leftHalves’ and ‘rightHalves’ and call the same function again with both the parts. In the end, we will get sorted ‘leftHaves’ and sorted ‘righthalves’ which we merge both of them and return a merged sorted ‘ARR’.
We implement this approach with a divide and conquer strategy.
Here is the algorithm :
You are provided with an N * N
maze where a rat is positioned at starting cell MAZE[0][0]
. The goal is to determine and print all possible paths that the rat can take to r...
Initialize, all the cells of the solution matrix used to print the path matrix to 0. First, you cannot make use of the existing maze to print the solution maze as you have to distinguish b/w 1 of maze or 1 of ‘SOLUTION matrix.
Form a recursive function, which will follow a path and check if the path reaches the destination or not. If the path does not reach the destination then backtrack and t...
Tip 1 : Practice Atleast 250 Questions
Tip 2 : Do atleast 2 projects
Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.
I applied via LinkedIn and was interviewed in Oct 2024. There were 3 interview rounds.
The aptitude test had various sections for programming mcq questions, basic aptitude and also coding questions
Interview experience
based on 1 review
Rating in categories
Software Quality Engineer
147
salaries
| ₹2 L/yr - ₹10.1 L/yr |
Softwaretest Engineer
28
salaries
| ₹3.6 L/yr - ₹10.3 L/yr |
Project Coordinator
21
salaries
| ₹1.9 L/yr - ₹6 L/yr |
QA Engineer
12
salaries
| ₹3.6 L/yr - ₹10 L/yr |
Software Engineer
8
salaries
| ₹4.5 L/yr - ₹11.3 L/yr |
Infosys
TCS
Wipro
HCLTech