Quality Assurance (QA) Job Interview Questions
-
What is verification in software testing?
Quality Assurance (QA) Junior -
What does validation mean in software testing?
Quality Assurance (QA) Junior -
Which activity is located at the right bottom side of the V model?
Quality Assurance (QA) Junior -
Why should load tests be used?
Quality Assurance (QA) Senior -
What is true about the tests in higher levels of testing pyramid in relation to execution time?
Quality Assurance (QA) Senior -
What is true about the tests in higher levels of testing pyramid in relation to cost?
Quality Assurance (QA) Senior -
What is vertical E2E testing?
Quality Assurance (QA) Senior -
What is horizontal E2E testing?
Quality Assurance (QA) Senior -
What test types are defined in the testing pyramid in levels from bottom to top?
Quality Assurance (QA) Senior -
What parts of URL address do you know and what are they good for?
HTTP protocol Quality Assurance (QA) Junior -
What are cookies and how are they used in HTTP protocol?
HTTP protocol Quality Assurance (QA) Junior -
What is query string?
HTTP protocol Quality Assurance (QA) Junior -
What is request payload?
HTTP protocol Quality Assurance (QA) Junior -
What is a keyword USE good for?
MS SQL Server Quality Assurance (QA) SQL Junior -
What is a Production environment?
Processes Quality Assurance (QA) Junior -
What is a Staging environment?
Quality Assurance (QA) Junior -
What is a UAT environment?
Quality Assurance (QA) Junior -
What is a Testing/QA environment?
Quality Assurance (QA) Junior -
What is a Development environment (DEV)?
Quality Assurance (QA) Junior -
What is a Local environment?
Quality Assurance (QA) Junior -
How can you inspect HTML code of a specific element in a web page?
Quality Assurance (QA) Junior -
What is Network in Chrome DevTools good for?
Quality Assurance (QA) Junior -
What is Console in Chrome DevTools good for?
Quality Assurance (QA) Junior -
How to turn on Chrome DevTools?
Quality Assurance (QA) Junior -
What is Chrome DevTools good for?
Quality Assurance (QA) Junior -
How many ways can you reload a page in a web browser?
Quality Assurance (QA) Junior -
What is a web browser cache and what is it good for?
Quality Assurance (QA) Junior -
What is Object Repository? How can we create Object Repository in Selenium?
Quality Assurance (QA) Selenium Junior -
What is the difference between Selenium and QTP?
Quality Assurance (QA) Selenium Junior -
Can WebDriver test Mobile applications?
Quality Assurance (QA) Junior -
Can captcha be automated?
Quality Assurance (QA) Selenium Junior -
How can I read test data from Excel spreadsheet?
Quality Assurance (QA) Junior -
What are the advantages of Automation framework?
Quality Assurance (QA) Junior -
How to capture a screenshot using Selenium WebDriver?
Quality Assurance (QA) Selenium Mid-level -
How to retrieve CSS properties of an element?
Quality Assurance (QA) Selenium Junior -
How to mouse hover on a web element using WebDriver?
Quality Assurance (QA) Selenium Junior -
How to assert title of the web page?
Quality Assurance (QA) Selenium Junior -
How can we handle windows based pop up?
Quality Assurance (QA) Selenium Junior -
How can we handle web-based pop up?
Quality Assurance (QA) Selenium Junior -
Can Selenium handle windows based pop up?
Quality Assurance (QA) Selenium Junior -
What is the difference between driver.close() and driver.quit command?
Quality Assurance (QA) Selenium Junior -
How to find more than one web element in the list?
Quality Assurance (QA) Selenium Junior -
Using Selenium, when do we use findElement(...) and findElements(...)?
Quality Assurance (QA) Selenium Junior -
How to handle frame in WebDriver?
Quality Assurance (QA) Selenium Junior -
How to click on a hyper link using linkText?
Quality Assurance (QA) Selenium Junior -
What are the different types of navigation commands?
Quality Assurance (QA) Selenium Junior -
How to select value in a dropdown?
Quality Assurance (QA) Selenium Junior -
How can we get a text of a web element?
Quality Assurance (QA) Selenium Junior -
How can you find if an element in displayed on the screen?
Quality Assurance (QA) Selenium Junior -
How to type in a textbox using Selenium?
Quality Assurance (QA) Selenium Junior -
What are the different types of waits available in WebDriver?
Quality Assurance (QA) Selenium Junior -
What are the different types of Drivers available in WebDriver?
Quality Assurance (QA) Selenium Junior -
How do I launch the browser using Selenium WebDriver?
Quality Assurance (QA) Selenium Junior -
Which is the latest Selenium tool?
Quality Assurance (QA) Selenium Junior -
What is the difference between / and // in XPath?
Quality Assurance (QA) XML Junior -
What is an XPath?
Quality Assurance (QA) Selenium XML Junior -
What are the different types of locators in Selenium?
Quality Assurance (QA) Selenium Junior -
What is Selenese?
Quality Assurance (QA) Selenium Junior -
When should I use Selenium IDE?
Quality Assurance (QA) Selenium Junior -
What is the difference between Selenium IDE, Selenium RC, and WebDriver?
Quality Assurance (QA) Selenium Junior -
What are the limitations of Selenium?
Quality Assurance (QA) Selenium Senior -
What are the testing types that can be automated using Selenium?
Quality Assurance (QA) Selenium Junior -
What is Selenium? What are the different Selenium components?
Quality Assurance (QA) Selenium Junior -
Why should Selenium be selected as a test tool?
Quality Assurance (QA) Selenium Senior -
What is manual testing?
Quality Assurance (QA) Junior -
What is automation testing?
Quality Assurance (QA) Selenium Junior -
You are testing an on-line application. When you click the Submit button in a form, nothing happens. What will you do?
Quality Assurance (QA) Mid-level -
You have an Excel sheet with 300 000 customers (columns CustomerId, Name, Phone). How would you transfer the data to the database server?
Quality Assurance (QA) SQL Mid-level -
What is a test case?
Quality Assurance (QA) Junior -
Your thoughts on limiting the scope of testing by measuring testability?
Quality Assurance (QA) Mid-level -
How you can encourage your team (testers) for bug advocacy?
Project management Quality Assurance (QA) Mid-level -
Any thoughts on reducing the cost of testing without cutting the resources?
Quality Assurance (QA) Mid-level -
How you keep yourself updated on the latest testing techniques, strategies, testing tools, test frameworks and so on?
Quality Assurance (QA) Junior -
How we can achieve time-boxing in testing?
Quality Assurance (QA) Mid-level -
How we In case when there is time crunch, do you think forcing tradeoff(s) in testing is a right step? Can you achieve time-boxing in testing?
Quality Assurance (QA) Mid-level -
What is Testware?
Quality Assurance (QA) Junior -
What is the difference between Quality Assurance (QA), Quality Control (QC) and Software Testing?
Quality Assurance (QA) Mid-level -
In your own words, explain a bug life cycle.
Quality Assurance (QA) Mid-level -
What is the role of QA testers in a project development?
Quality Assurance (QA) Junior -
Why use automated testing over manual testing? What are the benefits of Automated Testing?
Quality Assurance (QA) Junior -
What Testing tools do you use/recommend, and Why?
Quality Assurance (QA) Tools Junior -
Does TDD guarantee a bug-free product?
Quality Assurance (QA) Mid-level -
What is data driven testing?
Quality Assurance (QA) Mid-level -
What charts and graphs do you use to report Testing progress?
Quality Assurance (QA) Mid-level -
Mention the different types of software testing?
Quality Assurance (QA) Mid-level -
What is configuration management?
Not defined -
What are the five common solutions for software developments problems?
Not defined -
Explain stress testing, load testing and volume testing?
Quality Assurance (QA) Senior -
What is Ad Hoc testing?
Not defined -
Explain what are test driver and test stub and why it is required?
Quality Assurance (QA) Mid-level -
List out the responsibilities and of Software Quality Assurance engineer?
Quality Assurance (QA) Mid-level -
Explain what is Bug triage?
Quality Assurance (QA) Mid-level -
What is CRUD testing and how to test CRUD?
Quality Assurance (QA) Junior -
Explain what is the difference between Regression testing and Retesting?
Quality Assurance (QA) Mid-level -
Explain what is the traceability matrix?
Quality Assurance (QA) Mid-level -
Explain what is a Test Metric in software testing and what information does it contains?
Quality Assurance (QA) Mid-level -
List out various tools required to support testing during development of the application?
Quality Assurance (QA) Mid-level -
What is thread testing?
Quality Assurance (QA) Mid-level -
Explain what should your QA documents include?
Quality Assurance (QA) Mid-level -
Explain what is MR and what information does MR consist of?
Quality Assurance (QA) Mid-level -
What should the software QA document include?
Quality Assurance (QA) Mid-level -
Mention how validation activities should be conducted?
Quality Assurance (QA) Mid-level -
Explain what is the rule of a “Test Driven Development”?
Quality Assurance (QA) Junior -
Mention what are the types of documents in SQA?
Quality Assurance (QA) Mid-level -
List out the software quality practices through the software development cycle?
Quality Assurance (QA) Mid-level -
What is a ‘USE’ case and what does it include?
Quality Assurance (QA) Junior -
What are the tools used by a tester while testing?
Quality Assurance (QA) Mid-level -
What is your criteria to evaluate a software tester?
Quality Assurance (QA) Senior
Are you wondering what questions will you get asked on your job interview?
Do you have a Job Ad URL address?
Then we will predict the questions for you...
-
Share the question, get the right answerSubmit the question you have been asked by a recruiter. We will give you the right answer.
Recently added questions
- Do you use your Entity Framework models in API controllers?
- What are POCO classes in Entity Framework?
- Why would you recommend a company to use Entity Framework?
- What Entity Framework versions did you use?
- What is a server evaluation and client evaluation in Entity Framework and why should you know about it?
- Using Entity Framework, how do you check if a row exists in a database?
- How do you handle SQL injection attacks in Entity Framework?
- When are queries executed when you use Entity Framework?
- Which types of loading do you know and which type of loading is good in which scenario in Entity Framework?
- Using Entity Framework, when will you prefer to use Code First and when Database First approach? Why?
- What is a difference between Database First and Code First approach in Entity Framework?
- What is the use of .AsNoTracking() method?
- What is Code First approach in Entity Framework?
- Using Entity Framework, how can you disable an object property from being mapped to a database entity column?
- What happens when you insert multiple rows using Entity Framework?
- How do you insert multiple rows in Entity Framework?
- Can you list a few methods of DbContext object in Entity Framework?
- What are advantages of Entity Framework over ADO.NET?
- What is a difference between dbContext.Orders.First() and dbContext.Orders.Single() in Entity Framework?
- How do you make Entity Framework to return only specific columns from the database instead of all table columns?
Comments
There are no comments yet.
Be the first one who opens the discussion. The world needs people who are able to speak up.