Upload Button Icon Add office photos
Engaged Employer

i

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

JPMorgan Chase & Co. Verified Tick

Compare button icon Compare button icon Compare
4.1

based on 5.7k Reviews

Filter interviews by

JPMorgan Chase & Co. Machine Learning Engineer Interview Questions, Process, and Tips

Updated 7 Feb 2022

1 JPMorgan Chase & Co. Machine Learning Engineer Interview Experience

8 questions found

Sort by: Popular

Machine Learning Engineer Interview Questions

user image CodingNinjas

posted on 7 Feb 2022

I was interviewed in Aug 2021.

5 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 60 Minutes
Round difficulty - Hard

Timings: Early morning 7am (60 mins )
Subsection 1 (30 mins): MCQ round having 30 questions of 11th and 12th Math (complex numbers, trigonometry, calculas), Probability (Expectancy, bayes theorem, other probability question), Coding (Input/Output Question, Time complexity, Stack Push and Pop, Prefix, Postfix).
Subsection 2 (30 mins): 2 Coding Question 1 easy level (Find max in array), other was medium level (Find all the elements in tree which are at same level, where level is depth of smallest path from root to leaf)

Questions were different for each candidate

  • Q1. Given an array find the maximum element in array. You are given an array of N elements. This array represents the digits of a number. In an operation, you can s...read more
  • Q2. Finding Paths Kevin has written some integers on a paper. He then selects some integers and draws a line between them. Fortunately, his diagram represents a bin...read more
2

Video Call Round (2 Questions)

Round duration - 30 minutes
Round difficulty - Medium

Interviewer greeted me and told this round is only on Probability.(This was scheduled same day at 3pm)
He asked Following Probability questions:
Q1: What is Random variable?
Q2: What is Sample space?
Q3: What is Conditional Probability? followed by a Numerical on it.
Q4: What is a Normal Distribution?
Q5: What is Bayes theorem? followed by a numerical on it.
Q6: probability of car accident in one hour is 1/4. What is the probability of accident in half hour?
Q7: Two die are thrown, what is the probability of getting multiple of 3. 
Q8: There is 10 Black socks in drawer, 10 white socks. What is the minimum number of socks we need to pick out such that we get a pair?

  • Q1. Aptitude Question

    probability of car accident in one hour is 1/4. What is the probability of accident in half hour?

  • Q2. Aptitude Question

    There is 10 Black socks in drawer, 10 white socks. What is the minimum number of socks we need to pick out such that we get a pair?

3

Video Call Round (1 Question)

Round duration - 30 minutes
Round difficulty - Medium

Interviewer greeted me and told this round is only on Basic DSA.(This was scheduled same day at 3:30pm)
He asked Following questions:
Q1: Introduction and Explain your resume?
Q2: What if we have one class (which has array functionality) and other class (stack) which we will inherit from array class what could possibly go wrong here?
Q3: What is Static data member in Classes?
Q4: What is Static member function in Classes? Can static member functions call normal data member of classes?
Q5: you are given a 2D grid, each index has some value associated with it. From Bottom right cornor you need to find a path till Top left cornor where you can get maximum sum of values from index occuring on the path, You can go in Up direction, Left direction or diagonal up-left direction? 

I was asked for approach (No coding was done on compiler)

  • Q1. Print All Possible Paths From Top Left Corner To Bottom Right Corner Of A 2-D Matrix You are given an ‘M*N’ Matrix, You need to print all possible paths from it...read more
4

Video Call Round (2 Questions)

Round duration - 15 minutes
Round difficulty - Easy

This round happened around 5pm in evening, i got the call from the interviewer to join Zoom call immediately. In this round (it was kind of rapid fire round on DSA,)
Following questions were asked:
Q1: Introduce yourself and explain your resume.
Q2: What is your favorite data structure and why? I said it is Deque, as it is can be helpful in many questions
Q3: Explain what are segment trees. Also give a question were we can use them.
Q4: What are tries, and give one application of tries.
Q5: Given one array you need to give approach to find out all the permutation of the elements in it. (I gave recursive approach)
Q6: Given the same array and value k, you need to tell if sum of subset can be equal to k. (This question is modification of 0/1 Knapsack. I explained the recursive approach)

Interviewer told me to wait for last HR round (I was on cloud 9 after listening to this as it was elimination round)

  • Q1. Find Permutation You are given an integer ‘N’. You need to find an array of size 2*N that satisfies the following two conditions. 1. All numbers from 1 to N sho...read more
  • Q2. Subset Sum Equal To K You are given an array/list ‘ARR’ of ‘N’ positive integers and an integer ‘K’. Your task is to check if there exists a subset in ‘ARR’ wit...read more
5

Video Call Round (1 Question)

Round duration - 20 Minutes
Round difficulty - Easy

This round happened around 6:30pm in evening, i got the call from the interviewer to join Zoom call immediately. It was HR+(Probability mix round).
He asked me following questions:
Q1: Introduce and explain your resume.
As i was unable to solve 2 probability question in Round 2. The interviewer immediately asked me 2 probability questions back to back.
Q2: What is bayes theorem and a numerical on it.
Q3: If there is a frog which can go one step forward with probability 3/4. and one step backward with 1/4. What is expectancy to reach 7 steps forward.

I was unable to solve the last probability ques. Was on right track almost in end of interview.
2/18 students were selected for intern JPMC(Quant Research @ 1.5Lakhs stipend)

  • Q1. Aptitude Question If there is a frog which can go one step forward with probability 3/4. and one step backward with 1/4. What is expectancy to reach 7 steps for...read more

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from TIET - Thapar Institute of Engineering And Technology. I applied for the job as Machine learning engineer in MumbaiEligibility criteriaAbove 7 CGPA, No criteria, Need two development projects on ResumeJP Morgan interview preparation:Topics to prepare for the interview - Probability and Statistics, Dynamic programming, Greedy Algorithm, Arrays, Strings, Trees, HeapTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Do Solve Probability questions on Expectancy, Conditional Probability, Bayes theorem and basic 12th level.
Tip 2 : Prepare your Introduction and Be very concise as interviews are of maximum 30 mins each
Tip 3 : Be very communicative and keep trying each question given till end. Never give up!

Application resume tips for other job seekers

Tip 1 : Do include Projects with Live link in resume
Tip 2 : Do Choose simple Format of Word, Don't include to much designing

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview questions from similar companies

2 Interview Rounds

1

Resume Shortlist Round

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
2

Technical Round (1 Question)

  • Q1. Machine learning projects Machine Learning Basics Coding on shared doc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for Coding round and Machine learning both.

2 Interview Rounds

1

Resume Shortlist Round

Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
2

Technical Round (1 Question)

  • Q1. Machine learning projects Machine Learning Basics Coding on shared doc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for Coding round and Machine learning both.

Tell us how to improve this page.

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.9
 • 531 Interviews
HSBC Group Interview Questions
4.0
 • 514 Interviews
Bajaj Finserv Interview Questions
4.0
 • 478 Interviews
Goldman Sachs Interview Questions
3.6
 • 396 Interviews
Deutsche Bank Interview Questions
3.9
 • 346 Interviews
American Express Interview Questions
4.2
 • 346 Interviews
BNY Interview Questions
4.0
 • 321 Interviews
Morgan Stanley Interview Questions
3.7
 • 293 Interviews
Citicorp Interview Questions
3.7
 • 267 Interviews
Barclays Interview Questions
3.9
 • 260 Interviews
View all
JPMorgan Chase & Co. Machine Learning Engineer Salary
based on 13 salaries
₹13 L/yr - ₹30 L/yr
126% more than the average Machine Learning Engineer Salary in India
View more details

JPMorgan Chase & Co. Machine Learning Engineer Reviews and Ratings

based on 3 reviews

4.7/5

Rating in categories

4.7

Skill development

4.7

Work-Life balance

4.4

Salary & Benefits

4.7

Job Security

4.6

Company culture

4.2

Promotions/Appraisal

4.6

Work Satisfaction

Explore 3 Reviews and Ratings
Associate
10.7k salaries
unlock blur

₹10.1 L/yr - ₹35 L/yr

Team Lead
5.6k salaries
unlock blur

₹5.5 L/yr - ₹16.5 L/yr

Vice President
3.9k salaries
unlock blur

₹20 L/yr - ₹68 L/yr

Software Engineer
2.9k salaries
unlock blur

₹10 L/yr - ₹43 L/yr

Analyst
2.8k salaries
unlock blur

₹6 L/yr - ₹25 L/yr

Explore more salaries
Compare JPMorgan Chase & Co. with

Morgan Stanley

3.7
Compare

Goldman Sachs

3.6
Compare

TCS

3.7
Compare

Bank of America

4.3
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