Loads of personality and situation handling questions
Senior Software Developer Interview Questions
6,897 senior software developer interview questions shared by candidates
Behavioral and technical questions, some things not found on resume that define me.
Describe a time you made a difficult technical decision and it turned out to be wrong. How did you fix it?
Leadership: How do you keep your engineers motivated?
Programming task 1 (technical screening): You want to park your bicycle in a bicycle parking area where bike racks are aligned in a row. There are already N bikes parked there(each bike is attached to exactly one rack, but a rack can have multiple bikes attached to it). We call racks that already have bikes attached used. You want to park your bike in a rack in the parking area according to the following criteria: the chosen rack must lie between te first and the last used racks(inclusive); the distance between the chose rack and any other used rack is as big as possible. A description of the bikes already parked in the racks is given in a non-empty zero-indexed array A: element A[K] denotes the postion of the rack to which bike number K is attaced (for 0 <= K < N). The central position in the parking area is position 0. A positive value means that the rack is located A[K] meters to the right of the cetral position 0; a negative value means that it's located |A[K]| meters to the left. That, given a non-empty zero-indexed array A of N integers, returns the largest possible distance in meters between the chosen rack and any other used rack. Assume that: N is an integer within the range [2..100,000]; each element of array A is an integer within the range [-1,000,000,000..1,000,000,000].
Ticket booking system, Producer/consumer problem, Executor Design pattern, Semaphore, Transient variable in java, designing tools and diagrams you have used while designing an application, SOA, Lamda expression.
What are Interfaces? and use of it?
What is VR?
What are classes and Object?
Related to Java Spring boot Java coding questions
Viewing 5471 - 5480 interview questions