Description
Exam Demo
AND-402 Android Security Essentials
QUESTION 1
How many level of protection are there in Permission?
A. Seven.
B. User Defined.
C. Four.
D. Depends of the Android OS version.
Correct Answer: C
QUESTION 2
What are the permissions which are granted automatically without user’s approval called?
A. Signature Permissions
B. System Permissions
C. Dangerous Permissions
D. Normal Permission
Correct Answer: D
QUESTION 3
Which permission listed below is a normal permission?
A. SET_WALLPAPER
B. READ_CALENDAR
C. FACTORY_TEST
D. REBOOT
Correct Answer: A
QUESTION 4
Dangerous Permissions can cause real harm or damage to user’s Personal ___________.
A. Data
B. Money
C. Device
D. All choices are correct.
Correct Answer: D
QUESTION 5
Which of the following is correct about Android permission PROCESS_OUTGOING_CALLS? (Choose two)
A. Allows an application to access call logs.
B. Allows an application to monitor or abort outgoing calls.
C. Allows an application to record outgoing calls.
D. Allows an application to divert incoming calls.
Correct Answer: BC