Winter Special Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

AND-402 Sample Questions Answers

Questions 4

Service is an Android component which runs in the background to perform background task.

Options:

A.

True .

B.

False.

C.

Depends on the situation.

D.

Services is not an Android component.

Buy Now
Questions 5

Which of the following is true about “supportsRtl” attribute of the 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.

Buy Now
Questions 6

Which of the following permissions is required to request auth tokens from Account Manager?

Options:

A.

android.permission.GET_ACCOUNTS

B.

android.permission.USE_CREDENTIALS

C.

android.permission.GET_AUTH_TOKEN

D.

All are correct

Buy Now
Questions 7

Which of the below statement is true about Broadcast

1. Broadcast receiver decides which broadcast it will receive

2. Broadcast will decide which receiver can receive its broadcast

Options:

A.

Only 1 is true

B.

Only 2 is true

C.

Both 1 & 2 are true

D.

None are correct

Buy Now
Questions 8

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

Options:

A.

Data in Use

B.

Data at rest

C.

Data in transit

D.

Volatile state

Buy Now
Questions 9

Which of the following methods can be used to extract licence information from rights object?

Options:

A.

getDrmRightsObject()

B.

getConstraints()

C.

getApplicationContext()

D.

saveRights()

Buy Now
Questions 10

Normal permissions can be converted into namespace using?

Options:

A.

Permission group

B.

Permission tree

C.

Permission

D.

Import statements

Buy Now
Questions 11

Which of the following is to execute complex queries in SQLite database?

Options:

A.

SQLiteDatabase.query()

B.

SQLiteQueryBuilder

C.

SQLiteOpenHelper

D.

Both "SQLiteDatabase.query()" and "SQLiteQueryBuilder" are correct.

Buy Now
Questions 12

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.

Buy Now
Questions 13

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

Options:

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.

Buy Now
Questions 14

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

Options:

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

Buy Now
Questions 15

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 16

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 17

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

Options:

A.

NETWORK_PROVIDER

B.

GPRS_PROVIDER

C.

GPS_PROVIDER

D.

USER_LOCATION_PROVIDER

Buy Now
Questions 18

Permissions can be added inside

Options:

A.

AndroidManifest.xml.

B.

Layout.xml file

C.

Res folder

D.

Bin folder

Buy Now
Questions 19

The auth token can be retrieved using the named value of

Options:

A.

AUTHTOKEN

B.

AUTHENTICATION_TOKEN

C.

KEY_TOKEN

D.

KEY_AUTHTOKEN

Buy Now
Questions 20

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

Options:

A.

B.

C.

D.

Buy Now
Questions 21

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 22

Which permission listed below is a normal permission?

Options:

A.

SET_WALLPAPER

B.

READ_CALENDAR

C.

FACTORY_TEST

D.

REBOOT

Buy Now
Questions 23

Which of the following is correct about application level permissions?

Options:

A.

They are required to contact with Android Operating system.

B.

They are required for an Application to perform its operations.

C.

They are required to create an application.

D.

They are automatically created.

Buy Now
Questions 24

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

Options:

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.

Buy Now
Questions 25

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

Options:

A.

Its default value is true.

B.

When the value is false, the system does not try to load any application code when launching components.

C.

There is no such attribute “hasCode” because every application contains some code and settings falsecannot be an option.

D.

It is only possible that an application would not have any code of its own, in case it is using nothing but builtincomponent classes.

Buy Now
Questions 26

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
Questions 27

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

Options:

A.

Content server

B.

Rights server

C.

Storage Device

D.

DRM agent

Buy Now
Questions 28

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

Options:

A.

Normally, third-party applications will not need to use this attribute.

B.

It means that whether the application should be terminated after its settings have been restored during anapplication restore operation.

C.

The default value is true.

D.

The true value of this attribute means that the application will be terminated once its settings are restoredduring a full-system restore

Buy Now
Questions 29

Which of the following is NOT true about AndroidManifest.xml?

Options:

A.

It is extensible

B.

It is placed in root folder of the app.

C.

It is not extensible

D.

It is also called the policy file

Buy Now
Questions 30

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.

Buy Now
Questions 31

Which Protocol is used to ensure data integrity in Android?

Options:

A.

Real-time Transport Protocol (RTP)

B.

Secure Socket Layer (SSL)

C.

Transfer Control Protocol (TCP)

D.

Internet Protocol (IP)

Buy Now
Questions 32

Which of the following is not true about SQLite database?

Options:

A.

The database files are sandboxed with the application.

B.

The application can make database files on external memory.

C.

It is small and requires no setup.

D.

All are correct

Buy Now
Exam Code: AND-402
Exam Name: Android Security Essentials
Last Update: Nov 20, 2024
Questions: 107
$64  $159.99
$48  $119.99
$40  $99.99
buy now AND-402