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. Control Manager Interview Questions and Answers

Updated 18 Nov 2024

JPMorgan Chase & Co. Control Manager Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Selected Selected

I appeared for an interview before Nov 2023.

Round 1 - Domain Knowledge 

(1 Question)

  • Q1. What do you mean by obligation?
  • Ans. 

    Obligation refers to a duty or commitment to fulfill a responsibility or promise.

    • Obligation is a moral or legal duty to do something.

    • It can be a promise or commitment that one is bound to fulfill.

    • Failure to meet obligations can result in consequences.

    • Examples include paying bills on time, meeting deadlines at work, or fulfilling a contract.

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

(1 Question)

  • Q1. What are the different method of performing rootcauses
  • Ans. 

    Different methods of performing root cause analysis include fishbone diagram, 5 Whys, fault tree analysis, and Pareto analysis.

    • Fishbone diagram (Ishikawa diagram) helps identify potential causes of a problem by categorizing them into different branches.

    • 5 Whys involves asking 'why' multiple times to uncover the underlying cause of a problem.

    • Fault tree analysis breaks down a problem into its component parts to identify p...

  • Answered by AI

I applied via Naukri.com and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Difference between QA and QC
  • Ans. 

    QA focuses on preventing defects while QC focuses on identifying and fixing defects.

    • QA is a proactive process that involves planning, designing, and executing tests to prevent defects from occurring.

    • QC is a reactive process that involves identifying defects through testing and then fixing them.

    • QA is focused on the entire software development process, while QC is focused on the testing phase.

    • Examples of QA activities in...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident and prepare well for the interview.

Control Manager Interview Questions Asked at Other Companies

Q1. What are the different method of performing rootcauses
Q2. What do you mean by obligation?
Q3. Difference between QA and QC

Control Manager Jobs at JPMorgan Chase & Co.

View all

Interview questions from similar companies

I applied via Company Website and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Conflict management
  • Q2. Financial forecasting and vendor management
  • Q3. Alteryx, SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - - Be prepared.
- Read the JD to understand the probable questions.
- Ask your queries and understanding about the requirements.
- Smile
- Be yourself
- Prepare introduction in line with the job

I applied via Recruitment Consultant and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. NOTHING SPECIAL

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepare for all types of HL knowledge and login process and market analysis

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Check palindrome , anagram of string with O(n)
  • Ans. 

    To check palindrome and anagram of a string with O(n), use a hash table to store character frequencies.

    • Create a hash table to store the frequency of each character in the string.

    • For palindrome, check that no more than one character has an odd frequency.

    • For anagram, compare the hash tables of the two strings.

    • If the hash tables are equal, the strings are anagrams.

    • If the hash tables differ by only one character, the strin...

  • Answered by AI
  • Q2. Optimized solutions and core principles applied in OOPS
  • Ans. 

    Optimized solutions and core principles applied in OOPS

    • Encapsulation, Inheritance, Polymorphism, Abstraction are core principles of OOPS

    • Optimized solutions can be achieved through efficient algorithms and data structures

    • Design patterns like Singleton, Factory, Observer can also be used for optimized solutions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They are looking for best possible solutions. and they are not using that in project then also they ask

Skills evaluated in this interview

I appeared for an interview before May 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Hard

  • Q1. 

    Find the Duplicate Number Problem Statement

    Given an integer array 'ARR' of size 'N' containing numbers from 0 to (N - 2). Each number appears at least once, and there is one number that appears twice. Yo...

  • Ans. 

    Find the duplicate number in an integer array containing numbers from 0 to (N - 2).

    • Iterate through the array and keep track of the frequency of each number using a hashmap.

    • Return the number that appears twice in the array.

    • The duplicate number is always present in the given array.

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 50 Minutes
Round difficulty - Easy

  • Q1. 

    Bubble Sort Problem Statement

    Sort an unsorted array of non-negative integers using the Bubble Sort algorithm, which swaps adjacent elements if they are not in the correct order to sort the array in non-d...

  • Ans. 

    Bubble Sort is used to sort an array of non-negative integers in non-decreasing order by swapping adjacent elements if they are not in the correct order.

    • Iterate through the array and compare adjacent elements, swapping them if they are in the wrong order.

    • Repeat this process until the array is sorted in non-decreasing order.

    • Time complexity of Bubble Sort is O(n^2) in worst case.

    • Example: For input [6, 2, 8, 4, 10], the o

  • Answered by AI
Round 3 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. 

    Unweighted Graph Shortest Path Problem

    You are tasked with finding the shortest path between two houses in the city of Ninjaland, represented as an unweighted graph. The city has N houses numbered from 1 ...

  • Ans. 

    Find the shortest path between two houses in a city represented as an unweighted graph.

    • Use breadth-first search (BFS) algorithm to find the shortest path in an unweighted graph.

    • Start BFS from the source house and keep track of the shortest path to each house.

    • Once the destination house is reached, backtrack to find the shortest path.

    • Consider using a queue data structure to implement BFS efficiently.

  • Answered by AI
Round 4 - HR 

Round duration - 60 Minutes
Round difficulty - Easy

Interview Preparation Tips

Eligibility criteria7Morgan Stanley interview preparation:Topics to prepare for the interview - Java , spring, aws,azure, Algorithm, computer Architecture, compiler designTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : online resources
Tip 2 : cracking the coding interview by Gayle laykemann this is one of the best book for learning the concept at the initial level. Start practicing the approaches mention in the book once done apply the same to similar level pattern questions.
Tip 3 : geeks for geeks start from school level and then move towards easy medium and hard once done practice the previous year questions

Application resume tips for other job seekers

Tip 1 : precise clear concise and well written 
Tip 2 : mentions the skills sets along with the projects

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Company Website and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Reason for job switch. Reason for role switch. Technical role related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and go with a smile. Do try to connect with the interviewer on a personal level. Know everything about your CV perfectly because they won’t go much beyond that. Be prepared for your new role related questions about how your current skills are transferable to your new job.

Analyst Interview Questions & Answers

UBS user image Anonymous

posted on 17 Oct 2021

I applied via Company Website and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. I was asked mostly about my profile and there expectations.

Interview Preparation Tips

Interview preparation tips for other job seekers - There were two technical rounds and it was of 30 - 40 mins long and interviewer was friendly and made me confortable with them.

Analyst Interview Questions & Answers

UBS user image Anonymous

posted on 22 Sep 2021

I applied via Referral and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Do you know about hedge funds?
  • Ans. 

    Hedge funds are investment funds that use various strategies to generate high returns for their investors.

    • Hedge funds are typically only available to accredited investors due to their high-risk nature.

    • They often use leverage and derivatives to amplify returns.

    • Hedge funds can invest in a wide range of assets, including stocks, bonds, commodities, and currencies.

    • Some famous hedge funds include Bridgewater Associates, Ren...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Show good interest in learning new things

Interview Questionnaire 

1 Question

  • Q1. Different types of risk in finance
  • Ans. 

    Different types of risk in finance include market risk, credit risk, liquidity risk, operational risk, and legal risk.

    • Market risk refers to the potential for losses due to changes in market conditions, such as fluctuations in interest rates, exchange rates, or stock prices.

    • Credit risk is the risk of default by borrowers or counterparties, leading to potential losses for lenders or investors.

    • Liquidity risk is the risk o...

  • Answered by AI

JPMorgan Chase & Co. Interview FAQs

How many rounds are there in JPMorgan Chase & Co. Control Manager interview?
JPMorgan Chase & Co. interview process usually has 1-2 rounds. The most common rounds in the JPMorgan Chase & Co. interview process are One-on-one Round.
How to prepare for JPMorgan Chase & Co. Control Manager 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 Risk Management, Auditing, Compliance, Financial Services and Operational Risk Management.
What are the top questions asked in JPMorgan Chase & Co. Control Manager interview?

Some of the top questions asked at the JPMorgan Chase & Co. Control Manager interview -

  1. What are the different method of performing rootcau...read more
  2. What do you mean by obligati...read more
  3. Difference between QA and...read more

Tell us how to improve this page.

JPMorgan Chase & Co. Control Manager Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 578 Interviews
Citicorp Interview Questions
3.7
 • 573 Interviews
Bajaj Finserv Interview Questions
4.0
 • 535 Interviews
HSBC Group Interview Questions
3.9
 • 487 Interviews
American Express Interview Questions
4.2
 • 365 Interviews
BNY Interview Questions
3.8
 • 347 Interviews
UBS Interview Questions
3.9
 • 338 Interviews
Morgan Stanley Interview Questions
3.6
 • 293 Interviews
Morningstar Interview Questions
3.9
 • 244 Interviews
View all
JPMorgan Chase & Co. Control Manager Salary
based on 100 salaries
₹8 L/yr - ₹28 L/yr
14% more than the average Control Manager Salary in India
View more details

JPMorgan Chase & Co. Control Manager Reviews and Ratings

based on 10 reviews

3.9/5

Rating in categories

4.3

Skill development

3.7

Work-life balance

3.9

Salary

4.2

Job security

3.1

Company culture

2.9

Promotions

3.1

Work satisfaction

Explore 10 Reviews and Ratings
Control Manager- Vice President

Bangalore / Bengaluru

10-15 Yrs

Not Disclosed

Control Manager

Bangalore / Bengaluru

3-8 Yrs

₹ 9-17.3 LPA

Explore more jobs
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.6 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 - ₹25 L/yr

Software Engineer
2.6k salaries
unlock blur

₹11 L/yr - ₹35.8 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