Explain your current project architecture. Few clarifying questions based on this.
Lead Software Developer Interview Questions
3,923 lead software developer interview questions shared by candidates
Where are your micro services deployed?
Find the values of each branch of a binary tree that sum at least 20 and report which values those.
First Round Question: You are given two linked lists and two integers i and j (i <= j). You need to replace the nodes from index i to j (0-based) in the first linked list with the entire second linked list and return the updated list. Example: Input: List1: 1 -> 2 -> 3 -> 4 -> 9 -> 6 List2: 4 -> 5 -> 10 -> 7 -> 3 i = 2, j = 4 Output: 1 -> 2 -> 4 -> 5 -> 10 -> 7 -> 3 -> 9 -> 6
Would you be available to be on call and fix production issues 24 hours a day for at least a week at a time whenever necessary?
Create calendar events with users and start times, find events for a user in chronological order
Calculator expression (-2(+2(-17)2)2) provide final result of the equation
Find prime
If I'd ask about you to one of former colleagues, what would they say about you?
Explain the architecture diagram for uber.
Viewing 3571 - 3580 interview questions