JP Morgan chase || Software engineer 2 || Rejected

jp morgan chase logo
jp morgan chase
Software Engineer 22.5 yearsRejected
September 7, 202436 reads

Summary

I recently interviewed for a Software Engineer 2 role at JPMC, which consisted of two rounds. Despite a friendly first round covering Java and Spring Boot, the second round, which delved into advanced Java and project-specific finance questions, did not go well, leading to a rejection.

Full Experience

I recently appeared for a Software Engineer 2 role at JPMorgan Chase. There were a total of two interview rounds for me.

First Round

This was a one-hour round with a Project Manager. She was very friendly, and the round went well. She asked basic Java, Spring Boot, and project-related questions.

Questions I remember:

  • What is finally block and when it is called?
  • Exception propagation in Java?
  • How HashMap works?
  • Difference between flatMap and map?
  • What is a functional interface?
  • Difference between @RestController and @Controller?
  • Advantages of Spring over Spring MVC?

Second Round

This was another one-hour round. The interviewer had 20 years of experience. It started with an introduction and a discussion about my projects. Since JPMC is in the finance domain and I also work in finance, he asked very key questions from my project. I even answered a few project questions with some doubt.

He then moved on to Java, Spring Boot, and database-related questions, ranging from basic to advanced topics. I was not satisfied with my performance, especially regarding the design pattern code he asked for.

Questions I remember:

  • Can a Java class be static?
  • Can a Java class be final?
  • Can a Java class be private?
  • Can we override static, private, or final methods?
  • Transaction propagation in Spring Boot?
  • Given Employee and department classes, without modifying these classes, how can we establish a relationship between these two so that a department can hold all of its employees and we can return all of its employees given a department object?
  • He asked an SQL query to return a list of all departments with zero employees.

The second round did not go well for me. I answered a few project questions with doubt and could not answer some of the advanced Java and Spring Boot questions.

I did not hear anything back, and I didn't even follow up because I felt I hadn't performed to my average. However, overall, these rounds were good for learning.

Interview Questions (14)

Q1
Java 'finally' Block
Other

Describe what a finally block is in Java and when it is called during program execution.

Q2
Java Exception Propagation
Other

Explain the concept of exception propagation in Java.

Q3
How HashMap Works
Data Structures & Algorithms

Explain the internal working mechanism of Java's HashMap.

Q4
'flatMap' vs 'map' in Java Streams
Other

Describe the difference between the flatMap and map operations in Java Streams API.

Q5
Java Functional Interface
Other

Define what a functional interface is in Java.

Q6
'@RestController' vs '@Controller' in Spring Boot
Other

Explain the differences between @RestController and @Controller annotations in Spring Boot.

Q7
Advantages of Spring over Spring MVC
Other

Discuss the advantages of the Spring Framework over specifically Spring MVC.

Q8
Static Java Class
Other

Is it possible for a Java class to be declared as static? If so, explain when and how.

Q9
Final Java Class
Other

Is it possible for a Java class to be declared as final? If so, explain its implications.

Q10
Private Java Class
Other

Is it possible for a Java class to be declared as private? If so, explain when and how.

Q11
Overriding Static, Private, or Final Methods
Other

Can static, private, or final methods in Java be overridden? Explain your answer for each case.

Q12
Spring Boot Transaction Propagation
Other

Explain the concept of transaction propagation in Spring Boot and list common propagation behaviors.

Q13
Establish Relationship Between Employee and Department Classes
Data Structures & Algorithms

Given existing Employee and Department classes, how would you establish a relationship between them without modifying their original definitions, such that a Department object can hold and return all of its associated Employee objects?

Q14
SQL Query: Departments with Zero Employees
Other

Write an SQL query to return a list of all departments that currently have zero employees associated with them.

Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!