JP Morgan interview experience Real time questions & tips from candidates to crack your interview

SDE - Intern

JP Morgan
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: Data Structures, Algorithms, Recursion, LinkedList, Strings, Stacks, Queues, Trees, Full Stack Web Development
Tip
Tip

Tip 1 : Practice basic DSA for the coding round and be clear with your basics
Tip 2 : Learn and do Development. It can be web dev, android, machine learning, etc. as it can help you in your projects as well as during your hackathon
Tip 3 : Along with your technical skills, also focus on your soft skills as it is equally important. There's no use of your knowledge if you can't explain it to another person.

Application process
Where: Campus
Eligibility: Above 7 CGPA
Resume Tip
Resume tip

Tip 1 : Keep it short. Try 1 page resume
Tip 2 : Share your achievements and projects but not your certifications

Interview rounds

01
Round
Easy
Online Coding Test
Duration60 minutes
Interview date24 Feb 2022
Coding problem2

It was an online coding round on Hackerrank. We have to keep our camera on and we have 60 minutes to solve 2 questions

1. Word Wrap

Moderate
20m average time
75% success
0/80
Asked in companies
MicrosoftGrowwHike

You are given ‘N’ words of various lengths, now you have to arrange these words in such a way that each line contains at most ‘M’ characters and each word is separated by a space character. The cost of each line is equal to the cube of extra space characters required to complete ‘M’ characters in that particular line. Total cost is equal to the sum of costs of each line.

Your task is to form this arrangement with the minimum cost possible and return the minimum total cost.

Note:
The length of each word should be less than or equal to ‘M’.

You can’t break a word, i.e. the entire word should come in the same line and it must not be the case that a part of it comes in the first line and another part on the next line.
Problem approach

I've already done these questions previously therefore I already know how to solve this question

Try solving now

2. Ravi and Coins

Moderate
30m average time
60% success
0/80
Asked in companies
JP MorganAmazon

Ravi is fond of collecting coins. He has ‘N’ boxes with him numbered from ‘0’ to ‘N-1’, initially, all the boxes are empty.

Now for the next ‘M’ days, Ravi adds one coin to each box from ‘[L, R]’, it is denoted by the 2d-array ‘ARR’. (The range ‘L’ to ‘R’ may or may not be the same for each of the ‘M’ days).

Now Deep was very good at maths and being a friend of Ravi he challenged him to answer ‘Q’ questions, denoted by the array ‘QUERIES’ after the ‘M’ days have passed.

Each question will have a number ‘X’ and Ravi has to find the number of boxes having at least ‘X’ coins in it. (i.e. number of boxes having more than or equal to ‘X’ coins).

Now Ravi has found the answers to the questions but is not sure if they are completely correct, So he has asked you to calculate the answers to these questions. Can you help him?.

EXAMPLE :
Input: ‘N’ = 3, ‘M' = 2, ‘Q’ = 1, ‘ARR’ = [[0, 1], [0, 2]], ‘QUERIES’ = [2]

Output: 2
In this case,
After Day 1 number of coins in the boxes will be: [1, 1, 0]
After Day 2 number of coins in the boxes will be: [2, 2, 1]
Hence the boxes having at least ‘2’ coins are Box 0 and Box 1.
Try solving now
02
Round
Easy
HR Round
Duration15 minutes
Interview date13 Apr 2022
Coding problem1

A video interview is conducted for everyone who passed the coding test. It is an automated interview where the candidates are asked two behavioral questions and they should record their responses. A total of 15 minutes is given to record your answers. You will be given two chances for each question

1. Basic HR Questions

Where do you see yourself in the next 5 years?

Have you ever worked in a team? Share your learnings.

Problem approach

Tip 1 : Prepare in advance for such behavioral questions

Tip 2 : Share your experience which can showcase that you are a team player

03
Round
Medium
Video Call
Duration2160 minutes
Interview date25 Jun 2022
Coding problem1

It was a Hackathon. Our mentors will judge us on the basis of your contribution, tech skills and our soft skills

1. Assignment

We are given a problem statement and we have to build a solution for that.

Problem approach

We brainstorm for possible solutions and start building our project

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

To make an AI less repetitive in a long paragraph, you should increase:

Choose another skill to practice
Similar interview experiences
company logo
SDE - Intern
4 rounds | 3 problems
Interviewed by JP Morgan
1774 views
0 comments
0 upvotes
company logo
SDE - Intern
3 rounds | 5 problems
Interviewed by JP Morgan
1278 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 5 problems
Interviewed by JP Morgan
0 views
0 comments
0 upvotes
company logo
SDE - Intern
3 rounds | 3 problems
Interviewed by JP Morgan
1016 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - Intern
3 rounds | 6 problems
Interviewed by Amazon
15447 views
4 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 7 problems
Interviewed by Microsoft
15307 views
1 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Amazon
10120 views
2 comments
0 upvotes