Official Bank 0/107

Android Security Essentials (AND-402) - Android Actual Exam Questions

Last updated on April 11, 2026

97% Exam Compliance
107 Total Questions
1
Question

How many level of protection are there in Permission?

Options
A

Seven.

B

User Defined.

C

Four.

D

Depends of the Android OS version.

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question

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

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question

Which of the following in NOT true about setting the attribute installLocation to value “internalOnly”? (Choose two)

Select 2
Options
A

The default behavior of installation of application is same as that of giving value “internalOnly” to the installLocation attribute.

B

The application is installed on the internal device storage only.

C

If there is no space on the internal memory then the application gets installed on the external storage and moves back to internal storage as soon as the space is available. This is default behavior.

D

The application can be moved to external device storage if required.

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question

Which of the following is the focus of confidentiality?

Options
A

Permissions of an application

B

Privacy of application files

C

Privacy of user data

D

Privacy of Google data

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question

Which of the following is not correct when executing the following line of code? FileOutputStream fOut = openFileOutput("MyFile.txt", MODE_WORLD_READABLE);

Options
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.

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

Finish Practice?

Are you sure you want to finish? This will end your practice session.