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

Libraries
Android Runtime
Application Framework
Applications

2. Which callback is called when the activity restarts after stopping it?

onDestroy()
onPause()
onStart()
onRestart()

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

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

Drawable.Callback
KeyEvent.Callback
AccessibilityEventSource
All of the above

6. Which of the following libraries provides access to the application model and is the cornerstone of all Android applications?

android.app
android.content
android.database
android.widget

7. __________________ is a service that lets developers send short message data to their users on Android devices, without needing a proprietary sync solution.

SMS
MMS
CAM
GCM

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

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. The first beta version of the Android Software Development Kit (SDK) was released by Google in?

2007
2009
2006
2008

Results