Usual questions related to Android,
Senior Android Software Engineer Interview Questions
1,907 senior android software engineer interview questions shared by candidates
Questions regarding Inheritance, Abstraction, Disposable Effect
Technical background
1. Design Simple ConstraintLayout which is recyclable. 2. Java and Kotlin questions. val and var differences, reduce, join, fold, sealed classes, inheritance, etc 3. Tools related queries. RxJava, Dagger and Geofencing 4. Core Android queries like Multi-threading, Handling Nested Memory leaks 5. Unit Testing 6. Design Patterns
Q: What is agile methodology? Q: What is your android developing related projects Q: Why do you selected this company
Build a simple android application
They were all about me coding. I felt like I had the same interview 3 times in a row, where they all focused on me creating a small app from scratch, and talk about architecture.
Que experiencia tengo como desarrollador Android?
What is ANR and how to avoid it?
1st Round by Recruiter: 3 sets of questions. 1. Java - Equals & Hashcode, Arraylist & LinkedList, Threads, Collections. 2. Android - Activity lifecycle, Async Task, RecyclerView, View & ViewGroup lifecycle, Fragments. 3. Data Structure and Algorithms O(n) - Arraylist & linkedlist, HashMap - (insert, delete, access & add). 2. Round HackerRank Test: 1-5 MCQ (Java, Android & O(n)): - series of lifecycle events moving from Activity A to B. - View lifecycle on "requestLayout" & on "invalidate" - FInd time complexity of given code snippet. 6. Check balanced braces. 7. In Unsorted array find unique pair where sum of these pair is K. 8. Problem on graph subcomponents.(Zombie Cluster). 3. Round By Android Developer(mostly 2-4 years exp.) Android/Java Theory & O(n) Android: Activity LifeCycle, View LifeCycle, Opinion on why RecyclerView is lagging(scrolls slowly), Async Task, MVP, Service. JAVA: equals & hashcode, Arraylist & LInkedList, Threads, Lock, Object (wait, notify), Synchronization, Checked & Unchecked Exception, How to create unchecked exception, collections, Design Patterns. O(n): 1. ArrayList & LinkedList(Insert, add, delete, access). 2. Traverse whole items in ArrayList & LinkedList which is faster? both are O(n), O(n) but ArrayList would be faster. 4. Code Pair (HackerRank) By Senior Developer(Around 5-8 years) Opinion on why RecyclerView is lagging(scrolls slowly). Q. Write a function to reverse the integer. - what if no is negative - what if reversed no is no longer in range of integer return 0 (check with Integer.MAX_VALUE & Integer.MIN_VALUE)
Viewing 1751 - 1760 interview questions