Design online exam which have few questions and answers which are of multiple choices and in the end of the exam we see what's the score in the exam.
Lead Engineer Interview Questions
7,944 lead engineer interview questions shared by candidates
Type of optimizer join,which one to use when
Explain your current project architecture. Few clarifying questions based on this.
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
What does your current role entail? How many people report to you? How is this or that done in your current role, and how can it be improved? What do you like about your job? What motivate you? And the odd one was: What's your favourite "movie" and "series" of all time?
What is hoisting, write promise.all polyfills, why promise.all is async, flateern an array , write memo function, React native Animations
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?
- Frontend challenge - Sytem design a feature related to the field
Viewing 7191 - 7200 interview questions