Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Android Security Essentials

Last Update 4 hours ago Total Questions : 45

The Android Security Essentials content is now fully updated, with all current exam questions added 4 hours ago. Deciding to include AND-802 practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our AND-802 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these AND-802 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any Android Security Essentials practice test comfortably within the allotted time.

Question # 4

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.

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 # 5

In the following image of code, what is the purpose of using MODE_PRIVATE in the method getPreferences( )?

A.

This allows you to store data and make it private to this application. Also, No other applications can access your saved data.

B.

This allows you to share your data with other applications which have the same mode.

C.

This allows you to run your apps in Android API 27 or higher.

D.

This allows you to run your app with minimum use of device battery.

Question # 6

During an application run-time, permissions may be enforced at a number of places when calling into the system, starting an activity, sending and receiving broadcasts, accessing and manipulating a content provider, and binding to or starting a service.

A.

True

B.

False

Question # 7

Android application developers can create custom permissions that should be labeled properly.

A.

True

B.

False

Question # 8

Which of the following choices is one of the different levels of permission protection? (Select four)

A.

Normal

B.

Dangerous

C.

Signature

D.

Sharing

E.

System

Question # 9

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?

A.

< uses-permission android:name=”android.permission.ACCESS_FINE_GPS” / >

B.

< uses-permission android:name=”android.permission.INTERNET” / >

C.

< uses-permission android:name=”android.permission.ACCESS_FINE_LOCATION” / >

D.

< uses-permission android:name=”android.permission.ACCESS_GPS_LOCATION” / >

Question # 10

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)

A.

Activity

B.

Service

C.

Content Provider

D.

Broadcast Receiver

E.

Widgets

Go to page: