Upload Button Icon Add office photos

Filter interviews by

Carwale QA Engineer Interview Questions and Answers

Updated 15 Mar 2023

Carwale QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 15 Mar 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

4 dsa problems will be easy to do

Round 3 - Technical 

(2 Questions)

  • Q1. Dsa on arrays and strings
  • Ans. 

    DSA on arrays and strings is essential for efficient coding and problem-solving.

    • Arrays and strings are fundamental data structures in programming.

    • Knowledge of sorting and searching algorithms is crucial for array manipulation.

    • String manipulation techniques like substring, concatenation, and comparison are important.

    • Dynamic programming is a useful technique for solving problems on arrays and strings.

    • Examples: finding th...

  • Answered by AI
  • Q2. Projects would be explain better

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on interview , do be afraid while on the interview going on be

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Write test scenario for login with otp
  • Ans. 

    Test scenario for login with OTP

    • Verify OTP is sent to the registered mobile number/email

    • Enter the correct OTP and verify successful login

    • Enter incorrect OTP and verify error message is displayed

    • Test OTP expiry time and verify appropriate message is shown

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is STLC and defect life cycle
  • Ans. 

    STLC stands for Software Testing Life Cycle, which is a sequence of activities conducted to perform software testing efficiently. Defect life cycle is the process of identifying, reporting, analyzing, and resolving defects in a software application.

    • STLC involves phases like requirement analysis, test planning, test design, test execution, and test closure.

    • Defect life cycle includes stages like defect identification, de...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Some SQL queries
  • Q2. Python related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare SQL and python for the interview
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

Test related to Testing

Round 3 - One-on-one 

(1 Question)

  • Q1. Questions related to testing
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Two task were there . One coding and another related to Testing MCQs

Round 3 - One-on-one 

(2 Questions)

  • Q1. About your project , framework.
  • Q2. Basic Java Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just brush up your skills before going to the interview Basic questions were asked. Overall good experience.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. When build is given what testing should you perform
  • Ans. 

    When a build is given, various types of testing should be performed to ensure the quality of the software.

    • Perform smoke testing to quickly check if the build is stable enough for further testing.

    • Conduct functional testing to verify that the software functions as expected.

    • Execute regression testing to ensure that new changes have not affected existing functionalities.

    • Carry out performance testing to assess the speed, re...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Manual testing questions
  • Q2. Java programming questions like Fibonacci
  • Q3. Manual scenario
  • Q4. API testing Questions
  • Q5. Exploratory testing

Interview Preparation Tips

Topics to prepare for HungerBox Test Engineer interview:
  • Agile Methodology
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. What is static and what is its significance in java
  • Ans. 

    Static is a keyword in Java used to create class-level variables and methods.

    • Static variables and methods belong to the class rather than the instance of the class

    • Static variables are initialized only once at the start of the execution

    • Static methods can be called without creating an instance of the class

    • Static methods cannot access non-static variables or methods

    • Example: Math class in Java has static methods like sqrt(...

  • Answered by AI
  • Q2. Write an sql qwery for left join
  • Ans. 

    SQL query for left join

    • Use the LEFT JOIN keyword to combine rows from two tables

    • Specify the common column(s) using ON keyword

    • Use SELECT statement to select the columns from both tables

  • Answered by AI
  • Q3. Write an sql qwery for to find the number of peoples department wise
  • Ans. 

    SQL query to find number of people department wise

    • Use GROUP BY clause with department column

    • Use COUNT function to count number of people

    • Join tables if necessary

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and if you dont know then or if you have not worked on the technology kindly tell that you are willing to learn the technology and contribute given the opportunity.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Write test scenario for login with otp
  • Ans. 

    Test scenario for login with OTP

    • Verify OTP is sent to the registered mobile number/email

    • Enter the correct OTP and verify successful login

    • Enter incorrect OTP and verify error message is displayed

    • Test OTP expiry time and verify appropriate message is shown

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is STLC and defect life cycle
  • Ans. 

    STLC stands for Software Testing Life Cycle, which is a sequence of activities conducted to perform software testing efficiently. Defect life cycle is the process of identifying, reporting, analyzing, and resolving defects in a software application.

    • STLC involves phases like requirement analysis, test planning, test design, test execution, and test closure.

    • Defect life cycle includes stages like defect identification, de...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Questions on Test Scenarios, API testing and Agile

Carwale Interview FAQs

How many rounds are there in Carwale QA Engineer interview?
Carwale interview process usually has 3 rounds. The most common rounds in the Carwale interview process are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in Carwale QA Engineer interview?

Some of the top questions asked at the Carwale QA Engineer interview -

  1. Dsa on arrays and stri...read more
  2. Projects would be explain bet...read more

Tell us how to improve this page.

Carwale QA Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Tracxn Interview Questions
3.2
 • 99 Interviews
MagicBricks Interview Questions
3.3
 • 54 Interviews
InvestoXpert Interview Questions
4.5
 • 51 Interviews
Zolo Interview Questions
3.4
 • 49 Interviews
Netmeds.com Interview Questions
3.6
 • 41 Interviews
Uplers Interview Questions
4.1
 • 40 Interviews
Impact Guru Interview Questions
4.5
 • 36 Interviews
Yahoo Interview Questions
4.6
 • 29 Interviews
View all
Carwale QA Engineer Salary
based on 4 salaries
₹7.5 L/yr - ₹9 L/yr
44% more than the average QA Engineer Salary in India
View more details
Accounts Manager
135 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Key Account Manager
92 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Regional Manager
28 salaries
unlock blur

₹4.5 L/yr - ₹10.2 L/yr

Product Manager
26 salaries
unlock blur

₹8.1 L/yr - ₹25 L/yr

Software Developer
23 salaries
unlock blur

₹7 L/yr - ₹15 L/yr

Explore more salaries
Compare Carwale with

MagicBricks

3.3
Compare

Impact Guru

4.5
Compare

Netmeds.com

3.6
Compare

Tracxn

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