The coding test was to build an Android-based RESTful API Client that displays a list of information based on an open API endpoint.
Android Software Developer Interview Questions
8,366 android software developer interview questions shared by candidates
¿que son las corrutinas?, ¿que es jetpack compose?
/* Input: [3, 4, 2, 1, 6, 6, 4, 4] Output: * * * ***** 34216 // OR Input: [8, 8, 8, 8, 6, 1, 1, 8, 1, 4] Output: * * * * * * **** 8614 */
Questions were on : Algorithms, Basic Android Questions and some CSE questions(should have focused on that :() The list goes as follows: Asked about Technical background, future objectives and what do you know abt the company? Types of Layouts, which one would you use n when, which is efficient? Singleton, how would you create one, put too much stress on getInstance() (I got nervous here and spooked it) What is deadlock, give an example of Threads in Deadlock (didn't have great insight into that :() Other very basic Android and Java questions.
They asked me to to provide details regarding my resume and to tell them something that isn't on my resume that I would like to share with them.
Android Architecture component, broadcast receiver, Services, Gradle file related questions, MVVM, Room, Workmanager, threads, collections etc..
They invite you for Application developer position but I think Technical interviewer doesn't know this.. Because my All interview question is for Android Framework developer .. LOL I think they just need theoretical strong people your all achievement are 0 if your week in thermotical question
Create an application that pulls JSON data from a provided URL. The JSON data contains an array of image URLs and latitude/longitude points. Create 2 views that are navigated through using ActionBar tabs. First, a ListView that displays the images from the URLs in thumbnails. Second, a MapView that plots the thumbnails on the latitude/longitude points. Clicking on either the list items, or the map points, leads the user to a details activity that contains the images and some other detail pulled from the JSON data.
Typical android and kotlin stuff
Lot of questions about threading, and concepts of android
Viewing 281 - 290 interview questions