Write a program to reverse a given string
Desenvolvedor De Android Senior Interview Questions
10,456 desenvolvedor de android senior interview questions shared by candidates
Write a function that will sort items in a list where every next item will be greater or less then the previous, e.g. 5, 2, 1, 7, 9, 8 -> 2, 5, 1, 9, 7, 8
How to ensure values from observable to be ordered (example code with flatMap). RxJava concepts
One of the question was to describe the activity life cycle. Few questions was based on Java also. Where the interviewer also questions about few java related concepts.
Polygons challenge, anagrams, implementing findviewbyid
Given an App page, we are not sure if user is confused it is about a certain city or not, how would you experiment on it?
Discussion on real life example of strong and weak references. Passing activity strong reference in asynctask and what about that activity reference object?
String s1 = new String("YOUR_NAME") String s2 = new String("YOUR_NAME") is s1==s2? and WHY?
stage 2 live code with principle eng mobile
Android: (first 5 mins) => 5,6 questions (Answered all of them, interviewer was happy) (Performance : 9/10) Couple of basic Android fundamental questions that I dont remember How would you update few items that have been changed on the recyclerview? Why so? What is ANR? What is the most common way to getting rid of it? What are some diff ways to do bacground processing? why is it needed? What is a backstack? How does it work? Something related to Livedata and its work. Coding question : Given a 2D array (e.g. {{915, 1200}, {1145, 1430},{845, 1030}}) where we have start time and end time in int format, we need to return true if our meeting time doesnt overlap with those times false otherwise isMeetingPossible(array, 1200, 1400) -> true/false
Viewing 491 - 500 interview questions