Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

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

A.

B.

C.

D.

Which of the following is a safe place to store user data?

A.

Backend servers.

B.

Mobile devices.

C.

SD Cards.

D.

Third party applications.

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

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

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.

Which of the following is NOT true about theme attribute?

A.

A reference to a style resource is set through it.

B.

It can be placed inside manifest tag.

C.

It can be placed inside application tag.

D.

It can be placed inside activity tag.

Which one of the following is NOT true about “taskAffinity”?

A.

It can be placed inside manifest tag.

B.

It can be placed inside application tag.

C.

It can be placed inside activity tag

D.

The name of the default affinity for an application is the package name set by manifest tag

Which of the following is true when the system is running low on memory?

A.

Files in the cache memory of application are deleted.

B.

Files that the application made on external memory are deleted.

C.

No file gets deleted from the device.

D.

Application data saved in SQLite database.

Which of the following is correct about saving files in cache?

A.

Cache file can only be created in internal memory

B.

By using getCacheDir()method

C.

By using getExternalStorageDirectory()method

D.

Both options "By using getCacheDir()method" and "By using getExternalStorageDirectory()method" are correct.

Signature permission is also known as: (Choose two)

A.

System Permissions or Level three permission.

B.

Special situation permissions.

C.

All are correct.

D.

None are correct.

Which of the following is NOT a component of the DRM system?

A.

Content server

B.

Rights server.

C.

DRM agent.

D.

Switching device.