Upload Button Icon Add office photos
Premium Employer

i

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

Aptean

Compare button icon Compare button icon Compare
3.3

based on 270 Reviews

Filter interviews by

Aptean QA Engineer Interview Questions and Answers

Updated 17 Nov 2024

Aptean QA Engineer Interview Experiences

2 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 17 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude test with 20MCQ and 3 coding

Round 2 - Technical 

(2 Questions)

  • Q1. Question from my resume
  • Q2. Real scenario questions

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 16 May 2024

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

I applied via LinkedIn and was interviewed before May 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Simple logical and mathematical questions. Need to answer 28 correctly out of 40 questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Get an offer from this company and try to find other jobs based upon the offer. Do not join the company as their culture is way too bad.

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

Interview questions from similar companies

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

Aptitude test was easy to clear

Round 2 - Coding Test 

Coding test was ok to clear

Round 3 - Technical 

(1 Question)

  • Q1. Technical was easy to medium
Round 4 - HR 

(1 Question)

  • Q1. Tell me about your self
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Find the second largest number in an array
  • Ans. 

    Iterate through array to find second largest number

    • Iterate through the array and keep track of the largest and second largest numbers

    • Handle edge cases like duplicates or small array sizes

    • Return the second largest number found

  • Answered by AI
  • Q2. Other technical questions around java, oops, automation frameworks, testng, manual testing and test case creation.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. I have very bad experience with this company. HR scheduled technical round on Monday 11 AM. panel was not aware and joined 30 mins late. Then he started asking questions unrelated to my profile. I said i h...
  • Q2. Question related to - 1. @DataProviders of TestNG 2. Alternative of excel sheet to get our test data in automation framework 3. how to set up jenkins pipeline, how to create job 4. how to give global par...
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is software testing? Smoke & sanity Testing Sdlc,stlc, bug life cycle
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts in c#
  • Ans. 

    Oops concepts in C# include inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Encapsulation hides the internal state of an object and only exposes necessary functionality.

    • Abstraction focuses on the essential characteristics of an object while hiding irrele

  • Answered by AI
  • Q2. Automation Framework related questions

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

It was some sorting question - 1 Hour JAVA

Round 2 - Technical 

(2 Questions)

  • Q1. Some selenium and java based question
  • Q2. How would kill the child process
  • Ans. 

    Use the kill command with the child process ID to terminate it

    • Find the child process ID using tools like ps or pgrep

    • Use the kill command with the appropriate signal (e.g. SIGTERM, SIGKILL) and the child process ID

    • Example: kill -9

Answered by AI

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 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

I applied via Recruitment Consultant and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Write defect report
  • Ans. 

    Defect report for login page

    • Steps to reproduce the issue

    • Expected behavior

    • Actual behavior

    • Severity level

    • Screenshot or video evidence

  • Answered by AI
  • Q2. Sql query on joints
  • Q3. Difference between sdlc and stlc
  • Ans. 

    SDLC is a software development process while STLC is a software testing process.

    • SDLC stands for Software Development Life Cycle and involves the entire process of software development from planning to deployment.

    • STLC stands for Software Testing Life Cycle and involves the process of testing the software to ensure it meets the requirements and is free of defects.

    • SDLC is focused on the development of the software while S...

  • Answered by AI
  • Q4. Differentiate retesting and regression testing
  • Ans. 

    Retesting is testing the same functionality again after fixing defects while regression testing is testing the unchanged functionality to ensure it still works after changes.

    • Retesting is done to ensure that the defects found in the previous test cycle have been fixed

    • Regression testing is done to ensure that the unchanged functionality still works after changes have been made

    • Retesting is done after fixing defects while ...

  • Answered by AI
  • Q5. Static and dynamic testing

Interview Preparation Tips

Interview preparation tips for other job seekers - They give only 2.4lpa for manual tester,you will get to know banking domain well but no automation testing is done there

Skills evaluated in this interview

Aptean Interview FAQs

How many rounds are there in Aptean QA Engineer interview?
Aptean interview process usually has 1-2 rounds. The most common rounds in the Aptean interview process are Aptitude Test and Technical.
How to prepare for Aptean 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 Aptean. The most common topics and skills that interviewers at Aptean expect are QA, Manual Testing, Test Cases, Test Design and Test Management.
What are the top questions asked in Aptean QA Engineer interview?

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

  1. Question from my res...read more
  2. Real scenario questi...read more

Tell us how to improve this page.

Aptean QA Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

QA Engineer Interview Questions from Similar Companies

TCS QA Engineer Interview Questions
3.7
 • 43 Interviews
View all
Aptean QA Engineer Salary
based on 94 salaries
₹5.7 L/yr - ₹11.1 L/yr
50% more than the average QA Engineer Salary in India
View more details

Aptean QA Engineer Reviews and Ratings

based on 18 reviews

4.1/5

Rating in categories

3.9

Skill development

4.4

Work-life balance

4.1

Salary

3.7

Job security

3.7

Company culture

3.8

Promotions

3.9

Work satisfaction

Explore 18 Reviews and Ratings
QA Engineer
94 salaries
unlock blur

₹5.7 L/yr - ₹11.1 L/yr

Software Engineer
73 salaries
unlock blur

₹3.2 L/yr - ₹12 L/yr

Engineer- Customer Support
49 salaries
unlock blur

₹7 L/yr - ₹13.5 L/yr

Development Engineer
48 salaries
unlock blur

₹5.3 L/yr - ₹13 L/yr

Associate Engineer
47 salaries
unlock blur

₹5.3 L/yr - ₹9 L/yr

Explore more salaries
Compare Aptean with

Ramco Systems

3.9
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

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