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 Consultant Interview Questions and Answers

Updated 4 Nov 2021

ZS Test Consultant Interview Experiences

1 interview found

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

Interview Questionnaire 

3 Questions

  • Q1. First Round: Subjective Question and asked us to write test plan considering all necessary points.
  • Q2. Second Round: Technical round with questions on current role, project and process. Also questions specific to the role regarding CSV process, V-model life cycle and so on.
  • Q3. Third Round: HR Round

Interview Preparation Tips

Interview preparation tips for other job seekers - In the first round, the question was to draft test plan for Computer System Validation plan. It was a good example of a real life scenario. It really took me by surprise but tested us on how to relate our work to such real scenarios.

Second round was technical and tested if our work experience matches their requirements. Also, questions on activities that will be performed as part of the role.

Third round is HR to understand our expectations on remuneration.

Based on my experience, I feel that the Organization expects us to be well informed about the pharma domain and technically as well. This is for testing roles.

Questions were realistic based on what we had done and will do if selected. Discussion did not go off topic and it was a healthy forum to share our views.

Of course, I am happy to share this since I was selected and joined the Organization but would have done the same even if weren't because the whole process was good and necessary.

Test Consultant Jobs at ZS

View all

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Bdd framework hooks and notations
  • Q2. Coding question on string
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
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

Test Analyst Interview Questions & Answers

Mercer user image vikram gautam

posted on 11 Sep 2021

Interview Questionnaire 

3 Questions

  • Q1. What is white box and black box testing
  • Ans. 

    White box testing is testing the internal structure of the system while black box testing is testing the external behavior of the system.

    • White box testing is also known as clear box testing or structural testing.

    • It involves testing the code, architecture, and design of the system.

    • Examples include unit testing, integration testing, and code coverage analysis.

    • Black box testing is also known as functional testing or behav...

  • Answered by AI
  • Q2. Regression testing, bug life cycle
  • Q3. SDLC model, Waterfall model

Interview Preparation Tips

Interview preparation tips for other job seekers - it was good and it lasted for about 35 mins .interviewer was very nice to me and test both my knwoledge and communication skills

Skills evaluated in this interview

QA Tester Interview Questions & Answers

PwC user image Bigboss Updates with Vani

posted on 9 Dec 2024

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

(5 Questions)

  • Q1. Testing methodologies
  • Q2. What modules are used
  • Q3. Integration testing
  • Q4. Regression Testing
  • Q5. Functional and non Functional

ZS Interview FAQs

How to prepare for ZS Test Consultant 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 Agile, Business Intelligence, Business Process, Healthcare and JIRA.
What are the top questions asked in ZS Test Consultant interview?

Some of the top questions asked at the ZS Test Consultant interview -

  1. Second Round: Technical round with questions on current role, project and proce...read more
  2. First Round: Subjective Question and asked us to write test plan considering al...read more
  3. Third Round: HR Ro...read more

Tell us how to improve this page.

Join ZS Where passion changes lives

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Deloitte Interview Questions
3.8
 • 2.8k Interviews
View all
ZS Test Consultant Salary
based on 22 salaries
₹16 L/yr - ₹23 L/yr
84% more than the average Test Consultant Salary in India
View more details

ZS Test Consultant Reviews and Ratings

based on 3 reviews

2.8/5

Rating in categories

4.0

Skill development

2.1

Work-life balance

3.6

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

3.1

Work satisfaction

Explore 3 Reviews and Ratings
Test Consultant

Pune,

Bangalore / Bengaluru

8-11 Yrs

Not Disclosed

Explore more jobs
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
873 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