The most difficult question during the interview was “Tell me about a decision that had to be made where your team members didn’t see “eye-to-eye” on, and how did you handle it?”. This wasn’t a particularly difficult question to answer based on my background—I pulled from team experiences that I had led in the past, but can see how this could be a tricky question to answer (underlining purpose of this question is to determine if you have a “dictator” approach, if you tend to side with one group, or if you aim to bring your team together in the middle to find a compromising proposition).
Sr Engineer Interview Questions
107,536 sr engineer interview questions shared by candidates
General questions on Object oriented programming, and creating an OOP scenario in a programming language of my preference. Followed by a question asking me to describe any challenging technical situation and it's resolution (in my career).
Write an app that calculates a number of identical strings in a list
do you have a degree
Code 1 and 2 Write a ratelimiter, and calculate the size of the files on a system, basically do a calculation on a list of a list, and sort a list
Build a to do list
Build a task list using vanilla javascript
Visit all the nodes of a binary search tree level by level.
a[5] = [10,12,3,4,15] int* const exp1 = &a; int const* exp2 = &a; for ( int i=0; i<5; i++) { print("Value %d", *exp1++); print("Value %d", *exp2++); } what will be the output?
finding the sum of nodes at same level in binary tree.
Viewing 611 - 620 interview questions