Initial screening. Interview was more in depth than I expected for an initial screening so I could have been more prepared for it perhaps. More like an actual interview but the interviewer was friendly.
I applied online. The process took 2 days. I interviewed at VMware in Jan 2021
Interview
It was so smooth and a tough to clear technical round . The HR and top department were so friendly . There are a total of 4 rounds to be cleared and it was on an elimination basis. So be well prepared
I applied online. I interviewed at VMware (Dallas, TX) in May 2020
Interview
After applying online, a recruiter reached out to me and asked to fill a questionnaire.
1. Technical phone interview, where the interviewer asked questions on Application Design.
eg:
How would you create a login page.
What testing would you perform on a login page
2. Next round was a coding round.
Question was not that difficult.
After this round, I got a reject.
Interview questions [1]
Question 1
From a list of number, arrange it in the following manner.
Single copies followed by all duplicates (maintain the relative ordering)
Example:
Input: 1, 2, 3, 2, 4, 5, 5, 5, 6
Output: 1, 2, 3, 4, 5, 6, 2, 5, 5