Add office photos
Engaged Employer

BigStep Technologies

4.5
based on 141 Reviews
Filter interviews by

JPMorgan Chase & Co. Interview Questions and Answers

Updated 6 Jun 2024
Popular Designations

Q1. Maximum Sum Subarray Problem Statement

Given an array ARR consisting of N integers, determine the sum of the subarray with the maximum sum, including the possibility of an empty subarray.

A subarray is a contig...read more

Add your answer

Q2. Prime Numbers Identification

Given a positive integer N, your task is to identify all prime numbers less than or equal to N.

Explanation:

A prime number is a natural number greater than 1 that has no positive d...read more

Add your answer

Q3. What are Joins in SQL? Briefly explain difference between all types of joins

Ans.

Joins in SQL are used to combine data from two or more tables based on a related column.

  • Inner join returns only the matching rows from both tables

  • Left join returns all rows from the left table and matching rows from the right table

  • Right join returns all rows from the right table and matching rows from the left table

  • Full outer join returns all rows from both tables, with NULL values for non-matching rows

  • Cross join returns the Cartesian product of both tables

Add your answer
Q4. What are Joins in the context of databases?
Add your answer
Discover JPMorgan Chase & Co. interview dos and don'ts from real experiences

Q5. How will you deal with tight delivery time.

Ans.

I will prioritize tasks, communicate effectively with team members, and utilize time management techniques to meet deadlines.

  • Prioritize tasks based on importance and urgency

  • Break down tasks into smaller manageable chunks

  • Communicate effectively with team members to coordinate efforts

  • Utilize time management techniques such as Pomodoro technique or Agile methodologies

  • Identify and eliminate any potential roadblocks or bottlenecks

  • Adjust scope or resources if necessary to meet the ...read more

Add your answer

Q6. Find a sub array with a given sum

Ans.

Given an array of integers, find a contiguous subarray with a given sum.

  • Use a sliding window approach to iterate through the array and keep track of the current sum.

  • If the current sum exceeds the given sum, move the window's left endpoint forward.

  • If the current sum is less than the given sum, move the window's right endpoint forward.

  • If the current sum equals the given sum, return the subarray.

  • Time complexity: O(n), Space complexity: O(1).

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at JPMorgan Chase & Co.

based on 2 interviews
Interview experience
5.0
Excellent
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Software Engineer Interview Questions from Similar Companies

3.9
 • 50 Interview Questions
3.9
 • 26 Interview Questions
4.3
 • 21 Interview Questions
3.8
 • 14 Interview Questions
3.3
 • 12 Interview Questions
3.8
 • 10 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter