I applied through college or university. I interviewed at VMware
Interview
Round 1: Aptitude
Online Computer based test based on Basic mathematics, analytical skills, quantitative analysis and core computer subjects, some code snippets along with one coding question.
Round 2: Technical Interview
They asked mostly about my projects and the code written in round 1
They also asked me some basic questions about data structure based on linked list and stacks and how STL are implemented
I applied through college or university. I interviewed at VMware
Interview
It consisted of four sections-i)Aptitude 10 questions -15 minutes(Little bit tricky time was the major problem so try practicing lots and try to manage time)
ii)Technical 19 questions-29 minutes(Concentrate on networks,os,data structures,programming questions...basics only)
iii)Coding 1 question-30 minutes(encoding alphabets to numbers..very easy question)
iv)Programming output based questions-10 minutes(Choose any two languages from java,c,c++ or python each comprising two questions)
Other rounds were face-to-face mainly based on technical questions and projects
Good experience
Interview questions [1]
Question 1
• Explain types of linked lists.
• Difference between linked lists and arrays.Discussion based on it.
• Finding loops in linked list.
• Look and see sequence program
• Difference between C++ and Java.Basic differences were asked and discussion based on that.
• In a binary tree given X find two nodes that can give a sum X.It is enough to provide a pair of nodes.First tried a solution of O(n^2).He expected a better one and gave hint.Then I developed it and coded.
• Given two sets,find the intersection and union of two sets.
I applied through college or university. The process took 1 day. I interviewed at VMware (Madurai) in Oct 2017
Interview
First round, Online test without negative marks.
second round, programming round. they give the 5 problem and also expect very optimal solution. check all the testcases.
third round, technical round. They touch all the computer science concepts and also ask some advanced topics which are ML,IOT, Big data etc. Detailed explanation of the project which was done.
Fourth round, Managerial round, This round is conducted by manager. mostly the question lies on personality related and also check how interested we are.
finally HR round which is very formal.
Interview questions [1]
Question 1
1.write the program for doubly linked list.
2. find the frequency of the element in the array
3. question related to OS
4.question related to ML