Official Bank 0/45

Android Security Essentials (AND-802) - Android Actual Exam Questions

Last updated on May 13, 2026

97% Exam Compliance
45 Total Questions
1
Question

Your app receives location updates from NETWORK_PROVIDER or from GPS_PROVIDER. If your app receives location information from either of these location provider sources, you need to declare that the app uses these hardware features in your app manifest. Which of the following tags gives the location information to your app?

Options
A
B
C
D
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question

Android uses “Intents” to communicate and send data between different components which make it vulnerable to malicious attacks. Which of the following choices are component-level Permissions to protect this type of communication? (Select Four)

Select 4
Options
A

Activity

B

Service

C

Content Provider

D

Broadcast Receiver

E

Widgets

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question

getExternalFilesDir( ) method is used to get the directory of the external storage.

Options
A

True

B

False

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question

Permission is the right given to an application by Android to allow access to restricted system API (Application Programming Interface) such as Camera, Bluetooth, GPS, etc…

Options
A

True

B

False

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question

If your database contains sensitive information, it is recommended not to store it on external storage. If you want to share the database with other applications, then you have to use a ……………………………………………. to protect your app’s data.

Options
A

Separate Storage

B

Content Provider

C

Shared Folder

D

Internal Storage

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.