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.0

based on 5.8k Reviews

Filter interviews by

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

Updated 10 Aug 2024

JPMorgan Chase & Co. Lead Software Engineer Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Internal working of HashMap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • HashMap allows null keys and values, but only one ...

  • Answered by AI
  • Q2. Difference between ArrayList and LinkedList
  • Ans. 

    ArrayList is implemented as a resizable array, LinkedList is implemented as a doubly linked list.

    • ArrayList provides fast random access, LinkedList provides fast insertion and deletion.

    • ArrayList uses more memory as it needs to allocate a fixed-size array, LinkedList uses more memory for storing references to next and previous elements.

    • Example: ArrayList is suitable for scenarios where random access is frequent, LinkedLi...

  • Answered by AI

Skills evaluated in this interview

Lead Software Engineer Interview Questions & Answers

user image Abhishek Shukla

posted on 12 Mar 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

Android Machine coding - 1 hr - Write login and test cases

Interview Preparation Tips

Topics to prepare for JPMorgan Chase & Co. Lead Software Engineer interview:
  • ViewModel

Lead Software Engineer Interview Questions Asked at Other Companies

asked in Freshworks
Q1. Square root (decimal)You have been given two integers 'N' and 'D' ... read more
asked in Freshworks
Q2. Longest Unique SubstringGiven a string input of length n, find th ... read more
asked in Freshworks
Q3. Vertical Order TraversalThe Ultimate Ninja Ankush is a straightfo ... read more
asked in Freshworks
Q4. Zig-Zag ConversionYou are given a string ‘S’ and an integer ‘ROW’ ... read more
asked in Epsilon
Q5. If we have 2 tables with the same schema, one table has indexes a ... read more

Lead Software Engineer Jobs at JPMorgan Chase & Co.

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java, lambda expressions, micro services
Round 2 - Technical 

(1 Question)

  • Q1. Microservices architecture, saga pattern
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial, how do you improve your skills etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on job description and your skills
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Python and SQL related questions
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiations and behaviour questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
No response

I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. ASP .net core questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How is Memory Management done in Java?
  • Ans. 

    Memory management in Java is handled automatically by the JVM through garbage collection.

    • Java uses automatic memory management through garbage collection to allocate and deallocate memory.

    • Garbage collection in Java helps in reclaiming memory occupied by objects that are no longer in use.

    • Java provides the 'finalize()' method to perform cleanup operations before an object is garbage collected.

  • Answered by AI
  • Q2. How does Angular works?
  • Ans. 

    Angular is a front-end web application framework that allows developers to build dynamic single-page applications.

    • Angular works by extending HTML with directives and data binding to create dynamic content.

    • It uses components to encapsulate different parts of the UI and services to provide functionality across components.

    • Angular uses dependency injection to manage dependencies and facilitate testing.

    • It follows a modular ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. - Simple java based questions
  • Q2. Project details
Round 2 - Assignment 

Designing a Problem - Health Monitoring System

Round 3 - Technical 

(2 Questions)

  • Q1. Interview with Engineering Manager alongwith the Lead
  • Q2. Questions on Design problem, Technical questions on a high level, General questions on company
Round 4 - HR 

(1 Question)

  • Q1. - Documents, CTC, Offer

Interview Preparation Tips

Interview preparation tips for other job seekers - Its a good company having easy interview process, domain is more important than having so many technologies written on resume
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
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
Round 2 - Coding Test 

A Codeing env called as karat interview. Post which you will have 2 technical interviews and barraiser interview.

Round 3 - Technical 

(1 Question)

  • Q1. 2 technicals with codeshare env. 3 to 4 problems in 2 rounds
Round 4 - One-on-one 

(1 Question)

  • Q1. Bar raiser interview
Round 5 - HR 

(1 Question)

  • Q1. General discussion on perks n package

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on coding. Ask questions, keep engaged in all rounds. Bar-raiser is also a key round., Patience is key.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Explain framework developed or worked on
  • Ans. 

    Developed a custom testing framework for automated regression testing of web applications

    • Designed framework architecture to support modular and reusable test scripts

    • Implemented custom reporting functionality to track test results and identify failures

    • Integrated with CI/CD pipeline for continuous testing and deployment

    • Used technologies like Selenium WebDriver, TestNG, and Java for automation

  • Answered by AI
  • Q2. Selenium concepts like timeouts, exceptions
  • Q3. Java concepts like inheritance, string operations
  • Q4. TestNG annotations
  • Q5. QA concepts like defect management, test plan

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Feb 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Tell about Angular Features
  • Ans. 

    Angular is a popular JavaScript framework for building web applications.

    • Angular provides a powerful template system for building UI components.

    • It supports two-way data binding, making it easy to keep the UI in sync with the data model.

    • Angular has a built-in dependency injection system for managing application components.

    • It includes a powerful router for managing application navigation.

    • Angular also provides a comprehens...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Soft Skill Interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Core concepts of Java , Angular with Rest and database knowledge.

Skills evaluated in this interview

JPMorgan Chase & Co. Interview FAQs

How many rounds are there in JPMorgan Chase & Co. Lead Software Engineer interview?
JPMorgan Chase & Co. interview process usually has 1 rounds. The most common rounds in the JPMorgan Chase & Co. interview process are Coding Test and Technical.
How to prepare for JPMorgan Chase & Co. Lead Software Engineer 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 Agile Coaching, Troubleshooting, Application Development, System Design and Automation Testing.
What are the top questions asked in JPMorgan Chase & Co. Lead Software Engineer interview?

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

  1. Difference between ArrayList and LinkedL...read more
  2. Internal working of Hash...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.9
 • 552 Interviews
Bajaj Finserv Interview Questions
4.0
 • 496 Interviews
HSBC Group Interview Questions
4.0
 • 488 Interviews
Goldman Sachs Interview Questions
3.6
 • 405 Interviews
Deutsche Bank Interview Questions
3.9
 • 357 Interviews
American Express Interview Questions
4.2
 • 356 Interviews
UBS Interview Questions
4.0
 • 333 Interviews
BNY Interview Questions
4.0
 • 330 Interviews
Morgan Stanley Interview Questions
3.7
 • 301 Interviews
Citicorp Interview Questions
3.7
 • 278 Interviews
View all
JPMorgan Chase & Co. Lead Software Engineer Salary
based on 99 salaries
₹21 L/yr - ₹56.5 L/yr
72% more than the average Lead Software Engineer Salary in India
View more details

JPMorgan Chase & Co. Lead Software Engineer Reviews and Ratings

based on 8 reviews

2.7/5

Rating in categories

3.5

Skill development

3.4

Work-life balance

3.4

Salary

3.9

Job security

2.5

Company culture

2.3

Promotions

2.9

Work satisfaction

Explore 8 Reviews and Ratings
Lead Software Engineer

Bangalore / Bengaluru

9-14 Yrs

₹ 35-32 LPA

Lead Software Engineer - SRE

Hyderabad / Secunderabad

9-14 Yrs

₹ 21-41 LPA

Lead Software Engineer

Bangalore / Bengaluru

9-14 Yrs

₹ 35-32 LPA

Explore more jobs
Associate
10.1k salaries
unlock blur

₹10 L/yr - ₹42 L/yr

Team Lead
5.4k salaries
unlock blur

₹5.6 L/yr - ₹16.5 L/yr

Vice President
3.9k salaries
unlock blur

₹20 L/yr - ₹68.2 L/yr

Analyst
2.5k salaries
unlock blur

₹6.3 L/yr - ₹25 L/yr

Software Engineer
2.4k salaries
unlock blur

₹11 L/yr - ₹35 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.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview