Technical Lead Interview Questions

5,785 technical lead 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.

Viewing 1891 - 1900 interview questions

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