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 of the following component has view hierarchies that control screen format and appearance of the views?

Layouts
Views
Resources
Manifest

2. If you need to pass data back from an activity, Which method you should use?

startActivity()
startActivityForResult()
ActivityForResult()
None of the above.

3. In Which application Android applications are usually developed?

C
Python
Java
Ruby

4. 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.

5. There are two attributes that are necessary for every View. These are: android:layout_height and android:layout_width.

TRUE
FALSE
Can be true or false
Can not say

6. Which of the following statement is false about Broadcast Receivers?

A broadcast receiver is implemented as a subclass of ContentProvider class
A broadcast receiver is implemented as a subclass of Activity class
A broadcast receiver is implemented as a subclass of BroadcastReceiver class
A broadcast receiver is implemented as a subclass of Service class

7. 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

8. What is true about Fragments component?

Represents a portion of user interface in an Activity.
UI elements that are drawn on-screen including buttons, lists forms etc.
View hierarchies that control screen format and appearance of the views.
Messages wiring components together

9. 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

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