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.
When configuring a module, what does the Override application menu roles configuration option do?
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)?
You are looking at a list of Active Incidents. You want to exclude Incidents with the state of Resolved. How might you do that?
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
On a Business Rule, the When setting determines at what point the rule executes. What are the options for specifying that timing?
What data types of Flow Designer variables are supported to store record data and complex data?
Choose 3 answers
What setting allows users to view a Knowledge Base article even if they are not logged in?
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?
Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?
Which one of the following is NOT an example of when an application might use a Scheduled Script Execution (Scheduled Job)?
Which determines the relationships between fields in an Import Set table to fields in an existing ServiceNow table?
When creating an application through the Guided Application Creator, what are the options for creating a table? (Choose 3 answers)
It is best practice to define the business requirements and the process(es) an application will manage as part of the application development plan. What are some of the considerations to document as part of the business process?
In a Business Rule, which one of the following returns the sys_id of the currently logged in user?
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?
What is required to link a ServiceNow application to a Git repository?
Choose 3 answers
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.
What field type would you select if you want to query records from another table on a form?
Which server-side API debug log method is available for scoped applications?
What syntax is used in a Record Producer script to access values from Record Producer form fields?
Which one of the following is NOT a debugging strategy for client-side scripts?
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?
In a privately-scoped application, which methods are used for logging messages in server-side scripts? (Choose 2 answers)
Which ServiceNow capability provides assistance to help users obtain information, make decisions, and perform common work tasks via a messaging interface?
Here is the Business Rule script template:
This type of JavaScript function is known as:
Which database operations can be controlled with Application Access? (Choose 2 answers)
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?
Which tab on the knowledge base record, would you use to identify the sets of users who are able to read articles in that knowledge base?
Which of the following is NOT a way to install an application on a ServiceNow instance?
Identify the incorrect statement about Delegated Development in ServiceNow.
Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?
From the list below, identify one reason an application might NOT be a good fit with ServiceNow.
The application:
What field type would you select if you want to query records from another table on a form?
When creating an application through the Guided Application Creator, what are the options for creating a table?
Choose 3 answers
When creating an application through the Guided Application Creator, which of the following is a user experience option?
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:
What is the best practice related to using the Default Update Set for moving customizations between instances?
How does the Application Picker interact with Application Scope in ServiceNow?
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 of the following are true for reports in ServiceNow? (Choose three.)
When selecting the Target table for an import which tables can you select?
Choose 3 answers
To see what scripts, reports, and other application artifacts will be in a published application:
Which of the following is true for the Application Picker and Application Scope?
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 records are used to track cross-scope applications or scripts that request access to an application, application resource, or event?
In a privately-scoped application, which methods are used for logging messages in server-side scripts?
Choose 2 answers
When creating an application through the Guided Application Creator, what are the options for creating a table? (Choose 3 answers)
What happens to the List view when a new field is added to an existing table?
Which tables are available by default in a ServiceNow instance?
Choose 3 answers
Which are reasons an application could be developed on the ServiceNow platform?
Choose 3 answers
When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?
What feature can track the amount of time that a task has been open, to ensure that tasks are completed within an allotted time?
Which of the following statements does NOT apply when extending an existing table?
Which one of the following is the fastest way to create and configure a Record Producer?
Which of the following objects does a Display Business Rule NOT have access to?
When debugging Email Notifications, what must you check on a user record?
Choose 2 answers
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.