Add office photos
Engaged Employer

JPMorgan Chase & Co.

4.1
based on 5.7k Reviews
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by

10+ Interview Questions and Answers

Updated 15 Dec 2024
Popular Designations

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 attributes

Add your answer

Q2. What do you know about time decay in options and derivatives?

Add your answer

Q3. 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 reduce variance in decision trees.

  • Increasing the depth of ...read more

Add your answer

Q4. 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)

Add your answer
Discover null interview dos and don'ts from real experiences

Q5. 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, and weather forecasting.

Add your answer

Q6. How hashmap works

Ans.

HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.

  • HashMap uses hashing to map keys to their corresponding values, allowing for fast retrieval.

  • It stores key-value pairs in buckets based on the hash code of the key.

  • If two keys have the same hash code, they are stored in the same bucket and a linked list is used to handle collisions.

  • Example: HashMap map = new HashMap<>(); map.put("apple", 5); int value = map.get("ap...read more

Add your answer

Q7. 12 factors of Micro services

Ans.

Microservices are small, independent services that work together to form a larger application.

  • Decentralized architecture

  • Loosely coupled services

  • Independent deployment

  • Resilience

  • Scalability

  • Flexibility

  • Composability

  • Autonomy

  • Continuous delivery

  • Domain-driven design

  • API-based communication

  • Containerization

Add your answer

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

Add your answer

Q9. 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 automatic waiting for elements to appear, while Selenium re...read more

Add your answer

Q10. Loop in linked list

Ans.

A loop in a linked list occurs when a node points to a previously visited node.

  • To detect a loop, use two pointers - slow and fast. Move slow by one node and fast by two nodes. If they meet, there is a loop.

  • To remove a loop, use the same two pointers approach to find the loop node. Then, move one pointer to the head and both pointers by one node until they meet at the loop start. Set the next of the last node to NULL.

  • A linked list can be converted to a circular linked list by ...read more

Add your answer

More about working at JPMorgan Chase & Co.

Top Rated Mega Company - 2024
Top Rated Company for Women - 2024
Top Rated Financial Services Company - 2024
HQ - New York, New York, United States (USA)
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at null

based on 16 interviews in the last 1 year
3 Interview rounds
Technical Round
One-on-one Round 1
One-on-one Round 2
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Senior Associate Interview Questions from Similar Companies

3.9
 • 27 Interview Questions
3.5
 • 24 Interview Questions
3.7
 • 18 Interview Questions
3.6
 • 17 Interview Questions
3.6
 • 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
Get AmbitionBox app

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