Visit all the nodes of a binary search tree level by level.
Software Senior Interview Questions
75,527 software senior interview questions shared by candidates
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.
Tell me something about yourself
A string manipulation problem
1. Phone Screen - LRU Cache 2. Demo Spring App - Players data upload, search, list players, update, display 3. Demo Presentation of the app 4. Discuss the thought process while building the demo app and what all upgrades can be done and do the upgrades then and there with successful results 5. Coding round - Leetcode medium 6. Culture fit with recruiting team manager
There were a lot of interviews and different people who I talked to. All technical questions were very different with different levels of difficulty. But none felt super hard.
Didn't really expect basic questions like what is the difference between memcached and redis. What is REST, what is its advantages. Caught me off guard because I've been using those technologies almost instinctually for years and never had to verbalize them.
designing APIs, linked list implementation, SQL concepts, OOPS questions, some deep IAM questions
Explain how the garbage collector works.
Viewing 501 - 510 interview questions