Home > Android Programming > Quizzes > Android OA0-002 Exam
Android OA0-002 Exam
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 14% Most missed: “Which of these is the correct interface definition used to bind a Service?”
Android OA0-002 Exam
Time left 00:00
25 Questions

1. Which of these is the correct processing necessary for data update notification at the time of creating an individual ContentProvider and using it?
2. Which configuration file holds the permission to use GPS?
3. Which of these is the correct method to persist SharedPreferences?
4. The emulator supports mounting disk image files instead of an actual SD card. Which is the correct creation method of this?
5. Which of these is the incorrect role for an Intent?
6. Which is the permission added to the Android manifest file in order to access GPS?
7. Which component cannot receive an Intent?
8. Which of these is the incorrect explanation of ProgressDialog?
9. Which of these is the incorrect package which holds classes needed for Android network connections?
10. Which of these is the correct function of Traceview?
11. Which of these is the correct explanation regarding the following methods? (1 ) android.content.Context.sendBroadcast (2)android.content.Context.startActivity
12. The DalvikVM core libraries are a subset of which of these?
13. Which shows the correct Android architecture?
14. Which of these is the incorrect description of the code executed when a Button widget is clicked?
15. Which of these is the incorrect explanation of the adb command?
16. Which component can be used without configuring the AndroidManifest.xml?
17. Which of these is the correct precaution when publishing an application update to the Android Market?
18. Which of these is the incorrect explanation of the MenuItem interface?
19. For playing an audio file, where does the Android Developer's Guide recommend placing the file?
20. The following program uses an Intent to open a Web page designated by a Web browser. Which is the correct code that goes into (1)?
21. Which of these is not recommended in the Android Developer's Guide as a method of creating an individual View?
22. Which does not have a lifecycle?
23. Which of these is not defined as a screen display state?
24. Which of these is called after the end of each test method of ActivitylnstrumentationTestCase2, a class which provides the unit Activity function tests?
25. Which is the correct explanation of ListView?