What setting allows users to view a Knowledge Base article even if they are not logged in?
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.
In a Business Rule, which one of the following returns the sys_id of the currently logged in user?
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 NOT required to link a ServiceNow application to a Git repository?
Which of the following statements does NOT apply when extending an existing table?
When writing a Client Script to provide feedback targeted at a specific field, which method should be used?
On what part of the ServiceNow instance, would you find the option to Impersonate User?
How does ServiceNow match inbound email to an existing record? (Choose 2 answers)
When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?
When building an extended table from a base table, which fields do you need to create?
Choose 2 answers
In Flow Designer, where is the data from an action stored so it can be used in subsequent actions in the flow?
Application developers configure ServiceNow using industry standard JavaScript to…
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 function do you use to add buttons, links, and context menu items on forms and lists?
In a privately-scoped application, which methods are used for logging messages in server-side scripts?
Choose 2 answers
Which one of the following is a benefit of creating an Application Properties page for each application you develop?
Which ServiceNow capability provides assistance to help users obtain information, make decisions, and perform common work tasks via a messaging interface?
Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow? (Choose 3 answers)
A scoped application containing Flow Designer content dedicated to a particular application is called a(n):
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?
What are some of the benefits of extending an existing table such as the Task table when creating a new application?
a)You can repurpose existing fields by simply changing the label.
b)Use existing fields with no modifications.
c)Existing logic from the parent table will be automatically applied to the new table.
d)All of the parent table records are copied to the new table.
From the list below, identify one reason an application might NOT be a good fit with ServiceNow.
The application:
A developer wants to set up an application module that allows inserting new records into a table.
Which configuration option achieves this?
On a Business Rule, the When setting determines at what point the rule executes. What are the options for specifying that timing?
What is required to link a ServiceNow application to a Git repository?
Choose 3 answers
What are the ways to designate data tables when Guided Application Creator (GAC)?
Choose 3 answers
If a knowledge base has no access details specified, what users are able to read articles in that knowledge base?
Which tool is used to define relationships between fields in an import set table and a target table?
What is a benefit of creating an Application Properties page for each application?
What do you install when you want to add applications or functionality within your development instance?
What section on the Notes tab, shows the history of the work documented on the record?
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 roles grant access to source control repository operations such as importing applications from source control, or linking an application to source control? (Choose two.)
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.
When troubleshooting and debugging notifications, where do you navigate to see if an email was sent in response to an event?
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?
When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?
What are examples of Ul Actions, relating to Lists?
Choose 4 answers
List Control
Which of the following GuideRecord methods run a query against a database table?
Choose 3 answers
What feature can track the amount of time that a task has been open, to ensure that tasks are completed within an allotted time?
Modules must have a Link type. Which one of the following is a list of Link types?
Which one of the following is NOT an example of when an application might use a Scheduled Script Execution (Scheduled Job)?
Access Control debug information identification whether each element of an Access Control granted of denied access. The elements of an Access Control evaluated?
Which database operations can be controlled with Application Access? (Choose 2 answers)
The source control operation used to store local changes on an instance for later application is called a(n)
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?
How must Application Access be configured to prevent all other private application scopes from creating configuration records on an application’s data tables?
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?
Which database operations can be controlled with Access Control?
Choose 2 answers
Access Control debug information identifies whether each element of an Access Control granted or denied access. The elements appear in the debug information in the order of evaluation. In which order are the elements of an Access Control evaluated?