Servicenow CT 3 Batch 1 Set 2
Servicenow CT 3 Batch 1 Set 2
Servicenow CT 3 Batch 1 Set 2
7. 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.
11. Which of the following methods is NOT part of the ServiceNow REST
API?
A. COPY
B. GET
C. DELETE
D. POST
12. 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
13. Which of the following can be an external data source for a ServiceNow
application?
A. Microsoft Excel File
B. Data provided by a public web service using SOAP or REST
C. CSV file
D. All of the above
15. 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
17. 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.
18. What are some benefits of developing private, scoped applications? (Choose
two.)
A. To avoid using a code repository like GitHub or GitLab
B. To reduce risk at code collisions
C. To enable installation and uninstallation of an application
D. To replicate ServiceNow functions a private scope
19. What intuitive development interface guides users through the initial
application development process?
A. Guided Tour Designer
B. Guided Application Creator
C. ServiceNow Studio
D. Flow Designer
21. 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
22. What are three ServiceNow table creation methods? (Choose three.)
A. Using legacy Workflows
B. Upload and turn a spreadsheet into a custom table
C. Using Flow Designer
D. Use the Now Experience Table Creator
E. Extend a table
F. Create a custom table
25. 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
26. 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(
27. 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 >
28. What is the purpose of the coalesce field when importing data?
A. If a match is not found, the existing record is updated
B. To determine if a record matches an existing record or is a new record
C. To identify and merge duplicate records
D. When a match is found, a new record is inserted
30. What are the benefits of storing the majority of an Application’s server-side
script logic in a Script Include?
a. This makes execution faster.
b. Only run when called from a script.
c. The script logic can be hidden when the Application is installed from the
ServiceNow Store.
d. For some changes to application logic there is only one place to make edits.
A. a, b, and d
B. a, b, c, and d
C. b, c, and d
D. a, b, and c
31. What records are used to track cross-scope applications or scripts that
request access to an application, application resource, or event?
A. Restricted caller access records
B. Caller tracking records
C. Access control level records
D. Cross-scope access records
32. Which one of the following is a good practice for adding instructions to a
form?
A. Related links to wiki pages
B. A Context Menu UI Action
C. Annotations
D. A populated read-only field
33. 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
34. Which class is NOT part of the Client side scoped APIs?
A. GlideDialogWindow
B. GlideAjax
C. GlideRecord
D. GlideForm
35. Which one of the following is NOT part of the Form Designer?
A. Page header
B. Schema map
C. Field navigator
D. Form layout
36. Which of the following is an available feature in Studio? (Choose two.)
A. Push to update set
B. Merge branches
C. Search code
D. Push to external source control
37. 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?
41. 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. field1 and field3
C. All fields
D. All fields except field3
42. 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
44. 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
47. 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
48. 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)