-
1.
A fragment is a part or portion of
an information
a time
an activity
a thing
Answer
-
2.
Is there a case wherein other qualifiers in multiple resources take precedence over locale?
Yes
No
Answer
-
3.
Language which is supported by Android for application development?
PHP
VB.Net
Java
C++
Answer
-
4.
Component which is NOT under the Android application.
Content providers
Resource externalization
Applications
Notifications
Answer
-
5.
Is list data type supported by AIDL?
Yes
No
Answer
-
6.
What is AIDL?
Android Interface Definition Language
Android Intermediate Definition Language
Android Interface Description Language
Android Internal Definition Language
Answer
-
7.
Select invalid state for a process
Backword activity
Foreground activity
Background activity
Visible activity
Answer
-
8.
What is NOT used in monitoring an activity.
Visible lifetime
Background lifetime
Entire lifetime
Foreground lifetime
Answer
-
9.
What is ANR?
Application Not Responding
Application Not Required
Application Not Removing
Application Not Recording
Answer
-
10.
Paused is used
If the activity is at the background and still visible
If the activity is not visible
If the activity is at the foreground and visible
If the activity is at the foreground
Answer
-
11.
Which is NOT state of an activity?
Active
Paused
Stopped
Stored
Answer
-
12.
Adb stands for
Android Drive Bridge.
Android Debug Bridge.
Android Destroy Bridge.
Android Delete Bridge.
Answer
-
13.
Required folder when Android project is created.
build/
build
bin
bin/
Answer
-
14.
What is AAPT?
Android Asset Processing Tool.
Android Asset Providing Tool.
Android Asset Packaging Tool.
Android Asset Packaging Technique.
Answer
-
15.
Select a component which is NOT part of Android architecture.
Android Framework
Libraries
Linux Kernel
Android Document
Answer
-
16.
The DalvikVM core libraries are a subset of which of the following?
Java EE
JAX-WS
Java SE
Java ME
Answer
-
17.
Which of the following Activity methods is invoked when the user clicks on an options menu item?
onltemSelected
onltemClicked
onOptionsItemSelected
onOptionsItemClicked
Answer
-
18.
Which of the following is a valid sequence of invokes to Activity lifecycle methods? (Select Two)
onCreate > onStart > onResume > onPause > onStop > onRestart
onCreate > onStart > onResume > onPause > onStop > onDestroy
onCreate > onStart > onResume > onPause > onStop > onResume
onCreate > onStart > onResume > onPause > onStop > OnCreate
Answer
-
19.
Which of the following is not an Android component (i.e. a point from which the system can enter your application)?
Activity
Content Provider
Layout
Service
Answer
-
20.
Which of the following is true about attribute android:windowSoftInputMode of the <activity> tag in file AndroidManifest.xml?
It adjusts the window orientation
It adjusts how the main window of the activity interacts with keyboard
It adjusts how the window should be launched
It specifies whether the window is in full screen or not
Answer