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. Senior Developer Interview Questions and Answers

Updated 22 Jul 2022

JPMorgan Chase & Co. Senior Developer Interview Experiences

1 interview found

Round 1 - Technical 

(1 Question)

  • Q1. Does @Transactional use AOP internally
  • Ans. 

    Yes, @Transactional uses AOP internally.

    • Transactional annotation is implemented using Spring AOP.

    • AOP intercepts the method calls and applies transactional behavior.

    • AOP proxies are created for the transactional methods.

    • AOP uses dynamic proxies or CGLIB proxies to create the proxies.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Explain what you worked on in your project. Questions will be on those lines.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with your basics. They will test your fundamentals in depth.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. .net related questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Functional knowledge
Round 3 - HR 

(1 Question)

  • Q1. Discussion of salary and position
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Medium level round with moderate tough questions

Round 2 - Technical 

(2 Questions)

  • Q1. Medium of stream of numbers
  • Ans. 

    The medium of a stream of numbers is the value that appears most frequently in the stream.

    • Calculate the frequency of each number in the stream

    • Keep track of the number with the highest frequency

    • Return the number with the highest frequency as the medium

  • Answered by AI
  • Q2. Core Java questions

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were three coding questions.

Round 2 - Technical 

(5 Questions)

  • Q1. Could you provide a thorough explanation of the project?
  • Q2. OOps Concepts and question from the technical subjects
  • Q3. Why Spring Boot
  • Q4. JWT Authentication
  • Q5. Docker and Kubernetes
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(8 Questions)

  • Q1. Scenario based questions
  • Q2. What is lazy loading?
  • Ans. 

    Lazy loading is a technique used in web development to defer loading non-essential resources until they are needed.

    • Lazy loading helps improve page load times by only loading necessary resources initially.

    • It is commonly used in Angular applications to load modules, components, or routes on demand.

    • Lazy loading can be implemented using Angular's loadChildren property in the routing configuration.

  • Answered by AI
  • Q3. What is switchMap?
  • Ans. 

    switchMap is an operator in RxJS that projects each source value to an Observable which is merged in the output Observable.

    • switchMap is used to switch to a new Observable whenever the source Observable emits a new value.

    • It cancels the previous Observable subscription when a new value is emitted.

    • Example: source$.pipe(switchMap(value => new Observable(value)))

  • Answered by AI
  • Q4. Observables and promises
  • Q5. Difference between ?? and ?:
  • Ans. 

    ?? is the nullish coalescing operator, while ? is the optional chaining operator in Angular.

    • ?? is used to provide a default value when a variable is null or undefined.

    • ? is used to safely access nested properties of an object without causing errors if a property is null or undefined.

  • Answered by AI
  • Q6. What is services, modules, decorators, directive?
  • Ans. 

    Services, modules, decorators, and directives are key concepts in Angular development.

    • Services: Reusable code that can be injected into components to provide specific functionality.

    • Modules: Containers for different parts of an Angular application, including components, services, and directives.

    • Decorators: Functions that modify classes or properties in Angular, used for adding metadata or behavior to components.

    • Directiv...

  • Answered by AI
  • Q7. What is multicasting ?
  • Ans. 

    Multicasting is the process of sending data from one source to multiple destinations simultaneously.

    • In multicasting, a single sender sends data to a group of receivers at the same time.

    • It is commonly used in streaming services where one server sends data to multiple clients.

    • Multicasting is more efficient than unicasting (one-to-one communication) when sending data to multiple recipients.

  • Answered by AI
  • Q8. What is RxJS ?
  • Ans. 

    RxJS is a library for reactive programming using Observables to handle asynchronous data streams.

    • RxJS stands for Reactive Extensions for JavaScript.

    • It allows you to work with asynchronous data streams and events.

    • Operators like map, filter, mergeMap, switchMap, etc., can be used to manipulate and combine streams.

    • Example: Using RxJS to handle HTTP requests in Angular applications.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. They grind u in javascript,typescript
  • Q2. Html css, angular
  • Q3. Deep preparation needed

Interview Preparation Tips

Interview preparation tips for other job seekers - Not an easy interview
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic questions about sql and PLSQL topics
  • Q2. Scenario based questions and write few sql queries
Round 2 - Technical 

(2 Questions)

  • Q1. Performance tuning related questions
  • Q2. Explain project details
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Project Architecture
Round 2 - Technical 

(1 Question)

  • Q1. Informatica tech questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

MCQ test consisting of 70 mcqs in 75 minutes from aptitude english and cs fundamentals. If cleared next paper 2 coding qs medium level

Round 2 - Technical 

(2 Questions)

  • Q1. Two sum leetcode problem
  • Q2. What problems you faced in your project
  • Ans. 

    I faced challenges with integrating third-party APIs and debugging complex logic.

    • Difficulty in understanding and implementing third-party APIs

    • Issues with data synchronization between different systems

    • Troubleshooting complex logic errors

    • Managing dependencies and version conflicts

    • Time constraints affecting problem-solving

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

DP graphs strings it was good

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse a linkded list
  • Ans. 

    Reverse a linked list by changing the direction of pointers

    • Start with three pointers: current, previous, and next

    • Iterate through the list, updating pointers to reverse the direction

    • Return the new head of the reversed list

  • Answered by AI
  • Q2. Print fibonacci series
  • Ans. 

    The Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.

    • Start with two variables initialized to 0 and 1

    • Loop through desired number of iterations, adding the previous two numbers to get the next number

    • Print or store each number in the series

  • Answered by AI

Skills evaluated in this interview

JPMorgan Chase & Co. Interview FAQs

How many rounds are there in JPMorgan Chase & Co. Senior Developer interview?
JPMorgan Chase & Co. interview process usually has 2 rounds. The most common rounds in the JPMorgan Chase & Co. interview process are Technical.
How to prepare for JPMorgan Chase & Co. Senior Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at JPMorgan Chase & Co.. The most common topics and skills that interviewers at JPMorgan Chase & Co. expect are Finance, Operations, HR, Technology and technology.

Tell us how to improve this page.

Interview Questions from Similar Companies

Citicorp Interview Questions
3.7
 • 563 Interviews
Wells Fargo Interview Questions
3.8
 • 562 Interviews
Bajaj Finserv Interview Questions
4.0
 • 519 Interviews
HSBC Group Interview Questions
4.0
 • 484 Interviews
Goldman Sachs Interview Questions
3.5
 • 376 Interviews
Deutsche Bank Interview Questions
3.9
 • 360 Interviews
American Express Interview Questions
4.2
 • 358 Interviews
BNY Interview Questions
3.9
 • 340 Interviews
UBS Interview Questions
3.9
 • 331 Interviews
Morgan Stanley Interview Questions
3.7
 • 291 Interviews
View all
JPMorgan Chase & Co. Senior Developer Salary
based on 33 salaries
₹16.1 L/yr - ₹40 L/yr
82% more than the average Senior Developer Salary in India
View more details

JPMorgan Chase & Co. Senior Developer Reviews and Ratings

based on 3 reviews

2.7/5

Rating in categories

3.6

Skill development

1.0

Work-life balance

4.4

Salary

4.6

Job security

1.7

Company culture

3.6

Promotions

1.0

Work satisfaction

Explore 3 Reviews and Ratings
Associate
10.2k salaries
unlock blur

₹10.3 L/yr - ₹36 L/yr

Team Lead
5.6k salaries
unlock blur

₹5.6 L/yr - ₹16 L/yr

Vice President
4k salaries
unlock blur

₹26.5 L/yr - ₹68.4 L/yr

Analyst
2.6k salaries
unlock blur

₹6.5 L/yr - ₹25 L/yr

Software Engineer
2.5k salaries
unlock blur

₹10.2 L/yr - ₹35 L/yr

Explore more salaries
Compare JPMorgan Chase & Co. with

Morgan Stanley

3.7
Compare

Goldman Sachs

3.5
Compare

TCS

3.7
Compare

Bank of America

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