Labour Day Special Limited Time Flat 70% Discount offer - Ends in 0d 00h 00m 00s - Coupon code: 70spcl

Android AND-802 Android Security Essentials Exam Practice Test

Page: 1 / 5
Total 45 questions

Android Security Essentials Questions and Answers

Question 1

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

Question # 1

Options:

A.

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

B.

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

C.

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

D.

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

Question 2

What is the purpose of adding the following permission tag to your app's AndroidManifest.xml file?

C.

Allows the application to access internet .

D.

Allows the application to access external storage.

Question 3

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

Options:

A.

Normal Permissions or Level-Zero Permissions.

B.

Dangerous Permissions or Level-one Permissions.

C.

Signature Permission or Level-two Permissions.

D.

Signature and System Permissions or Level-three Permissions.

Question 4

You must use permissions to prevent unauthorized access to your application data.

Options:

A.

False

B.

True

Question 5

Any application which would like to receive a message can receive the broadcast. Which of the following mechanisms can be used to protect broadcasts? (Select two)

Options:

A.

Broadcast receiver decides which broadcast it will receive.

B.

Broadcast receiver cannot decide which broadcast it will receive.

C.

Broadcast decides which receiver can receive its broadcast.

D.

Broadcast receiver does not decide which broadcast it will receive.

Question 6

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.

Page: 1 / 5
Total 45 questions