Basic questions on past experience on Android
Android Lead Interview Questions
8,360 android lead interview questions shared by candidates
Pair programming exercise where the interviewer describes the problem they're trying to solve and you code a solution. It was a basic Kotlin problem where you mapped elements in array based on some condition. It was designed to make you ask questions, because it didn't have all the info you needed to solve the problem.
Do you know the some of the architectures that are common for mobile development? tell me about them
How would you layout a chessboard in Android?
1. Write a method which checks if a String is a palindrome and returns a boolean value.
1. Write a method which checks if a String is a palindrome and returns a boolean value. with differing inputs for handling a Palindromic sentence.
Your photo-sharing app displays a system notification when the user receives a photo. Your app should display the photo when the user taps the notification. Which of the following do you need to attach to the Notification object that you pass to NotificationManager?
There is two series, One is input another is to sort order; input = "abc145bac" order_str = "abc" Sort the input based on order on "order_str" Example input = "abc145bac" order_str = "abc" Expected result : "aabbcc145"
Phone call interview: Multiple choice question on Android (asyntask, activity life cycle, services...)
What's your favorite node.js module?
Viewing 1531 - 1540 interview questions