Upload Button Icon Add office photos

Filter interviews by

SE - Mentor QA Engineer Interview Questions, Process, and Tips

Updated 7 Sep 2024

Top SE - Mentor QA Engineer Interview Questions and Answers

SE - Mentor QA Engineer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Explain framework
  • Ans. 

    A framework is a set of guidelines, libraries, and tools used to develop and maintain software applications.

    • Provides structure and organization to code

    • Promotes code reusability

    • Facilitates automation and testing

    • Examples: Selenium for web automation, JUnit for unit testing

  • Answered by AI
  • Q2. What is collection
  • Ans. 

    A collection is a group of related objects or data items that are stored together.

    • Collections can be used to store and manipulate groups of data in programming languages.

    • Examples include arrays, lists, sets, and maps.

    • Collections provide methods for adding, removing, and accessing elements within the group.

  • Answered by AI
  • Q3. What is selenium
  • Ans. 

    Selenium is a popular open-source automation testing tool used for web application testing.

    • Selenium supports multiple programming languages like Java, Python, C#, etc.

    • It can automate web browsers and simulate user interactions.

    • Selenium WebDriver is the most commonly used component for writing automation scripts.

    • Selenium Grid allows running tests on different machines and browsers in parallel.

    • Selenium IDE is a record an

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 23 Sep 2022

I applied via Naukri.com and was interviewed in Mar 2022. There were 4 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 

(1 Question)

  • Q1. Different types of testing
  • Ans. 

    Different types of testing include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing: Testing individual components or units of code.

    • Integration testing: Testing the interaction between different components or modules.

    • System testing: Testing the entire system as a whole.

    • Acceptance testing: Testing to ensure the system meets the requirements and is ready for deployment.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Difference between sanity and regression testing
  • Ans. 

    Sanity testing is a quick check to ensure the basic functionality of the application, while regression testing is a comprehensive check to ensure that new changes do not affect existing functionality.

    • Sanity testing is performed on a new build or a small change in the code

    • Regression testing is performed on a modified build to ensure that existing functionality is not impacted

    • Sanity testing is a subset of regression test...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary expectations and location preference

Interview Preparation Tips

Topics to prepare for SE - Mentor QA Engineer interview:
  • Testing
Interview preparation tips for other job seekers - It was good.Had three rounds.first two were technical interview and last one was with HR

Skills evaluated in this interview

QA Engineer Interview Questions Asked at Other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many mi ... read more
Q2. Suppose your manager gave you one task which has to be complete i ... read more
Q3. how to access amazon page directly directly with out using driver ... read more
Q4. 100 apples in 5 consecutive days, each day 6 more than the previo ... read more
Q5. 7)how do you drive your data in automation , how do you validate ... read more

QA Engineer Jobs at SE - Mentor

View all

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Manual and automation relatated question
Round 2 - Technical 

(1 Question)

  • Q1. More about Manual and automation Api testing
Round 3 - One-on-one 

(1 Question)

  • Q1. PDM round mostly general interaction

QA Engineer Interview Questions & Answers

Wipro user image Vinay Devendra

posted on 10 Oct 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. WAP to run same test case 100 times
  • Ans. 

    Write a program to run the same test case 100 times

    • Use a loop to iterate 100 times

    • Call the test case function inside the loop

    • Track the results of each iteration if needed

  • Answered by AI
  • Q2. WAP to get duplicate char count
  • Ans. 

    A program to count the number of duplicate characters in an array of strings.

    • Iterate through each string in the array

    • For each string, iterate through each character and count the occurrences

    • Store the count of each character in a map or dictionary

    • Return the characters with count greater than 1

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

They told to write java program in string and collections

Round 2 - One-on-one 

(2 Questions)

  • Q1. Different between test cases and test scenario
  • Ans. 

    Test cases are specific conditions or inputs to test a particular functionality, while test scenarios are a sequence of test cases to test a broader functionality.

    • Test cases are detailed steps to test a specific functionality, while test scenarios are a collection of test cases to test a broader functionality.

    • Test cases are more granular and focus on individual functionalities, while test scenarios are more high-level ...

  • Answered by AI
  • Q2. Write a program to read from excel
  • Ans. 

    A program to read data from an Excel file using a programming language.

    • Use a library or module that supports reading Excel files, such as pandas in Python or Apache POI in Java.

    • Open the Excel file and select the specific sheet or range of cells to read data from.

    • Iterate through the rows and columns to extract the data and store it in an array of strings.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why you want to switch company
  • Ans. 

    Seeking new challenges and growth opportunities in a more innovative environment.

    • Desire for new challenges and learning opportunities

    • Seeking a more innovative work environment

    • Looking for career growth and advancement

    • Interested in working with new technologies or methodologies

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed 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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain your framework
  • Ans. 

    My framework is a data-driven automation framework using Selenium and TestNG.

    • Utilizes Selenium for web automation

    • Uses TestNG for test case management and execution

    • Data-driven approach for test data separation

    • Supports parallel execution for faster testing

    • Includes reporting tools like ExtentReports for detailed test results

  • Answered by AI
  • Q2. Explain oops concept
  • Ans. 

    OOPs concept is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPs stands for Object-Oriented Programming

    • Key concepts include classes, objects, inheritance, polymorphism, and encapsulation

    • Classes are blueprints for objects, defining their properties and behaviors

    • Objects are instances of classes, representing real-world entities

    • Inh...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Introduced yourself in details
  • Q2. Asked me about selenium framework, Basic questions on selenium
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Remove duplicates from a given string?

Round 2 - HR 

(2 Questions)

  • Q1. Salary demands?
  • Q2. Strengths and Weakness?
  • Ans. 

    My strength is attention to detail and problem-solving skills. My weakness is sometimes being too critical of my own work.

    • Strength: Attention to detail - I always ensure that every aspect of the project is thoroughly checked and accurate.

    • Strength: Problem-solving skills - I enjoy tackling complex issues and finding effective solutions.

    • Weakness: Being too critical of my own work - I strive for perfection which can somet

  • Answered by AI

QA Engineer Interview Questions & Answers

Genpact user image Skumar test user4

posted on 5 Sep 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. SQL query with join
  • Ans. 

    SQL query with join

    • Use JOIN keyword to combine rows from two or more tables based on a related column between them

    • Specify the columns to select from each table in the SELECT statement

    • Use ON keyword to specify the join condition

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. SQL query with join
  • Ans. 

    SQL query with join

    • Use JOIN keyword to combine rows from two or more tables based on a related column between them

    • Specify the columns to select from each table

    • Use ON keyword to specify the join condition

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. HR Round for Company review & offer

Skills evaluated in this interview

SE - Mentor Interview FAQs

How many rounds are there in SE - Mentor QA Engineer interview?
SE - Mentor interview process usually has 2-3 rounds. The most common rounds in the SE - Mentor interview process are Technical, HR and Resume Shortlist.
How to prepare for SE - Mentor QA Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at SE - Mentor. The most common topics and skills that interviewers at SE - Mentor expect are JIRA, Performance Testing, Regression Testing, Scrum and Selenium Testing.
What are the top questions asked in SE - Mentor QA Engineer interview?

Some of the top questions asked at the SE - Mentor QA Engineer interview -

  1. Difference between sanity and regression test...read more
  2. Different types of test...read more
  3. What is collect...read more

Tell us how to improve this page.

SE - Mentor QA Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

QA Engineer Interview Questions from Similar Companies

TCS QA Engineer Interview Questions
3.7
 • 43 Interviews
IBM QA Engineer Interview Questions
4.0
 • 12 Interviews
View all
SE - Mentor QA Engineer Salary
based on 92 salaries
₹2 L/yr - ₹9.1 L/yr
At par with the average QA Engineer Salary in India
View more details

SE - Mentor QA Engineer Reviews and Ratings

based on 13 reviews

3.6/5

Rating in categories

3.2

Skill development

3.6

Work-life balance

3.1

Salary

3.8

Job security

3.7

Company culture

3.1

Promotions

3.6

Work satisfaction

Explore 13 Reviews and Ratings
Sr.QA Engineer

Bangalore / Bengaluru

5-9 Yrs

Not Disclosed

Explore more jobs
QA Engineer
92 salaries
unlock blur

₹2 L/yr - ₹9.1 L/yr

Senior QA Engineer
46 salaries
unlock blur

₹4.5 L/yr - ₹10 L/yr

Associate QA Engineer
24 salaries
unlock blur

₹2.4 L/yr - ₹5 L/yr

Softwaretest Engineer
16 salaries
unlock blur

₹1.2 L/yr - ₹6 L/yr

Software Developer
12 salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Explore more salaries
Compare SE - Mentor with

BYJU'S

3.1
Compare

Unacademy

3.0
Compare

upGrad

3.7
Compare

Simplilearn

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