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

Clear (1)

JPMorgan Chase & Co. Senior Associate Interview Questions, Process, and Tips

Updated 12 Feb 2025

Top JPMorgan Chase & Co. Senior Associate Interview Questions and Answers

  • Q1. Automatic script to launch an ecomm website and search a particular product and how to perform pagination and find out a particular product
  • Q2. What do you know about time decay in options and derivatives?
  • Q3. Bias variance tradeoff in different tree based algos
View all 10 questions

JPMorgan Chase & Co. Senior Associate Interview Experiences

27 interviews found

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

I applied via Referral and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions around core JAVA fundamentals -- stressed on multithreading. Odd-even number printing using 2 threads. producer-consumer problem using 2 threads. JAVA collection questions. ConcurrentHashMap inte...
Round 2 - Coding Test 

2 coding problems:
easy array related problem
medium matrix i.e. 2D array related problem to find out whether a word exists in the matrix or not. You can move only to 4 directions -- left, right, up, down -- from a cell.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in fundamentals of core JAVA -- Collections, Multithreading etc.
Be good in DS & Algo on easy to medium complexity problems from LeetCode, Strivers etc.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. What technologies are you familiar with
  • Ans. 

    I am familiar with a wide range of technologies including programming languages, databases, cloud services, and development tools.

    • Programming languages (e.g. Java, Python, C++)

    • Databases (e.g. MySQL, MongoDB, Oracle)

    • Cloud services (e.g. AWS, Azure, Google Cloud)

    • Development tools (e.g. Git, Jenkins, Docker)

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself

Senior Associate Interview Questions Asked at Other Companies

Q1. On an average, how many invoices can you process in a day?
Q2. What do you think is supply chain consulting all about? Should HU ... read more
asked in NTT Data
Q3. What is ost and pst in Outlook, what is distribution list and mai ... read more
asked in PwC
Q4. What is Materiality, How to decide Materiality , who decide what ... read more
Q5. What is the KPI in your organisation?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2022. There were 2 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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. What are you looking in new job role.

Interview Preparation Tips

Interview preparation tips for other job seekers - I was not selected as profile was not matching.. Do study jd detail before apply
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Aptitude Test 

Analytics case study

Round 3 - One-on-one 

(1 Question)

  • Q1. Why do you want to change roles

JPMorgan Chase & Co. interview questions for designations

 Associate/Senior Associate -(Technical)

 (2)

 Associate/Senior Associate -(Nontechnical)

 (1)

 Associate

 (65)

 Senior Claims Associate

 (1)

 Associate Engineer

 (5)

 Operations Associate

 (3)

 Associate Analyst

 (3)

 Associate Manager

 (2)

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Performance tuning
  • Q2. Data guard and GoldenGate

Interview Preparation Tips

Interview preparation tips for other job seekers - Performance tuning
Dataguard
Patching
Shell scripting

Get interview-ready with Top JPMorgan Chase & Co. Interview Questions

Senior Associate Interview Questions & Answers

user image Johan samuel

posted on 12 Feb 2025

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

I was interviewed before Feb 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself

Senior Associate Jobs at JPMorgan Chase & Co.

View all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Jun 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on Java, Spring Boot, AWS
Round 2 - Technical 

(1 Question)

  • Q1. Deep dive questions on my projects
Round 3 - One-on-one 

(1 Question)

  • Q1. Behavioural questions, project related questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Testing framework
  • Q2. Cypress vs Selenium
  • Ans. 

    Cypress is a modern testing tool with built-in features, while Selenium is a widely-used open-source tool with a larger community.

    • Cypress is known for its fast test execution and easy setup compared to Selenium.

    • Selenium supports multiple programming languages, while Cypress uses JavaScript.

    • Cypress has a built-in dashboard for easier test management, whereas Selenium requires additional tools for reporting.

    • Cypress has a...

  • Answered by AI
  • Q3. About projects that I mentioned
Round 2 - Technical 

(3 Questions)

  • Q1. Automatic script to launch an ecomm website and search a particular product and how to perform pagination and find out a particular product
  • Ans. 

    Use Selenium WebDriver to automate launching an ecomm website, searching for a product, performing pagination, and finding a particular product.

    • Use Selenium WebDriver to automate browser actions

    • Navigate to the ecomm website URL

    • Locate the search bar and enter the particular product name

    • Handle pagination by clicking on next page buttons or using page numbers

    • Identify the particular product by its unique identifier or attr

  • Answered by AI
  • Q2. Page object model explanation
  • Ans. 

    Page object model is a design pattern used in test automation to create an object repository for web UI elements.

    • Separates test scripts from web elements

    • Improves code reusability and maintainability

    • Enhances test readability and reduces duplication

    • Each web page is represented as a class

  • Answered by AI
  • Q3. Selenium architecture

Skills evaluated in this interview

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

I was interviewed before Mar 2023.

Round 1 - One-on-one 

(1 Question)

  • Q1. Time series methods and details
  • Ans. 

    Time series methods involve analyzing data points collected at regular intervals over time to identify patterns and trends.

    • Time series analysis involves studying the past behavior of a variable to forecast its future values.

    • Common methods include moving averages, exponential smoothing, and autoregressive integrated moving average (ARIMA) models.

    • Time series data can be used in various fields such as finance, economics,

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

(1 Question)

  • Q1. Bias variance tradeoff in different tree based algos
  • Ans. 

    Bias-variance tradeoff is a key concept in tree-based algorithms, balancing model complexity and generalization ability.

    • Bias-variance tradeoff refers to the tradeoff between bias (underfitting) and variance (overfitting) in machine learning models.

    • Decision trees have high variance and low bias, while ensemble methods like Random Forest have lower variance and higher bias.

    • Regularization techniques like pruning can help ...

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

(1 Question)

  • Q1. Time series methods and details
  • Ans. 

    Time series methods involve analyzing and forecasting data points collected at regular intervals over time.

    • Time series analysis involves studying patterns, trends, and seasonality in data over time.

    • Common methods include moving averages, exponential smoothing, and ARIMA models.

    • Forecasting techniques such as Holt-Winters method and machine learning algorithms can be used for prediction.

    • Time series data can be visualized...

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

(1 Question)

  • Q1. Bias variance tradeoff in different tree based algos
  • Ans. 

    Bias-variance tradeoff is a key concept in machine learning, especially in tree-based algorithms.

    • Bias-variance tradeoff refers to the balance between underfitting (high bias) and overfitting (high variance) in a model.

    • Decision trees tend to have high variance and low bias, while ensemble methods like Random Forest aim to reduce variance.

    • Regularization techniques like pruning can help reduce overfitting in tree-based al...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - HR 

(2 Questions)

  • Q1. Human resource round is easy
  • Q2. What hike are you expecting

Interview Preparation Tips

Interview preparation tips for other job seekers - Give your best, be smart when you talk and tackle questions that are situational based with precision
Contribute & help others!
anonymous
You can choose to be anonymous

JPMorgan Chase & Co. Interview FAQs

How many rounds are there in JPMorgan Chase & Co. Senior Associate interview?
JPMorgan Chase & Co. interview process usually has 2 rounds. The most common rounds in the JPMorgan Chase & Co. interview process are Technical, One-on-one Round and HR.
How to prepare for JPMorgan Chase & Co. Senior Associate 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 Data Analytics, SQL, Python, Analytics and Tableau.
What are the top questions asked in JPMorgan Chase & Co. Senior Associate interview?

Some of the top questions asked at the JPMorgan Chase & Co. Senior Associate interview -

  1. Automatic script to launch an ecomm website and search a particular product and...read more
  2. What do you know about time decay in options and derivativ...read more
  3. Bias variance tradeoff in different tree based al...read more
How long is the JPMorgan Chase & Co. Senior Associate interview process?

The duration of JPMorgan Chase & Co. Senior Associate interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

JOBS

Genpact

jodhpur

No Jobs

JOBS

Infosys

Lead

63 jobs

SALARIES

Infosys

Lead

unlock blur L/yr

(167 salaries)

REVIEWS

Infosys

Lead

4.3

(8 reviews)

JOBS

RELX Group

No Jobs

LIST OF COMPANIES

The Muthoot Group

Locations

LIST OF COMPANIES

Deutsche Bank

Locations

SALARIES

Tata Steel

No Salaries

JOBS

JPMorgan Chase & Co.

No Jobs

Tell us how to improve this page.

JPMorgan Chase & Co. Senior Associate Interview Process

based on 27 interviews

3 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round
View more
JPMorgan Chase & Co. Senior Associate Salary
based on 2.3k salaries
₹13 L/yr - ₹52 L/yr
240% more than the average Senior Associate Salary in India
View more details

JPMorgan Chase & Co. Senior Associate Reviews and Ratings

based on 181 reviews

4.2/5

Rating in categories

3.9

Skill development

3.9

Work-life balance

3.9

Salary

4.4

Job security

4.0

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 181 Reviews and Ratings
Associate
10.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
5.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Vice President
4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
2.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
2.5k salaries
unlock blur

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