Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Chetu Team. If you also belong to the team, you can get access from here

Chetu Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Chetu Software QA Engineer Interview Questions and Answers

Updated 27 Dec 2023

Chetu Software QA Engineer Interview Experiences

3 interviews found

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

I applied via Referral and was interviewed in Nov 2023. There were 5 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 Resume tips
Round 2 - Aptitude Test 

Written with multiple question both aptitude and technical

Round 3 - Technical 

(1 Question)

  • Q1. What is regression and smoke testing
  • Ans. 

    Regression testing is retesting of previously tested functionality to ensure that changes or fixes have not introduced new defects. Smoke testing is a subset of regression testing that focuses on testing the critical functionalities of an application.

    • Regression testing is performed to verify that changes or fixes in software have not introduced new defects or caused existing functionalities to fail.

    • It involves retestin...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Roles and responsibilities in your previous project and what is your contribution for project delivery
  • Ans. 

    In my previous project, I was responsible for creating test plans, executing test cases, and reporting defects to ensure high-quality software delivery.

    • Created test plans based on requirements and design documents

    • Executed test cases manually and automated using tools like Selenium

    • Reported defects in a timely manner and worked with developers to resolve them

    • Participated in daily stand-up meetings and provided status upd

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basics and confident delivery

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Mar 2023. 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 Resume tips
Round 2 - Aptitude Test 

Logical questions and some questions related to manual testing

Round 3 - Technical 

(3 Questions)

  • Q1. Got some questions on manual testing like explaining smoke testing,integration testing,beta testing,real time test case scenarios .
  • Q2. Real time test scenarios
  • Q3. Various test data findings techniques
  • Ans. 

    Various techniques to find test data

    • Boundary value analysis

    • Equivalence partitioning

    • Decision table testing

    • State transition testing

    • Pairwise testing

    • Random testing

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Oops concepts, synchronisation , SQl query to create database

Interview Preparation Tips

Interview preparation tips for other job seekers - I just want to say be aware of latest trends in industry.learn new skills relating in QA like apart from manual learning automation,api testing,database testing,performance testing enhance skillset.

Skills evaluated in this interview

Software QA Engineer Interview Questions Asked at Other Companies

asked in Encora
Q1. What exceptions have u faced while creating framework?
Q2. What is Bug tracking and explain their bug life cycle?
asked in Nvidia
Q3. Design Test cases for A Deseal Car Engine. Cover all test cases
Q4. Questions related to QA< basic , scenario based questions
Q5. What are the advantages of wire EDM processes in comparison with ... read more

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

Round 1 - Aptitude Test 

Online Technical assesment and aptitude assesment

Round 2 - Technical 

(1 Question)

  • Q1. All Manual/Automation testing and reasoning questions.
Round 3 - Technical 

(1 Question)

  • Q1. Same as round 2.Depends upon the interviewer.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the basics question related to manual / Automation testing along with good understanding of real time scenarios.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Introduce yourself 2. Open herokuapp.com and asked to write xpath for formtable 3. Find the largest number in a given array 4. Write rest api automation code for post 5. When do we get 400 and 500 error...

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be strong in basics
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

That was little difficult to crack.

Round 2 - Technical 

(5 Questions)

  • Q1. Software testing
  • Q2. Bug life cycle, SDLC, stlc, api, postman
  • Q3. Htttp methods, status code,
  • Q4. Verification vs validation, oopsconcepts,
  • Q5. Collection, selenium waits,

Interview Preparation Tips

Interview preparation tips for other job seekers - Gone through concepts of software testing including sql
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java concepts, oops concepts,
  • Q2. Selenium alert handling
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Sep 2024.

Round 1 - Aptitude Test 

Math, relativity etc

Round 2 - Coding Test 

It was a basic coding test using Java and Selenium.

Round 3 - Technical 

(2 Questions)

  • Q1. What's your experience with automation testing
  • Q2. How to automate API
Round 4 - HR 

(2 Questions)

  • Q1. Current CTC you have
  • Q2. Are you planning for relocation

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern
Contribute & help others!
anonymous
You can choose to be anonymous

Chetu Interview FAQs

How many rounds are there in Chetu Software QA Engineer interview?
Chetu interview process usually has 4 rounds. The most common rounds in the Chetu interview process are Technical, Aptitude Test and Resume Shortlist.
How to prepare for Chetu Software 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 Chetu. The most common topics and skills that interviewers at Chetu expect are Manual Testing, Selenium, Automation Testing, Defect tracking and QTP.
What are the top questions asked in Chetu Software QA Engineer interview?

Some of the top questions asked at the Chetu Software QA Engineer interview -

  1. What is regression and smoke test...read more
  2. Various test data findings techniq...read more
  3. Got some questions on manual testing like explaining smoke testing,integration ...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

DESIGNATION

SALARIES

Standard Chartered

SALARIES

NextComm Corporation

No Salaries

REVIEWS

Oracle Cerner

No Reviews

REVIEWS

Oracle Cerner

No Reviews

REVIEWS

Oracle Cerner

No Reviews

REVIEWS

Oracle Cerner

No Reviews

REVIEWS

Oracle Cerner

No Reviews

Tell us how to improve this page.

Chetu Software QA Engineer Interview Process

based on 4 interviews

1 Interview rounds

  • Technical Round
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
Globant Interview Questions
3.8
 • 172 Interviews
View all
Chetu Software QA Engineer Salary
based on 46 salaries
₹3.6 L/yr - ₹7.2 L/yr
19% less than the average Software QA Engineer Salary in India
View more details

Chetu Software QA Engineer Reviews and Ratings

based on 6 reviews

3.3/5

Rating in categories

3.4

Skill development

3.0

Work-life balance

3.2

Salary

2.6

Job security

3.7

Company culture

4.0

Promotions

3.4

Work satisfaction

Explore 6 Reviews and Ratings
Software Engineer
1.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
645 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
264 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Developer
222 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Chetu with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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