Aller au contenuAller au pied de page
  • Emplois
  • Entreprises
  • Salaires
  • Pour les employeurs

      Boostez votre carrière

      Découvrez votre salaire potentiel, décrochez des emplois de rêve et partagez vos témoignages de manière anonyme.

      employer cover photo
      employer logo
      employer logo

      J.P. Morgan

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur J.P. Morgan | Offres d’emploi chez J.P. Morgan | Salaires chez J.P. Morgan | Avantages sociaux chez J.P. Morgan
      Entretiens chez J.P. MorganEntretiens d’embauche pour Applications Development - Lead chez J.P. MorganEntretien chez J.P. Morgan


      Glassdoor

      • À propos
      • Récompenses
      • Blog
      • Nous contacter
      • Guides

      Employeurs

      • Compte employeur gratuit
      • Centre employeur
      • Blog pour les employeurs

      Informations

      • Aide
      • Règles de la communauté
      • Conditions d'utilisation
      • Confidentialité et choix publicitaires
      • Ne pas vendre ni partager mes informations
      • Outil de consentement aux cookies

      Travailler avec nous

      • Annonceurs
      • Carrières
      Télécharger l'application

      • Parcourir par :
      • Entreprises
      • Emplois
      • Lieux

      Copyright © 2008-2026. Glassdoor LLC. « Glassdoor », son logo, « Worklife Pro » et « Bowls » sont des marques déposées de Glassdoor LLC.

      Entreprises suivies

      Tenez-vous au courant des dernières opportunités et profitez de conseils d’initiés en suivant les entreprises de vos rêves.

      Recherche d’emplois

      Obtenez des recommandations et des mises à jour personnalisées en démarrant vos recherches.

      Meilleures entreprises pour « Rémunération et avantages » près de chez vous

      avatar
      Citi
      3.6★Rémunération et avantages
      avatar
      Goldman Sachs
      3.6★Rémunération et avantages
      avatar
      Allianz
      3.6★Rémunération et avantages
      avatar
      UBS
      3.5★Rémunération et avantages

      Entretien pour Applications Development - Lead

      30 déc. 2015
      Candidat à l'entretien anonyme
      Hyderâbâd
      Aucune offre
      Expérience positive
      Entretien difficile

      Candidature

      J'ai postulé en ligne. Le processus a pris 5 jours. J'ai passé un entretien chez J.P. Morgan (Hyderâbâd) en déc. 2015

      Entretien

      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.

      Questions d'entretien [1]

      Question 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?
      Répondre à cette question
      8