Which one of the following is a benefit of creating an Application Properties page for each application you develop?
In a privately-scoped application, which methods are used for logging messages in server-side scripts? (Choose 2 answers)
In a privately-scoped application, which methods are used for logging messages in server-side scripts?
Choose 2 answers
What are the ways to designate data tables when Guided Application Creator (GAC)?
Choose 3 answers
Which of the following statements does NOT apply when extending an existing table?
In a Business Rule, which one of the following returns the sys_id of the currently logged in user?
When debugging Email Notifications, what must you check on a user record?
Choose 2 answers
Which one of the following is the baseline behavior of a table in a privately-scoped application?
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?
When a selecting a data type for a field that will be displayed on a form, which of the following statements is NOT correct?
When creating an application through the Guided Application Creator, what are the options for creating a table?
Choose 3 answers
You are looking at a list of Active Incidents. You want to exclude Incidents with the state of Resolved. How might you do that?
The customer has asked that you change the default layout of the Task list. They would like these columns, in this order:
• Number
• Task Type
• Parent
• Short Description
• Assignment Group
• Assignee
• Updated
After navigating to the list, where would you click, to meet this requirement?
Which determines the relationships between fields in an Import Set table to fields in an existing ServiceNow table?
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.)
On what part of the ServiceNow instance, would you find the option to Impersonate User?
What field type would you select if you want to query records from another table on a form?
For your implementation the following tables are extended from each other:
• Incident table is extended from Task table
• Super Incident table is extended from Incident table
In this situation, which table(s) are Parent. Child and Base tables?
Choose 5 answers
When configuring a module, what does the Override application menu roles configuration option do?
Your customer would like to create a new template to notify users who are affected by network outages at their site. Which module would you use to create a new notification?
Which one of the following is the correct Link Type to select when creating a module that opens the Record Producer UI for a user rather than the ServiceNow form UI?
Which one of the following is true for a Script Include with a Protection Policy value of Protected?
If a knowledge base has no access details specified, what users are able to read articles in that knowledge base?
Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?
Which determines the relationships between field in an Import Set table to field in an existing ServiceNow table?
When creating an application through the Guided Application Creator, what are the options for creating a table? (Choose 3 answers)
Which module would you use to create a new automation of business logic such as approvals, tasks, and notifications?
An administrator creates "customer_table_adminH and "customer_table_user" roles for the newly created "Customer Table". Which ACL rule would grant access to all rows and all fields to both the customer_table_admin and customer_table_user roles?
What feature can track the amount of time that a task has been open, to ensure that tasks are completed within an allotted time?
On the knowledge base record, which tab would you use to define which users are able to write articles to the knowledge base?
As administrator, what must you do to access features of High Security Settings?
Which of the following objects does a Display Business Rule NOT have access to?
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?
Which one of the following is true for a table with the “Allow configuration” Application Access option selected?
On a form, which type of field has this icon which can be clicked, to see a preview of the associated record?
Many actions are included with flow designer what are some frequently used core actions?
Choose 4 answers
What section on the Notes tab, shows the history of the work documented on the record?
Which one of the following is NOT a debugging strategy for client-side scripts?
Which feature helps to automatically allocate a critical, high-priority, service request to the appropriate assignment group or team member?
Which of the following GuideRecord methods run a query against a database table?
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 one of the following is NOT an example of when an application might use a Scheduled Script Execution (Scheduled Job)?
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.