Which Report Type(s) can be created by right-clicking on a column header in a table’s list?
Which one of the following is the baseline behavior of a table in a privately-scoped application?
Which one of the following is true?
How must Application Access be configured to prevent all other private application scopes from creating configuration records on an application’s data tables?
Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow?
Choose 3 answers
Can inherited fields be deleted from a table?
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 a 'workflow context'?
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.
Which are valid caller access field options? (Choose 3 answers)
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.
Client-side scripts manage what?
What is the best UX format to use for lists and forms?
Which one of the following is NOT a method used for logging messages in a server-side script for a privately- scoped application?
Application developers can specify which ServiceNow page a user sees after submitting a new record using the Record Producer Ul. How is the page specified?
Which of the following is NOT a trigger type in Flow Designer?
When a ServiceNow instance requests information from a web service, ServiceNow is the web service:
What records are used to track cross-scope applications or scripts that request access to an application, application resource, or event?
Which one of the following is NOT an example of when an application might use a Scheduled Script Execution (Scheduled Job)?
What are the features of Flow Designer?
Choose 3 answers
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?
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?
What are Application Files in a ServiceNow application?
Which source control operation is available from BOTH Studio and the Git Repository?
When creating an application through the Guided Application Creator, what are the options for creating a table? (Choose 3 answers)
On a form, which type of field has this icon which can be clicked, to see a preview of the associated record?
Which server-side object provides methods for working with dates when writing a script in a privately scoped application?
What are web services?
Which server-side API debug log method is available for scoped applications?
Which database operations can be controlled with Application Access? (Choose 2 answers)
When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?
You are looking at a list of Active Incidents. You want to exclude Incidents with the state of Resolved. How might you do that?
When evaluating Access Controls, ServiceNow searches and evaluates:
Which of the following statements must evaluate to true for a user to pass an Access Control?
Choose 3 answers
Which of the following methods is NOT part of the ServiceNow REST API?
How does the Application Picker interact with Application Scope in ServiceNow?
How does the Application Picker interact with Application Scope in ServiceNow?
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)?
Which statement correctly describes the differences between a Client Script and a Business Rule?
While on an Incident record, how would you add a Tag for "Special Handling" to the record?
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.
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
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
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?
Which of the following is a good practice for adding instructions to a form?
When debugging Email Notifications, what must you check on a user record?
Choose 2 answers
Which determines the relationships between field in an Import Set table to field in an existing ServiceNow table?
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?
What do you install when you want to add applications or functionality within your development instance?
What is required to link a ServiceNow application to a Git repository?
Choose 3 answers
Which of the following statements is NOT true for the Form Designer?
When a custom table is created, which access control rules are automatically created?
Choose 4 answers
From the list below, identify one reason an application might NOT be a good fit with ServiceNow.
The application:
Which one of the following is NOT true for Modules?
What is the name of the string that displays filter criteria?
Which one of the following objects CANNOT be used in a Script Action script?
Which one of the following is NOT part of the Form Designer?
What plugin enables the Guided Application Creator?
Which role(s) are required to impersonate a user?
Choose 2 answers
When creating a table in a privately-scoped application, which four Access Controls are created for the table?
How can an application link to a repository behind a firewall?
When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?
Why would you build a custom app?
Which options are strategies for debugging client-side scripts? (Choose 2 answers)
Which one of the following database operations cannot be controlled with Application Access?
What syntax is used in a Record Producer script to access values from Record Producer form fields?
Which of the following features are available to Global applications? (Choose two.)
Which of the following statements must evaluate to true for a user to pass an Access Control? (Choose 3 answers)
What section on the Notes tab, shows the history of the work documented on the record?
As an IT employee what interface would you use, if you wanted to browse internal IT documentation, like troubleshooting scripts and FAQs?
When creating an application through the Guided Application Creator, which of the following is a user experience option?
Which actions can a Business Rule take without scripting?
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.)
How would you describe the relationship between the Incident and Task table? I Incident table is extended from Task table
Which items are valid UI Action types in ServiceNow?
Choose 3 answers
What module do you use to access the reports that are available to you?