Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
What are Application Files in a ServiceNow application?
Which is the base table of the configuration management database hierarchy?
What is a Module?
Which one of the following is true for a table with the “Allow configuration” Application Access option selected?
What is the REST API Explorer used to do?
What is the GlideForm Client-side scripting object?
Which of the following is NOT supported by Flow Designer?
As an IT employee what interface would you use, if you wanted to browse internal IT documentation, like troubleshooting scripts and FAQs?
Which one of the following is the correct Link Type to select when creating a module that opens the Record Producer for a user rather than the ServiceNow form?
What is the best UX format to use for lists and forms?
Which one of the following is true about client-side scripted security?
What is a benefit of creating an Application Properties page for each application?
Which of the following is true for the Application Picker and Application Scope?
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 are the features of Flow Designer?
Choose 3 answers
In a privately-scoped application, which methods are used for logging messages in server-side scripts?
Choose 2 answers
Which determines the relationships between fields in an Import Set table to fields in an existing ServiceNow table?
What data types of Flow Designer variables are supported to store record data and complex data?
Choose 3 answers
Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow?
Choose 3 answers
When creating an application through the Guided Application Creator, which of the following is a user experience option?
Is it possible to change an application's scope?
Which ATF Test step allows you to create a user with specified roles and groups for the test?
You are looking at a list of Active Incidents. You want to exclude Incidents with the state of Resolved. How might you do that?
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
Which roles grant access to source control repository operations such as importing applications from source control, or linking an application to source control? (Choose two.)
Which determines the relationships between field in an Import Set table to field in an existing ServiceNow table?
Which of the following steps can be used to import new data into ServiceNow from a spreadsheet?
When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?
Which one of the following is a benefit of creating an Application Properties page for each application you develop?
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?
What is a characteristic of Modules?
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?
From the list below, identify one reason an application might NOT be a good fit with ServiceNow.
The application:
How would you describe the relationship between the Incident and Task table? I Incident table is extended from Task table
How does ServiceNow match inbound email to an existing record? (Choose 2 answers)
Which of the following methods prints a message on a blue background to the top of the current form by default?
What is the Event Registry?
Which of the following statements is NOT true for the Form Designer?
When writing a Client Script to provide feedback targeted at a specific field, which method should be used?
Which of the following is true about deleting fields from a table?
What are the three key tables in an enterprise CMDB?
Choose 3 answers
Assume a table called table exists and contains 3 fields: field1, field2, field3. Examine the Access Control list for table:
Which field or fields can a user with the itil role read?
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)?
In Flow Designer, where is the data from an action stored so it can be used in subsequent actions in the flow?
What is a workflow context?
Which one of the following is NOT an example of when an application might use a Scheduled Script Execution (Scheduled Job)?
What feature allows you to limit who is able to contribute or read knowledge within a knowledge base?
If a knowledge base has no access details specified, what users are able to read articles in that knowledge base?
When configuring a module, what does the Override application menu roles configuration option do?
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
Which one of the following objects CANNOT be used in a Script Action script?
Which of the following GuideRecord methods run a query against a database table?
Choose 3 answers
When creating application tables, a user role is automatically added to the table record. Which other role does an application typically have?
An app developer enables the "Allow access to this table via web services" option in Application Access. What is the result of this configuration?
In a Business Rule, which one of the following returns the sys_id of the currently logged in user?
What is a 'workflow context'?
Which scenario will a Scheduled Script Execution (Scheduled Job) be implemented?
When troubleshooting and debugging notifications, where do you navigate to see if an email was sent in response to an event?
What are examples of Ul Actions, relating to Lists?
Choose 4 answers
List Control
Can inherited fields be deleted from a table?
Here is the Business Rule script template:
This type of JavaScript function is known as:
Identify characteristic(s) of a Record Producer. (Choose 3 answers)
Which one of the following is a benefit of creating an Application Properties page for each application you develop?
Which of the following CANNOT be debugged using the Field Watcher?
Which server-side API debug log method is available for scoped applications?
Which role(s) are required to impersonate a user?
Choose 2 answers
A scoped application containing Flow Designer content dedicated to a particular application is called a(n):
What do you click when you have made modifications to your report, and you want to see the results without saving?
On what part of the ServiceNow instance, would you find the option to Impersonate User?
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.
What are web services?
As administrator, what must you do to access features of High Security Settings?
Which database operations can be controlled with Access Control?
Choose 2 answers
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 happens to the List view when a new field is added to an existing table?
What records are used to track cross-scope applications that request access to an application?
What data types of Flow Variables are supported to store record data?
Choose 3 answers
On a Business Rule, the When setting determines at what point the rule executes. What are the options for specifying that timing?