OA0-002 Exam Questions
150 real OA0-002 exam questions with expert-verified answers and explanations. Page 2 of 3.
- Question #51
Which of these is the incorrect explanation of Android?
- Question #52
Which is the correct description of a string resource file?
- Question #53
Which is the executable file format for the Dalvik VM?
- Question #54
Which of these is the correct explanation regarding SQLite database administration?
- Question #55
Which will be displayed in TextView01 when executing the following code?
- Question #56
The following code applies to a dialog layout defined in XML. Which is the correct code that goes into (1)? (Assume the dialog layout is correctly defined in res/layout/custom_dial...
- Question #57
Which of these is the incorrect explanation of AndroidManifest.xml?
- Question #58
The logo displayed at Android system boot, initlogo.rle, is converted using rgb2565. Which is the original format before conversion?
- Question #59
Which is the correct explanation of the Android test framework?
- Question #60
Which is the correct description of playing a movie using the VideoView class?
- Question #61
Which of these is the correct explanation of debugging using the Android Debug Bridge (adb) with a mobile device? (Assume that the development environment is a Windows machine)
- Question #62
Which of these is the incorrect explanation of a Theme?
- Question #63
Which of these is the incorrect explanation of external storage using an SD card?
- Question #64
Which of these is the correct structure for exposing data owned by an application to another application?
- Question #65
Which of these is the incorrect explanation of dx?
- Question #66
Which of these is the incorrect explanation of SQLite?
- Question #67
Which is the permission necessary for implementation of HTTP and Socket communication?
- Question #68
Which of these is the correct code to create a Bitmap object using the file res/drawable/image.png?
- Question #69
Which is the file system of the disk image created by mksdcard command?
- Question #70
Which of these is the incorrect explanation of signing an application?
- Question #71
Which screen will be displayed as a result of executing the following code?
- Question #72
Which of these is the correct explanation of zipalign?
- Question #73
Which is the license adopted by Android?
- Question #74
Which of these is the data type not supported by SOLite database which can be used by Android?
- Question #75
Which of these is the incorrect explanation of a status bar Notification?
- Question #76
Which of these is the correct explanation for an implicit Intent?
- Question #77
We have added a button to the layout of an Android application running in a Japanese environment, and specified @string/exe as text property. Which of these will be displayed on th...
- Question #78
Which of these is the correct explanation of the Android NDK?
- Question #79
The following JNIProb.java has been compiled, and the javah command has been run to create the header file JNIProb.h. Which is the correct code that goes into (1) of the C/C++ sour...
- Question #80
Which is the command that cannot be executed from the Android emulator network speed emulation function?
- Question #81
Android destroys processes in sequence from less important processes when memory is insufficient. Which has the processes lined up in order of decreasing importance?
- Question #82
Which of these is the incorrect explanation of the Android SDK's Hierarchy Viewer?
- Question #83
Which is the correct response shown when the following source code is executed and Button is pressed? (Assume the source code environment and configuration are correct.)
- Question #84
Which of these is the correct explanation of type and order of event issued after long- pressing the Button widget and letting go? (Assume no event consumption by an event listener...
- Question #85
Of these Service-defined events, which has a possibility of being called multiple times?
- Question #86
Which of these is the correct explanation of Map API key?
- Question #87
Which of these is the correct function of the Ul/Application Exerciser Monkey (Monkey tool)?
- Question #88
The following manifest file is used to conduct Android unit tests. Which is the correct description that goes into (1)?
- Question #89
Which variable is not defined in AsyncTask.Status?
- Question #90
Which class discovers other Bluetooth devices and communicates to a linked device?
- Question #91
Which of these is the correct class used when changing from the current Activity to a different Activity?
- Question #92
Which is the incorrect explanation of an Activity?
- Question #93
Which of these is the incorrect explanation of the androiddebuggable attribute of the AndroidManifest.xm <application> tag?
- Question #94
Which of these is the correct interface definition used to bind a Service?
- Question #95
Which configuration file holds the permission to use GPS?
- Question #96
Which of these is the correct explanation of BroadcastReceiver?
- Question #97
Which of these is the incorrect explanation of the MenuItem interface?
- Question #98
Which is the correct file name of the NinePatch image created from a PNG using draw9patch? (Assume the file name of the original graphic was sample.png.)
- Question #99
Which of these is not defined as a screen display state?
- Question #100
Which of these is the incorrect folder as a folder that is created automatically after completion of the Android Development Tools Plugin New Project Wizard?