Open In App

VMware Interview Experience

Last Updated : 24 Aug, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

Total There were 3 rounds:

  1. Online Test(HirePro plateform)
  2. Technical Round
  3. HR Round

Round 1

Round

  1. Section-1: It includes QA Aptitude questions related to profit loss, time and work, percentage, clock and blood relations, etc. Difficulty level was easy to moderate even if you have a basic understanding of the topics you will able to solve the question easily.
  2. Section 2: This section was Technical MCQ from database, C programming, and operating systems concepts if you study gate topics it can be easily solved.
  3. Section-3 This section was a Coding Round You can choose only from the given languages C, C++, JAVA7, and JAVA8. I opted for C++ to code the same. The question was to find all the prime factors of the given number. for eg.- input = 24, output: 2,3. I solved this and got selected for the interview.

Round 2- (30 mins)

  • First, he told me to introduce myself.
  • Then he saw my resume and asked which programming languages I was comfortable with, after said C and C++.
  • He jumped into the coding part
  • Write a program to find a loop in a linked list.
  • Write a program to change the left subtree into the right subtree and the right subtree to the left subtree in a binary tree.
  • The first program I wrote, and then he asked me to explain the whole code, I explained.
  • I started the second program, but it was taking time, he said, “Can you tell me the logic?”, He was satisfied when I explained the logic.
  • Then he ask me about Quick sortThen I asked him, if should I write a code or an algorithm, he told me anything I would like, I wrote algo and he was satisfied.
  • After that he asked if I knew about paging, I said yes, and he asked “What is page fault ?”
  • Then he asked me, “What is virtual memory ?”
  • After that, he asked me if I liked networking or not, after I said yes, he asked “What is OSI model ?”
  • Then he asked me the difference between TCP and UDP
  • Then the interviewer asked me “Do you have any questions ?” –  I asked “What kind of responsibility am I going to get?
  • After his answer, he asked me again if I had any more questions.
  • After I said “I have no more questions” then he said “ok, now you can go”
  • Then I thank him and leave.

Round 3 – (15 mins, HR,On Google Meet)

  • HR introduced himself and asked me to introduce myself.
  • Tell me everything about yourself from your middle school.
  • How is your relationship with other friends who are selected for the HR round?
  • What are your expectations from the company? 
  • Do you have any questions?
  • I asked a question about the life at VMWare.
  • Then with warm thanks I left the room.

Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads