Build a to do list
Sr Software Developer Interview Questions
71,582 sr software developer interview questions shared by candidates
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.
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.
Viewing 471 - 480 interview questions