Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?
Answer : C
Which tables are available by default in a ServiceNow instance?
Choose 3 answers
Answer : A, C, D
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.
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?
Answer : C
What is required to link a ServiceNow application to a Git repository?
Choose 3 answers
Answer : C, D, F
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
Answer : C
The Application Access configuration fields control the access level for an application and its tables. The following Application Access configuration fields are not available if the Can read configuration field is not selected:
Can create. This field determines whether users can create records on the application tables.
Can update. This field determines whether users can update records on the application tables.
Can delete. This field determines whether users can delete records on the application tables.
These fields are not available because they depend on the Can read field, which determines whether users can view records on the application tables. If users cannot read records, they cannot create, update, or delete them either.
The following Application Access configuration fields are available regardless of the Can read configuration field:
All access to this table via web services. This field determines whether users can access the application tables using web services, such as REST or SOAP.
From the list below, identify one reason an application might NOT be a good fit with ServiceNow.
The application:
Answer : B
From the list below, the following is a reason an application might not be a good fit with ServiceNow:
Requires ''as-is'' use of low-level programming libraries. This is the correct answer because ServiceNow is a high-level platform that abstracts away the low-level details of the underlying infrastructure and technology stack. ServiceNow provides a rich set of APIs, tools, and features that allow users to develop applications without coding or with minimal coding. However, ServiceNow does not support the direct