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

Senior Software Engineer

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

Interview preparation journey

expand-icon
Preparation
Duration: 3 Months
Topics: JavaScript: Call Stack, Closures, object Oriented Programming ,scoping, prototype, Async React: Hooks , Callback ,Redux ,custom middleware HTML: New Elements in HTML5CSS: Positions ,Flex box, grid layout, media Query ,Selectors
Tip
Tip

Tip 1 : Understand the Basics and Key Concept
Tip 2 : Practice as much a possible for online coding platform 
Tip 3 : Try to solve problem in 2 or more than 2 approach

Application process
Where: Campus
Eligibility: B.Tech in Computer Science with 60% throughout
Resume Tip
Resume tip

Tip 1 : Mention Key concept to your project , don't describe
Tip 2 : Mention your Project with your Role and responsibilities ,
Tip 3 : Don't mention false things

Interview rounds

01
Round
Medium
Assignment
Duration90 Minutes
Interview date16 Apr 2021
Coding problem1

1. Duplicate In Array

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

You are given an array ‘ARR’ of size ‘N’ containing each number between 1 and ‘N’ - 1 at least once. There is a single integer value that is present in the array twice. Your task is to find the duplicate integer value present in the array.

For example:

Consider ARR = [1, 2, 3, 4, 4], the duplicate integer value present in the array is 4. Hence, the answer is 4 in this case.
Note :
A duplicate number is always present in the given array.
Problem approach

Tip 1 : Use the filter() method in Javascript
Tip 2 : Using a Set() Method in Javascript
Tip 3 : Using the reduce() Method in Javascript

Try solving now
02
Round
Medium
Face to Face
Duration45 Minutes
Interview date19 Apr 2021
Coding problem1

They wants to Check your Problem solving techniques with best case and how you approach a problem and the way you solve
they wants to solve in more than one way 
also they ask basic Questions Related to your frame Work you are working

1. Anagram Pairs

Moderate
30m average time
60% success
0/80
Asked in companies
AdobeThought WorksHSBC

You are given two strings 'str1' and 'str1'.


You have to tell whether these strings form an anagram pair or not.


The strings form an anagram pair if the letters of one string can be rearranged to form another string.

Pre-requisites:

Anagrams are defined as words or names that can be formed by rearranging the letters of another word. Such as "spar" can be formed by rearranging letters of "rasp". Hence, "spar" and "rasp" are anagrams. 

Other examples include:

'triangle' and 'integral'
'listen' and 'silent'
Note:
Since it is a binary problem, there is no partial marking. Marks will only be awarded if you get all the test cases correct. 
Problem approach

1)Take Input two strings ‘a’ and ‘b’
2)A function checkStringAnagrams(string a, string b) which will return true if they are anagram of each other otherwise false.
3)Find the length of both strings and check if they are the same.
4)Now sort both strings in lexicographically order and check if they are equal or not.

Return true or false accordingly.

Try solving now
03
Round
Easy
HR Round
Duration20 Minutes
Interview date17 May 2022
Coding problem1

General About yourSelf and How was your previous round and CTC discussion

1. Basic HR question

CTC discussion

Problem approach

Tip 1 : Ask at least 60% hike if not then match with the existing package for that Role 
 

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
Senior Software Engineer
3 rounds | 20 problems
Interviewed by Ernst & Young (EY)
3747 views
0 comments
0 upvotes
company logo
Associate Technology
3 rounds | 3 problems
Interviewed by Ernst & Young (EY)
2209 views
0 comments
0 upvotes
company logo
SDE - 2
3 rounds | 4 problems
Interviewed by Ernst & Young (EY)
2595 views
0 comments
0 upvotes
company logo
Technology Consultant
4 rounds | 3 problems
Interviewed by Ernst & Young (EY)
2312 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Senior Software Engineer
1 rounds | 6 problems
Interviewed by Arcesium
3920 views
0 comments
0 upvotes
company logo
Senior Software Engineer
3 rounds | 3 problems
Interviewed by HCL Technologies
3155 views
3 comments
0 upvotes
company logo
Senior Software Engineer
2 rounds | 2 problems
Interviewed by HCL Technologies
3555 views
0 comments
0 upvotes