Home > Android Programming > Quizzes > Android Application Development (AND-401) Practice Test 3
Android Application Development (AND-401) Practice Test 3
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 22% Most missed: “When including a text file in your application to read from as a resource, what …”
Android Application Development (AND-401) Practice Test 3
Time left 00:00
25 Questions

1. Which configuration file holds the permission to use the internet?
2. Which of the following is correct about file access in the Android system?
3. Which of the following is incorrect about ProgressDialog?
4. During an Activity lifetime, what is the first method callback invoked by the system?
5. Which of these is the correct explanation regarding the following methods? (1)android.content.Context.sendBroadcast (2)android.content.Context.startActivity
6. Which of these is the correct function of Traceview?
7. Which of following is incorrect about the Toast class?
8. Which of the following statements about DDMS is incorrect?
9. What Activity method you use to retrieve a reference to an Android view by using the id attribute of a resource XML?
10. Which of the following is the correct way to add an access permission to your application?
11. Which of these is the correct interface definition used to bind a Service?
12. Which configuration file holds the permission to use GPS?
13. Which of these is not defined as a process state?
14. Which of the following is not an Android component (i.e. a point from which the system can enter your application)?
15. Which of the following is incorrect about the MenuItem interface?
16. The DalvikVM core libraries are a subset of which of the following?
17. Which is the correct explanation of ListView?
18. What method you should override to use Android menu system?
19. Which of the following is not a valid Android resource file name?
20. Which of these is the correct explanation of BroadcastReceiver?
21. Which of the following statements is correct about SQLite?
22. Which of these is not recommended in the Android Developer's Guide as a method of creating an individual View?
23. Which of the following is not a valid usage for Intents?
24. When including a text file in your application to read from as a resource, what is the recommended location of such file?
25. What does the following line of code achieve? Intent intent = new Intent(FirstActivity.this, SecondActivity.class );