CAD Certified Application Developer - ServiceNow Questions and Answers
In a Business Rule, which one of the following returns true if the currently logged in user has the admin role?
Here is the Business Rule script template:
This type of JavaScript function is known as:
From the list below, identify one reason an application might NOT be a good fit with ServiceNow.
The application:
(What is a scoped application that contains Flow Designer actions tailored for a specific application or record type?)
On what part of the ServiceNow instance, would you find the option to Impersonate User?
This script fragment is executed in an application: g_user.hasRole( ' x_my_app_user ' );
What is the logical evaluation of this script fragment?
Which of the following objects does a Before Business Rule have access to in a script?
Which of the following statements must evaluate to true for a user to pass an Access Control? (Choose 3 answers)
What is a benefit of creating an Application Properties page for each application?
Which ServiceNow utility provides a modern interactive graphical interface to visualize configuration items and their relationships?
What section on the Notes tab, shows the history of the work documented on the record?
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?
When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?
Modules must have a Link type. Which one of the following is a list of Link types?
In a privately-scoped application, which methods are used for logging messages in server-side scripts? (Choose 2 answers)
How does ServiceNow match inbound email to an existing record? (Choose 2 answers)
Which ATF test step is used to set up a specific user profile for testing purposes?
When designing and creating a form, what do you create to organize fields on a form?
What setting allows users to view a Knowledge Base article even if they are not logged in?
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
When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?
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?
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?
Which client-side scoped API class can be used as a replacement for GlideRecord?
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?
(How does the weight field value affect sending multiple notifications for the same record and recipients?)
Which business requirements and process(es) should be documented as part of the application development plan?
Choose 4 answers
If the Create module field is selected when creating a table, what is the new module’s default behavior?
What syntax is used in a Record Producer script to access values from Record Producer form fields?
Which one of the following is NOT a debugging strategy for client-side scripts?
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?
When creating an application through the Guided Application Creator, what are the options for creating a table? (Choose 3 answers)
When creating an application through the Guided Application Creator, which of the following is a user experience option?
Which one of the following is a benefit of creating an Application Properties page for each application you develop?
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.
As an IT employee what interface would you use, if you wanted to browse internal IT documentation, like troubleshooting scripts and FAQs?
A developer wants to set up an application module that allows inserting new records into a table.
Which configuration option achieves this?
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 of the following GuideRecord methods run a query against a database table?
Choose 3 answers
Which determines the relationships between fields in an Import Set table to fields in an existing ServiceNow table?
Which of the following is true for the Application Picker and Application Scope?
(What provides a graphical view of the relationships among tables in ServiceNow?)
Which of the following are configured in an Email Notification?
a)Who will receive the notification.
b)What content will be in the notification.
c)When to send the notification.
d)How to send the notification.
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
What are the ways to designate data tables when Guided Application Creator (GAC)?
Choose 3 answers
Which source control operation is available from BOTH Studio and the Git Repository?
You are looking at a list of Active Incidents. You want to exclude Incidents with the state of Resolved. How might you do that?
What does the “Read-only” protection policy for Script Includes allow in a custom application?
An app developer enables the " Allow access to this table via web services " option in Application Access. What is the result of this configuration?
Which methods can be used to install an application on a ServiceNow instance?
Choose 3 answers
What data types of Flow Variables are supported to store record data?
Choose 3 answers
As administrator, what must you do to access features of High Security Settings?
Which scenario will a Scheduled Script Execution (Scheduled Job) be implemented?
Which of the following is NOT a way to install an application on a ServiceNow instance?
What records are used to track cross-scope applications or scripts that request access to an application, application resource, or event?