PlacementPrep

Ey Placement Papers 2026

35 min read
Company Placement Papers
Advertisement Placement

EY Placement Papers 2026 with Solutions — Aptitude, Technical & Coding

Last Updated: March 2026 | Difficulty: Moderate to High | Questions: 50+ with Solutions


EY Recruitment Process 2026 — Complete Overview

Ernst & Young (EY) is one of the Big Four accounting firms globally, offering professional services in assurance, tax, consulting, and advisory. For the 2026 batch, EY is actively recruiting freshers through campus placements and off-campus drives for roles like Technology Consultant, Business Analyst, Data Analyst, and Associate Software Engineer.

EY is known for its rigorous selection process that tests candidates on analytical thinking, problem-solving abilities, technical knowledge, and communication skills. The company offers excellent career growth opportunities with structured training programs and global exposure.

Why Join EY?

  • Globally recognized brand with diverse career paths
  • Comprehensive learning and development programs
  • Opportunity to work with Fortune 500 clients
  • Collaborative and inclusive work culture

EY Eligibility Criteria 2026

CriteriaRequirements
EducationBE/B.Tech, B.Sc, BCA, MCA, MBA (depending on role)
Batch2024, 2025, 2026 passing out
CGPA/PercentageMinimum 60% or 6.0 CGPA throughout (10th, 12th, Graduation)
BacklogsNo active backlogs at time of joining
Gap YearMaximum 1 year gap allowed with valid reason

EY CTC for Freshers 2026

RoleCTC PackageLocation
Technology Consultant₹6.5 - 8 LPABangalore, Hyderabad, Gurgaon
Business Analyst₹5.5 - 7 LPABangalore, Mumbai, Pune
Data Analyst₹6 - 7.5 LPABangalore, Gurgaon, Chennai
Associate Software Engineer₹5 - 6.5 LPABangalore, Hyderabad, Pune

Note: CTC includes base salary, performance bonus, and benefits. Actual figures may vary based on performance and location.


EY Online Test Pattern 2026

SectionQuestionsTime (Minutes)Difficulty
Quantitative Aptitude1520Moderate
Logical Reasoning1520Moderate-High
Verbal Ability1015Moderate
Technical (CS Fundamentals)1015Moderate
Coding2-345Moderate-High
Total52-53115Moderate

Section-wise Breakdown:

  • No Negative Marking
  • Sectional Cut-off: Yes, each section has minimum qualifying marks
  • Overall Cut-off: 60-65 percentile typically
  • Platform: EY uses various platforms including AMCAT, Mettl, or proprietary systems

Section 1: Quantitative Aptitude (15 Questions)

Q1. A train 150m long passes a pole in 10 seconds. How long will it take to pass a platform 300m long?

Options: a) 20 seconds
b) 25 seconds
c) 30 seconds
d) 35 seconds

Solution:

  • Speed of train = Distance/Time = 150m/10s = 15 m/s
  • To pass a 300m platform, total distance = Train length + Platform length = 150 + 300 = 450m
  • Time = Distance/Speed = 450/15 = 30 seconds
  • Shortcut: Platform is 2x train length, so time = 3 × original time = 30s

Q2. The ratio of ages of A and B is 4:5. After 6 years, the ratio becomes 5:6. What is B's present age?

Options: a) 24 years
b) 30 years
c) 36 years
d) 42 years

Solution:

  • Let present ages be 4x and 5x
  • After 6 years: (4x + 6)/(5x + 6) = 5/6
  • Cross multiply: 6(4x + 6) = 5(5x + 6)
  • 24x + 36 = 25x + 30
  • x = 6
  • B's age = 5x = 5 × 6 = 30 years

Q3. A shopkeeper marks his goods 40% above cost price and allows a discount of 25%. What is his profit percentage?

Options: a) 5%
b) 10%
c) 12%
d) 15%

Solution:

  • Let CP = 100
  • Marked Price = 100 + 40% = 140
  • Selling Price after 25% discount = 140 × 0.75 = 105
  • Profit = 105 - 100 = 5
  • Profit % = (5/100) × 100 = 5%
  • Shortcut Formula: Profit % = Markup% - Discount% - (Markup% × Discount%)/100 = 40 - 25 - (40×25)/100 = 15 - 10 = 5%

Q4. If log₂(log₃(log₄x)) = 0, then x = ?

Options: a) 16
b) 64
c) 256
d) 81

Solution:

  • log₂(log₃(log₄x)) = 0
  • log₃(log₄x) = 2⁰ = 1
  • log₄x = 3¹ = 3
  • x = 4³ = 64

Q5. A and B can complete a work in 12 days, B and C in 15 days, C and A in 20 days. How long will A alone take?

Options: a) 20 days
b) 25 days
c) 30 days
d) 35 days

Solution:

  • A+B = 1/12, B+C = 1/15, C+A = 1/20
  • Adding all: 2(A+B+C) = 1/12 + 1/15 + 1/20 = (5+4+3)/60 = 12/60 = 1/5
  • A+B+C = 1/10
  • A = (A+B+C) - (B+C) = 1/10 - 1/15 = (3-2)/30 = 1/30
  • A alone = 30 days

Q6. The average of 11 numbers is 50. The average of first 6 is 45 and last 6 is 55. Find the 6th number.

Options: a) 45
b) 50
c) 55
d) 60

Solution:

  • Sum of 11 numbers = 11 × 50 = 550
  • Sum of first 6 = 6 × 45 = 270
  • Sum of last 6 = 6 × 55 = 330
  • 6th number counted twice = 270 + 330 - 550 = 50

Q7. A sum becomes 8 times in 3 years at compound interest. In how many years will it become 16 times?

Options: a) 4 years
b) 5 years
c) 6 years
d) 7 years

Solution:

  • If sum becomes 8 times in 3 years: (1 + r)³ = 8
  • (1 + r) = 2, so r = 100%
  • For 16 times: (1 + r)^n = 16 = 2⁴
  • n = 4 years

Q8. How many 4-digit numbers can be formed using digits 1,2,3,4,5 without repetition?

Options: a) 60
b) 80
c) 100
d) 120

Solution:

  • 4-digit number using 5 digits without repetition
  • Ways = 5P4 = 5!/(5-4)! = 5!/1! = 5 × 4 × 3 × 2 = 120

Q9. The HCF of two numbers is 12 and their LCM is 360. If one number is 36, find the other.

Options: a) 100
b) 120
c) 140
d) 160

Solution:

  • HCF × LCM = Product of numbers
  • 12 × 360 = 36 × other number
  • Other number = (12 × 360)/36 = 12 × 10 = 120

Q10. A man rows at 5 kmph in still water. If the river flows at 1 kmph, it takes him 75 minutes to row to a place and back. How far is the place?

Options: a) 2 km
b) 2.5 km
c) 3 km
d) 4 km

Solution:

  • Upstream speed = 5 - 1 = 4 kmph
  • Downstream speed = 5 + 1 = 6 kmph
  • Let distance = d km
  • Time = d/4 + d/6 = 75/60 hours
  • (3d + 2d)/12 = 5/4
  • 5d/12 = 5/4
  • d = 3 km

Q11. What is the remainder when 2⁵⁶ is divided by 7?

Options: a) 0
b) 1
c) 2
d) 4

Solution:

  • Using Fermat's Little Theorem or pattern recognition
  • 2³ = 8 ≡ 1 (mod 7)
  • 2⁵⁶ = (2³)¹⁸ × 2² = 1¹⁸ × 4 ≡ 1 (mod 7)
  • Remainder = 1

Q12. If 20% of A = 30% of B = 40% of C, then A:B:C = ?

Options: a) 6:4:3
b) 6:3:2
c) 12:8:6
d) 12:6:4

Solution:

  • 20% of A = 30% of B = 40% of C = k (say)
  • A = 5k, B = 10k/3, C = 5k/2
  • A:B:C = 5 : 10/3 : 5/2
  • Multiply by 6: 30 : 20 : 15 = 6 : 4 : 3

Q13. A pipe fills a tank in 6 hours. Due to a leak, it takes 8 hours. How long will the leak take to empty a full tank?

Options: a) 12 hours
b) 18 hours
c) 24 hours
d) 36 hours

Solution:

  • Pipe fills 1/6 per hour
  • With leak, fills 1/8 per hour
  • Leak empties = 1/6 - 1/8 = (4-3)/24 = 1/24 per hour
  • Leak alone empties in 24 hours

Q14. The sum of squares of three consecutive odd numbers is 251. Find the middle number.

Options: a) 7
b) 9
c) 11
d) 13

Solution:

  • Let numbers be (n-2), n, (n+2) where n is odd
  • (n-2)² + n² + (n+2)² = 251
  • n² - 4n + 4 + n² + n² + 4n + 4 = 251
  • 3n² + 8 = 251
  • 3n² = 243, n² = 81, n = 9

Q15. Two trains of length 100m and 150m are running in opposite directions at 40 kmph and 50 kmph. Find the time to cross each other.

Options: a) 8 seconds
b) 10 seconds
c) 12 seconds
d) 15 seconds

Solution:

  • Relative speed = 40 + 50 = 90 kmph = 90 × (5/18) = 25 m/s
  • Total distance = 100 + 150 = 250m
  • Time = 250/25 = 10 seconds

Section 2: Logical Reasoning (15 Questions)

Q1. Find the odd one out: 2, 3, 5, 9, 11, 13

Options: a) 2
b) 5
c) 9
d) 11

Solution:

  • All are prime numbers except 9
  • 9 = 3 × 3, so it's composite
  • 9 is the odd one out

Q2. If APPLE is coded as 25516125, how is MANGO coded?

Options: a) 13114715
b) 13115715
c) 14115715
d) 13114716

Solution:

  • A=1, P=16, P=16, L=12, E=5 → 1 16 16 12 5
  • Code: 1 (16-1)=15 (16-1)=15 (12-1)=11 5 → Wait, pattern: A(1), P(16)=1+6=7? No.
  • Actually: Position × Position: A=1, P=16, P=16, L=12, E=5 → 1 16 16 12 5 → Combined: 25516125
  • M=13, A=1, N=14, G=7, O=15 → 13114715

Q3. Statement: All books are pens. Some pens are pencils. No pencil is an eraser.

Conclusion: I. Some books are pencils. II. No pen is an eraser. Options: a) Only I follows
b) Only II follows
c) Both follow
d) Neither follows

Solution:

  • I: Books → Pens → (some) Pencils. Not necessarily true.
  • II: Pens could include some pencils that overlap with erasers concept, but actually "No pencil is eraser" doesn't mean "No pen is eraser"
  • Neither conclusion follows

Q4. In a row of 40 students, Ravi is 15th from left and Rani is 20th from right. How many students are between them?

Options: a) 3
b) 4
c) 5
d) 6

Solution:

  • Ravi's position from left = 15
  • Rani's position from left = 40 - 20 + 1 = 21
  • Students between them = 21 - 15 - 1 = 5

Q5. Complete the series: 2, 6, 12, 20, 30, ?

Options: a) 40
b) 42
c) 44
d) 46

Solution:

  • Pattern: n(n+1)
  • 1×2=2, 2×3=6, 3×4=12, 4×5=20, 5×6=30, 6×7=42

Options: a) Sister
b) Cousin
c) Niece
d) Daughter

Solution:

  • Grandfather's only son = man's father (or uncle if father had brother, but "only son" means father's generation)
  • Daughter of grandfather's only son = daughter of man's father
  • If man's father → could be man himself or his brother
  • But since pointing to photo and "she", it's his sister

Q7. If 2nd January 2024 is Tuesday, what day is 2nd January 2025?

Options: a) Monday
b) Tuesday
c) Wednesday
d) Thursday

Solution:

  • 2024 is a leap year (divisible by 4)
  • From Jan 2, 2024 to Jan 2, 2025 = 366 days
  • 366 mod 7 = 2 days extra
  • Tuesday + 2 days = Thursday

Q8. Arrange in order: 1. Income 2. Status 3. Education 4. Wellbeing 5. Job

Options: a) 3,5,1,2,4
b) 1,3,5,2,4
c) 3,1,5,2,4
d) 3,5,2,1,4

Solution:

  • Logical sequence: Education → Job → Income → Status → Wellbeing
  • 3, 5, 1, 2, 4

Q9. What comes next: AZ, BY, CX, DW, ?

Options: a) EV
b) EU
c) FT
d) EV

Solution:

  • First letters: A, B, C, D, E (increasing)
  • Second letters: Z, Y, X, W, V (decreasing)
  • Next = EV

Q10. Six friends P, Q, R, S, T, U sit in a row. Q sits left of R but right of P. S sits right of T but left of U. T sits left of P. Who sits at extreme left?

Options: a) P
b) Q
c) T
d) U

Solution:

  • T < P < Q < R (from Q is right of P, left of R; T is left of P)
  • T < S < U (S is right of T, left of U)
  • Combining: T < P < Q < R and T < S < U
  • T is at extreme left

Q11. Find the missing number: 3, 10, 29, 66, ?, 218

Options: a) 120
b) 127
c) 135
d) 145

Solution:

  • Pattern: n³ + 2
  • 1³+2=3, 2³+2=10, 3³+2=29, 4³+2=66, 5³+2=127, 6³+2=218

Q12. Statement: Some doctors are teachers. All teachers are engineers.

Conclusion: I. Some engineers are doctors. II. All doctors are engineers. Options: a) Only I follows
b) Only II follows
c) Both follow
d) Neither follows

Solution:

  • I: Some doctors → teachers → engineers. So some engineers are doctors. ✓
  • II: "All doctors are engineers" - not necessarily, only some doctors are teachers. ✗
  • Only I follows

Options: a) Grandmother
b) Granddaughter
c) Daughter
d) Granddaughter

Solution:

  • D is C's father, C is B's mother, A is B's sister
  • So A is C's daughter, making A D's granddaughter

Q14. If MADRAS is coded as 131418119, how is DELHI coded?

Options: a) 451289
b) 451289
c) 451298
d) 452189

Solution:

  • Letter positions: D=4, E=5, L=12, H=8, I=9
  • Code = 451289

Q15. What is the angle between hour and minute hands at 3:30?

Options: a) 60°
b) 75°
c) 90°
d) 105°

Solution:

  • Hour hand moves 30° per hour + 0.5° per minute
  • At 3:30: Hour hand = 3 × 30 + 30 × 0.5 = 90 + 15 = 105°
  • Minute hand = 30 × 6 = 180°
  • Angle = 180 - 105 = 75°

Section 3: Verbal Ability (10 Questions)

Q1. Choose the synonym of "PRAGMATIC"

Options: a) Theoretical
b) Practical
c) Idealistic
d) Visionary

Solution:

  • Pragmatic means dealing with things sensibly and realistically
  • Synonym: Practical

Q2. Choose the antonym of "EPHEMERAL"

Options: a) Transient
b) Fleeting
c) Permanent
d) Brief

Solution:

  • Ephemeral means lasting for a very short time
  • Antonym: Permanent (lasting forever)

Q3. Fill in the blank: The scientist's ____ research led to a major breakthrough.

Options: a) Careless
b) Meticulous
c) Hasty
d) Superficial

Solution:

  • "Meticulous" means showing great attention to detail
  • Major breakthroughs result from careful, detailed research

Q4. Spot the error: "The team of players are practicing for the final match."

Options: a) The team
b) of players
c) are practicing
d) for the final match

Solution:

  • "Team" is a collective noun, takes singular verb
  • Should be "is practicing" not "are practicing"

Q5. Rearrange: (P) was an excellent (Q) student and (R) he (S) scored well

Options: a) RSPQ
b) RQPS
c) PQRS
d) RQSP

Solution:

  • "He was an excellent student and scored well"
  • Order: R (he) + Q (was an excellent) + P (student and) + S (scored well) = RQPS

Q6. Choose the correctly spelled word:

Options: a) Accross
b) Across
c) Acros
d) Accros


Q7. Fill in the blank: She has a ____ for classical music.

Options: a) Like
b) Passion
c) Love
d) Fond

Solution:

  • "Passion for" is the correct collocation
  • "Love for" also works but "passion" is more idiomatic with "for"

Q8. Choose the meaning of idiom: "To let the cat out of the bag"

Options: a) To release a cat
b) To reveal a secret
c) To cause trouble
d) To be careless


Q9. Active to Passive: "The manager approved the proposal."

Options: a) The proposal was approved by the manager
b) The proposal is approved by the manager
c) The proposal has been approved by the manager
d) The proposal approved by the manager


Q10. Choose the word opposite in meaning to "VERBOSE"

Options: a) Wordy
b) Concise
c) Talkative
d) Garrulous

Solution:

  • Verbose means using more words than needed
  • Antonym: Concise (brief, to the point)

Section 4: Technical / CS Fundamentals (10 Questions)

Options: a) O(n)
b) O(log n)
c) O(n log n)
d) O(n²)

Solution:

  • Binary search divides the array in half each iteration
  • Number of operations = log₂(n)
  • Time Complexity: O(log n)

Q2. Which data structure uses LIFO principle?

Options: a) Queue
b) Stack
c) Array
d) Linked List

Solution:

  • Stack: Last In First Out
  • Queue: First In First Out
  • Stack uses LIFO

Q3. What is the output of: printf("%d", 5++); in C?

Options: a) 5
b) 6
c) Compilation Error
d) Runtime Error

Solution:

  • 5++ tries to increment a constant
  • Constants cannot be incremented
  • Compilation Error: lvalue required

Q4. Which SQL keyword is used to remove duplicates?

Options: a) DELETE
b) DISTINCT
c) UNIQUE
d) GROUP BY

Solution:

  • SELECT DISTINCT column FROM table removes duplicates
  • DISTINCT is used to eliminate duplicate rows

Q5. In OOP, which feature allows a subclass to provide a specific implementation of a method already defined in its superclass?

Options: a) Overloading
b) Overriding
c) Inheritance
d) Encapsulation

Solution:

  • Method Overriding: Subclass provides specific implementation
  • Method Overloading: Same method name, different parameters

Q6. Which sorting algorithm has the best average-case time complexity?

Options: a) Bubble Sort
b) Selection Sort
c) Quick Sort
d) Merge Sort

Solution:

  • Quick Sort: O(n log n) average
  • Merge Sort: O(n log n) always
  • Bubble/Selection: O(n²)
  • Quick Sort typically best in practice for average case

Q7. What does the final keyword mean in Java?

Options: a) The variable cannot be changed
b) The method cannot be overridden
c) The class cannot be inherited
d) All of the above

Solution:

  • final variable: constant value
  • final method: cannot be overridden
  • final class: cannot be extended
  • All of the above are correct

Q8. Which protocol is used for secure data transmission over the internet?

Options: a) HTTP
b) FTP
c) HTTPS
d) SMTP

Solution:

  • HTTPS = HTTP + SSL/TLS encryption
  • HTTPS provides secure data transmission

Q9. What is the primary key in a database?

Options: a) A key that can be null
b) A unique identifier for records
c) A foreign key reference
d) An index only

Solution:

  • Primary Key uniquely identifies each record
  • Cannot be NULL, must be unique
  • Unique identifier for records

Q10. Which data structure is best for implementing a priority queue?

Options: a) Array
b) Linked List
c) Heap
d) Stack

Solution:

  • Heap provides O(log n) insertion and extraction
  • Best data structure for priority queue implementation

Section 5: Coding Problems (5 Questions)

Q1. Write a program to check if a number is prime.

Solution (Python):

def is_prime(n):
    if n <= 1:
        return False
    if n <= 3:
        return True
    if n % 2 == 0 or n % 3 == 0:
        return False
    i = 5
    while i * i <= n:
        if n % i == 0 or n % (i + 2) == 0:
            return False
        i += 6
    return True

# Test
print(is_prime(17))  # True
print(is_prime(18))  # False

Time Complexity: O(√n)
Space Complexity: O(1)


Q2. Find the factorial of a number using recursion.

Solution (Python):

def factorial(n):
    # Base case
    if n == 0 or n == 1:
        return 1
    # Recursive case
    return n * factorial(n - 1)

# Test
print(factorial(5))  # 120
print(factorial(0))  # 1

Time Complexity: O(n)
Space Complexity: O(n) - recursion stack


Q3. Reverse a string without using built-in functions.

Solution (Python):

def reverse_string(s):
    result = ""
    for i in range(len(s) - 1, -1, -1):
        result += s[i]
    return result

# Test
print(reverse_string("Hello"))  # olleH

# Alternative using two-pointer approach
def reverse_string_optimized(s):
    chars = list(s)
    left, right = 0, len(chars) - 1
    while left < right:
        chars[left], chars[right] = chars[right], chars[left]
        left += 1
        right -= 1
    return ''.join(chars)

print(reverse_string_optimized("Python"))  # nohtyP

Time Complexity: O(n)
Space Complexity: O(n)


Q4. Find the nth Fibonacci number using dynamic programming.

Solution (Python):

def fibonacci(n):
    if n <= 0:
        return 0
    if n == 1:
        return 1
    
    # DP approach
    dp = [0] * (n + 1)
    dp[0] = 0
    dp[1] = 1
    
    for i in range(2, n + 1):
        dp[i] = dp[i - 1] + dp[i - 2]
    
    return dp[n]

# Space optimized
def fibonacci_optimized(n):
    if n <= 0:
        return 0
    if n == 1:
        return 1
    
    prev2, prev1 = 0, 1
    for i in range(2, n + 1):
        current = prev1 + prev2
        prev2 = prev1
        prev1 = current
    
    return prev1

# Test
print(fibonacci(10))          # 55
print(fibonacci_optimized(10))  # 55

Time Complexity: O(n)
Space Complexity: O(1) for optimized version


Q5. Implement binary search on a sorted array.

Solution (Python):

def binary_search(arr, target):
    left, right = 0, len(arr) - 1
    
    while left <= right:
        mid = left + (right - left) // 2
        
        if arr[mid] == target:
            return mid  # Found at index mid
        elif arr[mid] < target:
            left = mid + 1
        else:
            right = mid - 1
    
    return -1  # Not found

# Recursive version
def binary_search_recursive(arr, target, left, right):
    if left > right:
        return -1
    
    mid = left + (right - left) // 2
    
    if arr[mid] == target:
        return mid
    elif arr[mid] < target:
        return binary_search_recursive(arr, target, mid + 1, right)
    else:
        return binary_search_recursive(arr, target, left, mid - 1)

# Test
arr = [1, 3, 5, 7, 9, 11, 13, 15]
print(binary_search(arr, 7))           # 3
print(binary_search(arr, 10))          # -1
print(binary_search_recursive(arr, 11, 0, len(arr)-1))  # 5

Time Complexity: O(log n)
Space Complexity: O(1) iterative, O(log n) recursive


EY Interview Tips 2026

1. Know EY's Business Model

Understand EY's four service lines: Assurance, Tax, Consulting, and Strategy and Transactions. Research recent EY initiatives like their AI-powered audit tools and sustainability services.

2. Brush Up on Accounting Basics

Even for tech roles, understanding basic accounting principles (debit/credit, financial statements) gives you an edge. EY values professionals who understand the business context.

3. Prepare for Case Studies

Consulting and advisory roles often involve case interviews. Practice structured problem-solving using frameworks like MECE (Mutually Exclusive, Collectively Exhaustive).

4. Demonstrate Data Literacy

EY emphasizes data analytics across all roles. Be comfortable with Excel, basic SQL, and data visualization concepts. Mention any experience with Python, R, or Tableau.

5. Showcase Soft Skills

EY values communication, teamwork, and leadership. Use the STAR method (Situation, Task, Action, Result) for behavioral questions. Prepare examples of conflict resolution and collaboration.

6. Ask Insightful Questions

Ask about EY's technology transformation initiatives, mentorship programs, or cross-functional project opportunities. This shows genuine interest and strategic thinking.

7. Dress Professionally & Be Punctual

EY maintains a professional culture. Dress in formal business attire for interviews and join virtual interviews 5-10 minutes early.


Frequently Asked Questions

What is the EY placement paper pattern for 2026?

What is the difficulty level of EY aptitude test?

How to prepare for EY placement in 1 month?

  • Week 1: Brush up on quant basics (percentages, profit-loss, time-work, number systems)
  • Week 2: Practice logical reasoning (puzzles, seating arrangements, syllogisms) and verbal ability
  • Week 3: Revise CS fundamentals (DBMS, OOPs, OS, CN) and practice coding (arrays, strings, basic algorithms)
  • Week 4: Take full-length mocks and focus on weak areas Daily practice of 3-4 hours is recommended with emphasis on speed and accuracy.

What is the CTC offered by EY for freshers in 2026?

  • Technology Consultant: ₹6.5 - 8 LPA
  • Business Analyst: ₹5.5 - 7 LPA
  • Data Analyst: ₹6 - 7.5 LPA
  • Associate Software Engineer: ₹5 - 6.5 LPA Actual CTC varies by location (metros command higher packages) and individual performance during the selection process.

What technical skills does EY look for in freshers?

  • Programming: Python, SQL, Java (basics)
  • Data Analysis: Excel, basic statistics, data visualization
  • Cloud: Familiarity with AWS/Azure concepts
  • Soft Skills: Communication, problem-solving, client-facing attitude
  • Domain Knowledge: Basic understanding of finance/accounting (for consulting roles)


Good luck with your EY placement preparation! Practice consistently and believe in yourself.

Advertisement Placement

Share this article: