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

Technology Consultant

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

Interview preparation journey

expand-icon
Preparation
Duration: 1 month
Topics: Javascript, Flexbox, Array Methords, RXJS, NGRX
Tip
Tip

Tip 1 : Be confident

Tip 2 : Be prepared to write code

Application process
Where: Referral
Resume Tip
Resume tip

Tip 1 : Highlight your skills
Tip 2 : Highlight your projects

Interview rounds

01
Round
Easy
Video Call
Duration30 minutes
Interview date3 Feb 2022
Coding problem1

1. Remove Duplicates

Easy
0/40
Asked in companies
CIS - Cyber InfrastructureSAP LabsAdobe

Given a string S, remove consecutive duplicates from it recursively.

Problem approach

U can solve by passing array to set 
This will remove all duplicates

Try solving now
02
Round
Hard
Online Coding Interview
Duration40 minutes
Interview date10 Feb 2022
Coding problem1

1. Tower of Hanoi

Easy
15m average time
85% success
0/40
Asked in companies
HCL TechnologiesMakeMyTripLinkedIn

You are given three rods (numbered 1 to 3), and ‘N’ disks initially placed on the first rod, one on top of each other in increasing order of size ( the largest disk is at the bottom). You are supposed to move the ‘N’ disks to another rod(either rod 2 or rod 3) using the following rules and in less than 2 ^ (N) moves.

1. You can only move one disk in one move. 
2. You can not place a larger disk on top of a smaller disk.
3. You can only move the disk at the top of any rod.    
Note :
You may assume that initially, the size of the ‘i’th disk from the top of the stack is equal to ‘i’, i.e. the disk at the bottom has size ‘N’, the disk above that has size ‘N - 1’, and so on. The disk at the top has size 1.
Example :

Example

Problem approach

It is a very famous problem. I had good practice with it. So, I did it easily.

Try solving now
03
Round
Easy
HR Round
Duration20 minutes
Interview date26 Feb 2022
Coding problem1

Simple HR Round 

1. Basic HR Question

  • Introduce yourself
  • What do you think makes you stand higher than other guys?
Problem approach

Just stay honest and stay 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
Technology Consultant
3 rounds | 18 problems
Interviewed by Ernst & Young (EY)
1282 views
0 comments
0 upvotes
company logo
Technology Consultant
3 rounds | 18 problems
Interviewed by Ernst & Young (EY)
1967 views
0 comments
0 upvotes
company logo
Technology Consultant
2 rounds | 2 problems
Interviewed by Ernst & Young (EY)
2626 views
0 comments
0 upvotes
company logo
Technology Consultant
4 rounds | 3 problems
Interviewed by Ernst & Young (EY)
2312 views
0 comments
0 upvotes