Which of the following GuideRecord methods run a query against a database table?
Choose 3 answers
How many applications menus can an application have?
Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow? (Choose 3 answers)
Which of the following is an available feature in Studio?
Choose 2 answers
What is the Endpoint when configuring a REST Message?
What are web services?
What are examples of Ul Actions, relating to Lists?
Choose 4 answers
List Control
Access Control debug information identification whether each element of an Access Control granted of denied access. The elements of an Access Control evaluated?
Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?
(What is the primary purpose of an application scope?)
Which of the following methods prints a message on a blue background to the top of the current form by default?
What is the best practice related to using the Default Update Set for moving customizations between instances?
Which of the following objects does a Before Business Rule have access to in a script?
Which methods can be used to install an application on a ServiceNow instance?
Choose 3 answers
(What feature can a developer use to organize fields when designing and creating a form?)
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?
Tables that extend a table do what?
Which one of the following is part of the client-side scripting API?
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 statement correctly describes the differences between a Client Script and a Business Rule?
Which class is NOT part of the Client side scoped APIs?
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 is the purpose of the Application Picker?
What setting allows users to view a Knowledge Base article even if they are not logged in?
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?
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
Which module would you use to create a new automation of business logic such as approvals, tasks, and notifications?
Modules must have a Link type. Which one of the following is a list of Link types?
When building an extended table from a base table, which fields do you need to create?
Choose 2 answers
Is it possible to change an application's scope?
Which items are valid UI Action types in ServiceNow?
Choose 3 answers
Which one of the following is NOT part of the Form Designer?
Client-side scripts manage what?
(Who can view a module when its Roles field is empty?)
When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?
When creating an application through the Guided Application Creator, what are the options for creating a table? (Choose 3 answers)
What feature can track the amount of time that a task has been open, to ensure that tasks are completed within an allotted time?
Which one of the following is NOT a debugging strategy for client-side scripts?
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?
Which one of the following objects CANNOT be used in a Script Action script?
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 is a function of an update set in ServiceNow Studio?
Which of the following is NOT supported by Flow Designer?
Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow?
Choose 3 answers
Which ServiceNow utility provides a modern interactive graphical interface to visualize configuration items and their relationships?
What records are used to track cross-scope applications that request access to an application?
Which of the following statements must evaluate to true for a user to pass an Access Control? (Choose 3 answers)
Which one of the following is true?
On the knowledge base record, which tab would you use to define which users are able to write articles to the knowledge base?
(What provides a graphical view of the relationships among tables in ServiceNow?)
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 field type would you select if you want to query records from another table on a form?
Why create Applications in ServiceNow?
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 methods are used to activate application restricted caller access? Choose 2 options.)
Which database operations can be controlled with Application Access? (Choose 2 answers)
When a ServiceNow instance requests information from a web service, ServiceNow is the web service:
An app developer enables the "Allow access to this table via web services" option in Application Access. What is the result of this configuration?
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?
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?
In a Business Rule, which one of the following returns true if the currently logged in user has the admin role?
Which one of the following is NOT a UI Action type?
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:
Why would you build a custom app?
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 module do you use to access the reports that are available to you?
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)?
If you create a SOAP Message, what syntax indicates a variable to pass when the function is called?
Which one of the following is true for a table with the “Allow configuration” Application Access option selected?
(Which method can be used in a Business Rule to get the sys_id of the currently logged in user?)
On a form, which type of field has this icon which can be clicked, to see a preview of the associated record?
In Flow Designer, where is the data from an action stored so it can be used in subsequent actions in the flow?
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?
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 one of the following is true for this script fragment?
g_user.hasRole(,x_my_app_user');
What are the features of Flow Designer?
Choose 3 answers
How does ServiceNow match inbound email to an existing record? (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 Script Include with a Protection Policy value of Protected?
Which script types execute on the server? (Choose three.)
Which of the following is NOT a trigger type in Flow Designer?
What is a Module?
Which tables are available by default in a ServiceNow instance?
Choose 3 answers
Which allows the creation of a task-based record from Service Catalog?
Which source control operation is available from BOTH Studio and the Git Repository?
How is access to Application Menus and Modules controlled?