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

based on 5.8k Reviews

Filter interviews by

JPMorgan Chase & Co. Summer Analyst [finance/ Analytics/ Consulting] Interview Questions, Process, and Tips

Updated 6 Nov 2016

JPMorgan Chase & Co. Summer Analyst [finance/ Analytics/ Consulting] Interview Experiences

1 interview found

I applied via campus placement at Indian Institute of Technology (IIT), Chennai

Interview Questionnaire 

6 Questions

  • Q1. How would you find the square root of a number using code? (Answer: Binary Search)
  • Q2. Check if a linked list is looped onto itself (Answer: Hashmaps)
  • Ans. 

    To check if a linked list is looped onto itself, we can use hashmaps.

    • Create an empty hashmap

    • Traverse the linked list, for each node check if it already exists in the hashmap

    • If a node already exists, it means the linked list is looped

    • If the traversal completes without finding a loop, the linked list is not looped

  • Answered by AI
  • Q3. Prove that p^2-1 is divisible by 8. Divisible by 24? (p is a prime) Is this true for all primes?
  • Ans. 

    p^2-1 is divisible by 8 and 24 for all primes.

    • To prove p^2-1 is divisible by 8, consider the possible remainders of p when divided by 8.

    • To prove p^2-1 is divisible by 24, consider the possible remainders of p when divided by 24.

    • For all primes, p^2-1 will always be divisible by 8 and 24.

  • Answered by AI
  • Q4. How many cuts needed to divide a cube into 27 smaller cubes. Explain your logic. (Answer: 6)
  • Q5. What is the probability that three unbiased dices to roll such that a>b>c. Extrapolate to five random number generators (1 to n)
  • Ans. 

    Probability of rolling three unbiased dices such that a>b>c and extrapolating to five random number generators.

    • The probability of rolling three unbiased dices such that a>b>c is 1/216.

    • To extrapolate to five random number generators, we need to calculate the probability of generating five random numbers such that the first is greater than the second, the second is greater than the third, and so on.

    • The probability of gen...

  • Answered by AI
  • Q6. 50 red marbles, 50 blue marbles. 2 jars in a room. Divide the marbles into the 2 jars such that you maximise the probability that a blind man picks up a red marble
  • Ans. 

    To maximize the probability of picking a red marble, divide the marbles unevenly, with more red marbles in one jar.

    • Place 49 red marbles and 1 blue marble in one jar, and the remaining 1 red marble and 49 blue marbles in the other jar.

    • This way, the blind man has a higher chance of picking the jar with 49 red marbles and 1 blue marble.

    • The probability of picking a red marble from the first jar is 49/50, while from the sec

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Good. No glitches.
Tips: I had made a specific resume for Analytics/ Finance/ Consult profile. Since I had absolutely no economics coursework to talk about, I included a line about interests and wrote "economics, current affairs and languages" under that heading. I think my Data Analytics course and knowledge of quite a few programming languages helped. The 3 main categories in my CV were Academics, Co curricular, and Leadership.

Round: Technical Interview
Experience: Extremely good experience- I was out of the country and they accommodated my needs and video interviewed me. More importantly, there was an audio glitch that we couldn't diagnose- the interviewers were very patient and used Whatsapp call for the entire audio portion of the interview!
Tips: Stay calm, and tell them what you are thinking in clear terms. This way, even if you don't get the final answer, you will be given points for your thought process. I actually approached quite a few problems incorrectly, but since I was explaining my thoughts to them, they quickly helped me course correct by giving hints, and I took it forward from there.

Round: Other Interview
Experience: Again, very good experience! Accommodated my being in a different timezone very well.
Tips: Same as interview one.

General Tips: Stay calm, and prepare "walk me through your CV" properly.
Skill Tips: Study Probab, Geeksforgeeks, etc.
Skills: Probability Concepts, Algorithms And Data Structures, Basic Coding, Ability To Analyse
Duration: 2
College Name: IIT Madras
Motivation: Dream company!

Skills evaluated in this interview

Interview questions from similar companies

I applied via campus placement at University of Mumbai, Mumbai and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. What are the key leadership skills that are present?
  • Q3. If not the particular line, what other job would you like to pursue?
  • Q4. How did you spend your time during the pandemic to develop yourself?

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on giving answers that show your confidence for the job, be clear about what you wish to do at work.

I was interviewed in Sep 2017.

Interview Questionnaire 

2 Questions

  • Q1. Why do you want to join Citi?
  • Q2. Why do you think the coding profile suits you?
  • Ans. 

    I believe the coding profile suits me because of my strong analytical skills, problem-solving abilities, and passion for technology.

    • I have a strong background in mathematics and logic, which are essential for coding.

    • I enjoy solving complex problems and finding efficient solutions.

    • I have experience in programming languages such as Python and Java.

    • I have successfully completed coding projects in the past, demonstrating m...

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: The basis on which Resume shortlist had been done is unknown.

Round: Test
Experience: A lot of emphases placed on Coding and Programming. 12th level mathematics and general understanding of English is sufficient for the other sections.
Tips: Be thorough with the basics.
Duration: 2 hours

Round: Technical + HR Interview
Experience: The flow of questions correlated with the type of responses given.
Tips: Be true to your intentions and try to not get nervous. Make sure that you explain your thought process.

Skills: Logical Reasoning, Programming
College Name: IIT Madras

I was interviewed in Sep 2017.

Interview Questionnaire 

2 Questions

  • Q1. Why did you choose Citi?
  • Q2. Tell me about yourself?

Interview Preparation Tips

Round: Resume Shortlist
Experience: The basis on which Resume shortlist had been done is unknown.

Round: Test
Experience: A lot of emphases placed on Coding and Programming.
Tips: 12th level Mathematics and basic English understanding are sufficient for the other sections.
Duration: 2 hours

Round: Technical + HR Interview
Tips: Be true to your intentions. Make sure that you explain your thought process clearly.

Skills: Logical Reasoning, Programming
College Name: IIT Madras

JPMorgan Chase & Co. Interview FAQs

What are the top questions asked in JPMorgan Chase & Co. Summer Analyst [finance/ Analytics/ Consulting] interview?

Some of the top questions asked at the JPMorgan Chase & Co. Summer Analyst [finance/ Analytics/ Consulting] interview -

  1. 50 red marbles, 50 blue marbles. 2 jars in a room. Divide the marbles into the ...read more
  2. What is the probability that three unbiased dices to roll such that a>b>c. Ext...read more
  3. How many cuts needed to divide a cube into 27 smaller cubes. Explain your logic...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 JPMorgan Chase & Co. interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.9
 • 553 Interviews
Bajaj Finserv Interview Questions
4.0
 • 491 Interviews
HSBC Group Interview Questions
4.0
 • 485 Interviews
Goldman Sachs Interview Questions
3.6
 • 404 Interviews
Deutsche Bank Interview Questions
3.9
 • 357 Interviews
American Express Interview Questions
4.2
 • 355 Interviews
UBS Interview Questions
4.0
 • 333 Interviews
BNY Interview Questions
4.0
 • 328 Interviews
Morgan Stanley Interview Questions
3.7
 • 300 Interviews
Citicorp Interview Questions
3.7
 • 277 Interviews
View all
Associate
10.1k salaries
unlock blur

₹10 L/yr - ₹35.3 L/yr

Team Lead
5.4k salaries
unlock blur

₹5.6 L/yr - ₹16.5 L/yr

Vice President
3.8k salaries
unlock blur

₹20 L/yr - ₹68 L/yr

Analyst
2.5k salaries
unlock blur

₹6.3 L/yr - ₹25 L/yr

Software Engineer
2.4k salaries
unlock blur

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