Open In App

VMware FTE Interview Experience | On-Campus 2022

Improve
Improve
Like Article
Like
Save
Share
Report

Round 1: 

  • MCQ + 1 coding Question
  • 107 minutes
  • MCQ – CS Core, Aptitude, Logical Reasoning
  • Coding Question – Easy Level, implementation
  • 24 Students

Round 2(Technical Interview 1 – 50 mins): 2 Coding Questions + Projects

  1. Rearrange negative and positive values in an array so that positive values are at the front and negative at the back.(in place)
  2. Decode a string recursively encoded as count followed by substring

No cross questioning on the project. 

12 students

Round 3(Technical Interview 2 – 50 mins): Three coding questions + OS + SQL Query

Coding:

  1. Given a sorted array with zeroes and ones, find the index of the first 1 (compiled code).
  2. Longest common subsequence in n^2.
  3. Find the smallest n divisible by k such that n is always of form 1, 11, 111, 1111, and so on. 

 OS: Thrashing, Semaphore

 SQL:

The tables are as follows:

a. College name, college id.

b. Company name, company id.

c. Student name, college id, company id.

Write a query that returns the number of students placed in a particular company from a specific college.

Seven students

Round 4(Managerial Discussion – 30 mins):  Design Questions on the project, Operating Systems, and general discussion.

  • Role of OS in scheduling threads of a process.
  • An address is passed to a function. Find if it’s in the heap or the stack.
  • A general discussion about me followed it.

5 Students

Round 5(HR Discussion – 15 mins):

  1. Next 5-year plan.
  2. What did you do in college?
  3. Any VMware product used.
  4. What excites you about VMware.
  5. Feedback on what we can do to make this process more smooth.

3 Students were selected, I was one of them.

My Suggestion:

  • When you read interview experiences, don’t assume that the selected person answered every question.
  • I answered around 85 percent of questions in the first two interviews and barely 50 percent in the managerial round. Still, my attitude was positive throughout, so it’s perfectly fine even if you don’t know everything. You are not supposed to be some encyclopedia to get a job but a person with positivity, curiosity, and a ready-to-learn attitude.

Last Updated : 26 Aug, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads