Where are your micro services deployed?
Lead Software Engineer Interview Questions
2,130 lead software engineer interview questions shared by candidates
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
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.
add method of ArrayList, find a file recursively, normalization, basic linked list operations, hashmap
Conte sobre sua experiência em reestruturação de sistemas/escalabilidade. Descreva um desafio técnico complexo que você resolveu.
Viewing 1911 - 1920 interview questions