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. An Android _____________ is an abstract description of an operation to be performed. It can be used with startActivity to launch an Activity.

Filters
Intent
Service
Broadcast Receiver

2. In android mini-activities are also known as

Adapter
Activity
Fragments
None of the above

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

wrap_content 
match_content
match_parent
wrap_parent

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

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. Top Layer is known as?

Libraries
Android Runtime
Application Framework
Applications

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

Activities
Services
Broadcast Receivers
Content Providers

8. Jelly Bean is an incremental update, with the primary aim of improving the?

user interface
functionality
performance
All of the above

9. View class extends Object class and implements?

Drawable.Callback
KeyEvent.Callback
AccessibilityEventSource
All of the above

10. Which method is used to launch a new activity or get an existing activity to do something new?

Context.startActivity()
Context.startService()
Context.sendBroadcast()
All of the above

Results