AndroidATC AND-402 - Android Security Essentials Exam
Page: 3 / 22
Total 107 questions
Question #11 (Topic: Topic 1)
Which XML tag is used to make use of protected features of the device?
A. <uses sdk>
B. <usesâ€"permission>
C. <application>
D. <permission>
Answer: B
Question #12 (Topic: Topic 1)
Application can send permissions programmatically.
A. Depends on developer
B. Yes but not all times
C. No
D. Yes
Answer: D
Question #13 (Topic: Topic 1)
Which of the following is the only Android application component which interacts with user?
A. Activity
B. Service
C. Content Provider
D. broadcast Receivers
Answer: A
Question #14 (Topic: Topic 1)
When are permissions enforced in Activities?
A. When they launched by Context.startActivity() or Context.startActivityFor Result().
B. When method Context.enforcepermission() is called.
C. When method Context.stopActivity() is called.
D. When Context.checkPermission() is called.
Answer: A
Question #15 (Topic: Topic 1)
Service is an Android component which runs in the background to perform background task.
A. True.
B. False.
C. Depends on the situation.
D. Services is not an Android component.
Answer: A