Cloud Platform Engineer applicants have rated the interview process at VMware with 3.5 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 61% positive. This is according to Glassdoor user ratings.
Candidates applying for Cloud Platform Engineer roles take an average of 28 days to get hired, when considering 2 user submitted interviews for this role. To compare, the hiring process at VMware overall takes an average of 27 days.
Common stages of the interview process at VMware as a Cloud Platform Engineer according to 2 Glassdoor interviews include:
Skills test: 33%
One on one interview: 33%
Group panel interview: 33%
Here are the most commonly searched roles for interview reports -
I applied through college or university. The process took 5 weeks. I interviewed at VMware (Atlanta, GA) in Oct 2015
Interview
First round was on campus interview, given a BST, find the max child in the tree, and return its value. Then Brackets matching problem, and a brain teaser. Followed by an online test, some sql questions, big O question, and coding question related to tree. Not very hard. Last is on site invitation. Showed me around the workplace and introduced company culture, then a one hour coding interview, including debug a program, string manipulation and design a calendar to schedule meetings.
Interview questions [1]
Question 1
given a BST, find the max child in the tree, and return its value. Then Brackets matching problem, and a brain teaser. some sql questions, big O question, and coding question related to tree. debug a program, string manipulation and design a calendar to schedule meetings.
I applied through college or university. The process took 3 weeks. I interviewed at VMware (Atlanta, GA) in Nov 2016
Interview
2 hackerrank coding round.
1 on campus interview (30 minutes) - Basic questions about C, OOP, OS, network, algorithms and 1 algorithmic problem.
Selected for onsite interview (Atlanta office).
Office tour and job description.
1 group discussion round (Designing a cloud based file sharing service - 1 hour).
1 round of personal interview (1 hour).
Interview questions [1]
Question 1
Given an array of numbers (including zeros), shift the zeros at the end. Do it in-place and maintain the original ordering of non-zero numbers.