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

Filter interviews by

JPMorgan Chase & Co. Software Engineer Intern Interview Questions and Answers

Updated 29 Aug 2024

JPMorgan Chase & Co. Software Engineer Intern Interview Experiences

7 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basic questions on string and dynamic programming

Round 2 - HR 

(2 Questions)

  • Q1. Tell about how you dealt with an non-cooperative teammate .
  • Ans. 

    I addressed the issue by initiating open communication, understanding their perspective, and finding common ground to work together effectively.

    • Initiated a one-on-one conversation to address the issue and understand their concerns

    • Listened actively to their perspective and tried to empathize with their point of view

    • Found common ground and established clear communication channels to work together effectively

    • Sought help f...

  • Answered by AI
  • Q2. Describe an leadership experience.
  • Ans. 

    Led a team of 10 students in organizing a charity event for a local shelter.

    • Organized team meetings to delegate tasks and set deadlines

    • Motivated team members to actively participate and contribute ideas

    • Coordinated with external vendors and sponsors to secure donations and resources

    • Managed logistics and ensured smooth execution of the event

    • Evaluated the success of the event and gathered feedback for improvement

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Company Website

Round 1 - Coding Test 

Online Assessment and consisted of a few coding questions (Easy-Medium Level)

Round 2 - Technical 

(1 Question)

  • Q1. There was a superday with a 45 minute technical and 45 minute behavioral interview

Interview Preparation Tips

Interview preparation tips for other job seekers - be personable

Software Engineer Intern Interview Questions Asked at Other Companies

Q1. Check if Two Trees are Mirror Given two arbitrary binary trees, y ... read more
Q2. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more
Q3. Zero Matrix Problem Statement You are given a matrix MATRIX of di ... read more
Q4. Similar Strings Problem Statement Determine whether two given str ... read more
Q5. Partition Array Minimizing Subset Sum Difference Given an array c ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
-

I applied via Campus Placement and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was 2 DSA questions

Round 2 - Hirevue 

(2 Questions)

  • Q1. One of your teammates is lacking understanding of few concepts. How do you explain those to them
  • Q2. Explain your teamwork and leadership skills
Round 3 - Code for Good 

(1 Question)

  • Q1. A real problem statement is given, when you are selected for Hackathon

Interview Preparation Tips

Topics to prepare for JPMorgan Chase & Co. Software Engineer Intern interview:
  • Behavioural Skills
Interview preparation tips for other job seekers - Practice DSA constantly for round 1
Practice behavioural questions for round 2
Practice developing applications with ML, NLP, full stack
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Basic dsa question on arrays and strings

Round 2 - Video Call 

(2 Questions)

  • Q1. What are your future goals?
  • Q2. Why do you want to work for JPMC?
  • Ans. 

    I want to work for JPMC because of its reputation for innovation, global impact, and opportunities for growth.

    • JPMC is known for its cutting-edge technology and innovative solutions.

    • The company has a global presence, providing opportunities to work on diverse projects and collaborate with teams from around the world.

    • JPMC offers a supportive and inclusive work environment, fostering professional growth and development.

    • I ...

  • Answered by AI
Round 3 - Hackathon 

(3 Questions)

  • Q1. Had to build a web app for an NGO.
  • Q2. Questions about OOPs, DBMS, OS and CN.
  • Q3. Questions about tech stack.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident!

JPMorgan Chase & Co. interview questions for designations

 Software Developer Intern

 (8)

 Software Development Engineer Intern

 (1)

 Software Engineer

 (32)

 Engineering Intern

 (1)

 Senior Software Engineer

 (22)

 Associate Software Engineer

 (9)

 Software Engineer III

 (4)

 Lead Software Engineer

 (2)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 LC medium questions

Round 2 - Technical 

(1 Question)

  • Q1. Projects discussion
Round 3 - Technical 

(1 Question)

  • Q1. Projects and past hackathons
Round 1 - Coding Test 

2 simple DSA questions on arrays and linked lists.

Round 2 - Technical 

(1 Question)

  • Q1. We had to participate in a hackathon. And solve problems of NGOs through our tech expertise.

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise DSA Fundamentals, also try learning different technologies.

I applied via Campus Placement and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Question count: 2
Platform: Hackerrank
Topics: Array and Bit Manipulation

Round 2 - HR 

(2 Questions)

  • Q1. Tell us about a time to go above and beyond what was originally expected from a project.
  • Q2. Describe a situation in which you learnt something significant from a mistake you made at work/in a school project.
Round 3 - Hackathon 

(3 Questions)

  • Q1. Why JPMorgan Chase & Co.?
  • Q2. Show me what projects you've done.
  • Q3. Questions about past internship experiences.

Interview Preparation Tips

Topics to prepare for JPMorgan Chase & Co. Software Engineer Intern interview:
  • Arrays
  • Bit Manipulation
  • Linked List
Interview preparation tips for other job seekers - The coding questions are not hard.
Show confidence when you speak. Give concise and good answers. When the interviewer asks whether you have any questions for them or not, ask something unique.
Show leadership and teamwork during the Code for Good hackathon. Interact with everyone. Do not let anyone feel left out. Be truthful about your contributions to the Team Mentors.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Tell me ..why you choose this career?

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't cheat at the time of online interview..Tell the answer if you are 100% shour about answer..
Be honest.Dont loose confidence.

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Check palindrome , anagram of string with O(n)
  • Ans. 

    To check palindrome and anagram of a string with O(n), use a hash table to store character frequencies.

    • Create a hash table to store the frequency of each character in the string.

    • For palindrome, check that no more than one character has an odd frequency.

    • For anagram, compare the hash tables of the two strings.

    • If the hash tables are equal, the strings are anagrams.

    • If the hash tables differ by only one character, the strin...

  • Answered by AI
  • Q2. Optimized solutions and core principles applied in OOPS
  • Ans. 

    Optimized solutions and core principles applied in OOPS

    • Encapsulation, Inheritance, Polymorphism, Abstraction are core principles of OOPS

    • Optimized solutions can be achieved through efficient algorithms and data structures

    • Design patterns like Singleton, Factory, Observer can also be used for optimized solutions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They are looking for best possible solutions. and they are not using that in project then also they ask

Skills evaluated in this interview

I appeared for an interview before May 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Hard

  • Q1. 

    Find the Duplicate Number Problem Statement

    Given an integer array 'ARR' of size 'N' containing numbers from 0 to (N - 2). Each number appears at least once, and there is one number that appears twice. Yo...

  • Ans. 

    Find the duplicate number in an integer array containing numbers from 0 to (N - 2).

    • Iterate through the array and keep track of the frequency of each number using a hashmap.

    • Return the number that appears twice in the array.

    • The duplicate number is always present in the given array.

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 50 Minutes
Round difficulty - Easy

  • Q1. 

    Bubble Sort Problem Statement

    Sort an unsorted array of non-negative integers using the Bubble Sort algorithm, which swaps adjacent elements if they are not in the correct order to sort the array in non-d...

  • Ans. 

    Bubble Sort is used to sort an array of non-negative integers in non-decreasing order by swapping adjacent elements if they are not in the correct order.

    • Iterate through the array and compare adjacent elements, swapping them if they are in the wrong order.

    • Repeat this process until the array is sorted in non-decreasing order.

    • Time complexity of Bubble Sort is O(n^2) in worst case.

    • Example: For input [6, 2, 8, 4, 10], the o

  • Answered by AI
Round 3 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. 

    Unweighted Graph Shortest Path Problem

    You are tasked with finding the shortest path between two houses in the city of Ninjaland, represented as an unweighted graph. The city has N houses numbered from 1 ...

  • Ans. 

    Find the shortest path between two houses in a city represented as an unweighted graph.

    • Use breadth-first search (BFS) algorithm to find the shortest path in an unweighted graph.

    • Start BFS from the source house and keep track of the shortest path to each house.

    • Once the destination house is reached, backtrack to find the shortest path.

    • Consider using a queue data structure to implement BFS efficiently.

  • Answered by AI
Round 4 - HR 

Round duration - 60 Minutes
Round difficulty - Easy

Interview Preparation Tips

Eligibility criteria7Morgan Stanley interview preparation:Topics to prepare for the interview - Java , spring, aws,azure, Algorithm, computer Architecture, compiler designTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : online resources
Tip 2 : cracking the coding interview by Gayle laykemann this is one of the best book for learning the concept at the initial level. Start practicing the approaches mention in the book once done apply the same to similar level pattern questions.
Tip 3 : geeks for geeks start from school level and then move towards easy medium and hard once done practice the previous year questions

Application resume tips for other job seekers

Tip 1 : precise clear concise and well written 
Tip 2 : mentions the skills sets along with the projects

Final outcome of the interviewSelected

Skills evaluated in this interview

JPMorgan Chase & Co. Interview FAQs

How many rounds are there in JPMorgan Chase & Co. Software Engineer Intern interview?
JPMorgan Chase & Co. interview process usually has 2-3 rounds. The most common rounds in the JPMorgan Chase & Co. interview process are Coding Test, Technical and HR.
What are the top questions asked in JPMorgan Chase & Co. Software Engineer Intern interview?

Some of the top questions asked at the JPMorgan Chase & Co. Software Engineer Intern interview -

  1. A real problem statement is given, when you are selected for Hackat...read more
  2. We had to participate in a hackathon. And solve problems of NGOs through our te...read more
  3. There was a superday with a 45 minute technical and 45 minute behavioral interv...read more

Tell us how to improve this page.

JPMorgan Chase & Co. Software Engineer Intern Interview Process

based on 5 interviews

2 Interview rounds

  • Coding Test Round
  • Technical Round
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 579 Interviews
Citicorp Interview Questions
3.7
 • 573 Interviews
Bajaj Finserv Interview Questions
4.0
 • 536 Interviews
HSBC Group Interview Questions
3.9
 • 487 Interviews
American Express Interview Questions
4.2
 • 365 Interviews
BNY Interview Questions
3.9
 • 349 Interviews
UBS Interview Questions
3.9
 • 338 Interviews
Morgan Stanley Interview Questions
3.6
 • 293 Interviews
Morningstar Interview Questions
3.9
 • 244 Interviews
View all

JPMorgan Chase & Co. Software Engineer Intern Reviews and Ratings

based on 7 reviews

4.8/5

Rating in categories

4.5

Skill development

4.3

Work-life balance

4.5

Salary

4.7

Job security

4.9

Company culture

4.2

Promotions

4.5

Work satisfaction

Explore 7 Reviews and Ratings
Associate
10.4k salaries
unlock blur

₹10 L/yr - ₹43.4 L/yr

Team Lead
5.6k salaries
unlock blur

₹5.7 L/yr - ₹16.7 L/yr

Vice President
4.1k salaries
unlock blur

₹20 L/yr - ₹70 L/yr

Analyst
2.6k salaries
unlock blur

₹6.5 L/yr - ₹26 L/yr

Software Engineer
2.6k salaries
unlock blur

₹11 L/yr - ₹35.3 L/yr

Explore more salaries
Compare JPMorgan Chase & Co. with

Morgan Stanley

3.6
Compare

Goldman Sachs

3.5
Compare

TCS

3.7
Compare

Bank of America

4.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview