Ho presentato la mia candidatura tramite segnalazione di un dipendente. Ho sostenuto un colloquio presso VMware (Sofia, )
Colloquio
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
Domande di colloquio [1]
Domanda 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)
Ho presentato la mia candidatura tramite segnalazione di un dipendente. La procedura ha richiesto 3 settimane. Ho sostenuto un colloquio presso VMware (Bengaluru) nel mese di mag 2021
Colloquio
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
Domande di colloquio [1]
Domanda 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
Ho presentato la mia candidatura di persona. Ho sostenuto un colloquio presso VMware (Hyderabad) nel mese di lug 2019
Colloquio
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.
Domande di colloquio [1]
Domanda 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