They asked from SQL.
Software Engineer Software Developer Interview Questions
3,293 software engineer software developer interview questions shared by candidates
1. Tell me about yourself
General questions about personal and technical
This a straight forward interview for the position with out unexpected questions.
Oops concepts
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
Ask about red-black tree. Similar questions to B+Tree
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)
the puzzl ei mentioned above.
Everything you did in past, your project design etc. The next set of questions were based on DS/algo 1. Find the kth largest element in a binary tree 2. Find the kth element in minimum time.
Viewing 1211 - 1220 interview questions