AND-802 Android Security Essentials

Loading demo links...

Showing 7–9 of 10 questions

Question 7

Which of the following Android levels of permissions are granted automatically without the user’s approval?

Select an option, then click Submit answer.

  • Normal Permissions or Level-Zero Permissions.

  • Dangerous Permissions or Level-one Permissions.

  • Signature Permission or Level-two Permissions.

  • Signature and System Permissions or Level-three Permissions.


Question 8

What is the result of click the Button1 in the code which is illustrated in the following image? Assuming that write_to_external_storage is the name of an activity that allows users to write to external storage.

Select an option, then click Submit answer.

  • Creates an intent to open an activity that writes to the internal storage.

  • Creates an intent to open an activity that reads from the internal storage.

  • Creates an intent to open an activity that reads from the external storage.

  • Creates an intent to open an activity that writes to the external storage.


Question 9

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

Select an option, then click Submit answer.

  • /data/data//cache/

  • /data/files//cache/

  • /data/personal//cache/

  • /data/cache//cache/