I applied through a recruiter. The process took 4 days. I interviewed at Oracle (Hyderabad) in Mar 2012
Interview
Got a call from Team member itself, no HR involved, scheduled interview with 4 days.
Interview questions [3]
Question 1
Scenarios where servers fail to start and its resolution? steps of WebLogic patching? Why node manager, its uses, is it domain specific, can we multiple node mgrs running on same machine & same WLS install, if yes what changes needed?
How you Analyse thread dumps, steps to conclude, which kind of queue you mainly look for? how you resolve stuck threads immediately? what is kill command, why -3, etc?
In Unix
command for number of occurrences of a string (wc -w)? command for find & replace strings (in vi %s/find/replace/g)? kill all the java process with single command ? How to filter the output of a command? hw to ignore specific string from output (grep -v <string>)?