CAD Certified Application Developer - ServiceNow Questions and Answers
(An application developer needs to ensure that no other private application scopes can create records on the application ' s data tables. How is Application Access configured to achieve this?)
Which one of the following is true for this script fragment?
g_user.hasRole(,x_my_app_user ' );
Which one of the following is a benefit of creating an Application Properties page for each application you develop?
Which determines the relationships between field in an Import Set table to field in an existing ServiceNow table?
Which one of the following is NOT a debugging strategy for client-side scripts?
A scoped application containing Flow Designer content dedicated to a particular application is called a(n):
When creating application tables, a user role is automatically added to the table record. Which other role does an application typically have?
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 are reasons an application could be developed on the ServiceNow platform?
Choose 3 answers
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?
If the Create module field is selected when creating a table, what is the new module’s default behavior?
Which server-side object provides methods for working with dates when writing a script in a privately scoped application?
Which of the following objects does a Display Business Rule NOT have access to?
When creating an application through the Guided Application Creator, what are the options for creating a table? (Choose 3 answers)
What is required to link a ServiceNow application to a Git repository?
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?
In a Business Rule, which one of the following returns the sys_id of the currently logged in user?
What are examples of Ul Actions, relating to Lists?
Choose 4 answers
List Control
When creating an application through the Guided Application Creator, which of the following is a user experience option?
As an IT employee what interface would you use, if you wanted to browse internal IT documentation, like troubleshooting scripts and FAQs?
(Which methods are used to activate application restricted caller access? Choose 2 options.)
Which one of the following is the fastest way to create and configure a Record Producer?
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?
As administrator, what must you do to access features of High Security Settings?
Which tables are available by default in a ServiceNow instance?
Choose 3 answers
How can an application respond to an Event triggered by the gs.eventQueueO method?
Choose 2 answers
Which one of the following is the baseline behavior of a table in a privately-scoped application?
Which of the following features are available to Global applications? (Choose two.)
In a privately-scoped application, which methods are used for logging messages in server-side scripts?
Choose 2 answers
What function do you use to add buttons, links, and context menu items on forms and lists?
(Deleting a field from a table caused the field to be removed from multiple tables. What type of field was deleted?)
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.
Application developers configure ServiceNow using industry standard JavaScript to…
Which database operations can be controlled with Application Access? (Choose 2 answers)
When troubleshooting and debugging notifications, where do you navigate to see if an email was sent in response to an event?
What records are used to track cross-scope applications or scripts that request access to an application, application resource, or event?
While on an Incident record, how would you add a Tag for " Special Handling " to the record?
Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?
Which of the following methods prints a message on a blue background to the top of the current form by default?
Which one of the following is NOT a method used for logging messages in a server-side script for a privately- scoped application?
To see what scripts, reports, and other application artifacts will be in a published application:
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?
In a privately-scoped application, which methods are used for logging messages in server-side scripts? (Choose 2 answers)
How must Application Access be configured to prevent all other private application scopes from creating configuration records on an application’s data tables?
Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow 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
From the list below, identify one reason an application might NOT be a good fit with ServiceNow.
The application:
What field type would you select if you want to query records from another table on 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?
When creating a table in a privately-scoped application, which four Access Controls are created for the table?
When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?
What intuitive development interface guides users through the initial application development process?
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?