Free Android AND-802 Exam Actual Questions

The questions for AND-802 were last updated On Nov 20, 2024

Question No. 1

The following image includes some components which you must be aware of to learn about the complexity of the security issue and the fact that software developers can only deal with security issues within their own applications. These components belong to ......................

Show Answer Hide Answer
Correct Answer: A

Question No. 2

The Logcat window in Android Studio displays system messages, such as when a garbage collection occurs, and messages that you added to your app with the Log class. It displays messages in real time and keeps a history so that you can view older messages.

Show Answer Hide Answer
Correct Answer: A

Question No. 3

Android stores cache files in the filesystem and sandboxes along with the application. Cache files are created under directory ............................................

Show Answer Hide Answer
Correct Answer: B

Question No. 4

Which of the following choices is one of the different levels of permission protection? (Select four)

Show Answer Hide Answer
Correct Answer: A, B, C, E

Question No. 5

Content providers can help an application manage access to data stored by it or by other apps. They also provide a way to share data with other apps.

Show Answer Hide Answer
Correct Answer: A