Difference B/w Page Factory and POM. write all syntex about POM and Page Factory. How to approach excel sheet to read/write data in selenium. Write full program.
Senior Software Test Engineer Interview Questions
1,212 senior software test engineer interview questions shared by candidates
blocks of code to initialize constructor, how we can create destructor?
How would you handle a peer developer pressuring you to approve buggy code?
Tell me about your experience in this area
In the second pahes's questions set, there are two question categories; first is case study type questions and second is script programming questions (Python). The first category is presented as user and test scenarios of a specific system or messaging interfaces. These scenarios are highly related to the domain that the company is working on, which is Smart cards, card readers their messaging interfaces. In the programming questions, one of them was challenging but not very impossible to be solved.
The most disappointing part for me, was the questions were very thoughtful. While challenging, I had a lot of respect for their approach.
Screenshot in selemiun webdriver?
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.
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.
Viewing 161 - 170 interview questions