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 Configuration file for the application?

Resources
Manifest
Services
Activities

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

3. To embed a web browser in your activity which view you will use?

RichTextView
Browser
WebView
None of the above

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

5. Which of the following action will display the phone dialer with the given number filled in?

ACTION_VIEW tel:123
ACTION_SET_WALLPAPER
ACTION_DIAL tel:123
None of the above

6. Android system initiates its program with in an Activity starting with a call on ?

offCreate() callback
onDrop() callback
offCreate() callback
onCreate() callback

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

2
3
4
5

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. View class extends Object class and implements?

Drawable.Callback
KeyEvent.Callback
AccessibilityEventSource
All of the above

10. Which method is called when called to do final clean up of the fragment's state but Not guaranteed to be called by the Android platform?

onDestroyView
onPause
onDestroy
onCreateView

Results