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

Free Android AND-402 Practice Exam with Questions & Answers | Set: 2

Questions 11

Which of the following is NOT true when setting attribute “ManageSpaceActivity” to true? (Choose two)

Options:
A.

It is placed inside application tag.

B.

Its value is the name of package inside which the activity that manages space exits.

C.

It is placed inside the activity tag

D.

The activity should also be declared with an activity tag.

Android AND-402 Premium Access
Questions 12

Which of the following is true about “supportsRtl” attribute of the <application> tag?

Options:
A.

It was included in API level 16.

B.

It is placed in manifest tag.

C.

By default its value is false and the layouts will be left to right.

D.

Setting it true will place all the components in layout from right to left on screen by default.

Questions 13

How many level of protection are there in Permission?

Options:
A.

Seven.

B.

User Defined.

C.

Four.

D.

Depends of the Android OS version.

Questions 14

What is the visibility or accessibility level of the preference file created by application?

Options:
A.

By default it is private to the application that created it.

B.

By default it is available for all applications on the same device.

C.

It can be shared with other applications on same device

D.

Both "By default it is private to the application that created it" and "It can be shared with other applicationson same device" are correct.

Questions 15

Which of the following permission can alone work if location is to be obtained using Network provider and GPS provider both?

Options:
A.

android.permission.ACCESS_FINE_LOCATION

B.

android.permission.ACCESS_COARSE_LOCATION

C.

android.permission.ACCESS_MOCK_LOCATION

D.

android.permission.ACCESS_LOCATION_EXTRA_COMMANDS

Questions 16

Which of the following is NOT required for backing up data on cloud storage?

Options:
A.

The class(backup agent) that extends BackupAgentHelper.

B.

The application should be registered with the Google's backup service.

C.

The backupAgent agent should be specified in application tag inside AndroidManifest.xml.

D.

The internet permission in the AndroidManifest file to communicate with the Google server.

Questions 17

In DRM system, Content and Rights object are stored inside?

Options:
A.

Content server

B.

Rights server

C.

Storage Device

D.

DRM agent

Questions 18

Which of the following is NOT true about the “Process” attribute of the <application> tag?

Options:
A.

Its default value is same as the package name and is set by the system itself.

B.

It must be included in the manifest tag with the value of package name application.

C.

If the name assigned to this attribute begins with a colon (':'), a new process, private to the application, iscreated when it's needed.

D.

If the process name begins with a lowercase character, a global process of that name is created.

Questions 19

Which of the following is required for accessing a user’s Google account?

Options:
A.

android.permission.GET_ACCOUNTS

B.

android.permission.GET_INTERNET

C.

android.permission.GET_AUTH_TOKEN

D.

None are correct

Questions 20

Which of the following is NOT true about setting the “permission” attribute to tags?

Options:
A.

Only one permission can be added to any tag

B.

If permission is required by all components of the application then it should be specified in application tag.

C.

The permission in the component overrides the permission in the application tag.

D.

The permission can only be included in application or manifest tags.