Certified Application Developer - ServiceNow Questions and Answers
Question 41
Which of the following statements is true about Guided Application Creator?
Options:
A.
The global scope option is turned on by default
B.
A scope application user role is automatically created
C.
Default access controls are automatically created
D.
The welcome screen appears every time a new application is created
Answer:
D
Explanation:
The welcome screen appears every time a new application is created through the Guided Application Creator. The welcome screen provides an overview of the steps involved in creating an application, such as defining the app name, scope, and tables, configuring the app user interface, and publishing the app. The other options are not true about the Guided Application Creator. The global scope option is turned off by default, as it is recommended to create applications in their own scope for better security and performance. A scope application user role is not automatically created, as the user can choose to create one or use an existing role for the app access control. Default access controls are not automatically created, as the user can define the read, write, create, and delete permissions for each table in the app. Reference: Guided App Creator
Question 42
Which one of the following client-side scripts apply to Record Producers?
Options:
A.
Catalog Client Scripts and Catalog UI Policies
B.
UI Scripts and UI Actions
C.
UI Scripts and Record Producer Scripts
D.
Client Scripts and UI Policies
Answer:
A
Explanation:
Catalog Client Scripts and Catalog UI Policies are the client-side scripts that apply to Record Producers. Catalog Client Scripts allow you to add or modify functionality on a catalog item or record producer form. Catalog UI Policies dynamically change information on a catalog item or record producer form. UI Scripts, UI Actions, Client Scripts, and UI Policies do not apply to Record Producers. Reference: Catalog client scripts, Catalog UI policies
The functionality within an application menu such as opening a page in the content frame or a separate tab or window
B.
A group of menus, or pages, providing related information and functionality to end-users
C.
A way of helping users quickly access information and services by filtering the items in the Application Navigator
D.
A web-based way of providing software to end-users
Answer:
C
Explanation:
A module is the functionality within an application menu such as opening a page in the content frame or a separate tab or window. For example, Open is a module under the Problem application menu that opens a list of problem records. Modules are the second level navigation options for applications. Reference: Modules | ServiceNow Tutorials
Question 44
Which one of the following is NOT a UI Action type?
Options:
A.
List choice
B.
Form button
C.
List banner button
D.
Form choice
Answer:
D
Explanation:
A UI Action is a button, link, or choice that can be clicked by a user to perform an action, such as submitting a form or running a script. The following are UI Action types:
List choice. This is a UI Action that appears as a choice list on a list of records. It can be used to perform an action on multiple records at once, such as deleting or updating them.
Form button. This is a UI Action that appears as a button on a form. It can be used to perform an action on the current record, such as saving or approving it.
List banner button. This is a UI Action that appears as a button on the banner of a list of records. It can be used to perform an action on the entire list, such as exporting or printing it.
The following is not a UI Action type:
Form choice. This is not a UI Action type, but a field type. A form choice is a field that displays a choice list on a form. It can be used to select a value from a predefined set of options, such as priority or state. References: UI Actions, Field Types