What are the most challenging tasks you faced in your previous projects and how did you handle them
Senior Interview Questions
340,906 senior interview questions shared by candidates
One of the question was on Designing & Code a TTL Cache with some modifications
Implement a method 'find' that will find the starting index (zero based) where the second list occurs as a sub-list in the first list. It should return -1 if the sub-list cannot be found. Arguments are always given, not empty. Sample Input 1 list1 = (1, 2, 3) list2 = (2, 3) Sample Output 1 1 Explanation As second list (2, 3) is sub-list in first list (1, 2, 3) at index 1 Sample Input 2 list1 = (1, 2, 3) list2 = (3, 2) Sample Output 2 -1
Describe a circuit that implements the following truth table using only NAND gates. A B OUT 0 0 1 0 1 1 1 0 0 1 1 1
Calculate fifo depth for following data rate Writing Data = 80 DATA/100 Clock (Randomization of 20 Data’s) Outgoing Data= 8 DATA/10 Clock. Burst size = 160
Given an NxN matrix, find out the number of ways to get to the NxNth cell from the 1x1 cell...
How would you deal with agents who are more tenured than you are in the company
Probability of a knight making a valid move on NxN matrix in m steps.
Be prepared to answer questions on your previous work. Also, Deloitte pays maximum importance to communication skills. Good communication skills can get you through the interview process with ease.
Where do you live? That's the crucial question, no matter your grades, how many languages you speak and your experiences. If you live in Milan and you have a degree bought at Bocconi you become the perfect candidate!
Viewing 251 - 260 interview questions