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

JPMorgan Chase & Co. Vp and Technology Manager Interview Questions and Answers

Updated 3 Oct 2024

JPMorgan Chase & Co. Vp and Technology Manager Interview Experiences

1 interview found

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself and your background
  • Ans. 

    I am a seasoned technology professional with a strong background in leading teams and implementing innovative solutions.

    • Over 10 years of experience in technology management roles

    • Led successful projects in implementing new software systems

    • Strong background in team leadership and collaboration

    • Experience in driving digital transformation initiatives

    • Certified in various technology platforms such as AWS and Microsoft Azure

  • Answered by AI
  • Q2. Detailed questions about the projects and internal details
Round 2 - Coding Test 

Leet code DSA hard level questions

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Design chess board game
  • Ans. 

    Design a chess board game

    • Start by creating an 8x8 grid representing the chess board

    • Assign different pieces to each player (e.g. pawns, rooks, knights, bishops, queen, king)

    • Define the movement rules for each piece (e.g. pawns move forward, rooks move horizontally/vertically, knights move in an L-shape)

    • Implement special moves like castling and en passant

    • Include rules for capturing opponent's pieces and winning the game b...

  • Answered by AI
  • Q2. Design parking lot problem
  • Ans. 

    Design a parking lot system with efficient space allocation and management.

    • Consider different types of parking spaces (regular, handicapped, electric vehicle charging, etc.)

    • Implement a ticketing system for entry and exit of vehicles

    • Incorporate sensors for real-time monitoring of available spaces

    • Include a mobile app for users to check availability and reserve spots

    • Utilize automated payment systems for seamless transacti

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

(2 Questions)

  • Q1. Docker and kubernetes
  • Q2. Deployment strategies
Round 3 - One-on-one 

(1 Question)

  • Q1. Program solving a DSA algorithm
  • Ans. 

    Implementing a DSA algorithm to solve a specific problem

    • Understand the problem statement and requirements

    • Choose the appropriate data structures and algorithms

    • Implement the algorithm in a programming language

    • Test the program with different inputs to ensure correctness

  • Answered by AI

Skills evaluated in this interview

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

(5 Questions)

  • Q1. How will you manage data and risk governance
  • Ans. 

    I will establish clear policies, procedures, and controls to ensure data integrity and minimize risks.

    • Implementing data governance frameworks to define roles, responsibilities, and processes for managing data

    • Leveraging technology solutions such as data encryption, access controls, and monitoring tools

    • Regularly conducting risk assessments to identify potential vulnerabilities and mitigate them

    • Ensuring compliance with re...

  • Answered by AI
  • Q2. How will you estimate rish for projects
  • Ans. 

    Risk for projects can be estimated by considering factors such as project complexity, team experience, stakeholder involvement, and external dependencies.

    • Assess project complexity and potential challenges

    • Evaluate team experience and expertise in handling similar projects

    • Consider stakeholder involvement and communication

    • Identify external dependencies and potential risks

    • Use risk management techniques such as risk registe

  • Answered by AI
  • Q3. How will you onboard stakeholders for cloud migration
  • Ans. 

    Onboarding stakeholders for cloud migration involves communication, training, and collaboration.

    • Communicate the benefits of cloud migration to stakeholders, addressing any concerns or questions they may have.

    • Provide training sessions to educate stakeholders on the new cloud technology and how it will impact their work.

    • Collaborate with stakeholders to gather feedback, address any issues, and ensure a smooth transition t...

  • Answered by AI
  • Q4. What are your expectation
  • Q5. Do you have any questions

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Microservice, gcp

I applied via Naukri.com and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1. Explain SCD Type 2 Implementation in Informatica
  • Ans. 

    SCD Type 2 is a technique used to track historical changes in data over time in a data warehouse.

    • SCD Type 2 maintains a separate row for each change in data, with a start and end date.

    • It requires a surrogate key to uniquely identify each row.

    • Informatica provides a built-in SCD Type 2 transformation to implement this technique.

    • Example: tracking changes in customer addresses over time.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Kindly focus on basic BI terminologies, common to trivial scenarios and introductory information on latest trending tools and technologies.

Skills evaluated in this interview

I applied via Referral and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions related to Python, my former organisation, why do you want to shift, questions related to different types of risk

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be on time and well dressed
Communication must be good
Answer questions if you can, if you don’t know just accept you don’t know

I applied via Naukri.com and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic accounting questions, knowledge testing of Finance and Financial Statements.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and don't speak lie.

I appeared for an interview in Sep 2020.

Interview Questionnaire 

1 Question

  • Q1. Walk me through your CV

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 2 rounds, first was mainly technical related to my previous experience for the process and 2nd was mainly if I've faced any difficulty in the past.

Interview Experience was fine as they are particular about their timings and both rounds took 30 mins each.

Interview Preparation Tips

Round: Technical Interview
Experience: Technical on paper test questions:(dis was only for 12 among d 26 shortlisted ppl after apti...others directly had interviews)
5 wer selected in this test who wer nw sent for interviews
TECHNICAL INTERVIEW: (pls list the questions asked in all the rounds)
26 shortlisted after apti (14 directly for interviews & 12 had one more technical on paper test...mentioned above)
der wer min 2 technical rounds for each of them...max were 5

- You are given course dependencies
A->B,C
B->D
C->A
D->nothing
The above dependencies mean...if you want to take course A...you should take courses B and C first....To take B,Course D must be taken first....D is an independent course and can be taken without any prior requirements.
Now you are told these dependencies.Come up with an appropriate data structure to represent these dependencies.Then write a code that finds out all the courses that the student can take up...in this case the student can first take course D because its independent.Now that course D has been taken he can next take up B as it depends on B alone...But the courses A and C can never be taken because they depend on each other...So here all the courses that can be taken are B and D.
After i wrote the code....he asked for all possible test cases
-Given an array of length N....It can be filled with nos. only from 1 to N....find which nos are repeated in the array
-Given pointers to two nodes in a binary tree....find their least common ancestor...each node has pointer to only the parent node...not the left and right child..
-In a binary tree(Not necessarily a BST)...suppose the weight of any node is defined as the product of the key value of the node and the level of the node(Root at level 1)...find the node with maximum weight in the binary tree
-A sorted array of size n is right circularly rotated k times and this rotated array is given to you as input...Find out the value of k in log n time .
-There are some processes running at time T....and there are processes running at time T+30.
You have to find out
1)Which processes died at time T+30,which were alive at time T
2)Which are the new processes at time T+30,which were not there at time T
3)Which are the processes that were there at time T and are still running at time T+30
What data structure will you use to represent the process lists and write code to find out the answers to the 3 questions above
-Given a binary search tree...and a target sum...starting at the root...which all paths add up to the target sum?...if there are multiple paths....return the path with least no. of nodes.


College Name: Veermata Jijabai Technological Institute, Mumbai [ VJTI ]

I appeared for an interview before Jun 2016.

Interview Preparation Tips

Round: Test
Experience: 30 questions, 30

JPMorgan Chase & Co. Interview FAQs

How many rounds are there in JPMorgan Chase & Co. Vp and Technology Manager interview?
JPMorgan Chase & Co. interview process usually has 2 rounds. The most common rounds in the JPMorgan Chase & Co. interview process are One-on-one Round and Coding Test.

Tell us how to improve this page.

JPMorgan Chase & Co. Vp and Technology Manager Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 588 Interviews
Citicorp Interview Questions
3.7
 • 575 Interviews
Bajaj Finserv Interview Questions
4.0
 • 540 Interviews
HSBC Group Interview Questions
3.9
 • 492 Interviews
American Express Interview Questions
4.1
 • 368 Interviews
BNY Interview Questions
3.8
 • 353 Interviews
UBS Interview Questions
3.9
 • 339 Interviews
Morgan Stanley Interview Questions
3.6
 • 294 Interviews
Morningstar Interview Questions
3.9
 • 245 Interviews
View all
JPMorgan Chase & Co. Vp and Technology Manager Salary
based on 61 salaries
₹31.9 L/yr - ₹70 L/yr
6% less than the average Vp and Technology Manager Salary in India
View more details

JPMorgan Chase & Co. Vp and Technology Manager Reviews and Ratings

based on 4 reviews

3.2/5

Rating in categories

3.4

Skill development

3.8

Work-life balance

3.5

Salary

3.2

Job security

3.9

Company culture

3.0

Promotions

3.3

Work satisfaction

Explore 4 Reviews and Ratings
Associate
10.4k salaries
unlock blur

₹10 L/yr - ₹43.4 L/yr

Team Lead
5.6k salaries
unlock blur

₹5.7 L/yr - ₹16.7 L/yr

Vice President
4.1k salaries
unlock blur

₹20 L/yr - ₹70 L/yr

Analyst
2.6k salaries
unlock blur

₹6.5 L/yr - ₹26 L/yr

Software Engineer
2.6k salaries
unlock blur

₹11 L/yr - ₹35.3 L/yr

Explore more salaries
Compare JPMorgan Chase & Co. with

Morgan Stanley

3.6
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