Development Lead Interview Questions

1,050 development lead interview questions shared by candidates

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
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 971 - 980 interview questions

Glassdoor has 1,050 interview questions and reports from Development lead interviews. Prepare for your interview. Get hired. Love your job.