Android Security Essentials (AND-402) - Android Actual Exam Questions
Last updated on April 11, 2026
How many level of protection are there in Permission?
Seven.
User Defined.
Four.
Depends of the Android OS version.
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
What is the result of the query when run on SQLite database?
The result is returned in the form of a List
The result is returned in the form of a Map
A cursor is returned that points to all rows found by query.
All are correct
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
Which of the following in NOT true about setting the attribute installLocation to value “internalOnly”? (Choose two)
The default behavior of installation of application is same as that of giving value “internalOnly” to the installLocation attribute.
The application is installed on the internal device storage only.
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.
The application can be moved to external device storage if required.
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
Which of the following is the focus of confidentiality?
Permissions of an application
Privacy of application files
Privacy of user data
Privacy of Google data
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
Which of the following is not correct when executing the following line of code? FileOutputStream fOut = openFileOutput("MyFile.txt", MODE_WORLD_READABLE);
File "MyFile.txt" is created in internal memory of application.
File created by this code is readable by other applications.
File "MyFile.txt" is created in external memory.
File "MyFile.txt" is created in internal memory.
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
Finish Practice?
Are you sure you want to finish? This will end your practice session.