I wasn't asked to write silly code or explain logic etc. But what I was asked was really important. How Coded UI works, just knowing how to detect element and write a TC won't work. Questions related to Datawarehouse were bit difficult for me as I never worked on it. Good knowledge of your automation framework is important.
Quality Engineer Iii Interview Questions
102 quality engineer iii interview questions shared by candidates
They asked questions about my understanding of AS9001 as it related to my experience on my resume.
Tell me about yourself? The position required automated testing, but he asked me if I would agree to do manual testing.
Question related to selenium wait, API syntax, java basics like array programming, ci/cd and some more scenario based questions.
Performance testing database testing Loadrunner, IBM RPT Unix testing Web based testing SQL Performance monitoring Performance test management activities Performance test approach Implementation of performance scenarios through different tools.
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.
Why should we hire you? What would you do if you have to press a button 50 times? Is there a particular defect you are proud of from your previous experience? What do you currently do to advance in your career?
Viewing 61 - 70 interview questions