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
I applied through an employee referral. I interviewed at VMware in Mar 2019
Interview
Applied via referral. Took a while to hear back. Then a technical interview with one interviewer over Zoom. Lasted about 30 minutes. I was asked to solve two questions and describe some stuff of my resume.
Interview questions [1]
Question 1
Find pairs in an unsorted list that have a sum of some target value
1 phone screen, 2 technical coding interview, and final behavioral round. Technical interview was 2 medium leetcode questions with any choice of programming language. Final round was just talking about past projects on resume.