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 display text which control you will use?

EditText
TextView
label
ViewText

2. Activity and Fragment transitions in Lollipop are built on top of a relatively new feature in Android called?

scenes 
Activity 
fragment stack
transitions

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. An application can have one or more activities without any restrictions.

TRUE
FALSE
Can be true or false
Can not say

5. Which method is called once the fragment gets visible?

onStart
onPause
onResume
onStop

6. Top Layer is known as?

Libraries
Android Runtime
Application Framework
Applications

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

8. View always start with?

[
<
{
(

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

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

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

Results