OA0-002 Exam Questions
150 real OA0-002 exam questions with expert-verified answers and explanations. Page 3 of 3.
- Question #101
Which of these is the incorrect explanation of BroadcastReceiver?
- Question #102
Which of these is the incorrect description of this AndroidManifest.xml content?
- Question #103
Which of these is the correct explanation of Android security functions?
- Question #104
Which of these is the correct code which enables a BroadcastReceiver callback?
- Question #105
When a MediaPlayer instance in the Idle state executes setDataSource() , which is the condition that said instance will transit to?
- Question #106
This class extends the View class and overrides the onDraw method. Which of the following will be displayed when executing the source code? (Assume the screen size is 480x320.)
- Question #107
The following menu_option.xml defines the layout of the menu which is displayed by pushing the device's Menu button. Which of the following menu component descriptions should be pu...
- Question #108
Which operation is required when debugging on a handset through the network using the Android Debug Bridge(adb)?
- Question #109
Which of these is the correct method to update an application published to the Android Market?
- Question #110
Which of these is called after the end of each test method of ActivitylnstrumentationTestCase2, a class which provides the unit Activity function tests?
- Question #111
Which is the correct explanation of ListView?
- Question #112
What Activity method you use to retrieve a reference to an Android view by using the id attribute of a resource XML?
- Question #113
Which of the following is not an Android component (i.e. a point from which the system can enter your application)?
- Question #114
During an Activity life-cycle, what is the first callback method invoked by the system?
- Question #115
Which configuration file holds the permission to use the internet?
- Question #116
What does the following line of code achieve? Intent intent = new Intent(FirstActivity.this, SecondActivity.class );
- Question #117
Which of the following is NOT a valid usage for Intents?
- Question #118
Which of these is not recommended in the Android Developer's Guide as a method of creating an individual View?
- Question #119
Which is the tool provided by Android Development Tools Plugin to create and edit screens with Eclipse?
- Question #120
When <uses-sdk android:minSdkVersion-"6"/> is written in the manifest file, which is the corresponding Android SDK development environment version?
- Question #121
Which of these is the correct explanation of the Android Asset Packaging Tool (AAPT)?
- Question #122
Which of these is the correct procedure to create and use an SQLite database?
- Question #123
When executing the following code and selecting the "tab2" tab then the "tab1", which is the correct method in the List1 class which will be called first? (Assume that the applicat...
- Question #124
Which is the android.util package class necessary to output strings to the LogCat window in Eclipse?
- Question #125
Which of these is the incorrect explanation of Android license form?
- Question #126
Which of these is the correct explanation of the Android Debug Bridge (adb)?
- Question #127
Which of these is the correct file which declares the created ContentProvider class?
- Question #128
Which class in the wifi package holds Wi-Fi network configurations, including the security configuration?
- Question #129
The following figure shows the Activity Lifecycle. Which is the correct combination of event names that go into (1)~(4)
- Question #130
Which component can be used without configuring the AndroidManifest.xml?
- Question #131
Which is the correct procedure to play an MP3 format file using the MediaPlayer class?
- Question #132
Which of these is the correct Android function that can process even in the background?
- Question #133
Which of these is the incorrect explanation of ddms?
- Question #134
Which of these is the incorrect step to create a program which activates a Service using bind?
- Question #135
Which is the correct combination of (1 )~(3) to describe the Activity Lifecycle?
- Question #136
Which class is not included in the android.net package?
- Question #137
Which of these is the incorrect explanation of the Android Scripting Environment (ASE)?
- Question #138
Which of these is the incorrect method for an Application to save local data?
- Question #139
Of the size units which can be specified by Android, which is device independent?
- Question #140
Which of these is the incorrect explanation of the Java Native Interface(JNI)?
- Question #141
Which of these is the incorrect explanation regarding the private key when an application is published?
- Question #142
Which of these is the incorrect method setup when playing a video using a MediaPlayer?
- Question #143
Which is written in the red frame of the following figure, a manifest file, to show the version number?
- Question #144
When executing android.content.Context.openFileOutput("sample.txt", 0), which path is the file stored in?
- Question #145
Which of these Activity class methods must be overridden when creating a Menu that is displayed when the device's Menu button is pressed?
- Question #146
Which approval is necessary to execute Bluetooth actions such as connection requests, connection receipt, and data forwarding?
- Question #147
Which class is used when a sensor is accessed?
- Question #148
Which of these is the incorrect explanation of the Toast class?
- Question #149
Which ContentProvider does Android not provide as a standard?
- Question #150
Which of these is the incorrect explanation of SQLite?