Black Friday Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Your Path to Success: How to Pass the Android AND-402 Android Security Essentials Exam

Questions 21

Which of the following is NOT true about logo attribute of the <application> tag?

Options:

A.

It represents logo for the application as whole.

B.

It also represents default logo for the activities.

C.

It must be set as a reference to a drawable resource containing the image.

D.

If this attribute is not found, then the default logo (e.g ic_launcher) that exists in “drawable” folder is set aslogo.

Buy Now
Questions 22

What is the reason for using Permissions in application development?

Options:

A.

To protect data and code

B.

To create patent

C.

To make it work better

D.

Application cannot be created without permissions

Buy Now
Questions 23

Which XML tag is used to make use of protected features of the device?

Options:

A.

B.

C.

<application>

D.

Buy Now
Questions 24

What is the validity of the files created on external memory?

Options:

A.

Files are deleted when user presses “back” button to close the app

B.

Files are deleted when user uninstalls the application from device

C.

Files are deleted when user presses “Home” button of device

D.

Files never get deleted from external memory

Buy Now
Questions 25

Signature Permissions are granted automatically if and only if?

Options:

A.

Requesting application were signed with same certificate as application which declared the permission.

B.

Requesting application were signed with same certificate as Android device version number.

C.

Requesting application were signed with same certificate as Android system image.

D.

None are correct.

Buy Now
Questions 26

What is the validity of the data stored through shared preferences?

Options:

A.

Data is deleted when application is closed.

B.

Data is deleted when application is paused by pressing home button.

C.

Data gets deleted when application is uninstalled.

D.

Both "Data is deleted when application is closed" and "Data is deleted when application is paused bypressing home button" are correct.

Buy Now
Questions 27

grantUriPermission is the child element of which tag?

Options:

A.

<activity>

B.

C.

D.

Buy Now
Questions 28

Permissions can be added inside

Options:

A.

AndroidManifest.xml.

B.

Layout.xml file

C.

Res folder

D.

Bin folder

Buy Now
Questions 29

Which of the following is protected by component level permissions? (Choose two)

Options:

A.

Application

B.

Components

C.

Application & Components

D.

None are correct

Buy Now
Questions 30

Which of the following is NOT true about manifest tag in AndroidManifest.xml? (Choose two)

Options:

A.

It declares the application specific attributes

B.

This can be put inside the application tag.

C.

It declares the component specific attributes.

D.

This is the must have tag in AndroidManifest.xml.

Buy Now