Servicenow Cad Dumps 2019
Servicenow Cad Dumps 2019
a) To add a field
to the form layout, drag the field from the Fields tab to the desired destination
on the form. b) To create a new field on a form's table, drag the appropriate data
type from the Field Types tab to the form and then configure the new field. c) To
remove a field from the form layout, hover over the field to enable the Action
buttons, and select the Delete (X) button. d) To add a section to the form layout,
drag it from the Field Types tab to the desired destination on the form.
A. a, b, c, and d
B. b, c, and d
C. a, b, and d
2. Which of the following are configured in an Email Notification? a) Who will receive
the notification. b) What content will be in the notification. c) When to send the
notification. d) How to send the notification.
3. To see what scripts, reports, and other application artifacts will be in a published
application:
D. Open the artifact records individually to verify the value in the Application
field
4. Which one of the following is NOT a debugging strategy for client-side scripts?
A. g_form.addInfoMessage()
B. Field Watcher
C. jslog()
D. gs.log() Most Voted
5. Which Application Access configuration field(s) are NOT available if the Can read
configuration field is NOT selected?
A. All access to this table via web services
B. Can create, Can update, and Can delete Most Voted
C. Can read does not affect the availability of other Application Access fields
D. Allow configuration
8. In an Email Notification, which one of the following is NOT true for the Weight field?
A. Only Notifications with the highest weight for the same record and recipients
are sent
B. A Weight value of zero means that no email should be sent
C. The Weight value defaults to zero
D. A Weight value of zero means the Notification is always sent when the
Notification's When to send criteria is met
9. Which of the following objects does a Display Business Rule NOT have access to?
A. Previous
B. GlideSystem
C. g_scratchpad
D. Current
10. Which of the following features are available to Global applications? (Choose two.)
A. Automated Test Framework
B. Source Control
C. Delegated Development
D. Flow Designer
11. Which one of the following is NOT a UI Action type?
A. List choice
B. Form button
C. List banner button
D. Form choice
13. Which of the following are true for reports in ServiceNow? (Choose
three.) A. Any user can see any report shared with them.
14. Modules must have a Link type. Which one of the following is a list of Link types?
15. Which one of the following is true for a table with the `Allow configuration`
Application Access option selected?
A. Only the in-scope application's scripts can create Business Rules for the table
B. Any user with the application's user role can modify the application's scripts
C. Out of scope applications can create Business Rules for the table
D. Out of scope applications can add new tables to the scoped application
16. When working in the Form Designer, configuring the label of a field in a child table
changes the label on which table(s)?
A. base table
B. child table
C. parent table
D. all tables
A. Constructor
B. Scoped
C. Anonymous
D. Self-invoking
19. Which method call returns true only if the currently logged in user has the
B. g_user.hasRoleExactly('catalog_admin')
C. g_user.hasRoleOnly('catalog_admin')
D. g_user.hasRoleFromList('catalog_admin')
20. There is a basic strategy when creating a Utils Script Include. Identify the step that
does not belong.
21. Which roles grant access to source control repository operations such as
importing applications from source control, or linking an application to source
control? (Choose two.)
A. source_control
B. source_control_admin
C. admin
D. git_admin
22. When configuring the content of an Email Notification, which syntax should be used
to reference the properties of an event triggering the Notification?
A. ${event.<property name>}
B. ${current.<property name>}
C. ${<property name>.getDisplayValue()}
D. ${gs.<property name>}
23. Which one of the following is true for a Script Include with a Protection Policy value
of Protected?
A. Any user with the protected_edit role can see and edit the Script Include
B. The Protection policy option can only be enabled by a user with the admin role
C. The Protection Policy is applied only if the glide.app.apply_protection system
property value is true
D. The Protection Policy is applied only if the application is downloaded from the
ServiceNow App Store
24. Which one of the following is true for GlideUser (g_user) methods?
A. Can be used in Client Scripts and UI Policies only
B. Can be used in Business Rules only
C. Can be used in Client Scripts, UI Policies, and UI Actions
D. Can be used in Business Rules, and Scripts Includes
25. When configuring a module, what does the Override application menu roles
configuration option do?
A. Users with the module role but without access to the application menu access the
module
B. Self-Service users can access the module even though they do not have roles
C. Admin is given access to the module even if Access Controls would ordinarily prevent
access
D. Users with access to the application menu can see the module even if they don't have
the module role
26. Which platform feature can be used to determine the relationships between field in
an Import Set table to field in an existing ServiceNow table?
A. g_form.hasRoleExactly('admin')
B. gs.hasRole('admin')
C. g_form.hasRole('admin')
D. gs.hasRoleExactly('admin')
30. From the list below, identify one reason an application might NOT be a good fit with
ServiceNow.
The application:
A. Administrators can grant non-admin users the ability to develop global applications.
B. Administrators can specify which application file types the developer can access.
C. Administrators can grant the developer access to script fields.
D. Administrators can grant the developer access to security records.
32. One of the uses of the ServiceNow REST API Explorer is:
34. Which one of the following is the baseline behavior of a table in a privately scoped
application?
A. The table and its data are not accessible using web services
B. Any Business Rule can read, write, delete, and update from the table
C. Only artifacts in the table's application can read from the table
D. All application scopes can read from the table
36. It is best practice to define the business requirements and the process(es) an
application will manage as part of the application development plan. What are some of
the considerations to document as part of the business process?
37. Which of the following statements does NOT apply when extending an existing
table?
A. The parent table's Access Controls are evaluated when determining access to the new
table's records and fields
B. The new table inherits the functionality built into the parent table
C. The new table inherits all of the fields from the parent table
D. You must script and configure all required behaviors
38. Which of the following CANNOT be debugged using the Field Watcher?
A. Business Rules
B. Script Includes
C. Client Scripts
D. Access Controls
40. Which one of the following is part of the client-side scripting API?
A. workflow.scratchpad
B. GlideUser object (g_user)
C. current and previous objects
D. GlideSystem object (gs)
41. Application developers configure ServiceNow using industry standard JavaScript to`¦
A. Enable the right-click to edit the context menus on applications in the navigator
B. Extend and add functionality
C. Customize the organization's company logo and banner text
D. Configure the outgoing email display name
43. The source control operation used to store local changes on an instance for later
application is called a(n) <blank>.
A. Branch
B. Tag
C. Stash
D. Update set
44. What syntax is used in a Record Producer script to access values from Record
Producer form fields?
A. producer.field_name
B. producer.variablename
C. current.variable_name
D. current.field_name
45. Which of the following methods prints a message on a blue background to the top
B. g_form.addInfoMessage()
C. g_form.showFieldMessage()
D. g_form.showFieldMsg()
A. Spoke
B. Bundle
C. Action
D. Flow
A. 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-user
48. Which source control operation is available from BOTH Studio and the Git
Repository?
A. Create Branch
B. Apply Remote Changes
C. Stash Local Changes
D. Edit Repository Configurations
49. Which one of the following is NOT required to link a ServiceNow application to a Git
repository?
A. Password
B. URL
C. User name
D. Application name
50. Which Report Type(s) can be created by right-clicking on a column header in a table's
list?
51. Which one of the following is NOT a method used for logging messages in a server-
side script for a privately-scoped application?
A. gs.log ()
B. gs.error() C. gs.warn()
D. gs.debug()
52. If the Create module field is selected when creating a table, what is the new
module's default behavior?
53. How must Application Access be configured to prevent all other private application
scopes from creating configuration records on an application's data tables?
A. You must create Access Controls to prevent all other application scopes from creating
configuration records on an application's data tables rather than using Application
Access B. Set the Accessible from field value to All application scopes and de-select the
Can create option
C. Set the Accessible from field value to This application scope only and de-select the
Allow access to this table via web services option
D. Set the Accessible from field value to This application scope only
54. What are some of the benefits of extending an existing table such as the Task table
when creating a new application? a) You can repurpose existing fields by simply
changing the label. b) Use existing fields with no modifications. c) Existing logic from the
parent table will be automatically applied to the new table. d) All of the parent table
records are copied to the new table.
A. a, b, c, and d
B. a and b
C. b and c
D. a, b, and c
55. When configuring an Access Control which has no condition or script, which one of
the following statements is NOT true?
56. Which of the following methods are useful in Access Control scripts?
A. g_user.hasRole() and current.isNewRecord()
B. gs.hasRole() and current.isNewRecord()
C. g_user.hasRole() and current.isNew()
D. gs.hasRole() and current.isNew()
57. Which one of the following client-side scripts apply to Record Producers?
A. Publisher
B. Specialist
C. Provider
D. Consumer
59. Which one of the following is the fastest way to create and configure a Record
Producer?
A. Create a Catalog Category, open the category, and select the Add New Record
Producer button
B. Use the Record Producer module then add and configure all variables manually
C. Open the table in the Table records and select the Add to Service Catalog Related Link
D. Open the table's form, right-click on the form header, and select the Create Record
Producer menu item
60. Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?
A. Schema map
B. Dependency view
C. Graphical User Interface
D. Map source report
66. Which one of the following is true for the Application Picker?
A. All custom application scope and the Global scope appear in the Application Picker
B. All applications in ServiceNow, including baseline applications like Incident, appear in
the Application Picker
C. Only custom applications appear in the Application Picker
D. Only downloaded applications appear in the Application Picker
67. When creating an application through the Guided Application Creator, which of the
following is a user experience option?
A. Portal
B. Mobile
C. Self-service
D. Workspace
68. When writing a Client Script to provide feedback targeted at a specific field, which
method should be used?
A. g_form.showInfoMessage()
B. g_form.showFieldMsg()
C. g_form.addInfoMessage()
D. g_form.addFieldMsg()
70. Which server-side object provides methods for working with dates when writing a
script in a privately scoped application?
A. GlideDateTime
B. GlideRecord
C. GlideSystem D. current
71. Application developers can specify which ServiceNow page a user sees after
submitting a new record using the Record Producer UI. How is the page specified?
A. All records created using this strategy are inserted into the Requested Item
[sc_req_item] table.
B. Each field prompts the user with a question rather than a field label.
C. They must be scripted.
D. You can script behaviors of fields in the user interface.
E. Graphics can be included on the user interface.
73. Which server-side API debug log method is available for scoped applications?
A. gs.log()
B. gs.info()
C. gs.debuglog()
D. gs.print()
A. Business Rule
B. Client Scripts
C. UI Policies
D. Script Actions
E. Scheduled Jobs
75. What is the best UX format to use for lists and forms?
A. Forms
B. Lists
C. Standard
D. Classic
76. When creating a table in a privately-scoped application, which four Access Controls
are created for the table?
77. Which one of the following is true for this script fragment?
g_user.hasRole('x_my_app_user');
78. Which one of the following database operations cannot be controlled with
Application Access?
A. Query
B. Update
C. Create
D. Delete
79. For Application Access there is a configuration option called Allow access to this table
via web services. Which one of the following statements is true when this option is
selected?
A. This option restricts the ability to delete records via web services but records can
always be read
B. Even when not selected, users with the correct permissions can use web services to
access the table's records
C. This option restricts access only to SOAP web services but does not apply to REST D.
The user performing the query via web services must have the correct permissions to
access the table's records
80. Which of the following statements must evaluate to true for a user to pass an Access
Control? (Choose three.)
A. The user has one of the roles specified in the Required roles related list.
B. Scripts configured in the Access Control must evaluate to true.
C. Other matching Access Controls for the records evaluate to true.
D. Conditions configured in the Access Control must evaluate to true.
E. The user must be granted access through a business rule.
A. The table for which a workflow is defined plus any conditions such as "Active is true"
B. It is generated from a workflow version, executes activities, and follows transitions
C. The business reason or process for which a workflow is designed
D. It is a checked out workflow which is being edited
82. Which one of the following is a benefit of creating an Application Properties page for
each application you develop?
A. Application Properties allow a developer to override the application properties
inherited from ServiceNow
B. An Application Properties page is a good landing page for an application
C. Application Properties allow a developer or admin to make changes to an
application's behavior without modifying application artifacts
D. Application users know to go to the Application Properties page to change the
appearance of an application
83. Which one of the following is NOT an example of when an application might use a
Scheduled Script Execution (Scheduled Job)?
A. The application needs to send weekly email reminders to requestors for all records on
a
table
B. The application needs to run a clean up script on the last day of every month
C. The application needs to query the database every day to look for unassigned records
D. The application needs to run a client-side script at the same time every day
84. Which one of the following objects CANNOT be used in a Script Action script?
A. previous
B. GlideRecord
C. event
D. Current
A. Watermark
B. Record link
C. Subject line
D. sys_id
86. When debugging Email Notifications, what must you check on a user record?
(Choose three.)
A. Active must be true.
B. The First name and Last name fields must have values.
C. The value in the Notification field must be set to enabled.
D. The user must not be locked out.
E. The Email field must have a value.
88. Which of the following methods is NOT part of the ServiceNow REST API?
A. COPY
B. GET
C. DELETE
D. POST
89. You are developing the MyApp application that has a table, Table A. When the
MyApp application is installed on an instance, you want Table A's records to be installed
as part of the application.
Table A's records will be installed when: A.
table
B. Table A's records are added to the application record using the Create Application
Files context menu item
C. Table A has an automatic number counter for new records
D. Table A is not included in the System Clone > Exclude Tables list
93. When creating an application through the Guided Application Creator, which of the
following is NOT an option for creating a table?
95. What intuitive development interface guides users through the initial
97. Which of the following statements is NOT true for the Form Designer?
A. To add a section to the form layout, drag it from the Field Types tab to the desired
destination on the form.
B. To add a field to the form layout, drag the field from the Fields tab to the desired
destination on the form.
C. To remove a field from the form layout, hover over the field to enable the Action
buttons, and select the Delete (X) button.
D. To create a new field on a form’s table, drag the appropriate data type from the Field
Types tab to the form and then configure the new field.
98. What records are used to track cross-scope applications or scripts that request
access to an application, application resource, or event?
99. Which ATF Test step allows you to create a user with speeded roles and groups for
the test?
A. Create a group
B. Impersonation
C. Create a user
D. Create a role
A. com.glide.sn-guided-app-creator
B. com.glide.service_creator
C. com.glide.snc.apps_creator
D. com.snc.apps_creator_template
101. Which of the following can be an external data source for a ServiceNow
application?
102. Which one of the following is true for the Application Picker and Application Scope?
A. Global is a reserved application which does not appear in the Application Picker
B. Selecting an application from the Application Picker does not set the Application
Scope
C. Selecting an application from the Application Picker sets the Application Scope
D. Selecting Global in the Application Picker sets the Application Scope to Incident
104. The Task table is an example of which of the following? (Choose two.)
A. Parent class
B. Legacy class
C. Child class
D. Base class
105. Which of the following is true about deleting fields from a table?
107. What are three ServiceNow table creation methods? (Choose three.)
108. When selecting a data type for a field that will be displayed on a form, which of the
following statements is NOT correct?
A. Use the String data type tor a free-form text field
B. Use the Phone Number data type to automate phone number data validation
C. Use the Choice data type to limit options in a field
D. Use the Date data type to enter the date and time of day
109. Which one of the following is NOT part of the Form Designer?
A. Page header
B. Schema map
C. Field navigator
D. Form layout
110. Which class is NOT part of the Client side scoped APIs?
A. GlideDialogWindow
B. GlideAjax
C. GlideRecord
D. GlideForm
111. When designing and creating a form what do you create to organize fields on a
form?
A. Buttons
B. Tabs
C. Sections
D. Related lists
112. Which one of the following is a good practice for adding instructions to a form?
113. Which of the following GlideRecord methods run a query against a database table?
(Choose three.)
A. _get()
B. runQuery()
C. query()
D. _query()
E. get(
A. sn.form
B. g_form
C. gs.form
D. gs_form
115. In a Business Rule, which one of the following returns the sys_id of the currently
logged in user?
A. g_form.getUserID()
B. gs.getUserSysID()
C. gs.getUserID()
D. g_form.getUserSysID()
116. Access Control debug information identifies whether each element of an Access
Control granted or denied access. The elements appear in the debug information in the
order of evaluation. In which order are the elements of an Access Control evaluated?
117. Assume a table called table exists and contains 3 fields: field1, field2, field3.
Examine the Access Control list for table:
Which field or fields can a user with the itil role read?
118. Assume a table called table exists and contains 3 fields: field1, field2, field3.
Examine the Access Control list for table:
Which field or fields can a user with the itil role read?
A. field3 only
B. filed1 and field3
C. All fields
D. All fields except field3
A. gs.getProperty()
B. g_form.getAppProperty()
C. g_form.getProperty()
D. gs.getAppProperty()
121. What Module Link type is used to access an Application Properties page?
A. Single Record
B. HTML (from Arguments)
C. URL (from Arguments)
D. Script (from Arguments)
122. Identify the way(s) an application can respond to an Event generated by the
gs.eventQueue() method.
a. Script Action
b. Scheduled Script Execution (Scheduled Job)
c. UI Policy
d. Email Notification
A. b and c
B. c
C. a and d
D. a and c
123. When troubleshooting and debugging notifications, where do you navigate to see if
an email was sent m response to an event?
124. What are the benefits of storing the majority of an Application’s server-side script
logic in a Script Include?
A. a, b, and d
B. a, b, c, and d
C. b, c, and d
D. a, b, and c
126. What is the purpose of the coalesce field when importing data?
127. If you create a SOAP Message what syntax indicates a variable to pass when the
function is called?
A. current.variable_name
B. ${variable_name}
C. < variable_name >.do?WSDL
D. < variable_name >
128. Which of the following is NOT a way to install an application on a ServiceNow
instance?
129. Using Custom UI test step in Automated Test Framework, which of the following is
NOT a testable page component?
A. Buttons
B. UI controls
C. UI pages
D. Form field values
A. a, b, and d
B. a, b, c, and d
C. a, b, and c
D. b, c, and d
131. Flow Designer supports variable data types to store record data and complex data.
Which of the following are supported variable data types? (Choose three.)
A. Choice data type
B. Array.Reference data type
C. Integer data type
D. Freedom data type
E. Array.Boolean data type
F. Label data type
132. Which of the following statements is true about Guided Application Creator?
A. The global scope option is turned on by default
B. Default access controls are automatically created
C. The welcome screen appears every time a new application is created D. A scoped
application user role is automatically created
133. What are the ways to designate data tables when using Guided Application Creator
(GAC)?
(Choose three.)
A. A Workflow which is launched every time an Event is generated; used to debug Events
B. The Event Log which lists all Events that have been generated
C. The method used in server side scripts to generate Events and pass parameters
D. A table containing a record for every Event known to the ServiceNow system which
allows ServiceNow to react when Events are generated
135. Identify the ways an application can respond to an Event generated by the
gs.eventQueue() method: (Choose two.)
A. Client Script
B. Email Notification
C. Scheduled Script Execution (Scheduled Job)
D. Script Action
E. UI Policy
A. User access
B. Database and backend
C. Playbook access
D. Forms and Form Fields
139. When debugging Email Notifications, what must you check on a user record?
(Choose two.)
140. When crafting a scoped application that contains flow actions, what is the
application called?
A. Action
B. Spoke
C. Bundle
D. Flow
141. Which are reasons an application could be developed on the ServiceNow platform?
(Choose three.)
A. It needs workflow to manage processes.
B. It requires reporting capabilities.
C. It uses forms extensively to interact with data.
D. It requires low-level programming libraries.
E. It uses multimedia features.
142. Once an application is ready to share, which of the following methods of publishing
are supported by ServiceNow? (Choose three.)
A. URI
B. ACL
C. Application name
D. Password
E. User name
F. URL
A. Fix Scripts
B. Catalog Client Scripts
C. UI Scripts
D. Catalog UI Policies
E. Record Producer Polices
146. Which business requirements and process(es) should be documented as part of the
application development plan? (Choose four.)
A. Available licenses
B. Business problem
C. Process steps
D. Users/stakeholders
E. Database capacity
F. Project schedule
G. Data input/output
147. Which objects are used as part of the client-side scripting API? (Choose two.)
A. gs
B. current ana previous
C. g_user
D. workflow.scratchpad
E. g_form
148. When creating application tables, a user role is automatically added to the table
record. Which other role does an application typically have?
149. Which determines the relationships between field in an Import Set table to field in
an existing ServiceNow table?
A. Data Sources
B. Schema Map Relationship Builder
C. Business Service Management Map
D. Transform Map
150. What data types of Flow Designer variables are supported to store record data and
complex data? (Choose three.)