A string manipulation problem
Senior Software Developer Interview Questions
98,030 senior software developer interview questions shared by candidates
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.
Given an array having integers with just one integer repeated thrice, how will you find out which integer is that?
There are incoming numbers from a stream, print the largest 1000 numbers.
implement the interface: interface SortedList<T>{ /*Get an item from list at index position *params index - index position in array *returns item - if item is found at index position *throws IndexOutOfBoundException - if input index is not within list T get(int index); } Check if an item exists in sortedList. Eg. 1,2,3,4,5,6 ...
Cuantas veces escribes el número 6 si escribes todos los números del 1 al 1536?
Viewing 601 - 610 interview questions