Upload Button Icon Add office photos

Filter interviews by

Quality Analysis QA Engineer Interview Questions and Answers

Updated 3 Sep 2021

Quality Analysis QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 3 Sep 2021

I applied via Company Website and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is defect
  • Ans. 

    A defect is an issue or flaw in a product or system that deviates from its expected behavior or functionality.

    • Defects can occur in software, hardware, or any other product or system.

    • Defects can range from minor issues to critical flaws that impact the overall performance or usability.

    • Examples of defects include software bugs, hardware malfunctions, design flaws, and usability issues.

    • Defects are typically identified thr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - very much you told
Introduction
Question

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About sdlc and stlc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare good from guru99

I applied via Naukri.com and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Wait in Selenium. type of waits.
  • Ans. 

    Types of waits in Selenium include implicit, explicit, and fluent waits.

    • Implicit waits wait for a certain amount of time before throwing an exception if an element is not found.

    • Explicit waits wait for a certain condition to be met before proceeding with the next step.

    • Fluent waits wait for a certain condition to be met within a specified time frame.

    • Examples of conditions include element visibility, element clickability,...

  • Answered by AI
  • Q2. Dynamic element how to search
  • Ans. 

    Dynamic elements can be searched using unique attributes like ID, class, name, or XPath.

    • Use ID attribute if it's unique and static

    • Use class attribute if it's unique and dynamic

    • Use name attribute if it's unique and static

    • Use XPath if other attributes are not unique or not available

  • Answered by AI
  • Q3. Jenkins do u know or not
  • Ans. 

    Jenkins is an open-source automation server that helps to automate parts of the software development process.

    • Jenkins is used for continuous integration and continuous delivery

    • It can be used to build, test, and deploy software

    • Jenkins has a large number of plugins available to extend its functionality

    • Examples of plugins include Git, Maven, and JUnit

    • Jenkins can be configured to run on different operating systems and envir

  • Answered by AI
  • Q4. How to fetch data from xls
  • Ans. 

    To fetch data from xls, use a library like Apache POI or OpenPyXL.

    • Use a library like Apache POI or OpenPyXL to read data from xls files

    • Identify the sheet and cell range to read data from

    • Iterate through the rows and columns to extract the data

    • Handle any formatting or data type conversions as needed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare selenium with java testng and appache poi.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude and coding question

Round 2 - Technical 

(1 Question)

  • Q1. Types of exception in selenium
  • Ans. 

    Types of exceptions in Selenium include NoSuchElementException, ElementNotVisibleException, StaleElementReferenceException, TimeoutException, and WebDriverException.

    • NoSuchElementException: Thrown when an element could not be found in the DOM.

    • ElementNotVisibleException: Thrown when an element is present in the DOM but not visible.

    • StaleElementReferenceException: Thrown when an element is no longer attached to the DOM.

    • Tim...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Aptitude Test 

Questions related to apptitude, Selenium, TestNG, Java, c++

Round 2 - Technical 

(2 Questions)

  • Q1. On Java Program
  • Q2. On Selenium questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test level was easy

Round 2 - Technical 

(2 Questions)

  • Q1. Java basics questions
  • Q2. Selenium excel related coding
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Oct 2024.

Round 1 - Aptitude Test 

Complex aptitude Test

Round 2 - Technical 

(2 Questions)

  • Q1. Test estimation techniques
  • Ans. 

    Test estimation techniques involve various methods to predict the time and resources needed for testing activities.

    • Use historical data from previous projects to estimate testing effort

    • Break down the project into smaller tasks and estimate each task individually

    • Use expert judgment from experienced QA engineers to provide input on estimation

    • Consider complexity, risks, and dependencies when estimating testing effort

  • Answered by AI
  • Q2. Equals to vs ==

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jan 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Easy java basic programs
  • Q2. Reverse string, find duplicate character in a string
  • Ans. 

    Reverse a string and find duplicate characters in it.

    • Use built-in functions like reverse() and count() in Python.

    • Loop through the string and compare each character with the rest of the string to find duplicates.

    • Create a dictionary to store the count of each character and return the duplicates.

    • Convert the string to an array, reverse it, and join it back to get the reversed string.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - it was easy to basic questions related to java, selenium and cucumber
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Sep 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(5 Questions)

  • Q1. Topics related to java basics
  • Q2. Automation queries
  • Q3. Framework used in your previous project
  • Ans. 

    We used Selenium WebDriver with TestNG framework for automated testing in our previous project.

    • Selenium WebDriver was used for automating web application testing

    • TestNG framework was used for test case management and execution

    • Integration with Jenkins for continuous integration

    • Page Object Model design pattern was implemented for better test maintenance

  • Answered by AI
  • Q4. Types of selectors
  • Ans. 

    Selectors are used in automation testing to locate web elements on a page.

    • Types of selectors include ID, class, name, tag name, link text, partial link text, xpath, and css selector.

    • ID selector: #elementId

    • Class selector: .className

    • Name selector: [name='elementName']

    • Tag name selector: tagName

    • Link text selector: link=exactLinkText

    • Partial link text selector: partialLink=partialLinkText

    • XPath selector: //xpathExpression

    • CSS

  • Answered by AI
  • Q5. Asked to inspect some element

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are raiders in insurance
  • Ans. 

    Raiders in insurance are individuals or groups who intentionally cause damage or loss in order to fraudulently collect insurance payouts.

    • Raiders may stage accidents, arson, or theft to make false insurance claims.

    • They may also inflate the value of their losses or provide false information to the insurance company.

    • Insurance companies use various methods to detect and prevent insurance fraud by raiders.

    • Raiders can face l...

  • Answered by AI
  • Q2. How the premium gets calculated
  • Ans. 

    Premium is calculated based on various factors such as age, gender, health condition, coverage amount, and lifestyle choices.

    • Premiums are typically higher for older individuals as they are considered higher risk.

    • Gender may also impact premium rates, with women often paying lower premiums.

    • Health condition plays a significant role in premium calculation, with healthier individuals paying lower premiums.

    • Coverage amount an...

  • Answered by AI

Tell us how to improve this page.

Quality Analyst
16 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Quality Engineer
6 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Quality Assurance Officer
5 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Quality Controller
5 salaries
unlock blur

₹2.2 L/yr - ₹4 L/yr

Team Lead
4 salaries
unlock blur

₹2.2 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Quality Analysis with

Cognizant

3.7
Compare

Teleperformance

3.9
Compare

iEnergizer

4.6
Compare

Reliance Retail

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview