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.5k Reviews

Filter interviews by

JPMorgan Chase & Co. SDE-2 Interview Questions, Process, and Tips

Updated 16 Aug 2024

Top JPMorgan Chase & Co. SDE-2 Interview Questions and Answers

  • Q1. Increasing Path In Matrix You are given a 2-D matrix ‘mat’, consisting of ’N’ rows and ‘M’ columns. The element at the i-th row and j-th column is ‘mat[i][j]’. From mat[i ...read more
  • Q2. Arithmetic Progression Queries Given an integer array(ARR) of size N, the following operations need to be performed: update(l, r, val) : Add (val + i) to arr[l + i] where ...read more
  • Q3. Pattern Matching You are given a pattern in the form of a string and a collection of words. Your task is to determine if the pattern string and the collection of words ha ...read more
View all 10 questions

2 JPMorgan Chase & Co. SDE-2 Interview Experiences

10 questions found

Sort by: Popular

SDE-2 Interview Questions

user image Anonymous

posted on 16 Aug 2024

Interview experience
Rating 5
Very good
Difficulty level
Moderate
Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2024.

3 Interview Rounds

1

Coding Test Round

DSA, Leetcode medium -2 problems

2

One-on-one Round (2 Questions)

3

One-on-one Round (1 Question)

SDE-2 Interview Questions

user image CodingNinjas

posted on 14 Sep 2021

I was interviewed in Mar 2021.

4 Interview Rounds

1

Video Call Round (3 Questions)

Round duration - 80 minutes
Round difficulty - Medium

  • Q1. Increasing Path In Matrix You are given a 2-D matrix ‘mat’, consisting of ’N’ rows and ‘M’ columns. The element at the i-th row and j-th column is ‘mat[i][j]’. ...read more View Answers (3)
  • Q2. Design Data Structure Design Data structure like Queue in which you have to get the middle element in  O(1),  then update that value and do some modif...read more Add Answer
  • Q3. Basic Interview Questions

    Probability Questions, Some OOPS Question with the Advance concept in java, and Some SQL queries

    Add Answer
2

Video Call Round (2 Questions)

Round duration - 50 minutes
Round difficulty - Hard

It was purely Data Structures and Maths.

  • Q1. Arithmetic Progression Queries Given an integer array(ARR) of size N, the following operations need to be performed: update(l, r, val) : Add (val + i) to arr[l ...read more View Answers (3)
  • Q2. Probability Questions What is the probability of getting a sum of 22 or more when four dice are thrown? Fifteen people sit around a circular table. What are odd...read more Add Answer
3

Video Call Round (1 Question)

Round duration - 70 Minutes
Round difficulty - Easy

  • Q1. Technical Questions Discussion over- Checked my Github profile and asked lots of questions on projects. Microservices, Acid Compliance properties, Messaging Que...read more Add Answer
4

Coding Test Round (1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

  • Q1. Pattern Matching You are given a pattern in the form of a string and a collection of words. Your task is to determine if the pattern string and the collection o...read more View Answers (2)

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Maharaja Surajmal Institute Of Technology. I applied for the job as SDE - 2 in MumbaiEligibility criteriaNoJPMorgan Chase & Co. interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, OOPS, Probability, System Design, Project (thoroughly).Time required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : I solved Interviewbit mostly
Tip 2 : Revised my Coding Ninjas Course 
Tip 3 : Created One Project (Helped me a lot during Design Interview )

Application resume tips for other job seekers

Tip 1 : I have done some internship as a Software Developer.
Tip 2 : Have some good project on my resume.

Final outcome of the interviewSelected

Get interview-ready with top interview questions

Interview questions from similar companies

SDE-2 Interview Questions

American Express user image CodingNinjas

posted on 21 May 2022

I was interviewed in Jan 2022.

3 Interview Rounds

1

Video Call Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

It was a L1 technical round where questions from DS algo were asked, along with my work exp and projects. It was a face to face video round with 2 panel members

  • Q1. Find Number Of Islands You are given a 2-dimensional array/list having N rows and M columns, which is filled with ones(1) and zeroes(0). 1 signifies land, and 0...read more View Answers (3)
  • Q2. System Design Question

    How to prevent breaking of singleton pattern using reflections?

    View Answers (1)
2

Video Call Round (1 Question)

Round duration - 30 minutes
Round difficulty - Medium

It was a System design round and the interviewer was very friendly, he gave ample hints and it was a productive interaction.

3

HR Round (1 Question)

Round duration - 45 minutes
Round difficulty - Easy

It was a standard manager where I was asked many questions related to my work exp and behavioural questions

  • Q1. Basic HR Questions

    Tell me a difficult situation in your previous job role.
    Why are you changing jobs?

    View Answers (1)

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from IIIT,BBSR. I applied for the job as SDE - 2 in GurgaonEligibility criteriaNoAmerican Express interview preparation:Topics to prepare for the interview - Data Structures, OOPS, System Design, Java, DatabaseTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Focus on Core Java and development 
Tip 2 : Practise easy -medium questions

Application resume tips for other job seekers

Tip 1 : Projects should be well defined use bullet points
Tip 2 : Describe your work ex/ intern exp well

Final outcome of the interviewSelected

SDE-2 Interview Questions

Morgan Stanley user image CodingNinjas

posted on 31 May 2022

I was interviewed in May 2022.

3 Interview Rounds

1

Face to Face Round (1 Question)

Round duration - 60 minutes
Round difficulty - Medium

Round started with an intro about the project. In my project i have mentioned that i had use Cassandra. The interviewer asked why use Cassandra , why not other No Sql database.
After that the interviewer started asking about the java concepts. How exception propagate takes in case of polymorphism.
There a question about multilevel inheritance. There were three classes parent, child , grandchild in a multlevel inheritance.
All three classes have a function with same name.
Question was about if we call a method something like this 
Parent p = new Grandchild();
p.method1();
which class method would be called

  • Q1. First Missing Positive You are given an array 'ARR' of integers of length N. Your task is to find the first missing positive integer in linear time and ...read more View Answers (4)
2

Video Call Round (1 Question)

Round duration - 60 minutes
Round difficulty - Medium

Interviewer started with some questions about Database locks .
I had to prepare a low level design of the library management system.
Then there were follow up questions regarding how many database table you will use, normalizing those databse table, writing the service logic for one of the functionality

  • Q1. System Design Question

    Library management System

    Add Answer
3

HR Round (1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

It was managerial round. They asked few questions about the project and why you use this particular technology.

  • Q1. Basic HR questions

    Questions about project and why the use of this particular technology

    View Answers (1)

Interview Preparation Tips

Eligibility criteriaNo criteriaMorgan Stanley interview preparation:Topics to prepare for the interview - Data Structures,Java 8 new features,Low Level Design,Database indexes and locksKnowledge of ProjectTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Be very clear with java basics, polymorphism in multilevel inheritance. Future, callable, completable furture in concurrency, stream api.Concurrent hash map, Database locks , how Database indexes are fast.
Tip 2 : In 2 round they are going to make you do a low level design for an application. In my case it was library management system, Be ready for the follow up questions like how many tables are you going to use this low level design, normalizing the tables you have used. Write logic for one of the service in the low level design.
Tip 3 : For the managerial round, you should know why you used this partcular tech stack.

Application resume tips for other job seekers

Tip 1 : Only mention those things in projects which you have really done in your organization. Morgan stanley is particular rigorous about the projects. 
Tip 2 : Be sure to highlight what business values your project brought to the organization

Final outcome of the interviewSelected

I applied via campus placement at SRM university (SRMU) and was interviewed in Apr 2022.

2 Interview Rounds

1

Assignment Round

Online api round . We had to send an api request to server

2

Coding Test Round

One coding questions in the language of ur given preference . It was a basic dsa question

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was easy just clear ur basics, good communication skills and tech knowledge is required. Some good projects are cherry on top

Sde1 Interview Questions

Wells Fargo user image Anonymous

posted on 2 Sep 2022

I applied via campus placement at Birla Institute of Technology (BIT), Ranchi and was interviewed before Sep 2021.

3 Interview Rounds

1

Coding Test Round

2 coding question, 1 section of business aptitude and 1 section english.

2

Technical Round (2 Questions)

3

Telephonic Call Round (1 Question)

  • Q1. Hr questions were asked. And location preference. Add Answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Tell truth. Know your resume well.

Interview Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Was very good I learners a lot from the interview and the interviewer very very friendly a I am looking forward to work at SoC Gen if I get the offer.

Sde1 Interview Questions

American Express user image Anonymous

posted on 17 Sep 2024

Interview experience
Rating 5
Very good
Difficulty level
-
Duration
-
Result
-

2 Interview Rounds

1

Coding Test Round

2 medium dsa que - one is of binary search, one is from graph

2

Technical Round (2 Questions)

Interview experience
Rating 5
Very good
Difficulty level
-
Duration
-
Result
-

3 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. Prepare interview questions from geekforgeeks & leetcode. Add Answer
3

Technical Round (1 Question)

  • Q1. Api automation related questions with writing the framework. Add Answer

I applied via Campus Placement and was interviewed in Aug 2021.

1 Interview Round

Interview Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well all the projects mentioned in resume

JPMorgan Chase & Co. Interview FAQs

How many rounds are there in JPMorgan Chase & Co. SDE-2 interview?
JPMorgan Chase & Co. interview process usually has 3 rounds. The most common rounds in the JPMorgan Chase & Co. interview process are One-on-one Round and Coding Test.
What are the top questions asked in JPMorgan Chase & Co. SDE-2 interview?

Some of the top questions asked at the JPMorgan Chase & Co. SDE-2 interview -

  1. Easy Leetcode Problem: Count of substrings with no repeating charact...read more
  2. Debugging a Java C...read more
  3. Design Parking Sys...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Citicorp Interview Questions
3.7
 253 Interviews
Barclays Interview Questions
4.0
 238 Interviews
View all
JPMorgan Chase & Co. SDE-2 Salary
based on 4 salaries

Average annual salary

23.9 Lakhs
₹16 L/yr - ₹32 L/yr
36% less than the average SDE-2 Salary in India
View more details
Associate
11k salaries
23.6 Lakhs

₹10 L/yr - ₹35.5 L/yr

Team Lead
5.6k salaries
10.4 Lakhs

₹5.5 L/yr - ₹16 L/yr

Vice President
3.9k salaries
47.6 Lakhs

₹20 L/yr - ₹66.1 L/yr

Analyst
2.9k salaries
14.6 Lakhs

₹6 L/yr - ₹25 L/yr

Senior Associate
2.5k salaries
30.1 Lakhs

₹15 L/yr - ₹49 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.4
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 Interview Advice