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 callback is called when the activity becomes visible to the user?

onCreate()
onStart()
onResume()
onPause()

2. Android 1.0, was released in?

39692
39326
39661
39295

3. Which method is used to initiate a service or deliver new instructions to an ongoing service?

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

4. android.webkit libraries is?

Used to render and manipulate text on a device display.
The fundamental building blocks of application user interfaces.
A set of classes intended to allow web-browsing capabilities to be built into applications.
A Java interface to the OpenGL ES 3D graphics rendering API.

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

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

6. View class extends Object class and implements?

Drawable.Callback
KeyEvent.Callback
AccessibilityEventSource
All of the above

7. Top Layer is known as?

Libraries
Android Runtime
Application Framework
Applications

8. A View is also known as Widget in Android.

TRUE
FALSE
Can be true or false
Can not say

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

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