Ernst & Young (EY) interview experience Real time questions & tips from candidates to crack your interview

Software Engineer

Ernst & Young (EY)
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: One Programming Language , OOPS Concepts , DBMS, DS & Algo , Networking
Tip
Tip

Tip 1 : Be focused on concepts and not coverage area.
Tip 2 : Be prepared to communicate your solution properly.
Tip 3 : Be frank to your interviewer if you know you won't be able to solve a problem, don't waste their and your time

Application process
Where: Company Website
Eligibility: 7 cgpa throughout
Resume Tip
Resume tip

Tip 1 : Include Projects that you have already done.
Tip 2 : Be sure to write skills that you are sure you know.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration180 minutes
Interview date8 Jan 2022
Coding problem1

This is Coding + Aptitude Round having some MCQ's questions also

1. Minimum Travel Cost

Moderate
40m average time
65% success
0/80
Asked in companies
AmazonSamsungErnst & Young (EY)

Ninjaland is a country having 'N' states numbered from 1 to 'N'. These 'N' states are connected by 'M' bidirectional roads. Each road connects to different states and has some cost to travel from one state to another. Now, the chief wants you to select 'N' - 1 roads in such a way that the tourist bus can travel to every state at least once at minimum 'COST'.

For example :
Consider a country having 4 states numbered from 1 to 4. These 4 states are connected by 5 bidirectional roads given as :
1 --- 2 with cost = 8
2 --- 3 with cost = 6
3 --- 4 with cost = 5
1 --- 4 with cost = 2
1 --- 3 with cost = 4

The map of the country can be represented as:

Now, the best way to choose 3 roads is:

The cost of travelling from any state to all other states is  2 + 4 + 6 i.e. 12.
Try solving now
02
Round
Easy
Video Call
Duration40 mins
Interview date15 Jan 2022
Coding problem2

Purely Technical Rounds based on your Technical Skills

1. Sum of even & odd

Easy
0/40
Asked in company
Ernst & Young (EY)

Write a program to input an integer 'n' and print the sum of all its even digits and the sum of all its odd digits separately.


Digits mean numbers, not places! That is, if the given integer is "132456", even digits are 2, 4, and 6, and odd digits are 1, 3, and 5.

Constraints
0<= 'n' <=10000


Example :
Input: 'n' = 132456

Output: 12 9

Explanation:
The sum of even digits = 2 + 4 + 6 = 12
The sum of odd digits = 1 + 3 + 5 = 9
Try solving now

2. Technical question

What is a postfix expression?

Problem approach

An expression is called the postfix expression if the operator appears in the expression after the operands.

03
Round
Easy
HR Round
Duration20 mins
Interview date20 Jan 2022
Coding problem1

Basic Personality Development Questions like Tell me About Yourself , your hobbies and strengths.

1. Basic HR Questions

Tell me about youself , basic hobbies , why u Join EY and etc.

Problem approach

Tip 1: Be Humble and Confident

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
Software Engineer
2 rounds | 2 problems
Interviewed by Ernst & Young (EY)
0 views
0 comments
0 upvotes
company logo
Software Engineer
2 rounds | 3 problems
Interviewed by Ernst & Young (EY)
0 views
0 comments
0 upvotes
company logo
Software Engineer
3 rounds | 5 problems
Interviewed by Ernst & Young (EY)
1831 views
0 comments
0 upvotes
company logo
Analyst
3 rounds | 4 problems
Interviewed by Ernst & Young (EY)
2196 views
1 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
4 rounds | 1 problems
Interviewed by Newgen Software
3266 views
2 comments
0 upvotes
company logo
Software Engineer
3 rounds | 6 problems
Interviewed by HashedIn
2643 views
0 comments
0 upvotes
company logo
Software Engineer
3 rounds | 3 problems
Interviewed by Newgen Software
1481 views
0 comments
0 upvotes