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

Exact2Pass Menu

Question # 4

What is the state of data stored in SD cards, device memory, back-end servers, or databases?

A.

Data in Use

B.

Data at rest

C.

Data in transit

D.

Volatile state

Full Access
Question # 5

Which of the following is true about the cache files made by an application? (Choose two)

A.

They are visible only to the application that created it.

B.

They are created at the following path /data/data//cache/

C.

They are created at the following path /data//cache/

D.

None are correct

Full Access
Question # 6

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

A.

android.permission.GET_ACCOUNTS

B.

android.permission.GET_INTERNET

C.

android.permission.GET_AUTH_TOKEN

D.

None are correct

Full Access
Question # 7

Which of the following is not correct when executing the following line of code?

FileOutputStream fOut = openFileOutput("MyFile.txt", MODE_WORLD_READABLE);

A.

File "MyFile.txt" is created in internal memory of application.

B.

File created by this code is readable by other applications.

C.

File "MyFile.txt" is created in external memory.

D.

File "MyFile.txt" is created in internal memory.

Full Access
Question # 8

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

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.

Full Access
Question # 9

What is the standard unit of time value passed to requestUserUpdates() function to get location updates?

A.

seconds

B.

Minutes

C.

microseconds

D.

milliseconds

Full Access
Question # 10

What happens if the permission is not used in an application?

A.

The application cannot be build

B.

The application will return runtime error

C.

The application cannot access system resources

D.

The application force closes

Full Access
Question # 11

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

A.

Content server

B.

Rights server

C.

Storage Device

D.

DRM agent

Full Access
Question # 12

Normal permissions can be converted into namespace using?

A.

Permission group

B.

Permission tree

C.

Permission

D.

Import statements

Full Access
Question # 13

Which tag of the following cannot be placed inside the application tag?

A.

B.

C.

D.

Full Access
Question # 14

Which of the following permissions is most dangerous and can cause severe damage to Device?

A.

BRICK

B.

REBOOT

C.

SHUTDOWN

D.

ACCESS_WIFI_STATE

Full Access
Question # 15

Which of the following is true about “uiOptions” attribute of the ? (Choose two)

A.

Its default value is “none”.

B.

“splitActionBarWhenNarrow” is a valid value for this attribute.

C.

“hideActionBarWhenNarrow” is a valid value for this attribute.

D.

It disables any other UI options in the layout resource files.

Full Access
Question # 16

Which of the following is NOT true about "restoreAnyVersion" attribute of tag?

A.

Its default value is “false”.

B.

If set to true, then user is allowed to restore any previous version of the application.

C.

This is system level attribute and is used in rooted devices to restore any version of Android OS being usedpreviously.

D.

Indicates that the application is prepared to attempt a restore of any backed-up data set, even if the backupwas stored by a newer version of the application than is currently installed on the device.

Full Access