Lead Software Development Engineer Interview Questions

155 lead software development engineer interview questions shared by candidates

Factorial using recursion Xpath locator for some element inside a table When to use linkedlist and arraylist. Some theoritical questions about static, hashmap and hashset in java. Aptitude question after which the Manager went for lunch :-)- find k missing number from n consecutive natural number where n is 10 and k is 3.
avatar

Lead Software Development Engineer In Test

Interviewed at Monotype

3.4
Mar 24, 2017

Factorial using recursion Xpath locator for some element inside a table When to use linkedlist and arraylist. Some theoritical questions about static, hashmap and hashset in java. Aptitude question after which the Manager went for lunch :-)- find k missing number from n consecutive natural number where n is 10 and k is 3.

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
avatar

Software Development Engineer In Test Lead

Interviewed at Planful

4.1
Jan 9, 2020

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

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
avatar

Lead Software Development Engineer

Interviewed at JPMorganChase

3.9
Oct 7, 2025

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

Viewing 131 - 140 interview questions

Glassdoor has 155 interview questions and reports from Lead software development engineer interviews. Prepare for your interview. Get hired. Love your job.