Application Support Lead Interview Questions

5,255 application support lead interview questions shared by candidates

There were not specific technical questions. But lots of personality style questions and questions about your work experience, how you've solved problems in the past. etc. No "white board coding" during this interview. Seemed much more interested in higher level opinions and approached to issues.
avatar

Lead Applications Developer

Interviewed at Fifth Third

3.6
Sep 23, 2021

There were not specific technical questions. But lots of personality style questions and questions about your work experience, how you've solved problems in the past. etc. No "white board coding" during this interview. Seemed much more interested in higher level opinions and approached to issues.

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?
avatar

Applications Development - Lead

Interviewed at J.P. Morgan

3.9
Dec 30, 2015

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?

Viewing 5141 - 5150 interview questions

Glassdoor has 5,255 interview questions and reports from Application support lead interviews. Prepare for your interview. Get hired. Love your job.