Premium Employer

i

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

ZS Verified Tick

Compare button icon Compare button icon Compare
3.4

based on 2k Reviews

Filter interviews by

ZS Test Engineer Interview Questions and Answers

Updated 9 Jun 2024

ZS Test Engineer Interview Experiences

1 interview found

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

Mcq test which was easy to crsck

Round 2 - Coding Test 

Automation coding in java basic level questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Na

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between sdlc and stlc
  • Ans. 

    SDLC is Software Development Life Cycle which focuses on development of software, while STLC is Software Testing Life Cycle which focuses on testing of software.

    • SDLC is the process of developing software from planning to deployment, while STLC is the process of testing software from test planning to test closure.

    • SDLC includes phases like requirements gathering, design, coding, testing, and deployment, while STLC includ...

  • Answered by AI
  • Q2. Bug life cycle? Defect triage

Interview Preparation Tips

Topics to prepare for Deloitte Test Engineer interview:
  • Basic concepts
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - One-on-one 

(7 Questions)

  • Q1. Project and techstack related dscussion and questions.
  • Q2. Remove duplicates and print the string using java. To be written on paper
  • Q3. Character count in string. To be written on paper
  • Ans. 

    Count the number of characters in a given string.

    • Iterate through each character in the string and increment a counter for each character.

    • Return the final count of characters in the string.

  • Answered by AI
  • Q4. General Selenium, TestNG, Cucumber BDD questions.
  • Q5. API Testing Questions like status codes, parameters we pass in postman.
  • Q6. Write Basic RestAssured code on paper.
  • Ans. 

    Basic RestAssured code for API testing

    • Import necessary RestAssured libraries

    • Set base URI for the API

    • Send a GET request to the API endpoint

    • Validate response status code and body

  • Answered by AI
  • Q7. Switch values in two variables without third variable.
  • Ans. 

    Use bitwise XOR operation to switch values in two variables without a third variable.

    • Use bitwise XOR operation to switch values in two variables without a third variable.

    • Example: a = 5, b = 7. After switching, a = 7, b = 5.

    • a = a XOR b

    • b = a XOR b

    • a = a XOR b

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Mcq questions from testing field

Round 2 - Technical 

(2 Questions)

  • Q1. Manual testing questions
  • Q2. Basic automation questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 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 

(2 Questions)

  • Q1. All basic questions related to manual testing. Ex- regression testing,restesting,smoke testing,sanity testing, Sdlc , stlc . And more basic questions
  • Q2. Manager round - they will ask you again basic questions and last company roles and responsibilities.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prepare well before interview. All the best in advance
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(3 Questions)

  • Q1. Write a program to find character occurances in "Hello World"
  • Ans. 

    Program to find character occurances in 'Hello World'

    • Create a map to store character occurrences

    • Iterate through each character in the string and update the map

    • Print the character occurrences from the map

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

    Multithreading is the ability of a CPU to execute multiple threads concurrently, allowing for better performance and resource utilization.

    • Multithreading allows multiple threads to run concurrently within the same process.

    • Each thread has its own stack and shares the same memory space.

    • Multithreading can improve performance by utilizing multiple CPU cores efficiently.

    • Examples of multithreading include running multiple tas...

  • Answered by AI
  • Q3. What are the annotations used in TestNG
  • Ans. 

    TestNG annotations are used to control the flow of test methods and provide additional information about the test.

    • Annotations like @Test, @BeforeSuite, @AfterSuite are used to define test methods and setup/teardown methods

    • Annotations like @BeforeTest, @AfterTest are used to run setup/teardown methods before/after a test

    • Annotations like @BeforeClass, @AfterClass are used to run setup/teardown methods before/after a test...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - WORST Interviewer ever. Worst Behavior from the interviewer. She was in a bad mood already before joining. She had no respect for the candidate. Within 1 minute of coding question she was getting impatient. Seem like the person had no technical knowlegde and putting up questions from google. As you can see despite of the easy questions and an easy coding problem i failed to secure the interview. All I did was some syntax errors( as I was using an online simulator) but my logic was spot on and following the Big O Notation as well. But with her little googled knowlegde she was arguing about the process I followed to get the problem solved. She was using phrases like "Thats all?" , "I don't think you can code well as you're facing syntax error." (Clearly compliation doesn't agree to you Maa'm.). Clearly I lost my opputunity over a under performing interviewer.

Skills evaluated in this interview

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

(1 Question)

  • Q1. Why you are in Qa role
Round 2 - Technical 

(1 Question)

  • Q1. Technical related questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is your RAR
  • Q2. Explain the daily routine RAR
  • Ans. 

    RAR stands for Review, Analyze, and Report. It is a daily routine followed by Test Engineers.

    • Reviewing test cases and test plans

    • Analyzing test results and identifying issues

    • Reporting bugs and defects

    • Collaborating with the development team to resolve issues

    • Preparing test reports and documentation

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

(1 Question)

  • Q1. Basics of sql queries
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Asked on java related to fundamentals

Interview Preparation Tips

Interview preparation tips for other job seekers - Don’t join them unprofessional interview panel.

ZS Interview FAQs

How many rounds are there in ZS Test Engineer interview?
ZS interview process usually has 2 rounds. The most common rounds in the ZS interview process are Aptitude Test and Coding Test.
How to prepare for ZS Test 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 ZS. The most common topics and skills that interviewers at ZS expect are Automation, Financial Planning, Healthcare, Management Consulting and Operations.

Tell us how to improve this page.

Join ZS Where passion changes lives

Test Engineer Interview Questions from Similar Companies

View all
ZS Test Engineer Salary
based on 23 salaries
₹12 L/yr - ₹15.6 L/yr
146% more than the average Test Engineer Salary in India
View more details

ZS Test Engineer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

4.5

Skill development

4.5

Work-life balance

5.0

Salary

3.9

Job security

3.9

Company culture

4.5

Promotions

4.5

Work satisfaction

Explore 2 Reviews and Ratings
Associate Consultant
2k salaries
unlock blur

₹9.3 L/yr - ₹26 L/yr

Decision Analytics Associate
1.6k salaries
unlock blur

₹5.5 L/yr - ₹18.2 L/yr

Business Technology Associate
1.1k salaries
unlock blur

₹5.5 L/yr - ₹17.1 L/yr

Associate Decision Analytics Consultant
871 salaries
unlock blur

₹10 L/yr - ₹26 L/yr

Consultant
665 salaries
unlock blur

₹12 L/yr - ₹38.5 L/yr

Explore more salaries
Compare ZS with

Wipro

3.7
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

HCLTech

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