The task table is an example of which of the following?
Choose 2 answers
Which one of the following is true regarding Application Scope?
Which business requirements and process(es) should be documented as part of the application development plan?
Choose 4 answers
When building an extended table from a base table, which fields do you need to create?
Choose 2 answers
If you create a SOAP Message, what syntax indicates a variable to pass when the function is called?
Which one of the following is true?
What is the best practice related to using the Default Update Set for moving customizations between instances?
Which one of the following is NOT a debugging strategy for client-side scripts?
What do you click when you have made modifications to your report, and you want to see the results without saving?
Which of the following is true for the Application Picker and Application Scope?
What tool is used to import data from various data sources, and map that data into ServiceNow tables?
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 database operations can be controlled with Access Control?
Choose 2 answers
What are the ways to designate data tables when Guided Application Creator (GAC)?
Choose 3 answers
Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?
Which framework can automatically populate values for the Priority and Category fields based on the Short description field value?
What is the best UX format to use for lists and forms?
Which one of the following is true for a Script Include with a Protection Policy value of Protected?
Which of the following GuideRecord methods run a query against a database table?
Choose 3 answers
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:
On a Business Rule, the When setting determines at what point the rule executes. What are the options for specifying that timing?
What are advantages of using Flow Designer? Choose 3 answers
Which of the following is NOT a way to install an application on a ServiceNow instance?
When configuring a REST Message, the Endpoint is:
What is the Event Registry?
Is it possible to change an application's scope?
What is the name of the string that displays filter criteria?
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?
ServiceNow contains a resource which provides the following:
• A standard and shared set of service related definitions across ServiceNow products and platform that will enable and support true service level reporting.
• A CMDB framework across our products and platform that will enable and support multiple configuration strategies.
What resource do these statements describe?
When creating an application through the Guided Application Creator, which of the following is a user experience option?
As an IT employee what interface would you use, if you wanted to browse internal IT documentation, like troubleshooting scripts and FAQs?
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.
How does ServiceNow match inbound email to existing records?
To see what scripts, reports, and other application artifacts will be in a published application:
Which script types execute on the server? (Choose three.)
As administrator, what must you do to access features of High Security Settings?
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?
What are Application Files in a ServiceNow application?
The Report Designer contains different sections for configuring your report. Which section is used to specify the name of the report, and the table or data source for the report.
How can an application link to a repository behind a firewall?
Which of the following statements is true about Guided Application Creator?
In a privately-scoped application, which methods are used for logging messages in server-side scripts? (Choose 2 answers)
Which one of the following objects CANNOT be used in a Script Action script?
When a selecting a data type for a field that will be displayed on a form, which of the following statements is NOT correct?
Which server-side object provides methods for working with dates when writing a script in a privately scoped application?
Which statement correctly describes the differences between a Client Script and a Business Rule?
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 feature allows you to limit who is able to contribute or read knowledge within a knowledge base?
Which of the following is an available feature in Studio?
Choose 2 answers
How does the Application Picker interact with Application Scope in ServiceNow?
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?
Modules must have a Link type. Which one of the following is a list of Link types?
Which of the following CANNOT be debugged using the Field Watcher?
A scoped application containing Flow Designer content dedicated to a particular application is called a(n):
When designing and creating a form, what do you create to organize fields on a form?
When creating an application through the Guided Application Creator, what are the options for creating a table?
Choose 3 answers
In a Business Rule, which one of the following returns the sys_id of the currently logged in user?
Which of the following objects does a Display Business Rule NOT have access to?
What are the features of Flow Designer?
Choose 3 answers
Which role(s) are required to impersonate a user?
Choose 2 answers
Tables that extend a table do what?
Which items are valid UI Action types in ServiceNow? (Choose 3 answers)
Which client-side scripts apply to Record Producers? (Choose 2 answers)
What is the GlideForm Client-side scripting object?
What happens to the List view when a new field is added to an existing table?
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 one of the following is part of the client-side scripting API?
Which database operations can be controlled with Application Access? (Choose 2 answers)
Which testing framework is used to test ServiceNow Applications?
Which one of the following client-side scripts apply to Record Producers?
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
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.)
In Flow Designer, where is the data from an action stored so it can be used in subsequent actions in the flow?