Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Ernst & Young Team. If you also belong to the team, you can get access from here

Ernst & Young Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 10.2k Reviews

Filter interviews by

Ernst & Young ml engineer Interview Questions and Answers

Updated 29 Nov 2024

Ernst & Young ml engineer Interview Experiences

1 interview found

ml engineer Interview Questions & Answers

user image Anonymous

posted on 29 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I was interviewed before Nov 2023.

Round 1 - Assignment 

Assignment on data analysis

Round 2 - Technical 

(2 Questions)

  • Q1. Flask/Fast API questions
  • Q2. Questions on Gradient Boost

ml engineer Jobs at Ernst & Young

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Ml ops based questions, deployment based questions, questions on dockers, evaluation metrics
Round 2 - Technical 

(1 Question)

  • Q1. Model deployment based questions, model monitoring based questions, code syntax questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How does Django apply migrations to the database?
  • Ans. 

    Django applies migrations to the database using the 'manage.py migrate' command.

    • Django tracks changes to models and generates migration files accordingly.

    • The 'manage.py makemigrations' command creates migration files based on model changes.

    • The 'manage.py migrate' command applies the generated migration files to the database.

    • Migrations help keep the database schema in sync with the changes in Django models.

  • Answered by AI
  • Q2. What is hoisting in javascript?
  • Ans. 

    Hoisting in JavaScript is the behavior where variable and function declarations are moved to the top of their containing scope during the compilation phase.

    • Variable declarations are hoisted to the top of their scope, but not their assignments.

    • Function declarations are fully hoisted, meaning they can be called before they are declared.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI
Round 2 - Assignment 

Create a full stack application in 3 days.

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between inheritance and polymorphism
  • Ans. 

    Inheritance is a way to create a new class using properties and methods of an existing class, while polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Inheritance promotes code reusability and reduce...

  • Answered by AI
  • Q2. Write a code to check anagram or not
  • Ans. 

    Code to check if two strings are anagrams

    • Create a function that takes in two strings as input

    • Convert both strings to lowercase and remove any spaces

    • Sort both strings and compare if they are equal to determine if they are anagrams

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They asked very basic java questions like difference between inheritance and polyformism.
Asked basic java concepts

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Few basics of java
Dsa question

Round 2 - Technical 

(2 Questions)

  • Q1. Java multithreading questions
  • Q2. Spring boot questions.

Junior Engineer Interview Questions & Answers

WSP user image Prithwindra Sarkar

posted on 30 Oct 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and detail-oriented Junior Engineer with a passion for problem-solving and continuous learning.

    • Graduated with a degree in Engineering from XYZ University

    • Completed internships at ABC Company, gaining hands-on experience in project management

    • Proficient in CAD software and technical drawing

  • Answered by AI
  • Q2. Diagram of water treatment
  • Ans. 

    Water treatment involves a series of processes to remove impurities and make water safe for consumption.

    • Water treatment typically involves processes such as coagulation, sedimentation, filtration, and disinfection.

    • Coagulation involves adding chemicals to water to make particles clump together for easier removal.

    • Sedimentation allows the larger particles to settle at the bottom of a tank.

    • Filtration involves passing water...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Personal details
  • Q2. Why you want to join
  • Ans. 

    I want to join because I am passionate about engineering and eager to learn and grow in a dynamic environment.

    • Passionate about engineering

    • Eager to learn and grow

    • Excited about working in a dynamic environment

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Code test on Codility

Round 2 - Technical 

(2 Questions)

  • Q1. How NodeJs handles concurrency
  • Ans. 

    NodeJs handles concurrency using event-driven, non-blocking I/O model.

    • NodeJs uses event loop to handle multiple requests concurrently.

    • It utilizes asynchronous functions to avoid blocking the main thread.

    • NodeJs supports callbacks, promises, and async/await for managing asynchronous operations.

  • Answered by AI
  • Q2. Event Loop, Single Threaded
Round 3 - Behavioral 

(1 Question)

  • Q1. Your day to day activities, Roles and Responsibilities
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. .net questions, web api
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Lifecycle hooks of Angular
  • Ans. 

    Angular lifecycle hooks are methods that allow you to tap into specific points in a component's lifecycle.

    • ngOnChanges: called when an input property changes

    • ngOnInit: called once the component is initialized

    • ngDoCheck: called during every change detection run

    • ngAfterContentInit: called after content (ng-content) has been projected into the component

    • ngAfterContentChecked: called after every check of the projected content

    • ng...

  • Answered by AI
  • Q2. SOLID principles
Round 2 - Technical 

(1 Question)

  • Q1. Questions on SQL
Round 3 - HR 

(1 Question)

  • Q1. Introduction and basic questions

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Mix of coding, aptitude, java, javascript

Round 3 - Technical 

(2 Questions)

  • Q1. Resume based questions on project
  • Q2. Basic SQL, Java streams questions
Round 4 - Technical 

(5 Questions)

  • Q1. Project related questions
  • Q2. Internal working of hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where the pair will be stored.

    • If multiple keys hash to the same index, a collision occurs and the pairs are stored in a linked list at that index.

    • To...

  • Answered by AI
  • Q3. Design patterns I've used
  • Ans. 

    I have used design patterns such as Singleton, Factory, and Observer in my projects.

    • Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Factory pattern creates objects without specifying the exact class of object that will be created.

    • Observer pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and

  • Answered by AI
  • Q4. Print whole Fibonacci series using recursion.
  • Ans. 

    Print Fibonacci series using recursion

    • Define a recursive function to calculate Fibonacci numbers

    • Base case: return 0 if n is 0, return 1 if n is 1

    • Recursive case: return sum of previous two Fibonacci numbers

    • Print each Fibonacci number in the series

  • Answered by AI
  • Q5. Show my Github projects, and the interviewer didn't even properly looked into the code.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare:
Core java concepts,
Well written resume with proper understanding of every project.
SQL,
Basic coding questions
Design patterns, solid etc.

Skills evaluated in this interview

Ernst & Young Interview FAQs

How many rounds are there in Ernst & Young ml engineer interview?
Ernst & Young interview process usually has 2 rounds. The most common rounds in the Ernst & Young interview process are Assignment and Technical.
What are the top questions asked in Ernst & Young ml engineer interview?

Some of the top questions asked at the Ernst & Young ml engineer interview -

  1. Flask/Fast API questi...read more
  2. Questions on Gradient Bo...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Deloitte Interview Questions
3.8
 • 2.8k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
KPMG India Interview Questions
3.5
 • 787 Interviews
ZS Interview Questions
3.4
 • 472 Interviews
BCG Interview Questions
3.8
 • 193 Interviews
View all
Ernst & Young ml engineer Salary
based on 5 salaries
₹3.2 L/yr - ₹12 L/yr
19% less than the average ml engineer Salary in India
View more details
Senior Consultant
15.4k salaries
unlock blur

₹9.2 L/yr - ₹29.6 L/yr

Consultant
11.7k salaries
unlock blur

₹5.9 L/yr - ₹20 L/yr

Manager
7.4k salaries
unlock blur

₹16.5 L/yr - ₹51.2 L/yr

Assistant Manager
6.3k salaries
unlock blur

₹9.2 L/yr - ₹30 L/yr

Associate Consultant
3.8k salaries
unlock blur

₹3.5 L/yr - ₹12 L/yr

Explore more salaries
Compare Ernst & Young with

Deloitte

3.8
Compare

PwC

3.4
Compare

EY Global Delivery Services ( EY GDS)

3.6
Compare

Accenture

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview