최신Android Security Essentials - AND-802무료샘플문제
문제1
It is not necessary that every application installed on an Android device be signed by the developer before being published.
It is not necessary that every application installed on an Android device be signed by the developer before being published.
정답: B
문제2
Which of the following choices is considered Android application storage? (Select five)
Which of the following choices is considered Android application storage? (Select five)
정답: A,C,E,F,G
문제3
By default, all Android applications have no permission to access any protected resource that would have adverse effects on the system or on other applications.
By default, all Android applications have no permission to access any protected resource that would have adverse effects on the system or on other applications.
정답: A
문제4
Permissions required for an application to perform its operations are called application level permissions.
Which are the types of application level permissions a developer can use? (Select two)
Permissions required for an application to perform its operations are called application level permissions.
Which are the types of application level permissions a developer can use? (Select two)
정답: A,C
문제5
If you want to configure your app to receive an intent from another app, you should open AndroidManifest.xml file in your app, and then add ........................................ including the name and category which will be used in the second app's configuration.
If you want to configure your app to receive an intent from another app, you should open AndroidManifest.xml file in your app, and then add ........................................ including the name and category which will be used in the second app's configuration.
정답: C