Official Bank 0/107

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

Last updated on June 22, 2026

97% Exam Compliance
107 Total Questions
1
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 All are correct
C The result is returned in the form of a Map
D A cursor is returned that points to all rows found by query.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question
Which of the following is NOT true about setting the “permission” attribute to tags?
Options
A Only one permission can be added to any tag
B The permission can only be included in application or manifest tags.
C If permission is required by all components of the application then it should be specified in
application tag.
D The permission in the component overrides the permission in the application tag.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question
Which of the following is NOT true about the “Process” attribute of the tag?
Options
A Its default value is same as the package name and is set by the system itself.
B If the process name begins with a lowercase character, a global process of that name is created.
C It must be included in the manifest tag with the value of package name application.
D If the name assigned to this attribute begins with a colon (':'), a new process, private to the
application, is created when it's needed.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question
Which of the following is true about the “description” attribute in the application tag?
Options
A The value must be set as a reference to the string resource.
B Its length must be equal to that of application label.
C It can be a raw string.
D The default value is same as the application name if not value is assigned to it.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question
Which one of the following is NOT true about “taskAffinity”?
Options
A It can be placed inside manifest tag.
B The name of the default affinity for an application is the package name set by manifest tag
C It can be placed inside application tag.
D It can be placed inside activity tag
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.