1. Write a method which checks if a String is a palindrome and returns a boolean value.
Android Manager Interview Questions
10,457 android manager interview questions shared by candidates
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?
You want to trigger an animation half a second after a user taps a button. The BEST way to do this is to: A. Call Timer.schedule and pass the animation as a TimerTask. B. Call Thread.sleep in the button’s ClickListener’s oncl1ck method. C. Call postDelayed on the appropriate Handler. D. Call setInterval on an Alarm created with AlarmManager.
given 2 sorted arrays with sizes 2n and n, need to merge them
You're implementing a photo sharing app that uses system notifications. When the user gets a photo and taps on the notification, what does the app call?
What is a Mutex Deadlock?
Questions were mostly based on Jetpack Compose and architecture. 1- Launched Effect 2- Disposable Effect 3-MVVM architecture Managerial Questions were standard questions like 1- How did you handle tight deadlines in the past? Steps taken. 2-How did you handle conflicts in a team 3- How did you convince your team to go with your idea?
Você participa da comunidade de programação?
Given this coding question how would you optimize it for better run time given a much larger data set, think millions of entries.
Viewing 1941 - 1950 interview questions