Passa al contenutoPassa al piè di pagina
  • Lavori
  • Aziende
  • Stipendi
  • Per le aziende

      Migliora la tua carriera

      Scopri le tue potenzialità di guadagno, trova lavori da sogno e condividi approfondimenti su lavoro e vita privata in forma anonima.

      employer cover photo
      employer logo
      employer logo

      J.P. Morgan

      Azienda coinvolta

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su J.P. Morgan | Offerte di lavoro di J.P. Morgan | Stipendi di J.P. Morgan | Benefit di J.P. Morgan
      Colloqui di J.P. MorganColloqui per Python Software Engineer presso J.P. MorganColloquio di J.P. Morgan


      Glassdoor

      • Chi siamo
      • Contattaci

      Aziende

      • Account Business gratuito
      • Spazio per le aziende
      • Blog per le aziende

      Informazioni

      • Aiuto
      • Linee guida
      • Condizioni d'uso
      • Privacy e scelte pubblicitarie
      • Non vendere né condividere le mie informazioni
      • Strumento per l'accettazione dei cookie

      Lavora con noi

      • Inserzionisti
      • Carriere
      Scarica l'app

      • Cerca:
      • Aziende
      • Lavori
      • Località

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" e il relativo logo sono marchi registrati di Glassdoor LLC.

      Aziende seguite

      Non lasciarti sfuggire opportunità e informazioni privilegiate seguendo le aziende dove vorresti lavorare.

      Ricerche di lavoro

      Ricevi suggerimenti e aggiornamenti personalizzati avviando le tue ricerche.

      Colloquio per Python Software Engineer

      4 feb 2022
      Candidato anonimo a colloquio
      Nessuna offerta
      Esperienza positiva
      Colloquio difficile

      Candidatura

      Ho presentato la mia candidatura online. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso J.P. Morgan

      Colloquio

      Had to use my own IDE to solve two Leetcode questions. Then I was asked to do a interview For 2 hours which was another Leetcode interview followed by a behavioral then a final system design questions part. My final interview was with the other managers at the location.

      Domande di colloquio [3]

      Domanda 1

      Find a series of numbers from where two lists don’t overlap
      Rispondi alla domanda

      Domanda 2

      Show us a system design and explain its context and how you worked on it.(improved)
      Rispondi alla domanda

      Domanda 3

      Talk about how you showed leadership in the work place.
      Rispondi alla domanda
      3

      Altre recensioni di colloqui per Python Software Engineer presso J.P. Morgan

      Colloquio per Python Developer

      10 mar 2022
      Candidato anonimo a colloquio
      Mumbai
      Nessuna offerta
      Esperienza neutra
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso J.P. Morgan (Mumbai) nel mese di mar 2022

      Colloquio

      The Interview process took around 3-4 weeks, 1st Round was only General Discussion on the Position/Role with the VP of Software engineering in India After Round I : Given a home Assignment on Super Simple Stock Market (you can get it on github easily) to submit in 3-4 days 2nd Round was a technical for 2 hours , but the HR did not told what will be there in that around not even the agenda even after I emailed to get the same info. The 2nd Round was scheduled for friday 5:30 Pm (IST) and then at last moment I was ready for the interview , when i joined the link of meet nobody was available for taking the interview , then i called the HR who scheduled the meet , she told 1 interviewee is not available so it will be postponed. Really very unprofessional behavior from such a big company. Then she told that will rearrange it for next friday. Very strict about the timing for each question /session. You have to answer within the time or else they move to another section So the Interview Round II was distributed in 10-20 minutes sessions i: 5 minutes: Introduction ii: 15 -20 min: walk through for Home assignment which they gave to work on after Clearing Round I . (Super Simple Stock Market ) iii: 10 min: for coding- write a code in any language or pseudocode is also fine. (added in questions below) iv: 10-15min: code review : They have given some code and asked to review it and point the mistake in it and correct it. (code was in Python) v: 10 -15 min : Write/Draw and Explain the use case in OOPS concept model. (Question given in below /Question section) vi : 10 min: Question releated to BA we have to answer it if we were a Business analyst. 1. your manager email you and ask you to do 1: Write a code for GUi in Java Swing to display the Stock profit for the most popular and valuable stock(something similar question) 2: Dont remember the exactly but similar to above one. And we have to explain what are the questions we will ask to manager before starting the development.

      Domande di colloquio [3]

      Domanda 1

      1. 10 min Coding : Write a code for Capitalize ( Refer the in put and output ) sample input : getCodeType output: Code_Type i/p : getCodeStyle o/p: Code_Style i/p: getSWIFTCode o/p: SWIFT_Code
      3 risposte

      Domanda 2

      10 -15 min : Write/Draw and Explain the use case in OOPS concept model. These are the sentences 1. Cat 2. Tiger 3. My Cat name is Lucy 4. breed of Cat 5. Weight 6. Height 7. French Cat has a Long Tail 8. A breed with no Tail in Cat 9. Meow or Roar 10 . German Breed Cat So we have to think in terms of OOPs (Object oriented terms and answer them accordingly) Like Cat Can be a Class and Tail can be a Properties of Class.
      Rispondi alla domanda

      Domanda 3

      Code review a Simple code in Python: Class getSwag: def __init__(tihs): pass Class getNewSwag(object): def __init__(this): this.a=0 try: //code ......so on So we have to find the issue by doing the code review.
      Rispondi alla domanda
      16

      Colloquio per Python Developer

      26 ott 2021
      Candidato anonimo a colloquio
      Herzliya
      Nessuna offerta
      Esperienza neutra
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura tramite un'agenzia di reclutamento personale. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso J.P. Morgan (Herzliya) nel mese di ott 2021

      Colloquio

      3 technical interviews + 1 hr. passed first interview then they canceled the other interviews and invited me to another interview which didn't go well. interviews are 1 hr which is not enough for getting to know each other + technical questions

      Domande di colloquio [1]

      Domanda 1

      a local max in an array is an element that is larger than both of his neighbors (end points are special case) example array=[11,2,4,7,34,22,50] 11 is a local max because 11>2 50 is a local max because 50>11 34 is a local max because 34>7 and 34>22 find an algorithm that returns any local max in an unique array in o(logn) time complexity
      Rispondi alla domanda
      6

      Le migliori aziende per "stipendio e benefit" vicino a te

      avatar
      Access Bank PLC
      3.7★Stipendio e benefit
      avatar
      The Blackstone Group
      3.9★Stipendio e benefit
      avatar
      Catapult Advisors
      4.0★Stipendio e benefit
      avatar
      S.C.I Group (Botswana)
      4.0★Stipendio e benefit