Technical Lead Interview Questions

19,756 technical lead interview questions shared by candidates

Round 1 - Basic DSA programming round (circular queue based questions, flattening array), technical concepts in Javascript / Jquery / React JS / Node JS Round 2 - challenges and team management skills, communication skills
avatar

Technical Lead -L1

Interviewed at Wipro

3.6
Oct 4, 2025

Round 1 - Basic DSA programming round (circular queue based questions, flattening array), technical concepts in Javascript / Jquery / React JS / Node JS Round 2 - challenges and team management skills, communication skills

This was my mail to some employees of Global Logic sapna.n@globallogic.com(HR), delhi.eswaran@globallogic.com(interviewer), bhanu.p.singh@globallogic.com, ranjita.mandal@globallogic.com, niranjan.devarapalli@globallogic.com I do not think there is any point writing this mail to HR unless it goes to the technical person who took my interview. I think all my answers were correct. Then why should I be rejected. I talked to HR . She told me she may arrange a next interview for me if possible. Why the hell should I attend the next interview with Global logic. What there is no value for my time and money. You bring cartoons to take interviews. I can as well expect that next time I give another interview and be rejected for no reason. You are doing politics or what. If I come to work in Global Logic, what is the guarantee that I may not be thrown out of my job without any reason. I can not work with such stupid companies. If my profile does not match your skills, could you not know that before taking my interview? Why you wasted my time and money. If you ask me for A,B,C- I will write code for A,B,C. Why do you expect E? If you expect E, you have to tell me before writing code. I am giving you the problem statement that was given to me and the answer that I gave. If you have any shame left, then find out my fault you shameless creature doing politics here. ------------------------------------------------------------------------------------------------------------------------------------------------------------------- Problem statement- grep "keyword" -k n means when this statement runs, the matching "keyword" must be picked up and n lines before and after that should be displayed. Example- "AA";"BB";"CC";"Dd";"E E";"Ff";"G G" From this - grep "Dd" -k 2 should return "BB";"CC";"Dd";"E E";"F F" 1 more condition, if there are insufficient strings at the beginning or end, it should return whatever possible like in - grep "AA" -k 2 - should return- "AA";"BB";"CC" for ease of programming use integers instead of strings. There are 3 vectors of integers vector<int> input_string1={2,3,4,5,1,6,7,8,9}; vector<int> input_string2 = {1,2,3,4,5,6,7,8,9}; vector<int> input_string3 = {2,3,4,5,6,7,8,9,1}; int key = 1; int k = 2; 3 conditions-> grep(key,input_string1,k); grep(key,input_string2,k); grep(key,input_string3,k); ------------------------------------------------------------------------------------------------------------------
avatar

Technical Lead

Interviewed at GlobalLogic

3.8
Nov 11, 2020

This was my mail to some employees of Global Logic sapna.n@globallogic.com(HR), delhi.eswaran@globallogic.com(interviewer), bhanu.p.singh@globallogic.com, ranjita.mandal@globallogic.com, niranjan.devarapalli@globallogic.com I do not think there is any point writing this mail to HR unless it goes to the technical person who took my interview. I think all my answers were correct. Then why should I be rejected. I talked to HR . She told me she may arrange a next interview for me if possible. Why the hell should I attend the next interview with Global logic. What there is no value for my time and money. You bring cartoons to take interviews. I can as well expect that next time I give another interview and be rejected for no reason. You are doing politics or what. If I come to work in Global Logic, what is the guarantee that I may not be thrown out of my job without any reason. I can not work with such stupid companies. If my profile does not match your skills, could you not know that before taking my interview? Why you wasted my time and money. If you ask me for A,B,C- I will write code for A,B,C. Why do you expect E? If you expect E, you have to tell me before writing code. I am giving you the problem statement that was given to me and the answer that I gave. If you have any shame left, then find out my fault you shameless creature doing politics here. ------------------------------------------------------------------------------------------------------------------------------------------------------------------- Problem statement- grep "keyword" -k n means when this statement runs, the matching "keyword" must be picked up and n lines before and after that should be displayed. Example- "AA";"BB";"CC";"Dd";"E E";"Ff";"G G" From this - grep "Dd" -k 2 should return "BB";"CC";"Dd";"E E";"F F" 1 more condition, if there are insufficient strings at the beginning or end, it should return whatever possible like in - grep "AA" -k 2 - should return- "AA";"BB";"CC" for ease of programming use integers instead of strings. There are 3 vectors of integers vector<int> input_string1={2,3,4,5,1,6,7,8,9}; vector<int> input_string2 = {1,2,3,4,5,6,7,8,9}; vector<int> input_string3 = {2,3,4,5,6,7,8,9,1}; int key = 1; int k = 2; 3 conditions-> grep(key,input_string1,k); grep(key,input_string2,k); grep(key,input_string3,k); ------------------------------------------------------------------------------------------------------------------

Viewing 5321 - 5330 interview questions

Glassdoor has 19,756 interview questions and reports from Technical lead interviews. Prepare for your interview. Get hired. Love your job.