Upload Button Icon Add office photos
Engaged Employer

i

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

Ernst & Young Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 10.2k Reviews

Filter interviews by

Ernst & Young Test Lead Interview Questions and Answers

Updated 24 Jun 2024

Ernst & Young Test Lead Interview Experiences

4 interviews found

Test Lead Interview Questions & Answers

user image Anonymous

posted on 24 Jun 2024

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

(2 Questions)

  • Q1. Program to write swap
  • Ans. 

    Program to swap two numbers without using a temporary variable

    • Create a function that takes two numbers as input

    • Use bitwise XOR operation to swap the numbers

    • Return the swapped numbers

  • Answered by AI
  • Q2. Program to write duplicate
  • Ans. 

    Program to write a function that finds and returns all duplicate elements in an array of strings.

    • Iterate through the array and store each element in a hashmap with its frequency

    • Iterate through the hashmap and add elements with frequency greater than 1 to a new array

  • Answered by AI

Test Lead Interview Questions & Answers

user image Anonymous

posted on 15 Mar 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Insurance life cycle, Guidewire and Duck creek basis

Test Lead Interview Questions Asked at Other Companies

asked in Wipro
Q1. If you put in an Agile project, Will you be able to do in sprint ... read more
Q2. 6. What are the differences between Test Plan and Test Strategy? ... read more
Q3. PuzzleSome real-time examples of a defect that is of low priority ... read more
asked in Wipro
Q4. What are all the status codes available in API testing
asked in Wipro
Q5. How to click on the element which is at the bottom of the page

Test Lead Interview Questions & Answers

user image Anonymous

posted on 19 Oct 2022

I applied via LinkedIn and was interviewed in Apr 2022. There were 3 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. Java String related questions, selenium basic questions, java coding, selenium coding
  • Q2. Collections - hashmap, treemap
Round 3 - One-on-one 

(3 Questions)

  • Q1. Managerial round - management level questions
  • Q2. How to handle team with given scenario or approach
  • Q3. Flexibility, learning urge

Interview Preparation Tips

Topics to prepare for Ernst & Young Test Lead interview:
  • Java
  • Testng
  • Maven
  • Selenium
  • Cucumber
Interview preparation tips for other job seekers - Don't get nervous and listen calmly before you answer, focus on technical part and coding with java more
All the best

Test Lead Interview Questions & Answers

user image CodingNinjas

posted on 31 May 2022

I was interviewed in Sep 2021.

Round 1 - Video Call 

(1 Question)

Round duration - 45 minutes
Round difficulty - Medium

This round basically covered all the testing-related aspects and the projects I've worked on, that were mentioned on my CV. Special emphasis was given to Pega, that's my primary work domain.

  • Q1. Puzzle

    Some real-time examples of a defect that is of low priority and high severity and vice versa.
    About Agile manifesto.
    About all the Scrum ceremonies occurring in a Sprint.

  • Ans. 

    Tip 1 : Read through any QA-related topic on google/do some short courses.
    Tip 2 : Read about Agile/Scrum in detail.

  • Answered by CodingNinjas
Round 2 - HR 

(1 Question)

Round duration - 25 minutes
Round difficulty - Easy

HR-related questions like when can you join the company/salary negotiations. If you have any counter-offers etc.

  • Q1. Basic HR Questions

    How was your previous company?

    What is your expected salary?

     

     

  • Ans. 

    Tip 1 : Be confident and calm. Keep a smile on your face.
    Tip 2 : Communicate well.

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Test Lead in KolkataEligibility criteriaAbove 65% marks throughoutErnst & Young (EY) interview preparation:Topics to prepare for the interview - Testing basics, Test Plan, Test Strategy, Team building, Team management, SDLC, Defect Life cycle, Regression Testing, User Acceptance Testing, Agile, Scrum, User stories, Automation testing, Selenium, BDD, Requirements gathering, Black box testingTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Take a note of the JD you're applying for. Read in-depth about all that is mentioned.
Tip 2 : Read through all possible topics related to the JD you're applying for.
Tip 3 : Try to find some past interview experiences. That helps a lot.
Tip 4 : Be very thorough on the things that are mentioned in your CV. A lot of questions will appear from there itself.
Tip 5 : Take notes. Helps a lot.
Tip 6 : Be confident that you'll definitely crack the interview. Keep positivity within yourself.

Application resume tips for other job seekers

Tip 1 : Mention genuine things and don't mention anything that you're not proficient in. It may backfire.
Tip 2 : Try to keep the resume within 2 pages at max. 
Tip 3 : Mention the major projects you've worked on in that 2 pages, and a little bit of description covering the key points that you can pick up during interviews.
Tip 4 : Mention your key skills, this is important and will draw the attention of the interviewer.

Final outcome of the interviewSelected

Ernst & Young interview questions for designations

 Automation Test Lead

 (1)

 Test Engineer

 (4)

 Test Manager

 (1)

 Senior Test Engineer

 (3)

 Associate Test Manager

 (1)

 Functional Test Engineer

 (1)

 Technical Lead

 (3)

 Lead Consultant

 (1)

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

Ernst & Young Interview FAQs

How many rounds are there in Ernst & Young Test Lead interview?
Ernst & Young interview process usually has 1-2 rounds. The most common rounds in the Ernst & Young interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Ernst & Young Test Lead 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 Ernst & Young. The most common topics and skills that interviewers at Ernst & Young expect are ISTQB, Software Quality Assurance and Testing.
What are the top questions asked in Ernst & Young Test Lead interview?

Some of the top questions asked at the Ernst & Young Test Lead interview -

  1. Program to write s...read more
  2. program to write duplic...read more
  3. Java String related questions, selenium basic questions, java coding, selenium ...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Ernst & Young interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Deloitte Interview Questions
3.8
 • 2.8k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
KPMG India Interview Questions
3.5
 • 785 Interviews
ZS Interview Questions
3.4
 • 472 Interviews
BCG Interview Questions
3.8
 • 193 Interviews
View all
Ernst & Young Test Lead Salary
based on 328 salaries
₹7.8 L/yr - ₹24 L/yr
At par with the average Test Lead Salary in India
View more details

Ernst & Young Test Lead Reviews and Ratings

based on 18 reviews

3.8/5

Rating in categories

3.9

Skill development

3.7

Work-Life balance

4.1

Salary & Benefits

3.7

Job Security

3.4

Company culture

2.9

Promotions/Appraisal

3.2

Work Satisfaction

Explore 18 Reviews and Ratings
Senior Consultant
15.4k salaries
unlock blur

₹9.2 L/yr - ₹29.6 L/yr

Consultant
11.7k salaries
unlock blur

₹5.9 L/yr - ₹20 L/yr

Manager
7.4k salaries
unlock blur

₹16.5 L/yr - ₹51.2 L/yr

Assistant Manager
6.3k salaries
unlock blur

₹9.2 L/yr - ₹30 L/yr

Associate Consultant
3.8k salaries
unlock blur

₹3.5 L/yr - ₹12 L/yr

Explore more salaries
Compare Ernst & Young with

Deloitte

3.8
Compare

PwC

3.4
Compare

EY Global Delivery Services ( EY GDS)

3.6
Compare

Accenture

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview