EY
Ernst & Young Global Limited, a multinational professional services partnership.
4 Rounds
~21 Days
Medium
The Interview Loop
Recruiter Screen (30 min)
Standard fit check, behavioral questions, and resume overview.
Technical Loop (3-4 Rounds)
Deep dive into domain knowledge, coding, and system design.
Interview Question Bank
Frontend Engineer
•
Coding
•
easy
Write a JavaScript function to flatten a deeply nested array of varying depths without using the built-in `Array.prototype.flat()`.
#Recursion
#Arrays
#JavaScript
Frontend Engineer
•
Coding
•
hard
Write a function to deep clone a JavaScript object. Ensure it handles circular references.
#Recursion
#Memory Management
#JavaScript Core
Frontend Engineer
•
Coding
•
easy
Write a function to check if two strings are valid anagrams of each other.
#Strings
#Hash Maps
#Algorithms
Difficulty Radar
Based on recent AI-sourced data.
Meet Your Interviewers
The "Standard" Interviewer
Senior EngineerFocuses on core competencies, system constraints, and clear communication.
SimulateUnwritten Rules
Think Out Loud
Always explain your thought process before writing code or drawing architecture.