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

AND-402 PDF

$38.5

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

AND-402 PDF + Testing Engine

$61.6

$175.99

3 Months Free Update

  • Exam Name: Android Security Essentials
  • Last Update: Sep 12, 2025
  • Questions and Answers: 107
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

AND-402 Engine

$46.2

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

AND-402 Practice Exam Questions with Answers Android Security Essentials Certification

Question # 6

Which of the following classes is provided by Android SDK to get user's location?

A.

UserLocationManager

B.

RemoteLocationManager

C.

LocationManager

D.

SystemLocationManager

Full Access
Question # 7

Which of the following is NOT true about sharedUserId attribute?

A.

It is placed inside manifest tag.

B.

By default Android assigns each application its sharedUserId value.

C.

Applications can share the same user ID.

D.

It is placed in the activity tag that needs to share the data with other application.

Full Access
Question # 8

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

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.

Full Access
Question # 9

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

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.

Full Access
Question # 10

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

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.

Full Access
Question # 11

Which of the following returns the most accurate location of user?

A.

NETWORK_PROVIDER

B.

GPRS_PROVIDER

C.

GPS_PROVIDER

D.

USER_LOCATION_PROVIDER

Full Access
Question # 12

Permission group is a concept of creating:

A.

A group of similar permission

B.

A group of all permissions in an Application

C.

A group of all components in an Application

D.

A group of all permissions irrespective of application

Full Access
Question # 13

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

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

Full Access
Question # 14

Which of the following is NOT true about setting two applications to share same Linux ID?

A.

Both applications must be running in background to check if they are sharing same Linux ID.

B.

The applications just need to be installed on single device, for checking their Linux ID, they need not to berunning.

C.

Android's adb tool can be used to check the applications that if they are sharing same Linux ID.

D.

Making two applications sharing same Linux ID must have same value of sharedUserID in

AndroidManifest.xml.

Full Access
Question # 15

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

A.

Indicates whether this application is only for testing purposes.

B.

If this attribute is set to true, the application can only be installed through adb.

C.

It may expose functionality or data outside of itself that would cause a security hole, but is useful for testing.

D.

It is system level attribute so it is included in manifest tag.

Full Access
Question # 16

In which form the data is stored using shared preferences?

A.

XML file inside the internal memory of application.

B.

Binary form inside the internal memory of application.

C.

A Text file inside internal memory of application.

D.

Encrypted form inside the application’s internal memory.

Full Access
Question # 17

What is the result of the query when run on SQLite database?

A.

The result is returned in the form of a List

B.

The result is returned in the form of a Map

C.

A cursor is returned that points to all rows found by query.

D.

All are correct

Full Access
Question # 18

During transit , Data integrity ensures that data is

A.

Transferred successfully

B.

Rolled back if transaction not successful

C.

Not altered or modified

D.

Encrypted

Full Access
Question # 19

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 # 20

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 # 21

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 # 22

Permissions can be added inside

A.

AndroidManifest.xml.

B.

Layout.xml file

C.

Res folder

D.

Bin folder

Full Access
Question # 23

Normal permissions can be converted into namespace using?

A.

Permission group

B.

Permission tree

C.

Permission

D.

Import statements

Full Access
Question # 24

What is the recommended use of BaseColumns._ID in SQLite database?

A.

It should always be used to maintain unique ID.

B.

It should be used to include unique ID when content provider is being used.

C.

It is deprecated now.

D.

All are correct.

Full Access
Question # 25

Which of the following is true about the “description” attribute in the application tag?

A.

The value must be set as a reference to the string resource.

B.

It can be a raw string.

C.

The default value is same as the application name if not value is assigned to it.

D.

Its length must be equal to that of application label.

Full Access
Question # 26

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
Question # 27

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

A.

Content server

B.

Rights server.

C.

DRM agent.

D.

Switching device.

Full Access
Question # 28

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.

Full Access
Question # 29

How many level of protection are there in Permission?

A.

Seven.

B.

User Defined.

C.

Four.

D.

Depends of the Android OS version.

Full Access
Question # 30

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

A.

If this attribute is set to “true”, the Android system can instantiate application components

B.

This attribute can be overridden by components.

C.

Its default value is “true”.

D.

To launch an activity from another activity this attribute must be specified in the launching activity’s tag.

Full Access
Question # 31

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 # 32

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

A.

Content server

B.

Rights server

C.

Storage Device

D.

DRM agent

Full Access