architerure level questions
Development Lead Interview Questions
1,050 development lead interview questions shared by candidates
Why ServiceTitan?
Describe one failure in your professional experience /life and how you were able to learn from it and how you implemented the change.
Wirte a program for String Anagram Questions on Single ton classes Object creation for class VS extending class Selenium Architecture Program using Comparator and comparable Questions on unit testing Implement a framework
Given a box of 10 coins and you are blindfolded, how will you form 2 groups of equal heads and tails
What actions would you take if you failed to meet a deadline or complete a project satisfactorily.
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
Have you ever created a library in angular?
To finish off there was a coule of standard MS SQL questions about clustered and covering indexes.
How do you motivate, train and retain talent?
Viewing 971 - 980 interview questions