Please Tell me about yourself
Senior Tester Interview Questions
3,600 senior tester interview questions shared by candidates
Telecom related
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?
Write a program and corresponding test suite.
There were no questions. Because no fancy skills were needed - just smarts to get a job done under pressure.
About your self
My skillsets related question how is it applicable with the role description what are my expectations
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.
Viewing 491 - 500 interview questions