Android Quiz


Play this quiz that will help you to excel in Android certification exams, placements etc. This Android quiz consist of 10 questions that you need to solve in 10 minutes. We’ve specially designed this quiz so that you can quickly acquaint to the pattern of questions you can be asked in placement drives, certification exams etc. This test enables you to assess your knowledge of Android.

Take the Free Practice Test



Android MCQs

Practice Android MCQ Questions, which will help you in developing Android Apps and will help you to prepare for android developers job.

Android Quiz

Try Free Android Quiz, to start a quiz you need to login first, after login you will get start quiz button and then by clicking on that you can start quiz. You will get 10 Minutes to answer all questions.

Android Quiz

1. Which component handle background processing associated with an application?

Activities
Services
Broadcast Receivers
Content Providers

2. Activity Manager is used to?

Controls all aspects of the application lifecycle and activity stack.
Allows applications to publish and share data with other applications.
Provides access to non-code embedded resources such as strings, color settings and user interface layouts.
Allows applications to display alerts and notifications to the user.

3. Android was developed by the?

Sun Microsystem
Open Handset Alliance
AT & T labs
Facebook

4. In android mini-activities are also known as

Adapter
Activity
Fragments
None of the above

5. What is true about Content Providers?

They dictate the UI and handle the user interaction to the smart phone screen
They handle background processing associated with an application.
They handle communication between Android OS and applications
They handle data and database management issues

6. ___________ means it will occupy only that much space as required for its content to display.

wrap_content 
match_content
match_parent
wrap_parent

7. What is true about Android?

Android is an open source
Linux-based Operating System
Used in mobile devices such as smartphones and tablet computers.
All of the above

8. A __________ is a piece of an activity which enable more modular activity design.

Fragment
sub-activity
Intents
Filters

9. Which of the following is true about ACTION_SET_WALLPAPER?

Edit information about the person whose identifier is "1".
Show settings for choosing wallpaper
It will start the platform-defined tutorial
It intimates when time zone has changed

10. What is true about Activities component?

An activity represents a single screen with a user interface,in-short Activity performs actions on the screen.
application has more than one activity, then one of them should be marked as the activity that is presented when the application is launched.
An activity is implemented as a subclass of Activity class
All of the above

Results