Official Bank 0/107

Android Security Essentials (AND-402) - Android Exam Questions

Last updated on June 22, 2026

97% Exam Compliance
107 Total Questions
1
Question
Which of following work with OEM's to adapt security rules to suit their needs?
Options
A Application developers
B Operating system Vendors
C Carrier providers
D Government Organisation
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question
What does the following line of code do?
FileOutputStream fOut = openFileOutput("MyFile.txt", MODE_WORLD_READABLE);
Options
A The file MyFile.txt will be created in the /data// files/ directory.
B The file MyFile.txt will be created in the /data/data// directory.
C The file MyFile.txt will be created in the /data/data// files/ directory.
D None are correct
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question
Permission group is a concept of creating:
Options
A A group of similar permission
B A group of all permissions irrespective of application
C A group of all permissions in an Application
D A group of all components in an Application
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question
Which type of data can be stored using shared preferences?
Options
A Text files
B All are correct
C Class objects
D Primitive data types
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question
Signature Permissions are granted automatically if and only if?
Options
A Requesting application were signed with same certificate as application which declared the permission.
B None are correct.
C Requesting application were signed with same certificate as Android device version number.
D Requesting application were signed with same certificate as Android system image.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

Finish Practice?

Are you sure you want to finish? This will end your practice session.