You find a bug before a release, what do you do ?
Senior Test Engineer Interview Questions
2,737 senior test engineer interview questions shared by candidates
Framework, Workflow, Playwright, JavaScript, Cross Question, Asked weird question like why take help from other , don't know how they work in agile Env.
Gherkin syntax
Please Tell me about yourself
The VP specifically asked "how do you define success", which is also on my question roster when I'm hiring other people. I love that question.
02. Design & Code for a poker game where it consists of few tables and each table consists of 6 chairs. And the system has to allocate the available seat to the participants in queue. And each participant will be allocated 100 poker chips.
What is the difference between Apache and Tomacat?
About your self
In a language of your choice, please provide a solution for the following problem. Problem: Given a sorted array of non-zero integers, remove the duplicate elements from the array and return the number of unique elements found. At the end of your algorithm, the array should contain unique elements. If the number of unique elements is less than the size of the array, fill the remaining indices with 0. For example: ex. Input - arr[] = {1, 2, 2, 3} ex. Output - arr[] = {1, 2, 3, 0} - return 3 ex. Input - arr[] = {1, 1, 1, 1} ex. Output - arr[] = {1, 0, 0, 0} - return 1 You should include your algorithm in the removec Duplicates method, whose inputs are the array and the length of the array.
1) Very easy - Find a duplicate number in an array 2) More technical about their testing scenario - specific knowledge required of the product related
Viewing 381 - 390 interview questions