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. To embed a web browser in your activity which view you will use?

RichTextView
Browser
WebView
None of the above

2. Which of the following component has Configuration file for the application?

Resources
Manifest
Services
Activities

3. In android mini-activities are also known as

Adapter
Activity
Fragments
None of the above

4. The extras can be set and read using the?

setExtras() and getExtras() methods
putsExtras() and getsExtras() methods
setsExtras() and getsExtras() methods
putExtras() and getExtras() methods

5. Bottom layer is known as?

Libraries
Linux kernel
Application Framework
Applications

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. Which method is called once the fragment gets visible?

onStart
onPause
onResume
onStop

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

10. Top Layer is known as?

Libraries
Android Runtime
Application Framework
Applications

Results