If you create a SOAP Message, what syntax indicates a variable to pass when the function is called?
Access Control debug information identification whether each element of an Access Control granted of denied access. The elements of an Access Control evaluated?
Which ATF Test step allows you to create a user with specified roles and groups for the test?
What is required to link a ServiceNow application to a Git repository?
Choose 3 answers
(What provides a graphical view of the relationships among tables in ServiceNow?)
Which tool is used to define relationships between fields in an import set table and a target table?
When designing and creating a form, what do you create to organize fields on a form?
While on an Incident record, how would you add a Tag for "Special Handling" to the record?
How does ServiceNow match inbound email to an existing record? (Choose 2 answers)
(Which permissions can Administrators give to Delegated Developers? Choose 2 options.)
Which feature helps to automatically allocate a critical, high-priority, service request to the appropriate assignment group or team member?
Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?
What function do you use to add buttons, links, and context menu items on forms and lists?
If the Create module field is selected when creating a table, what is the new module’s default behavior?
As an IT employee what interface would you use, if you wanted to browse internal IT documentation, like troubleshooting scripts and FAQs?
What section on the Notes tab, shows the history of the work documented on the record?
In a privately-scoped application, which methods are used for logging messages in server-side scripts? (Choose 2 answers)
Which of the following statements is true for the Form Designer?
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.
What contains the configuration changes made in an instance (i.e. changes in a form) and helps to implement the changes from the Dev environment to another environment?
Which one of the following is the fastest way to create and configure a Record Producer?
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?
What field type would you select if you want to query records from another table on a form?
When a custom table is created, which access control rules are automatically created?
Choose 4 answers
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.
When building an extended table from a base table, which fields do you need to create?
Choose 2 answers
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?
(What can trigger a Flow in the Workflow Studio Flow Designer? Choose 3 options.)
From the list below, identify one reason an application might NOT be a good fit with ServiceNow.
The application:
What feature can track the amount of time that a task has been open, to ensure that tasks are completed within an allotted time?
Here is an example of the criteria set for a knowledge base:
• Companies: ACME North America
• Departments: HR
• Groups: ACME Managers
• Match All: Yes
In this example, what users would have access to this knowledge base?
On a Business Rule, the When setting determines at what point the rule executes. What are the options for specifying that timing?
(Which method can be used in a Business Rule to get the sys_id of the currently logged in user?)
In an Email Notification, which one of the following is NOT true for the Weight field?
When troubleshooting and debugging notifications, where do you navigate to see if an email was sent in response to an event?
Exportitem table is extended from Item table with the additional column of ItemCountry added. The Item table contains the columns ItemName and ItemQty.
Which fields are available in the Exportitem table?
In Flow Designer, where is the data from an action stored so it can be used in subsequent actions in the flow?
Which one of the following is a benefit of creating an Application Properties page for each application you develop?
How does the Application Picker interact with Application Scope in ServiceNow?
Modules must have a Link type. Which one of the following is a list of Link types?
When creating a table in a privately-scoped application, which four Access Controls are created for the table?
A manager wants to view a snapshot of month-end Sales performance data, as compared to Sales targets. In addition, the manager wants to be able to see those monthly numbers trended over time, and forecasted into the future. What capability do you suggest for this manager?
Why create Applications in ServiceNow?
A) To replace outdated inadequate custom business applications and processes
B) To extend service delivery and management to all enterprise departments
C) To allow users full access to all ServiceNow tables, records and fields
D) To extend the value of ServiceNow
What feature allows you to limit who is able to contribute or read knowledge within a knowledge base?
Which determines the relationships between fields in an Import Set table to fields in an existing ServiceNow table?
Which module would you use to create a new automation of business logic such as approvals, tasks, and notifications?
When creating an application through the Guided Application Creator, which of the following is a user experience option?
Which of the following statements must evaluate to true for a user to pass an Access Control?
Choose 3 answers
Which tables are available by default in a ServiceNow instance?
Choose 3 answers
Assume a table called table exists and contains 3 fields: field1. field2, field3. Examine the Access Control list for table:
table.None read Access Control for users with the admin and itil roles
table. * read Access Control for users with the admin role
table. field3 read Access Control for users with the itil role
Which field or fields can a user with the itil role read?
Which server-side API debug log method is available for scoped applications?
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
Which statement correctly describes the differences between a Client Script and a Business Rule?