Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?
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?
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 of the following is an available feature in Studio?
Choose 2 answers
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
When designing and creating a form, what do you create to organize fields on a form?
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.)
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.
Which one of the following is NOT an example of when an application might use a Scheduled Script Execution (Scheduled Job)?
What is a workflow context?
When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?
Can inherited fields be deleted from a table?
What is a benefit of creating an Application Properties page for each application?
What are advantages of using Flow Designer? Choose 3 answers
Which of the following methods prints a message on a blue background to the top of the current form by default?
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?
The source control operation used to store local changes on an instance for later application is called a(n)
When crafting a scoped application that contains flow actions, what is the application called?
You are looking at a list of Active Incidents. You want to exclude Incidents with the state of Resolved. How might you do that?
Which database operations can be controlled with Application Access? (Choose 2 answers)
Identify characteristic(s) of a Record Producer. (Choose 3 answers)
What is the ServiceNow App Repository?
Which of the following statements must evaluate to true for a user to pass an Access Control? (Choose 3 answers)
A scoped application containing Flow Designer content dedicated to a particular application is called a(n):
Which scenario will a Scheduled Script Execution (Scheduled Job) be implemented?
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?
Identify the incorrect statement about Delegated Development in ServiceNow.
Which of the following features are available to Global applications? (Choose two.)
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?
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.
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?
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 do you click when you have made modifications to your report, and you want to see the results without saving?
Which determines the relationships between field in an Import Set table to field in an existing ServiceNow table?
Which ServiceNow capability provides assistance to help users obtain information, make decisions, and perform common work tasks via a messaging interface?
In a privately-scoped application, which methods are used for logging messages in server-side scripts?
Choose 2 answers
What happens to the List view when a new field is added to an existing table?
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.
Which one of the following objects CANNOT be used in a Script Action script?
What are the ways to designate data tables when Guided Application Creator (GAC)?
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?
Which of the following objects does a Display Business Rule NOT have access to?
What is the best UX format to use for lists and forms?
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?
What records are used to track cross-scope applications that request access to an application?
Which one of the following is NOT part of the Form Designer?
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?
Where can GlideUser (g_user) methods be utilized within ServiceNow?
Which of the following is NOT a caller access field option?
When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?
Which is the base table of the configuration management database hierarchy?
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 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.
When configuring a module, what does the Override application menu roles configuration option do?
Identify the ways an application can respond to an Event generated by the gs.eventQueue() method. (Choose 2 answers)
What is the Endpoint when configuring a REST Message?
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?
Tables that extend a table do what?
In a privately-scoped application, which methods are used for logging messages in server-side scripts? (Choose 2 answers)
Which one of the following is a benefit of creating an Application Properties page for each application you develop?
When configuring a REST Message, the Endpoint is:
What setting allows users to view a Knowledge Base article even if they are not logged in?
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 for a user rather than the ServiceNow form?
Here is the Business Rule script template:

This type of JavaScript function is known as:
What is a 'workflow context'?
Which items are valid UI Action types in ServiceNow?
Choose 3 answers
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 statement correctly describes the differences between a Client Script and a Business Rule?
Which allows the creation of a task-based record from Service Catalog?
What is a function of an update set in ServiceNow Studio?
What data types of Flow Designer variables are supported to store record data and complex data?
Choose 3 answers
Which script types execute on the server? (Choose three.)
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?
Which one of the following is a benefit of creating an Application Properties page for each application you develop?
Which of the following is true about g_scratchpad?
Choose 2 answers
Which of the following statements does NOT apply when extending an existing table?
Which of the following are true for reports in ServiceNow? (Choose three.)
What are three ServiceNow table creation methods? (Choose three.)