A customer requests the following data quality measures be added:
1. Incident numbers should be read-only on all lists and forms, for all users.
2. Short Description field should be mandatory, on all records, across all applications, on Insert.
Which type of policy would you use to meet this requirement?
Which ServiceNow capability provides assistance to help users obtain information, make decisions, and perform common work tasks via a messaging interface?
How does the Application Picker interact with Application Scope in ServiceNow?
What are the three key tables in an enterprise CMDB?
Choose 3 answers
Which of the following is a good practice for adding instructions to a form?
Here is the Business Rule script template:
This type of JavaScript function is known as:
Which role(s) are required to impersonate a user?
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?
Which business requirements and process(es) should be documented as part of the application development plan?
Choose 4 answers
Access Control rules are applied to a specific table, like the Incident table. What is the object name for a rule that applies to the entire Incident table (all rows and fields)?
Which one of the following is true about client-side scripted security?
Which one of the following is part of the client-side scripting API?
You are looking at a list of Active Incidents. You want to exclude Incidents with the state of Resolved. How might you do that?
Tables that extend a table do what?
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 function do you use to add buttons, links, and context menu items on forms and lists?
Which framework can automatically populate values for the Priority and Category fields based on the Short description field value?
What intuitive development interface guides users through the initial application development process?
When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?
Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow?
Choose 3 answers
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.)
What syntax is used in a Record Producer script to access values from Record Producer form fields?
In Flow Designer, where is the data from an action stored so it can be used in subsequent actions in the flow?
What section on the Notes tab, shows the history of the work documented on the record?
Which script types execute on the server? (Choose three.)
Where can GlideUser (g_user) methods be utilized within ServiceNow?
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?
What is a limitation when using record producers in ServiceNow?
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
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 database operations can be controlled with Access Control?
Choose 2 answers
What is a workflow context?
Which one of the following database operations cannot be controlled with Application Access?
You are developing the MyApp application that has a table, Table A. When the MyApp application is installed on another instance, you want Table A's records to be installed as part of the application. Table A's records will be installed when:
Which of the following statements does NOT apply when extending an existing table?
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?
What are advantages of using Flow Designer? Choose 3 answers
Which one of the following is NOT a UI Action type?
When debugging Email Notifications, what must you check on a user record?
Choose 2 answers
Which actions can a Business Rule take without scripting?
If the Create module field is selected when creating a table, what is the new module’s default behavior?
How is access to Application Menus and Modules controlled?
Can inherited fields be deleted from a table?
Which of the following steps can be used to import new data into ServiceNow from a spreadsheet?
What is the purpose of the coalesce field when importing data?
When creating an application through the Guided Application Creator, which of the following is a user experience option?
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 creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
Which method is used to retrieve Application Property values in a script?
As administrator, what must you do to access features of High Security Settings?
Which allows the creation of a task-based record from Service Catalog?
To see what scripts, reports, and other application artifacts will be in a published application:
Which tables are available by default in a ServiceNow instance?
Choose 3 answers
What is the REST API Explorer used to do?
What is the best practice related to using the Default Update Set for moving customizations between instances?
What is the ServiceNow store?
Which of the following is true about deleting fields from a table?
This script fragment is executed in an application: g_user.hasRole('x_my_app_user');
What is the logical evaluation of this script fragment?
Which of the following objects does a Before Business Rule have access to in a script?
Which path would you take to access the table configuration page from a form?
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?
When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?
Which of the following statements must evaluate to true for a user to pass an Access Control?
Choose 3 answers
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
Which of the following objects does a Display Business Rule NOT have access to?
Which one of the following is true?
What is the ServiceNow Application Repository?
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.
Which one of the following is the fastest way to create and configure a Record Producer?
What records are used to track cross-scope applications or scripts that request access to an application, application resource, or event?
In an Email Notification, which one of the following is NOT true for the Weight field?
Which server-side object provides methods for working with dates when writing a script in a privately scoped application?
A scoped application containing Flow Designer content dedicated to a particular application is called a(n):
Which one of the following is true for this script fragment?
g_user.hasRole(,x_my_app_user');
When troubleshooting and debugging notifications, where do you navigate to see if an email was sent in response to an event?
How would you describe the relationship between the Incident and Task table? I Incident table is extended from Task table
When creating an application through the Guided Application Creator, what are the options for creating a table? (Choose 3 answers)
What field type would you select if you want to query records from another table on a form?