How to make a global error class for Retrofit errors?
Senior Software Engineer Java Developer Interview Questions
95,752 senior software engineer java developer interview questions shared by candidates
How the viewpager is implemented?
Sorting algorithm for a string array
can you join in a week
very basic RPN calculator question
Remove the comments from code.
The racehorse problem: given 25 horses and no stopwatch, and you can only race 5 horses at the same time, how few races does it take to find the fastest horse?
Design ride service like Uber
Difference between process/thread, heap/stack. What is JIT?
1st phase 1st technical interview: Problem was that given a positive integer n print all distinct ordered sets of positive integer which have sum equal n. eg:- for n=2 output: { [1, 1] } for n=3 output: { [1, 1, 1], [1, 2], [2, 1] } for n=4 output: { [1, 1, 1, 1], [1, 1, 2], [1, 2, 1], [2, 1, 1], [2, 2], [1, 3], [3, 1] }
Viewing 451 - 460 interview questions