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. Technology Analyst Interview Questions and Answers

Updated 4 Aug 2022

JPMorgan Chase & Co. Technology Analyst Interview Experiences

4 interviews found

I applied via Approached by Company and was interviewed in Feb 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Why do you want to join JPMC

Interview Preparation Tips

Interview preparation tips for other job seekers - Be sincere and need good communication skills.

I applied via Campus Placement and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Coding Test 

(1 Question)

  • Q1. During the hackathon, I was asked about what I felt about the team dynamics and what strategies I would take to ensure everyone arrives at consensus to work together.
Round 2 - One-on-one 

(2 Questions)

  • Q1. I was asked to explain a college project and was asked follow on questions on the same
  • Q2. Questions on linked lists, algorithm to identify 2nd, 3rd connections on a site like LinkedIn. I was asked some other data structure questions that I don't recollect as this interview took place years ago

Interview Preparation Tips

Interview preparation tips for other job seekers - While participating in hackathons, ensure you're not just deploying your coding skills but also teamworking and soft skills.

Technology Analyst Interview Questions Asked at Other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N ... read more
Q2. Minimum Number Of Vertices To Reach All NodesGiven a directed acy ... read more
Q3. Flatten A Linked ListYou are given a linked list containing N nod ... read more
asked in Infosys
Q4. An atomic spark job runs for 15 mins everyday ,one day it is runn ... read more
Q5. Box StackingYou are given a set of ‘n’ types of rectangular 3-D b ... read more

I was interviewed in Aug 2017.

Interview Questionnaire 

4 Questions

  • Q1. Tell something about yourself
  • Q2. What projects have you done till now
  • Q3. What are your future plans (further studies)
  • Q4. Why JP Morgan

Interview Preparation Tips

Round: Test
Experience: There were 10multiple choice questions and 2 coding questions
Tips: Out of the 2 coding questions,one can be solved . So better to first understand both the questions and then try to solve atleast one question with most of the test cases correct
Duration: 1 hour 30 minutes
Total Questions: 12

Round: Technical + HR Interview
Experience: Everything about project,front-end and back-end,to draw the data flow diagram and every minute detail about project
Tips: Be clear ,honest, and confident

College Name: Nit Bhopal

I was interviewed in Sep 2016.

Interview Questionnaire 

9 Questions

  • Q1. Tell me about yourself.
  • Q2. Asked about final year project. What technologies are being used for implementing project. Different algorithms used. How did you compare different algorithms?
  • Q3. Draw and explain about different phases of SDLC(Software Development Life Cycle)
  • Ans. 

    SDLC consists of several phases including planning, analysis, design, implementation, testing, deployment, and maintenance.

    • Planning: Defining project goals, scope, and requirements.

    • Analysis: Gathering and analyzing user requirements.

    • Design: Creating a detailed blueprint of the software solution.

    • Implementation: Writing code and developing the software.

    • Testing: Conducting various tests to ensure software quality.

    • Deployme...

  • Answered by AI
  • Q4. Write logic to find the square root of a number and it should output whether the number is a perfect square or not (You shouldn't use any built-in functions like sqrt() etc..
  • Q5. Why do you choose our company
  • Q6. Asked about personal information (family), hobbies.
  • Q7. Asked if there are any issues with the package offered.
  • Q8. Asked personal details
  • Q9. If you are offered job what will you learn before joining the company

Interview Preparation Tips

Round: Test
Experience: 20 questions each from all the above sections. Total 80 questions. Programming questions are mostly output based but they are lengthy.
Tips: Not too difficult. Just manage the time
Duration: 1 hour 20 minutes
Total Questions: 80

Round: Technical Interview
Tips: Most of the questions are resume based. So know each and everything what is present in resume.

Round: HR Interview
Tips: If you are selected in technical interview most chances that you get placed. HR interview is just for formality.

Skills: Database, Programming Skills In Any Language Like C, LOGICAL THINKING ABILITIES
College Name: University of Hyderabad (UOH)

Skills evaluated in this interview

JPMorgan Chase & Co. interview questions for designations

 Vice President Technology

 (1)

 Technology Intern

 (1)

 Test Analyst

 (1)

 Technical Analyst

 (1)

 Associate Business Analyst

 (1)

 Lead Business Analyst

 (1)

 Analyst

 (36)

 Vp and Technology Manager

 (1)

Interview questions from similar companies

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

There were 3 coding questions having LC easy-medium problems.

Round 2 - Technical 

(2 Questions)

  • Q1. DSA Coding questions from LC
  • Q2. Asked about CS fundamentals - OS, OOPs etc.
Round 3 - Technical 

(2 Questions)

  • Q1. OOPs Design - Low Level Design Round
  • Q2. Follow up questions on the solution

Technology Analyst Interview Questions & Answers

Citicorp user image sankarshan kulkarni

posted on 10 Jul 2024

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

Coding, DSA, OOPS, Mathematical Aptitude, Logical Reasoning

Round 2 - Technical 

(2 Questions)

  • Q1. Questions were based out of SQL, Python libraries and Machine learning projects as a part of my resume.
  • Q2. Resume based projects
Round 3 - HR 

(2 Questions)

  • Q1. Despite being from engineering background, why do you wanted to join a financial industry?
  • Q2. Where do you see yourself after 5 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with your resume projects and be cool and calm while preparing for interviews
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Equals and hashcode implementation
  • Q2. Config server configuration steps
  • Ans. 

    Config server configuration steps

    • Install and set up the config server software

    • Configure the server with the necessary properties and settings

    • Define the repository for storing configuration files

    • Create and manage configuration files

    • Ensure proper security measures are in place

    • Test and validate the configuration

    • Monitor and maintain the config server

  • Answered by AI
  • Q3. Patch mapping in spring rest
  • Ans. 

    Patch mapping in Spring REST is used to partially update resources.

    • Patch mapping allows clients to send only the fields that need to be updated instead of sending the entire resource.

    • It is useful when updating large resources or when clients have limited bandwidth.

    • Spring provides the @PatchMapping annotation to handle patch requests.

    • The @PatchMapping annotation can be used with a specific URL or with a wildcard URL pat...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Apr 2023. There were 3 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 - Technical 

(1 Question)

  • Q1. SQL concepts related questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Mid level SQL related questions

I was interviewed in May 2022.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

The round was conducted early in the morning.There were 3 sections:
1.Aptitude based on Maths and Logic
2.Questions based of core subjects and basic Data Structures
3.Coding Round -2 questions

  • Q1. Minimum Number Of Vertices To Reach All Nodes

    Given a directed acyclic graph having ‘N’ nodes. A matrix ‘edges’ of size M x 2 is given which represents the ‘M’ edges such that there is an edge directed fro...

  • Ans. 

    I applied DFS to solve this problem.

  • Answered by CodingNinjas
  • Q2. Box Stacking

    You are given a set of ‘n’ types of rectangular 3-D boxes. The height, width, and length of each type of box are given by arrays, ‘height’, ‘width’, and ‘length’ respectively, each consisting ...

  • Ans. Brute Force
    • This is a recursive approach.
    • Make an integer matrix ‘boxes’ of dimension (3*n, 3), we will store all three rotations of each type of boxes in it.
    • Generate all 3 rotations for all ‘n’ types of boxes,  for simplicity we will consider ‘width’ always smaller than or equal to ‘length’. Store them in matrix ‘boxes’ such that boxes[i][0], boxes[i][1], boxes[i][2] give height, width, length of ‘i’th box respecti...
  • Answered by CodingNinjas
Round 2 - Face to Face 

(4 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

A face to face interview was scheduled with the interviewer.I was asked to solve a few coding questions and then asked questions based on OS and OOPS and some questions related to the working of my projects.

  • Q1. Sort 0 1

    You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once an...

  • Ans. Space Complexity: Explanation: Time Complexity: Explanation:
  • Answered by CodingNinjas
  • Q2. Flatten A Linked List

    You are given a linked list containing N nodes, where every node in the linked list contains two pointers, first one is ‘NEXT’ which points to the next node in the list and the second...

  • Ans. Brute Force

    The idea is to use an extra array to first store all the elements of the linked list and then sort the array and finally put those elements back into the linked list and return.

     

    • Declare an array ‘Answer’ to store the elements of the linked list.
    • Run a while loop till the next of the linked list reaches NULL.
      • Add the current pointer data to Answer.
      • Inside this loop, traverse the CHILD nodes of the current n...
  • Answered by CodingNinjas
  • Q3. OS Questions

    Basic Questions on Scheduling Algorithms
    Difference between Processes and Thread
    Disk Scheduling Algorithms-I was asked to explain the difference between the algorithms
    LRU Page replacement and th...

  • Ans. 

    Tip 1 : Go through the topics and understand the concept and the difference between the different algorithms you read.
    Tip 2 : Be confident while explaining to the interviewer and try explaining the important points.

  • Answered by CodingNinjas
  • Q4. DS Questions

    I was asked to explain the basic oops concepts. I did that using real-life examples.
    Difference between abstraction and interface.
    Virtual Functions
    Method Overloading and overriding

  • Ans. 

    Tip 1 : The concepts should be clear and explaining using examples around you shows that you have clarity.

  • Answered by CodingNinjas
Round 3 - HR 

(1 Question)

Round duration - 40 Minutes
Round difficulty - Easy

I was asked basic HR questions and some questions based on my resume.
 

  • Q1. Basic HR Questions

    Introduce yourself
    Where do you see yourself in 2-3 yrs
    What are your hobbies
    How do you feel you have done something productive
    If you were forced to work with someone you don't like, what w...

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Technology Analyst in BangaloreEligibility criteriaNo crieriaMorgan Stanley interview preparation:Topics to prepare for the interview - Operating System, Object-Oriented Programming (OOPS), Algorithms, Dynamic Programming, Data StructuresTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Don't focus on the number of questions but on the concepts and quality.
Tip 2 : Do at least 2 projects.
Tip 3 : Go through the previously asked questions of the company you are applying for.

Application resume tips for other job seekers

Tip 1 : The projects you do should be explained in a concise manner. Keep the resume short and crisp while delivering all the important details.
Tip 2 : Highlight the unique points.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Job Fair and was interviewed before Oct 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 - Group Discussion 

Discussing the merits and drawbacks of different workplace initiatives

Round 3 - Technical 

(2 Questions)

  • Q1. Discuss Database Design
  • Ans. 

    Database design involves creating a structure that efficiently stores and organizes data for easy retrieval and manipulation.

    • Identify the data requirements and relationships between different entities

    • Normalize the database to reduce redundancy and improve data integrity

    • Choose appropriate data types and constraints for each field

    • Create indexes to optimize query performance

    • Consider scalability and future growth when desi

  • Answered by AI
  • Q2. Logical thinking on how to evacuate a retail store and how you would prioritise.

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s more about thought process than actual answers

Skills evaluated in this interview

JPMorgan Chase & Co. Interview FAQs

How many rounds are there in JPMorgan Chase & Co. Technology Analyst interview?
JPMorgan Chase & Co. interview process usually has 2 rounds. The most common rounds in the JPMorgan Chase & Co. interview process are Coding Test, One-on-one Round and Resume Shortlist.
What are the top questions asked in JPMorgan Chase & Co. Technology Analyst interview?

Some of the top questions asked at the JPMorgan Chase & Co. Technology Analyst interview -

  1. Draw and explain about different phases of SDLC(Software Development Life Cyc...read more
  2. Write logic to find the square root of a number and it should output whether th...read more
  3. Questions on linked lists, algorithm to identify 2nd, 3rd connections on a site...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 JPMorgan Chase & Co. interviews
Campus Placement
50%
50% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
JPMorgan Chase & Co. Technology Analyst Salary
based on 40 salaries
₹7.7 L/yr - ₹21 L/yr
69% more than the average Technology Analyst Salary in India
View more details

JPMorgan Chase & Co. Technology Analyst Reviews and Ratings

based on 6 reviews

4.8/5

Rating in categories

4.4

Skill development

4.7

Work-Life balance

4.7

Salary & Benefits

4.8

Job Security

4.7

Company culture

4.4

Promotions/Appraisal

4.1

Work Satisfaction

Explore 6 Reviews and Ratings
Associate
10.1k salaries
unlock blur

₹10 L/yr - ₹35 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.7 L/yr

Analyst
2.5k salaries
unlock blur

₹6.3 L/yr - ₹25 L/yr

Software Engineer
2.4k salaries
unlock blur

₹10.8 L/yr - ₹34 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

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview