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

Filter interviews by

JPMorgan Chase & Co. Software Developer Intern Interview Questions, Process, and Tips

Updated 24 Jun 2024

Top JPMorgan Chase & Co. Software Developer Intern Interview Questions and Answers

  • Q1. Reverse Words in a String You are given a string of length N. You need to reverse the string word by word. There can be multiple spaces between two words and there can be ...read more
  • Q2. Rectangles In NxN Board You are given a positive integer N. Your task is to find the number of possible rectangles, excluding squares, in a N x N chessboard. Example: Let ...read more
  • Q3. Rearrange words in a sentence You are given a sentence 'TEXT'. Each word of 'TEXT' is separated by a single space and the first letter of 'TEXT' is capital. You need to r ...read more
View all 21 questions

9 JPMorgan Chase & Co. Software Developer Intern Interview Experiences

25 questions found

Sort by: Popular
Interview experience
Rating 2
Bad
Difficulty level
Moderate
Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Chandigarh Engineering College, Chandigarh and was interviewed in May 2024.

1 Interview Round

1

Coding Test Round

3 coding questions related to dp and graph

Software Developer Intern Interview Questions

user image CodingNinjas

posted on 16 Sep 2021

I was interviewed in Apr 2021.

2 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 60 Minutes
Round difficulty - Easy

An online coding round was help which consisted of 2 coding questions. 
 

  • Q1. Sudoku Solver You have been given a 9x9 2d integer matrix 'MAT' representing a Sudoku puzzle. The empty cells of the Sudoku are filled with zeros, and t...read more View Answers (2)
  • Q2. Reverse Words in a String You are given a string of length N. You need to reverse the string word by word. There can be multiple spaces between two words and th...read more View Answers (2)
2

Video Call Round (1 Question)

Round duration - 30 Minutes
Round difficulty - Hard

This round was majorly about the projects I had done and coding questions. The interviewer had gone through my resume and told me to explain my projects in brief. After that, he asked some questions about my projects and how I would handle them in different situation. Then he asked 2 coding questions.

  • Q1. Rectangles In NxN Board You are given a positive integer N. Your task is to find the number of possible rectangles, excluding squares, in a N x N chessboard. Ex...read more View Answers (1)

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Punjab Engineering College(Deemed To be University). Eligibility criteria7.5 CGPAJPMorgan Chase & Co. interview preparation:Topics to prepare for the interview - Operating System, Mathematics, Computer Networks,Computer Organization and Architecture,Theory of Computation,Compiler Design,Digital Logic, C++, Python., DS, AlgorithmsTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Clear your basics about subjects related to computers and be positive.
Tip 2 : Do atleast 3 projects and be well prepared for questions around those projects during interview.
Tip 3 : Practice atleast 5 questions daily starting from the basic ones.

Application resume tips for other job seekers

Tip 1 : Have atleast 2 projects on your resume
Tip 2 : Be careful of what you put on your resume you can be questioned about everything in your interview.

Final outcome of the interviewSelected

Get interview-ready with top interview questions

Software Developer Intern Interview Questions

user image CodingNinjas

posted on 16 Sep 2021

I was interviewed in Nov 2020.

2 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 45 Minutes
Round difficulty - Hard

It was an online test on hackerrank. They asked us to turn on video and audio of laptop. It consisted of two programming questions. After Round 1 around 54 were shortlisted for the technical interview process.

  • Q1. Sort An Array of 0s, 1s and 2s You have been given an array/list ARR consisting of ‘N’ elements. Each element in the array is either 0, 1 or 2. Now, your task i...read more View Answers (3)
  • Q2. Shortest Path in a Binary Matrix You have been given a binary matrix of size 'N' * 'M' where each element is either 0 or 1. You are also given a...read more View Answers (2)
2

Video Call Round (2 Questions)

Round duration - 60 Minutes
Round difficulty - Easy

It was a technical interview. It was on a Zoom call, and we have to write code on hackerrank. Then he asked the languages I code, I told him C++. Then he asked me two coding questions:

1. Given an array, print all the pairs which have a sum equal to the given number.
2. Given string print, a word with a maximum number of occurrences, and I have to think of all the worst cases. Then he asked me to solve the same question using another approach.
There was a discussion on time and space complexity in both the question.

Then he asked me why do you want to join JPMC and then asked me if I have any questions from him.

  • Q1. Pair Sum You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to return the list of all pairs of elements s...read more View Answers (3)
  • Q2. Most Frequent Word You are given a paragraph that may have letters both in lowercase and uppercase, spaces, and punctuation. You have also given a list of banne...read more View Answers (3)

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in HyderabadEligibility criteriaNo criteriaJPMorgan Chase & Co. interview preparation:Topics to prepare for the interview - Data Structure, DBMS, OS, Dynamic Programming, OOPs, AlgorithmsTime required to prepare for the interview - 12 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 350 Questions.
Tip 2 : keep your DS & algo part very strong.
Tip 3 : work on your communication skills.

Application resume tips for other job seekers

Tip 1 : Keep it short and concise.
Tip 2 : have some good projects on resume.

Final outcome of the interviewSelected

JPMorgan Chase & Co. interview questions for designations

Software Engineer Intern

 (7)

Software Developer

 (22)

Associate Software Developer

 (2)

Senior Software Developer

 (1)

Full Stack Software Developer

 (1)

Engineering Intern

 (1)

Software Development Engineer Intern

 (1)

Intern

 (3)

Software Developer Intern Interview Questions

user image CodingNinjas

posted on 16 Sep 2021

I was interviewed before Sep 2020.

4 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 65 minutes
Round difficulty - Medium

It was around 6 pm and was held on Hackerrank. Having switched on WebCam during the entire duration was mandatory. We were required to solve 2 questions under 65 mins. Solving one problem completely, along with some of the test cases of another, was enough for getting shortlisted.

  • Q1. Rearrange words in a sentence You are given a sentence 'TEXT'. Each word of 'TEXT' is separated by a single space and the first letter of 'T...read more View Answers (2)
  • Q2. Sudoku? You have been given a 9 X 9 2D matrix 'MATRIX' with some cells filled with digits(1 - 9), and some empty cells (denoted by 0). You need to find...read more View Answers (3)
2

Video Call Round (2 Questions)

Round duration - 35 minutes
Round difficulty - Medium

The interview started with my brief introduction, and the interviewer then proceeded to ask some questions. I was asked to write a code for these two questions:
1. Find the distances between two given nodes of a binary tree.
2. Find the next greater number with the same set of digits.
After I was able to solve both questions, he proceeded to ask some questions about my projects. He seemed interested in the ML project and asked some basic questions regarding the same. We had a brief discussion on how Machine learning can be used in the Chemical Engineering field. He asked me why I was aspiring to become a software engineer despite having a Chemical engineering background. The round ended with me asking him about the types of projects interns are provided to work on at JPMC

  • Q1. Distance between two nodes of a Tree Given a binary tree and the value of two nodes, find the distance between the given two nodes of the Binary Tree. Distance ...read more View Answers (3)
  • Q2. Next Greater Number You are given a string S which represents a number. You have to find the smallest number strictly greater than the given number which contai...read more View Answers (2)
3

Video Call Round (2 Questions)

Round duration - 20 minutes
Round difficulty - Easy

This round was comparatively short. It also started with my brief introduction. The interviewer then asked me about my area of interest, which was Data Structure and Algorithms. He asked me how to find the Nth node from the end in a linked list using a single traversal and LRU Cache implementation. He also seemed interested in the ML Project and asked to explain it in brief. He then gave me a situation wherein I had to make a model for a self-driving car. I gave him a basic idea of how the model will be trained, and he was satisfied. The round ended with him asking generic questions like 'Why JPMC?' , 'Why I chose to code despite belonging to the non-CSE background.'

  • Q1. Delete Kth node From End You have been given a singly Linked List of 'N' nodes with integer data and an integer 'K'. Your task is to remove the ...read more View Answers (4)
  • Q2. LRU Cache Implementation. Design and implement a data structure for Least Recently Used (LRU) cache to support the following operations: 1. get(key) - Return th...read more View Answers (3)
4

HR Round (1 Question)

Round duration - 10 minutes
Round difficulty - Easy

It was late at night (around 12:30 am) but was crisp and short. HR was really friendly. I was called for the HR round on the same day as the other two rounds. HR asked me why I chose JPMC and why I aspire to become a software engineer. He then asked me about my skill set and how I will enhance it if I got selected. He then asked if I had any questions for him, where I asked him how the virtual working environment has been different from the office experience at JPMC, and if there were any significant challenges.

  • Q1. General Questions

    Why I chose JPMC and why I aspire to become a software engineer?
    How I will enhance my skill set if I was selected?

    View Answers (1)

Interview Preparation Tips

Professional and academic backgroundI completed Chemical Engineering from Indian Institute of Technology (BHU) Varanasi. Eligibility criteriaNo criteriaJPMorgan Chase & Co. interview preparation:Topics to prepare for the interview - Data Structures, Linked List, Stack, Queue, Binary Tree, Binary Search Tree, Graph (Basic), Heaps, Hashing, OOPS, Operating System, Searching and Sorting Algorithm, Greedy Algorithm, Backtracking, Dynamic Programing, Some other AlgorithmsTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Prepare all standard DSA questions from GFG very well. Be thorough with everything mentioned in your resume since the interviewer can ask anything. Avoid writing things you do not know. 
Tip 2 :Have 2-3 good projects and in-depth knowledge about the same. Be prepared to explain your project in detail and answer any follow-up questions.
Tip 3 : Prepare the question you would ask your interviewer beforehand. This is an excellent chance to make a good impression. Do not lose your calm and be confident. The interviewers are very friendly and help you if you get stuck somewhere.

Application resume tips for other job seekers

Tip 1 : Mention at least two projects on your resume. Having both projects from different domains is a plus point. For example, I had one project on machine learning and another one was a web development project.
Tip 2 : Only mention the things you are confident about. Do not lie on resume and prepare each and every point on resume thoroughly.

Final outcome of the interviewSelected

Software Developer Intern Interview Questions

user image CodingNinjas

posted on 26 Nov 2021

I was interviewed before Nov 2020.

1 Interview Round

1

Coding Test Round (2 Questions)

Round duration - 90 Minutes
Round difficulty - Easy

the test started at 4 in the evening. the test was conducted in the college only and all the questions were very basic .

  • Q1. Fastest Horse There are ‘N’ horses running in ‘N’ different lanes numbered from 1 to ‘N’. You are given an array “FINISHTIME” containing ‘N’ integers where “FIN...read more View Answers (2)
  • Q2. Intersection of Linked List You are given two Singly Linked List of integers, which are merging at some node of a third linked list. Your task is to find the da...read more View Answers (3)

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Maulana Azad National Institute of Technology, Bhopal. I applied for the job as SDE - Intern in MumbaiEligibility criteria7 aboveJPMC interview preparation:Topics to prepare for the interview - Dynamic Programming, OOPS, Data Structures, Graphs, Trees, DBMS, basics of developmentTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : practice at least the most common and frequent question of each topic from the data structure and algorithm design
Tip 2 : Have at least one project made by you which uses databases
Tip 3 : give practice test to develop speed and accuracy on different platforms

Application resume tips for other job seekers

Tip 1 : Resume should be technical skills oriented or if you have a lot of projects should focus on that.
Tip 2 : It should be clean and do not add things that are not relevant to the job you are applying for.
Tip 3 : Resume should be concise and highlight the important points.

Final outcome of the interviewSelected

Software Developer Intern Interview Questions

user image CodingNinjas

posted on 7 Dec 2021

I was interviewed before Dec 2020.

2 Interview Rounds

1

Video Call Round (1 Question)

Round duration - 30 minutes
Round difficulty - Medium

  • Q1. Populating Next Right Pointers In Each Node You have been given a complete binary tree of ‘N’ nodes. The nodes are numbered 1 to ‘N’. You need to find the ‘next...read more View Answers (2)
2

HR Round (1 Question)

Round duration - 10 Minutes
Round difficulty - Easy

  • Q1. Basic HR Questions

    Are you willing to relocate?

    What are your expectations?

    View Answers (1)

Interview Preparation Tips

Eligibility criteria90% above in 12th standardJPMorgan Chase & Co. interview preparation:Topics to prepare for the interview - Array, LinkedList, Stack and queue, Dynamic Programming, oopsTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : have a good resume highlighting your extra curricular
Tip 2 : explain in detail as if they know nothing about you
Tip 3 : be honest

Application resume tips for other job seekers

Tip 1 : Have a good format (use novaresume)
Tip 2 : be real in it

Final outcome of the interviewRejected

Software Developer Intern Interview Questions

user image CodingNinjas

posted on 11 Mar 2022

I was interviewed before Mar 2021.

3 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

This was an online coding round where we had 2 questions of Medium to Hard level of difficulty to solve under 90 minutes. I was able to solve the 2nd question fully and the 1st one partially. 10 students were shortlisted for further rounds and I was one of them.

  • Q1. Longest Palindromic Substring You are given a string (STR) of length N. Your task is to find the longest palindromic substring. If there is more than one palind...read more View Answers (4)
  • Q2. Count Subarrays with Given XOR Given an array of integers ‘ARR’ and an integer ‘X’, you are supposed to find the number of subarrays of 'ARR' which have...read more View Answers (3)
2

Face to Face Round (3 Questions)

Round duration - 70 Minutes
Round difficulty - Medium

This was a preety intense round where I had to solve 3 algorithmic questions under 70 minutes. I first explained my approach for each of these questions and also discussed why they were optimal in the first place with their respective time and space compleixities. The interviewer was quite impressed at the end of the round.

  • Q1. Kth Largest Number You will be given a stream of numbers, and you need to find the kth largest number in the stream at any given time. As the stream of numbers ...read more View Answers (3)
  • Q2. Merge Two Sorted Linked Lists You are given two sorted linked lists. You have to merge them to produce a combined sorted linked list. You need to return the hea...read more View Answers (3)
  • Q3. Stack using queue Implement a Stack Data Structure specifically to store integer data using two Queues. There should be two data members, both being Queues to s...read more View Answers (4)
3

HR Round (2 Questions)

Round duration - 30 Minutes
Round difficulty - Easy

This was a typical HR round with some standard Behavioral questions.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAJPMorgan Chase & Co. interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 5 MonthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Software Developer Intern | Summer Intern interview

user image Shreyansh Jain

posted on 8 Dec 2021

Software Developer Intern | Software Development Engineer interview

user image Saral Education by Viomesh Singh

posted on 18 Nov 2021

Interview questions from similar companies

Interview experience
Rating 4
Good
Difficulty level
Hard
Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jun 2023.

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

Coding Test Round

3 questions of medium to hard coding questions.

3

Technical Round (1 Question)

  • Q1. Technical interview including SQL, one programming language, and dbms based questions. the interview went well and was of 90mins. Add Answer

JPMorgan Chase & Co. Interview FAQs

How many rounds are there in JPMorgan Chase & Co. Software Developer Intern interview?
JPMorgan Chase & Co. interview process usually has 1 rounds. The most common rounds in the JPMorgan Chase & Co. interview process are Coding Test.

Tell us how to improve this page.

People are getting interviews through

based on 1 JPMorgan Chase & Co. interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
JPMorgan Chase & Co. Software Developer Intern Salary
based on 7 salaries

Average annual salary

11.5 Lakhs
₹5 L/yr - ₹14 L/yr
75% more than the average Software Developer Intern Salary in India
View more details

JPMorgan Chase & Co. Software Developer Intern Reviews and Ratings

based on 3 reviews

4.2

Rating in categories

 4.2

Skill development

 4.2

Work-Life balance

 4.2

Salary & Benefits

 4.2

Job Security

 4.2

Company culture

 4.2

Promotions/Appraisal

 4.2

Work Satisfaction

Explore 3 Reviews and Ratings
Associate
11k salaries
24.5 Lakhs

₹10 L/yr - ₹35.6 L/yr

Team Lead
5.6k salaries
10.4 Lakhs

₹5.5 L/yr - ₹18.5 L/yr

Vice President
3.8k salaries
47.8 Lakhs

₹20 L/yr - ₹68 L/yr

Software Engineer
3k salaries
23.5 Lakhs

₹9.7 L/yr - ₹34 L/yr

Analyst
2.9k salaries
14.4 Lakhs

₹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.8
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