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

Filter interviews by

Clear (1)

Ernst & Young Softwaretest Engineer Interview Questions and Answers

Updated 28 Feb 2025

Ernst & Young Softwaretest Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your experience with Angular, and how does it work? What are pipes and components in Angular?
  • Ans. 

    I have 3 years of experience with Angular. Pipes are used for data transformation and components are building blocks of Angular applications.

    • I have worked on Angular projects for 3 years, developing and testing various features.

    • Pipes in Angular are used for transforming data before displaying it in the UI. For example, date pipe formats dates in a specific way.

    • Components in Angular are reusable building blocks that enc...

  • Answered by AI
  • Q2. Can you replicate the screen in Angular that is currently visible on your display?
  • Ans. 

    Yes, I can replicate the screen in Angular that is currently visible on my display.

    • Use Angular's component structure to recreate the screen

    • Identify the HTML elements and CSS styles used on the screen

    • Fetch data from APIs if needed to populate the screen

    • Ensure functionality like buttons, forms, and interactions are replicated accurately

  • Answered by AI
Round 2 - Coding Test 

Multiple questions regarding data structures.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Js or c# coding will be asked

Round 3 - Technical 

(2 Questions)

  • Q1. Mention life cycle hooks of angular
  • Ans. 

    Angular lifecycle hooks are methods that allow you to tap into the lifecycle of a component or directive.

    • ngOnChanges: Called when an input property changes

    • ngOnInit: Called once the component is initialized

    • ngDoCheck: Called during every change detection run

    • ngAfterContentInit: Called after content (ng-content) has been projected into the component

    • ngAfterContentChecked: Called after every check of the projected content

    • ngA...

  • Answered by AI
  • Q2. Opps features and MVC filters details
Round 4 - HR 

(1 Question)

  • Q1. Details About our carrier journey and personal information

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for interview well and an interview be calm don't feel bad about failure

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Find the dominations

Round 2 - Technical 

(2 Questions)

  • Q1. Implement min stack
  • Ans. 

    Implement a stack that supports finding the minimum element in constant time.

    • Create a stack to store elements and another stack to store minimum values.

    • When pushing an element, check if it is smaller than the current minimum and push it to the min stack if so.

    • When popping an element, check if it is the current minimum and pop from the min stack if so.

    • To get the minimum element, simply return the top element of the min

  • Answered by AI
  • Q2. Find the lca of a given nodes
  • Ans. 

    The lowest common ancestor (LCA) of two nodes in a tree is the shared ancestor that is located farthest from the root.

    • Traverse the tree from the root to find the paths from the root to each node.

    • Compare the paths to find the last common node between the two paths, which is the LCA.

    • If one node is an ancestor of the other, return that node as the LCA.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - it was good

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Coding test and self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - One the most top Mnc company
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

The test was conducted on Hackerrank platform. It had 2 sections. First section had 6 coding questions. Second section had 10 McQs that checked our CS fundamentals. Overall the difficulty level was moderate to hard level.

Round 2 - Technical 

(1 Question)

  • Q1. 1. Few questions on the projects like the purpose and tech stack. 2. Process concepts. 3. Segmentation and fragmentation. 4. Delete elements from linked list 5. Bit manipulation 6. little endian to big end...
Round 3 - HR 

(2 Questions)

  • Q1. Basic questions related to family and hobbies
  • Q2. Question from Resume based on skills and tools mentioned in it

Interview Preparation Tips

Topics to prepare for IBM Softwaretest Engineer interview:
  • Array
  • Linked list
  • OS
  • bit manipulation
Interview preparation tips for other job seekers - Be thorough in your fundamentals and confident enough while answering.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Core JAVA in depth including Algorithms
Round 2 - Technical 

(1 Question)

  • Q1. Design patterns, Java basic in depth
Round 3 - HR 

(1 Question)

  • Q1. Why you want to Join

I applied via Job Fair and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. About yourself and academic details and strength and weakness and how many sebbling and as well as project title as well as procedure
  • Q2. About company and why your choosing in this company and salary package expected

Interview Preparation Tips

Topics to prepare for Deloitte Softwaretest Engineer interview:
  • Manual testing and SQL
  • Types of testing
Interview preparation tips for other job seekers - I don't have job present iam searching for job I want to job in our company
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Selenium?
  • Ans. 

    Selenium is a popular open-source tool used for automating web browsers.

    • Selenium supports multiple programming languages like Java, Python, and C#.

    • It can automate web browsers across different platforms like Windows, Mac, and Linux.

    • Selenium can be used for functional testing, regression testing, and browser compatibility testing.

    • It allows users to write test scripts in a variety of formats such as HTML, Java, C#, and P

  • Answered by AI
  • Q2. What is cucumber framework?
  • Ans. 

    Cucumber is a testing framework that supports Behavior Driven Development (BDD) by allowing tests to be written in plain text.

    • Cucumber uses Gherkin syntax to define test cases in a human-readable format

    • It allows collaboration between technical and non-technical team members

    • Cucumber tests are written in feature files with scenarios and steps

    • It integrates with various programming languages like Java, Ruby, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basics, and your last company insights

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Explain your framework structure
  • Ans. 

    My framework structure is based on a modular approach with reusable components and clear separation of concerns.

    • Modular design with separate modules for different functionalities

    • Reusable components to avoid duplication of code

    • Clear separation of concerns for easy maintenance and scalability

  • Answered by AI
  • Q2. What are waits in selenium you use in your project
  • Ans. 

    Waits in Selenium are used to ensure that the automation script waits for a certain condition to be met before proceeding.

    • Implicit Wait: Waits for a certain amount of time before throwing a NoSuchElementException.

    • Explicit Wait: Waits for a certain condition to be met before proceeding.

    • Fluent Wait: Waits for a condition with a specified frequency of checking.

    • Thread.sleep(): Pauses the script execution for a specified am

  • Answered by AI

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Group Discussion 

Self introduction
About the software companies how to development

Round 2 - HR 

(1 Question)

  • Q1. Explain the project details on college Why you intrest in this job

Interview Preparation Tips

Topics to prepare for IBM Softwaretest Engineer interview:
  • Social Media Marketing
  • Environment Management
Interview preparation tips for other job seekers - I am fresher and i don't know how to face that and it's my first interview so i advice to you and i hope you hiring me
Contribute & help others!
anonymous
You can choose to be anonymous

Ernst & Young Interview FAQs

How many rounds are there in Ernst & Young Softwaretest Engineer interview?
Ernst & Young interview process usually has 2 rounds. The most common rounds in the Ernst & Young interview process are One-on-one Round and Coding Test.
What are the top questions asked in Ernst & Young Softwaretest Engineer interview?

Some of the top questions asked at the Ernst & Young Softwaretest Engineer interview -

  1. What is your experience with Angular, and how does it work? What are pipes and ...read more
  2. Can you replicate the screen in Angular that is currently visible on your displ...read more

Recently Viewed

INTERVIEWS

INDO-MIM

No Interviews

INTERVIEWS

Code and Theory

No Interviews

INTERVIEWS

INDO-MIM

No Interviews

INTERVIEWS

Ernst & Young

No Interviews

INTERVIEWS

INDO-MIM

No Interviews

INTERVIEWS

Ernst & Young

No Interviews

INTERVIEWS

Presidio Solutions Pvt Ltd

No Interviews

INTERVIEWS

Ernst & Young

No Interviews

INTERVIEWS

Presidio Solutions Pvt Ltd

5.6k top interview questions

INTERVIEWS

Ernst & Young

No Interviews

Tell us how to improve this page.

Ernst & Young Softwaretest Engineer Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more
Ernst & Young Softwaretest Engineer Salary
based on 88 salaries
₹2.8 L/yr - ₹10.1 L/yr
26% more than the average Softwaretest Engineer Salary in India
View more details

Ernst & Young Softwaretest Engineer Reviews and Ratings

based on 7 reviews

3.7/5

Rating in categories

3.7

Skill development

2.9

Work-life balance

3.7

Salary

3.1

Job security

3.4

Company culture

2.7

Promotions

3.1

Work satisfaction

Explore 7 Reviews and Ratings
Senior Consultant
15.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
12k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
7.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
6.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Consultant
3.9k salaries
unlock blur

₹0 L/yr - ₹0 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.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent