designing APIs, linked list implementation, SQL concepts, OOPS questions, some deep IAM questions
Sr Entwickler Interview Questions
71,740 sr entwickler interview questions shared by candidates
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 ...
Algorithm question (a classical NP problem) that I was able to solve followed by a distributed system debugging question
normal BI questions
Based on previous project implementation of Spring Framework , can you customize the transaction processing behavior?
Basics of Linux,git,puppet/chef,docker,scripting
In an n*n matrix, filled with integers, we have to find the minimum number in the shortest time. The matrix is sorted on both column wise and row wise.
Viewing 481 - 490 interview questions