First Technical round involved basics of all subjects - OS, java, networks.
Second technical round was more about what's virtualization, linux, linux kernel, drivers, why virtualization is required etc.
Then there was a managerial round in which questions included - what's cloud computing. What to you expect from this job? Why do u want to join testing ?
I applied in-person. The process took 3 days. I interviewed at VMware (Bengaluru) in Sep 2012
Interview
First telephonic round, Then 2 face to face rounds on saturday
Second day of face to face rounds, had 4 rounds. Please go through the questions below to judge the intelligence level of interviewer in 4th round, where I was rejected.
Interview questions [1]
Question 1
What is the difference between Apache and Tomacat?
I applied through other source. The process took 2 weeks. I interviewed at VMware (Bengaluru) in Aug 2012
Interview
First Round (Telephonic)
They will touch upon all the core java concepts
What are marker interfaces
serialization
cloneable
collections
Second Round Face Face (Interviewed by two people)
Core java questions
String object pool
Abstract static final (tricky questions)
P.S: Interviewers are geeky folks . So please make sure your answers are indepth .
Third Round : Programs
In an array the sum of even numbers and odd numbers found in the array
there is a alpha numeric string Ex:1ABC34D768 the output shd be (1+34+768)
Binary tree questions .
design a test automation framework Test automation framework .
Fourth round :
Combo of qns asked in 2nd and 3rd round
Interview questions [1]
Question 1
why do u need abstract functions when you have overloading