Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmaspas7

Easiest Solution 2 Pass Your Certification Exams

AND-802 Android Security Essentials Free Practice Exam Questions (2025 Updated)

Prepare effectively for your Android AND-802 Android Security Essentials certification with our extensive collection of free, high-quality practice questions. Each question is designed to mirror the actual exam format and objectives, complete with comprehensive answers and detailed explanations. Our materials are regularly updated for 2025, ensuring you have the most current resources to build confidence and succeed on your first attempt.

Page: 1 / 1
Total 45 questions

Which of the following choices was added to AndroidManifest.xml to produce the following dialog below when the app tries to save data to external storage?

A.

B.

C.

D.

E.

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

A.

Permission to connect the app to internet.

B.

Permission to enable cookies’ files on your app.

C.

Permission to configure Chrome as default web browser.

D.

Permission to open hidden internet connection.

A manifest file (AndroidManifest.xml) describes the components of the application, which include the activities, services, broadcast receivers, and content providers that compose the application.

A.

False

B.

True

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.

System-defined permissions.

B.

Application-defined permissions.

C.

GPS - defined permissions.

D.

Payment - defined permissions.

Android SQLite database files are stored under the........................................ directory.

A.

/data/database//databases/

B.

/data/mydata//databases/

C.

/data/data//databases/

D.

/datatiles//databases/

If two applications are developed by the same developer, they can share each other’s data if they have the same signature and the same android:sharedUserId flag set in their manifest files.

A.

True

B.

False

The following image includes a code of permission group. Where this code will be written in the Android app?

A.

MainActivity.java or MainActivity.kt

B.

AndroidManifest.xml

C.

activity_main.xml

D.

string.xml

What is the message "File Written to external memory" which appeared when the app user clicks "Save" button in the following image?

A.

It is tag added to Manifestfile.xml.

B.

This message must appear when the user clicks back button.

C.

It is auto message which appears when users use external storage.

D.

It is just a Toast message.

What is the result of click the Button1 in the code which is illustrated in the following image? Assuming that write_to_external_storage is the name of an activity that allows users to write to external 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.

Which of the following choices represent the flow of states of data within any app? (Select three)

A.

Stored data

B.

Data under processing

C.

Data in transit

D.

Printed Data

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)

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.

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.

Releasing updates of an application into Google Play requires signing it with the same certificate, or else all the previous users will not be notified of the update and eventually are lost.

A.

True

B.

False

Page: 1 / 1
Total 45 questions
Copyright © 2014-2025 Solution2Pass. All Rights Reserved