Tell me about yourself? The position required automated testing, but he asked me if I would agree to do manual testing.
Quality Engineer Iii Interview Questions
51 quality engineer iii interview questions shared by candidates
Question related to selenium wait, API syntax, java basics like array programming, ci/cd and some more scenario based questions.
Technical Round1 - This one was mainly focused on tools and technologies written in resume. 1. Explain your automation framework. 2. What is POM and Page Factory 3. How do you connect to database using JDBC ,write full code 4. A scenario was given and I was asked to write code as to how will I automate it. It involved iterating over the columns of the result set. 5. Maven lifecycle 6. TestNG related questions- annotation hierarchy , testNG.xml 7. How do you mention dependencies in pom.xml 8. Given a linked list, find the mid-node. I gave a solution, I was asked to give a second approach as well. 9. Given a string, swap the nth index with (l-n-1)th index , where l is the length of the string. Have to write working code. Technical Round2- 1. I was given different scenarios for methods overriding and was asked for the output. There is a parent class named Parent and child class named Child which extends Parent.Which method will be called in below scenarios or any CompileTime/RuntimeError(what type of error,if any) * Child c = new Child(); * Parent p = new Parent(); * Child c = new Parent(); * Parent p = new Child(); 2. Explain the internal working of hashmap. How get() and put() methods work internally?What happens if a null value is added? You have to explain hashcode() and equals() method in detail. 3. What is the difference between checked and unchecked exception .Draw the exception hierarchy. 4. There is company logo on the company’s website. How will you validate the logo is correct using selenium? Technical Round3- This was mainly focused on automation 1. What testNG annotations have you used in your project? 2. If you want the the login functionality with 100 different login credentials, how will you achieve using testNG? 3. What plugin have you used in Jenkins for your maven project? 4. What is the build command used in your project? 5. What are listeners? Which listener are you using? How to create a listener class? 6. What is JavaScriptExecutor? What UI issues can you face while cross browser testing? 7. Why do we use Page Object Model? 8. How are you interacting with excel data? 9. Write the script for drag and drop. What is the design pattern of Actions class? 10. What is singleton class ? Have you used it in your project? I explained about the logger class which is singleton. 11. Write functional and non functional test cases for an email client. Consider system as a whole. 12. Write a working code to find the count of each digit in an integer. I gave a solution using hashmap , was asked to give another solution. I gave another solution using count array. Hiring Manager round
General QA questions. Behavioral questions. Process related questions.
1) Why cisco? 2) Difference between stack and queue? 3) What contribution have you made in your current company? 4) Merge sort 5) Agile Methodology 6) OSI model
Describe one incident in your previous workplace that you remember.
How do describe your ability to multi-task?
1. Python related questions 2. Testing related questions
What's the difference between interface and class in .Net? (What does that have to do with Selenium or any other testing tool)?
They asked about AWS, API, And how to write a test plan.
Viewing 31 - 40 interview questions