Me postulé en persona. Acudí a una entrevista en VMware (Hyderabad) en jul 2019
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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
Me postulé a través de una recomendación de un empleado. El proceso tomó 3 semanas. Acudí a una entrevista en VMware (Bengaluru) en may 2021
Entrevista
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
Preguntas de entrevista [1]
Pregunta 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
Me postulé a través de una recomendación de un empleado. Acudí a una entrevista en VMware (Sofía, )
Entrevista
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
Preguntas de entrevista [1]
Pregunta 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)