Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      J.P. Morgan

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: J.P. Morgan reviews | J.P. Morgan jobs | J.P. Morgan salaries | J.P. Morgan benefits | J.P. Morgan conversations
      J.P. Morgan interviewsJ.P. Morgan Applications Development - Lead interviewsJ.P. Morgan interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Top companies for "Compensation and Benefits" near you

      avatar
      Citi
      3.6★Compensation and benefits
      avatar
      Morgan Stanley
      3.6★Compensation and benefits
      avatar
      Allianz
      3.6★Compensation and benefits
      avatar
      Northwestern Mutual
      3.7★Compensation and benefits

      Applications Development - Lead Interview

      30 Dec 2015
      Anonymous interview candidate
      Hyderābād
      No offer
      Positive experience
      Difficult interview

      Application

      I applied online. The process took 5 days. I interviewed at J.P. Morgan (Hyderābād) in Dec 2015

      Interview

      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.

      Interview questions [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?
      Answer question
      8