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 Applications Development - Lead 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.

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

      avatar
      Access Bank PLC
      3.7★Stipendio e benefit
      avatar
      Goldman Sachs
      3.6★Stipendio e benefit
      avatar
      The Blackstone Group
      3.9★Stipendio e benefit
      avatar
      Catapult Advisors
      4.0★Stipendio e benefit

      Colloquio per Applications Development - Lead

      30 dic 2015
      Candidato anonimo a colloquio
      Hyderabad
      Nessuna offerta
      Esperienza positiva
      Colloquio difficile

      Candidatura

      Ho presentato la mia candidatura online. La procedura ha richiesto 5 giorni. Ho sostenuto un colloquio presso J.P. Morgan (Hyderabad) nel mese di dic 2015

      Colloquio

      The interview process was organized. HR kept me posted about the subsequent steps. Underwent 3 technical rounds + 1 HR round, all were F2F. First round was technical with 2 interviewers, second round was managerial with 2 managers and 3rd round was a technical round again. Then HR called up to know my expectation.

      Domande di colloquio [1]

      Domanda 1

      What are the differences between clearcase and git? How to merge code in Clearcase? What are vobs? What is permgen? Java memory location classification? Which memories will the objects, static variables, instance variables, method variables reside?Refer: http://javapapers.com/core-java/java-jvm-memory-types/ Code review standards? How do you find/resolve Memory leaks? How do you test performance of your developed code? how does garbage collection take place? what if i have a mechanism for doing gc when memory reaches 80%, will all garbage collectable objects be garbage collected? how does gc thread (being daemon thread) impact performance? why string is immutable? how does hashmap work? if two objects have same hashcode then how hashmap knows which object to return? what is the o/p of the following: Map<String, Integer> map = new HashMap<String, Integer>(); a. map.put("abc", 1); map.put("def", 2); map.put("abc", 2); what values does the map hold? b. StringBuffer sb = new StringBuffer("abc"); StringBuffer sb2 = new StringBuffer("xyz"); StringBuffer sb3 = new StringBuffer("abc"); map.put(sb, 1); map.put(sb2, 2); map.put(sb3, 2); what values does the map hold? what is the o/p of the following - will this compile? class A { public void m1() throws FileNotFoundException { } } class B extends A { public void m1() throws IOException { } } What are Entity, stateful, stateless EJBs? EJB related - How to open a transaction in method 1 which invokes method 2? Method 1 has its own transaction and method 2 should also have is own. what are the transaction level attributes in EJB? Hibernate related - how to get the current(callee's) transaction in method-2 which gets invoked from method-1. what is IOC and DI? Is DI same as IOC? what is adv of extjs? how do you make ajax calls in extjs? do you refresh the entire UI or only part of the UI while making the ajax request, since the UI is based on MVC architecture and if model changes the view should render the values entirely. How do you handle IE/chrome compatibility issues? Give example. did you work on css? how do you fix css based issues, keeping browser compatibility in mind? how do you debug javascript errors? do you use firebug/developer tools? do you use any UI testing tools?
      Rispondi alla domanda
      8