Home > Android Programming > Quizzes > Android Certified Application Developer (AND-401) Exam
Android Certified Application Developer (AND-401) Exam
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 23% Most missed: “Which of these is the incorrect method for an Application to save local data?”
Android Certified Application Developer (AND-401) Exam
Time left 00:00
25 Questions

1. Which of the following is NOT a valid usage for Intents?
2. Which of the following attributes is used to set an activity screen to landscape orientation?
3. During an Activity life-cycle, what is the first callback method invoked by the system?
4. Which method should you use to start a sub-activity?
5. To use the material design features of Android 5.0, you should set the android:targetSdkVersion attribute to 20 in your application’s build.gradle file.
6. What is the role of the R.java file in an Android application project?
7. What does the Android project folder “res/” contain?
8. You can create a custom view by extending class Activity.
9. Which of the following is NOT correct about the Gradle build system of Android Studio?
10. Which of the following Android View sub-classes uses the WebKit rendering engine to display web pages?
11. Which of the following is NOT true about class AsyncTask?
12. What is the second layer from top called in the following diagram of Android’s Architecture
13. What Activity method you use to retrieve a reference to an Android view by using the id attribute of a resource XML?
14. What is the location of the APK generated by the build system of Android Studio?
15. If your application is throwing exception android.content.ActivityNotFoundException, which of the following could resolve the problem?
16. When is the intent resolution process triggered?
17. What is a correct statement about an XML layout file?
18. Which of the following methods is called in an Activity when another activity gets into the foreground?
19. Which configuration file holds the permission to use the internet?
20. What is not true about the AndroidManifest.xml file?
21. What is the name of the class used by Intent to store additional information?
22. Which Which of the following does NOT correctly describe interface android.widget.Adapter?
23. Which of the following is not a valid Android resource file name?
24. Which of the following best explains the Android option menus?
25. What method you should override to use Android’s menu which is placed on the action bar?