CAD Certified Application Developer - ServiceNow Questions and Answers
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)?
What tool is used to import data from various data sources, and map that data into ServiceNow tables?
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 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?
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
What setting allows users to view a Knowledge Base article even if they are not logged in?
Which statement correctly describes the differences between a Client Script and a Business Rule?
What is required to link a ServiceNow application to a Git repository?
Choose 3 answers
When a custom table is created, which access control rules are automatically created?
Choose 4 answers
When creating an application through the Guided Application Creator, which of the following is a user experience option?
Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?
You are developing the MyApp application that has a table, Table A. When the MyApp application is installed on an instance, you want Table A's records to be installed as part of the application.
Table A's records will be installed when:
When writing a Client Script to provide feedback targeted at a specific field, which method should be used?
Which database operations can be controlled with Access Control?
Choose 2 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?
When crafting a scoped application that contains flow actions, what is the application called?
(Which method can be used in a Business Rule to get the sys_id of the currently logged in user?)
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?
Which of the following statements does NOT apply when extending an existing table?
Which one of the following is a benefit of creating an Application Properties page for each application you develop?
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 server-side object provides methods for working with dates when writing a script in a privately scoped application?
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
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.
How can an application respond to an Event triggered by the gs.eventQueueO method?
Choose 2 answers
(Where can a developer find business logic for recurring checks to identify unassigned task records? Choose 2 options.)
As administrator, what must you do to access features of High Security Settings?
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?
Which ServiceNow utility provides a modern interactive graphical interface to visualize configuration items and their relationships?
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?
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 feature helps to automatically allocate a critical, high-priority, service request to the appropriate assignment group or team member?
You are looking at a list of Active Incidents. You want to exclude Incidents with the state of Resolved. How might you do that?
From the list below, identify one reason an application might NOT be a good fit with ServiceNow.
The application:
What is a benefit of creating an Application Properties page for each application?
Which options are strategies for debugging client-side scripts?
Choose 2 answers
A manager wants to view a snapshot of month-end Sales performance data, as compared to Sales targets. In addition, the manager wants to be able to see those monthly numbers trended over time, and forecasted into the future. What capability do you suggest for this manager?
Which one of the following is NOT required to link a ServiceNow application to a Git repository?
When crafting a scoped application that contains flow actions, what is the application called?
Which module would you use to create a new automation of business logic such as approvals, tasks, and notifications?
Which tab on the knowledge base record, would you use to identify the sets of users who are able to read articles in that knowledge base?
If a knowledge base has no access details specified, what users are able to read articles in that knowledge base?
When building an extended table from a base table, which fields do you need to create?
Choose 2 answers
Which of the following is true for the Application Picker and Application Scope?
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?
A developer wants to set up an application module that allows inserting new records into a table.
Which configuration option achieves this?
This script fragment is executed in an application: g_user.hasRole('x_my_app_user');
What is the logical evaluation of this script fragment?
If the Create module field is selected when creating a table, what is the new module’s default behavior?
Which scenario will a Scheduled Script Execution (Scheduled Job) be implemented?
In an Email Notification, which one of the following is NOT true for the Weight field?
When selecting the Target table for an import which tables can you select?
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 file type does ServiceNow Studio support for customizing system behavior through database actions?)
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 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?