I applied through an employee referral. I interviewed at VMware (Sofia, Sofia (city))
Interview
1. Hr telephone interview - just general questions, not technical
2. Technical interview - it involved tasks to solve and java related questions
3. Interview with the managers - there were several managers from different teams so each could ask questions related to their specific jobs
Interview questions [1]
Question 1
1. Questions on java collections and algorithms complexity
2. Based on certain requirements propose design strategy of the problem. They wanted to see if i could find design pattern that I could propose for the given task(the pattern in question was decorator pattern)
I applied through an employee referral. The process took 3 weeks. I interviewed at VMware (Bengaluru) in May 2021
Interview
Got Referred through linkedin,
Interview experience with #vmware for MTS - Developer - Java, Springboot(applied using referral on LinkedIn)
Round 1 :
class Job {
int cpuUsage;
int duration;
int startTime;
}
public boolean isJobsValid(Job[] jobs, int cpuCapacity) {
//should return false if at any point of time total cpuUsage (sum of cpu usages of multiple jobs happening at same time) is greater than cpuCapacity.
}
Search in a rotated and sorted array
Round 2:
Java - hashmap workings -> treemap
stack -> get max, push pop
Interview questions [1]
Question 1
Interview experience with #vmware for MTS - Developer - Java, Springboot(applied using referral on LinkedIn)
Round 1 :
class Job {
int cpuUsage;
int duration;
int startTime;
}
public boolean isJobsValid(Job[] jobs, int cpuCapacity) {
//should return false if at any point of time total cpuUsage (sum of cpu usages of multiple jobs happening at same time) is greater than cpuCapacity.
}
Search in a rotated and sorted array
Round 2:
Java - hashmap workings -> treemap
stack -> get max, push pop
I applied in-person. I interviewed at VMware (Hyderābād) in Jul 2019
Interview
1st Round: Telephonic Round
2nd Round: Face to Face Technical Round
In first round,the interviewer asked core java,collections,exception handlings,Strings,
about projects,microservices,authentication mechanisms,
data structure ,internal implementation of data structures.
web services,rest api , sql queries,microservices architecture ,how services are communicating and how o handle service if any service went down.
Interview questions [1]
Question 1
Discussion between interviewer and me about micro services are service oriented architecture?.because I mentioned like this in my resume "Microservices(Service Oriented Architecture)". Then I said 'yes'. but micro services are fine grained not SOA