3 Months Free Update
3 Months Free Update
3 Months Free Update
You are developing the MyApp application that has a table, Table A. When the MyApp application is installed on an instance, you want Table A's records to be installed as part of the application.
Table A's records will be installed when:
How does the Application Picker interact with Application Scope in ServiceNow?
Which business requirements and process(es) should be documented as part of the application development plan?
Choose 4 answers
Which database operations can be controlled with Application Access? (Choose 2 answers)
When creating application tables, a user role is automatically added to the table record. Which other role does an application typically have?
When creating an application through the Guided Application Creator, which of the following is a user experience option?
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 feature helps to automatically allocate a critical, high-priority, service request to the appropriate assignment group or team member?
Which one of the following is NOT an example of when an application might use a Scheduled Script Execution (Scheduled Job)?
What is the best practice related to using the Default Update Set for moving customizations between instances?
When troubleshooting and debugging notifications, where do you navigate to see if an email was sent in response to an event?
When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?
Which of the following methods prints a message on a blue background to the top of the current form by default?
Which database operations can be controlled with Access Control?
Choose 2 answers
Which of the following is true for the Application Picker and Application Scope?
Which one of the following is the fastest way to create and configure a Record Producer?
On a form, which type of field has this icon which can be clicked, to see a preview of the associated record?
An application called My App has a table, MyAppTable, with the following Application Access configuration:
Accessible from: All application scopes
Can read: Selected
Can delete: Not selected
Allow configuration: Selected
Which of the following is true based on this configuration?
Which methods can be used to install an application on a ServiceNow instance?
Choose 3 answers
Access Control debug information identification whether each element of an Access Control granted of denied access. The elements of an Access Control evaluated?
When designing and creating a form, what do you create to organize fields on a form?
Modules must have a Link type. Which one of the following is a list of Link types?
Which of the following features are available to Global applications? (Choose two.)
Which server-side API debug log method is available for scoped applications?
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 correct Link Type to select when creating a module that opens the Record Producer UI for a user rather than the ServiceNow form UI?
As an IT employee what interface would you use, if you wanted to browse internal IT documentation, like troubleshooting scripts and FAQs?
Which set of steps is used to import spreadsheet data into a ServiceNow table?
What is required to link a ServiceNow application to a Git repository?
Choose 3 answers
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?
This script fragment is executed in an application: g_user.hasRole('x_my_app_user');
What is the logical evaluation of this script fragment?
When a selecting a data type for a field that will be displayed on a form, which of the following statements is NOT correct?
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?
What data types of Flow Designer variables are supported to store record data and complex data?
Choose 3 answers
What tool is used to import data from various data sources, and map that data into ServiceNow tables?
What ServiceNow feature allows you to include data from a secondary related table on a report?
What records are used to track cross-scope applications that request access to an application?
In a privately-scoped application, which methods are used for logging messages in server-side scripts? (Choose 2 answers)
On a Business Rule, the When setting determines at what point the rule executes. What are the options for specifying that timing?
Which source control operation is available from BOTH Studio and the Git Repository?
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?
Application developers configure ServiceNow using industry standard JavaScript to…
How does the Application Picker interact with Application Scope in ServiceNow?
Which tool is used to define relationships between fields in an import set table and a target table?
The source control operation used to store local changes on an instance for later application is called a(n)
How does ServiceNow match inbound email to an existing record? (Choose 2 answers)
A new employee joins the IT department and needs to perform work assigned to Network and Hardware groups. How would you set up their access?
Choose 3 answers
In a Business Rule, which one of the following returns true if the currently logged in user has the admin role?
Which of the following is a good practice for adding instructions to a form?
Which one of the following objects CANNOT be used in a Script Action script?
Which ServiceNow capability provides assistance to help users obtain information, make decisions, and perform common work tasks via a messaging interface?