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
Which one of the following is true for this script fragment?
g_user.hasRole(,x_my_app_user');
On what part of the ServiceNow instance, would you find the option to Impersonate User?
What are three ServiceNow table creation methods? (Choose three.)
What contains the configuration changes made in an instance (i.e. changes in a form) and helps to implement the changes from the Dev environment to another environment?
If the Create module field is selected when creating a table, what is the new module’s default behavior?
What are web services?
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?
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 Module Link type is used to access an Application Properties page?
Which business requirements and process(es) should be documented as part of the application development plan?
Choose 4 answers
Which ServiceNow utility provides a modern interactive graphical interface to visualize configuration items and their relationships?
Which of the following GuideRecord methods run a query against a database table?
Choose 3 answers
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 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.
On a form, which type of field has this icon which can be clicked, to see a preview of the associated record?
Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow 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 method used for logging messages in a server-side script for a privately- scoped application?
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?
To see what scripts, reports, and other application artifacts will be in a published application:
Which allows the creation of a task-based record from Service Catalog?
Which one of the following is NOT part of the Form Designer?
When creating a table in a privately-scoped application, which four Access Controls are created for the table?
Which of the following methods prints a message on a blue background to the top of the current form by default?
What records are used to track cross-scope applications or scripts that request access to an application, application resource, or event?
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 one of the following is true for a table with the “Allow configuration” Application Access option selected?
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?
Here is the Business Rule script template:
This type of JavaScript function is known as:
How would you describe the relationship between the Incident and Task table? I Incident table is extended from Task table
Which one of the following is NOT a purpose of application scoping?
Which items are valid UI Action types in ServiceNow? (Choose 3 answers)
Can inherited fields be deleted from a table?
What is a characteristic of Modules?
What intuitive development interface guides users through the initial application development process?
Which class is NOT part of the Client side scoped APIs?
Which determines the relationships between field in an Import Set table to field in an existing ServiceNow table?
What are examples of Ul Actions, relating to Lists?
Choose 4 answers
List Control
Which of the following statements is true about Guided Application Creator?
Which one of the following client-side scripts apply to Record Producers?
What is a Module?
Which one of the following is NOT a UI Action type?
Which one of the following objects CANNOT be used in a Script Action script?
Which method is used to retrieve Application Property values in a script?
In an Email Notification, which one of the following is NOT true for the Weight field?
When a selecting a data type for a field that will be displayed on a form, which of the following statements is NOT correct?
What module do you use to access the reports that are available to you?
When creating application tables, a user role is automatically added to the table record. Which other role does an application typically have?
How can an application link to a repository behind a firewall?
Which of the following features are available to Global applications? (Choose two.)
Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?
In a privately-scoped application, which methods are used for logging messages in server-side scripts? (Choose 2 answers)
Which are reasons an application could be developed on the ServiceNow platform?
Choose 3 answers
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
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.
What records are used to track cross-scope applications that request access to an application?
For your implementation the following tables are extended from each other:
• Incident table is extended from Task table
• Super Incident table is extended from Incident table
In this situation, which table(s) are Parent. Child and Base tables?
Choose 5 answers
What is the Event Registry?
Which ATF Test step allows you to create a user with specified roles and groups for the test?
Which determines the relationships between fields in an Import Set table to fields in an existing ServiceNow table?
What are advantages of using Flow Designer? Choose 3 answers
Which of the following is a good practice for adding instructions to a form?
Which of the following is an available feature in Studio?
Choose 2 answers
From the list below, identify one reason an application might NOT be a good fit with ServiceNow.
The application:
A graphical view of relationships among tables is a
What are the ways to designate data tables when Guided Application Creator (GAC)?
Choose 3 answers
Why would you build a custom app?
Which one of the following is true for the Application Picker?
What is the ServiceNow store?
What do you install when you want to add applications or functionality within your development instance?
When creating an application through the Guided Application Creator, which of the following is NOT an option for creating a table?
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?