What data types of Flow Designer variables are supported to store record data and complex data?
Choose 3 answers
When designing and creating a form, what do you create to organize fields on a form?
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?
Application developers can specify which ServiceNow page a user sees after submitting a new record using the Record Producer Ul. How is the page specified?
As administrator, what must you do to access features of High Security Settings?
Which of the following GuideRecord methods run a query against a database table?
Choose 3 answers
What is required to link a ServiceNow application to a Git repository?
Choose 3 answers
What feature allows you to limit who is able to contribute or read knowledge within a knowledge base?
Which options are strategies for debugging client-side scripts?
Choose 2 answers
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?
While showing a customer their Incident form, they ask to change the Priority field title to display their internal terminology Value. How would you do that?
Choose 2 answers
Which module would you use to create a new automation of business logic such as approvals, tasks, and notifications?
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
Which feature helps to automatically allocate a critical, high-priority, service request to the appropriate assignment group or team member?
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.
Which database operations can be controlled with Application Access? (Choose 2 answers)
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 of the following is true for the Application Picker and Application Scope?
In an Email Notification, which one of the following is NOT true for the Weight field?
What happens to the List view when a new field is added to an existing table?
In a Business Rule, which one of the following returns the sys_id of the currently logged in user?
Which one of the following is NOT an example of when an application might use a Scheduled Script Execution (Scheduled Job)?
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
Which of the following is NOT a way to install an application on a ServiceNow instance?
Identify the ways an application can respond to an Event generated by the gs.eventQueue() method. (Choose 2 answers)
Here is the Business Rule script template:
This type of JavaScript function is known as:
Which ServiceNow utility provides a modern interactive graphical interface to visualize configuration items and their relationships?
The source control operation used to store local changes on an instance for later application is called a(n)
From the list below, identify one reason an application might NOT be a good fit with ServiceNow.
The application:
When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?
Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow?
Choose 3 answers
What are examples of Ul Actions, relating to Lists?
Choose 4 answers
List Control
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?
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?
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.
In a Business Rule, which one of the following returns true if the currently logged in user has the admin role?
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?
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 business requirements and process(es) should be documented as part of the application development plan?
Choose 4 answers
Which ATF test step is used to set up a specific user profile for testing purposes?
Which of the following steps can be used to import new data into ServiceNow from a spreadsheet?
Which of the following statements is true about Guided Application Creator?
What function do you use to add buttons, links, and context menu items on forms and lists?
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)?
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?
Application developers configure ServiceNow using industry standard JavaScript to…
On the knowledge base record, which tab would you use to define which users are able to write articles to the knowledge base?
Which one of the following is true for this script fragment?
g_user.hasRole(,x_my_app_user');