You are working on high profile presentation for directors when a team member seeks your help and advice urgently. How would you prioritise ?
Principal Software Interview Questions
10,182 principal software interview questions shared by candidates
Hiring Manager provided role play scenarios to developing a new product. Asked questions about my approach to requirements gathering, working with others, communicating work progress and stoppage. How I would manage an unhappy or aggressive customer.
Standard questions about experience, influence, conflict, and strategy; Definitely focused on values alignment (which I appreciated).
Any challenges faced and how it got handled effectively
Write programs.
Tell us about your experience
What would you do if you found an infected host on your network and how would you stop it's spread? (No details were given on what tools or equipment the customer may have)
Do you surf?
Similar to other ones posted in glass door already. Snake game, voting system, feature flag system, go through projects in detail, values etc etc
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
Viewing 1221 - 1230 interview questions