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. Android was developed by the?

Sun Microsystem
Open Handset Alliance
AT & T labs
Facebook

2. Which callback is called when the activity is no longer visible?

onRestart()
onDestroy()
onStop()
onPause()

3. What is true about Fragments ?

A fragment has its own layout and its own behaviour with its own life cycle callbacks.
You can add or remove fragments in an activity while the activity is running.
You can combine multiple fragments in a single activity to build a multi-pane UI.
All of the above

4. How many main components that can be used within an Android application?

2
3
4
5

5. The action in an Intent object can be set by the?

setAction() method
set() method
Action() method
setsAction() method

6. Resource Manager is used for?

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.

7. ___________ means it will occupy the complete space available on the display of the device.

wrap_content 
match_content
match_parent
wrap_parent

8. What is true about FLAG_ACTIVITY_NEW_TASK?

If set in an Intent passed to Context.startActivity()
If set, and the activity being launched is already running in the current task
This flag is generally used by activities that want to present a "launcher" style behavior
All of the above

9. Android 1.0, was released in?

39692
39326
39661
39295

10. Which of the following is true about ACTION_TIMEZONE_CHANGED?

It is used to run default uninstaller
Show settings for choosing wallpaper
Display a list of people, which the user can browse through.
It intimates when time zone has changed

Results