A scoped application containing Flow Designer content dedicated to a particular application is called a(n):
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 can specify which ServiceNow page a user sees after submitting a new record using the Record Producer UI. How is the page specified?
Which one of the following is NOT a purpose of application scoping?
Which are valid caller access field options?
Choose 3 answers
As administrator, what must you do to access features of High Security Settings?
What is the purpose of the Application Picker?
Which items are valid UI Action types in ServiceNow?
Choose 3 answers
What is the GlideForm Client-side scripting object?
As an IT employee what interface would you use, if you wanted to browse internal IT documentation, like troubleshooting scripts and FAQs?
Which of the following methods is NOT part of the ServiceNow REST API?
Which of the following is an available feature in Studio?
Choose 2 answers
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?
Which one of the following is true for a table with the “Allow configuration” Application Access option selected?
What section on the Notes tab, shows the history of the work documented on the record?
When creating an application through the Guided Application Creator, which of the following is a user experience option?
Which of the following methods prints a message on a blue background to the top of the current form by default?
Which of the following statements must evaluate to true for a user to pass an Access Control? (Choose 3 answers)
Which of the following is NOT a caller access field option?
When selecting the Target table for an import which tables can you select?
Choose 3 answers
Identify the way(s) an application can respond to an Event generated by the gs.eventQueue() method.
a) Script Action
b) Scheduled Script Execution (Scheduled Job)
c) UI Policy
d) Email Notification
What is the REST API Explorer used to do?
Which source control operation is available from BOTH Studio and the Git Repository?
What is the purpose of the coalesce field when importing data?
Which one of the following is NOT a UI Action type?
On the knowledge base record, which tab would you use to define which users are able to write articles to the knowledge base?
Identify characteristic(s) of a Record Producer. (Choose 3 answers)
Which of the following features are available to Global applications? (Choose two.)
What is a characteristic of Modules?
Which of the following statements is true about Guided Application Creator?
Which ATF test step is used to set up a specific user profile for testing purposes?
Which tables are available by default in a ServiceNow instance?
Choose 3 answers
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.
Which one of the following is a benefit of creating an Application Properties page for each application you develop?
Which one of the following is true for this script fragment?
g_user.hasRole(,x_my_app_user');
Which one of the following is NOT true for Modules?
Which of the following CANNOT be debugged using the Field Watcher?
Which of the following is NOT supported by Flow Designer?
What occurs when an existing table is extended in ServiceNow?
Which one of the following is true regarding Application Scope?
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.
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 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.
What data types of Flow Designer variables are supported to store record data and complex data?
Choose 3 answers
Which one of the following is NOT a debugging strategy for client-side scripts?
What are three ServiceNow table creation methods? (Choose three.)
How does the Application Picker interact with Application Scope in ServiceNow?
What do you click when you have made modifications to your report, and you want to see the results without saving?
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 are Application Files in a ServiceNow application?
Which actions can a Business Rule take without scripting?
Which server-side object provides methods for working with dates when writing a script in a privately scoped application?
What feature allows you to limit who is able to contribute or read knowledge within a knowledge base?
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?
What are Application Files in a ServiceNow application?
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?
Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow? (Choose 3 answers)
If you create a SOAP Message, what syntax indicates a variable to pass when the function is called?
Identify the incorrect statement about Delegated Development in ServiceNow.
Which of the following statements does NOT apply when extending an existing table?
You have heard about a new application released by ServiceNow. You want to try it out, to see if it might be useful for your company's ServiceNow implementation. What would be the best way to get hands-on experience with the new application?
Can inherited fields be deleted from a table?
Which ServiceNow utility provides a modern interactive graphical interface to visualize configuration items and their relationships?
A new employee joins the IT department and needs to perform work assigned to Network and Hardware groups. How would you set up their access?
Choose 3 answers
What tool is used to import data from various data sources, and map that data into ServiceNow tables?
What are examples of Ul Actions relating to forms?
Choose 3 answers
Is it possible to change an application's scope?
What are the three key tables in an enterprise CMDB?
Choose 3 answers
Which one of the following is the baseline behavior of a table in a privately-scoped application?
Which method is used to retrieve Application Property values in a script?
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?
The task table is an example of which of the following?
Choose 2 answers
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
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?