Weekend Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

Effective Study Techniques for the Android AND-802 Exam

Questions 1

Which of the following Android levels of permissions are granted automatically without the user’s approval?

Options:

A.

Normal Permissions or Level-Zero Permissions.

B.

Dangerous Permissions or Level-one Permissions.

C.

Signature Permission or Level-two Permissions.

D.

Signature and System Permissions or Level-three Permissions.

Buy Now
Questions 2

getExternalFilesDir( ) method is used to get the directory of the external storage.

Options:

A.

True

B.

False

Buy Now
Questions 3

Permission is the right given to an application by Android to allow access to restricted system API (Application Programming Interface) such as Camera, Bluetooth, GPS, etc…

Options:

A.

True

B.

False

Buy Now
Questions 4

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.

Options:

A.

True

B.

False

Buy Now
Questions 5

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

Options:

A.

True

B.

False

Buy Now
Questions 6

Android stores cache files in the filesystem and sandboxes along with the application. Cache files are created under directory ……………………………………..

Options:

A.

/data/data/<application-path>/cache/

B.

/data/files/<application-path>/cache/

C.

/data/personal/<application-path>/cache/

D.

/data/cache/<application-path>/cache/

Buy Now
Questions 7

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.

AND-802 Question 7

Options:

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.

Buy Now
Questions 8

Android stores cache files in the filesystem and sandboxes along with the application. Cache files are created under directory ……………………………………..

Options:

A.

/data/data/<application-path>/cache/

B.

/data/files/<application-path>/cache/

C.

/data/personal/<application-path>/cache/

D.

/data/cache/<application-path>/cache/

Buy Now
Questions 9

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.

Options:

A.

intent filter.

B.

user name and password.

C.

certificate key.

D.

Android mini version.

Buy Now
Questions 10

Which of the following choices is considered Android application storage? (Select five)

Options:

A.

SharedPreferences

B.

Android’s file system

C.

External Storage

D.

Cache

E.

SQLite database

F.

Microsoft Access

G.

Text file

Buy Now