Find minimum plotform to organise trains. arr[]={ 9:40, 9:50, 11:25}; dep[]={ 12:00, 11:20, 11:30}; Expected output : 3 Explanation: arr is arrival time of a train and dep is departure time of a train respectively. 1st train arrive at 9:40 and departure at 12:00. Before this 1st train leave station, 2nd train arrive at 9:50. So we cannot manage these 2 train in 1 plotforms. Like this we need to find minimum trains to organise all trains
Senior Java Software Developer Interview Questions
430 senior java software developer interview questions shared by candidates
They don't give any clarity also about the profile and job.
Do you also know the Angular Framework?
They ask you to design a system to solve a specific problem
Find nth largest/smallest number in an array
Finding duplicate numbers in array
compare 2 list and find similar data
Basic Java/ J2EE questions.
Q: How would you create a URL shortener application?
Translate a String into Pig Latin ...
Viewing 21 - 30 interview questions