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
If a knowledge base has no access details specified, what users are able to read articles in that knowledge base?
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 business requirements and process(es) should be documented as part of the application development plan?
Choose 4 answers
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
Which one of the following is a benefit of creating an Application Properties page for each application you develop?
On the knowledge base record, which tab would you use to define which users are able to write articles to the knowledge base?
When building an extended table from a base table, which fields do you need to create?
Choose 2 answers
What are examples of Ul Actions, relating to Lists?
Choose 4 answers
List Control
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?
Which one of the following is NOT a method used for logging messages in a server-side script for a privately- scoped application?
On what part of the ServiceNow instance, would you find the option to Impersonate User?
Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?
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:
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.
Which of the following is true for the Application Picker and Application Scope?
What do you click when you have made modifications to your report, and you want to see the results without saving?
What is the best practice related to using the Default Update Set for moving customizations between instances?
Which one of the following is a benefit of creating an Application Properties page for each application you develop?
What records are used to track cross-scope applications or scripts that request access to an application, application resource, or event?
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
An app developer enables the "Allow access to this table via web services" option in Application Access. What is the result of this configuration?
Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow? (Choose 3 answers)
Which of the following statements does NOT apply when extending an existing table?
Which database operations can be controlled with Application Access? (Choose 2 answers)
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 of the following steps can be used to import new data into ServiceNow from a spreadsheet?
Which of the following statements must evaluate to true for a user to pass an Access Control?
Choose 3 answers
Identify the ways an application can respond to an Event generated by the gs.eventQueue() method. (Choose 2 answers)
Why create Applications in ServiceNow?
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
As administrator, what must you do to access features of High Security Settings?
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 one of the following is true for this script fragment?
g_user.hasRole(,x_my_app_user');
Which of the following objects does a Before Business Rule have access to in a script?
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
In an Email Notification, which one of the following is NOT true for the Weight field?
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 objects can you use in a Scheduled Script Execution (Scheduled Job) script?
What ServiceNow feature allows you to include data from a secondary related table on a report?
Which module would you use to create a new automation of business logic such as approvals, tasks, and notifications?
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?
The source control operation used to store local changes on an instance for later application is called a(n)
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:
A developer wants to set up an application module that allows inserting new records into a table.
Which configuration option achieves this?
As an IT employee what interface would you use, if you wanted to browse internal IT documentation, like troubleshooting scripts and FAQs?
On a Business Rule, the When setting determines at what point the rule executes. What are the options for specifying that timing?
When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?
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?
When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?