Technical Leader Interview Questions

19,688 technical leader interview questions shared by candidates

Given a one dimension array, need to find the count of the unique set of elements. A[0] = 3; A[1] = 7; A[2] = 4; A[3] = 3; A[4] = 3; A[5] = 4; First set of index where values are same (0, 3), (0,4),(3.4) The second set of index where values are same (2,5) Since value 7 didn't have set, it won't be counted Total sets = 4 Language could be of your choice. C#, JAVA, Python, Javascript, etc.
avatar

Technical Lead

Interviewed at Cimpress

4
Oct 1, 2016

Given a one dimension array, need to find the count of the unique set of elements. A[0] = 3; A[1] = 7; A[2] = 4; A[3] = 3; A[4] = 3; A[5] = 4; First set of index where values are same (0, 3), (0,4),(3.4) The second set of index where values are same (2,5) Since value 7 didn't have set, it won't be counted Total sets = 4 Language could be of your choice. C#, JAVA, Python, Javascript, etc.

The technical round at my level (8+ experience) was extremely detailed. They ask more about 'Why' part than just the straight book definition. A few examples - Why multi inheritance is not supported in .net & why did C++ allow it? Delegates Collections & generics in details - prepare for why & performance level questions Authenticated & authorization in MVC Routing in detail- precedence too why use caching and how browser handles it action filters, and how does browser handles it mvc lifecycle memory leak & server not responding issues - how to fix? why use repository with EF? Garbage collection - generations - and why use them? SOLID - why use LSP? And ISP? web api : conneg web api lifecycle authentication? api vs wcf?
avatar

Technical Lead

Interviewed at Publicis Sapient

3.4
Dec 5, 2019

The technical round at my level (8+ experience) was extremely detailed. They ask more about 'Why' part than just the straight book definition. A few examples - Why multi inheritance is not supported in .net & why did C++ allow it? Delegates Collections & generics in details - prepare for why & performance level questions Authenticated & authorization in MVC Routing in detail- precedence too why use caching and how browser handles it action filters, and how does browser handles it mvc lifecycle memory leak & server not responding issues - how to fix? why use repository with EF? Garbage collection - generations - and why use them? SOLID - why use LSP? And ISP? web api : conneg web api lifecycle authentication? api vs wcf?

Viewing 5071 - 5080 interview questions

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