ServiceNow CAD Certified Application Developer - ServiceNow Exam Practice Test
Certified Application Developer - ServiceNow Questions and Answers
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?
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 server-side API debug log method is available for scoped applications?
The source control operation used to store local changes on an instance for later application is called a(n)
< blank > .
Which method is used to retrieve Application Property values in a script?
What is the purpose of the coalesce field when importing data?
What is the REST API Explorer used to do?
Which of the following GuideRecord methods run a query against a database table?
Choose 3 answers
What occurs when an existing table is extended in ServiceNow?
Which of the following features are available to Global applications? (Choose two.)
Which one of the following is a benefit of creating an Application Properties page for each application you develop?
Which script types execute on the server? (Choose three.)
What is the purpose of the Application Picker?
Which of the following CANNOT be debugged using the Field Watcher?
When can the value “Protected” be leveraged in a Protection Policy for a Script Include?
Which ATF Test step allows you to create a user with specified roles and groups for the test?
When selecting the Target table for an import which tables can you select?
Choose 3 answers
Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?
In an Email Notification, which one of the following is NOT true for the Weight field?
Which of the following statements is true about Guided Application Creator?
When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?
How does ServiceNow match inbound email to existing records?
(Deleting a field from a table caused the field to be removed from multiple tables. What type of field was deleted?)
(Where can a developer find business logic for recurring checks to identify unassigned task records? Choose 2 options.)
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.
Application developers configure ServiceNow using industry standard JavaScript to…
What are Application Files in a ServiceNow application?
What are web services?
When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?
Which determines the relationships between field in an Import Set table to field in an existing ServiceNow table?
(What is the primary purpose of an application scope?)
What is the name of the string that displays filter criteria?
When creating an application through the Guided Application Creator, which of the following is a user experience option?
Which one of the following is true about client-side scripted security?
What syntax is used in a Record Producer script to access values from Record Producer form fields?
Which of the following statements must evaluate to true for a user to pass an Access Control?
Choose 3 answers
A developer wants to set up an application module that allows inserting new records into a table.
Which configuration option achieves this?
Which items are valid UI Action types in ServiceNow?
Choose 3 answers
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:
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 is a g_scratchpad object used for?)
When crafting a scoped application that contains flow actions, what is the application called?
To see what scripts, reports, and other application artifacts will be in a published application:
What do you install when you want to add applications or functionality within your development instance?
Modules must have a Link type. Which one of the following is a list of Link types?
Which allows the creation of a task-based record from Service Catalog?
Many actions are included with flow designer what are some frequently used core actions?
Choose 4 answers
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?
What is a limitation when using record producers in ServiceNow?
When debugging Email Notifications, what must you check on a user record?
Choose 2 answers
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:
Identify the way(s) an application can respond to an Event generated by the gs.eventQueue() method.
a) Script Action
b) Scheduled Script Execution (Scheduled Job)
c) UI Policy
d) Email Notification
What are examples of Ul Actions relating to forms?
Choose 3 answers
What are Application Files in a ServiceNow application?
When a ServiceNow instance requests information from a web service, ServiceNow is the web service:
What is a function of an update set in ServiceNow Studio?
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
An app developer enables the " Allow access to this table via web services " option in Application Access. What is the result of this configuration?
What are advantages of using Flow Designer? Choose 3 answers
Which one of the following is the baseline behavior of a table in a privately-scoped application?
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 are reasons an application could be developed on the ServiceNow platform?
Choose 3 answers
Which one of the following objects CANNOT be used in a Script Action script?
Which of the following statements does NOT apply when extending an existing table?
Which of the following steps can be used to import new data into ServiceNow from a spreadsheet?
(Which default method prints a message with a blue background at the top of the current form?)
If you create a SOAP Message, what syntax indicates a variable to pass when the function is called?
Which of the following methods is NOT part of the ServiceNow REST API?
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?
What is the ServiceNow App Repository?
Which client-side scoped API class can be used as a replacement for GlideRecord?
Identify characteristic(s) of a Record Producer. (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
When a selecting a data type for a field that will be displayed on a form, which of the following statements is NOT correct?
As administrator, what must you do to access features of High Security Settings?
Why would you build a custom app?
In a privately-scoped application, which methods are used for logging messages in server-side scripts? (Choose 2 answers)
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 ATF test step is used to set up a specific user profile for testing purposes?
What tool is used to import data from various data sources, and map that data into ServiceNow tables?
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 file type does ServiceNow Studio support for customizing system behavior through database actions?)
Which one of the following is the fastest way to create and configure a Record Producer?
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.)
Which database operations can be controlled with Access Control?
Choose 2 answers
Which items are valid UI Action types in ServiceNow?
Choose 3 answers
Which statement correctly describes the differences between a Client Script and a Business Rule?