ServiceNow CAD ServiceNow Certified Application Developer Online Training
ServiceNow CAD Online Training
The questions for CAD were last updated at Nov 19,2024.
- Exam Code: CAD
- Exam Name: ServiceNow Certified Application Developer
- Certification Provider: ServiceNow
- Latest update: Nov 19,2024
Which one of the following is NOT a UI Action type?
- A . List choice
- B . Form button
- C . List banner button
- D . Form choice
Which of the following is NOT supported by Flow Designer?
- A . Call a subflow from a flow
- B . Test a flow with rollback
- C . Use Delegated Developer
- D . Run a flow from a MetricBase Trigger
Which of the following are true for reports in ServiceNow? (Choose three.)
- A . Any user can see any report shared with them.
- B . Can be a graphical representation of data.
- C . All users can generate reports on any table.
- D . Can be run on demand by authorized users.
- E . Can be scheduled to be run and distributed by email.
Modules must have a Link type.
Which one of the following is a list of Link types?
- A . List of Records, Separator, Catalog Type, Roles
- B . Assessment, List of Records, Separator, Timeline Page
- C . List of Records, Content Page, Order, URL (from arguments:)
- D . Assessment, List of Records, Content Page, Roles
Which one of the following is true for a table with the “Allow configuration” Application Access option selected?
- A . Only the in scope application’s scripts can create Business Rules for the table
- B . Any user with the application’s user role can modify the application’s scripts
- C . Out of scope applications can create Business Rules for the table
- D . Out of scope applications can add new tables to the scoped application
When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?
- A . base table
- B . child table
- C . parent table
- D . all tables
Which one of the following is true?
- A . A UI Policy’s Actions execute before the UI Policy’s Scripts
- B . The execution order for a UI Policy’s Scripts and Actions is determined at runtime
- C . A UI Policy’s Scripts execute before the UI Policy’s Actions
- D . A UI Policy’s Actions and Scripts execute at the same time
Here is the Business Rule script template:
This type of JavaScript function is known as:
- A . Constructor
- B . Scoped
- C . Anonymous
- D . Self-invoking
Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?
- A . g_user.hasRole(‘catalog_admin’)
- B . g_user.hasRoleExactly(‘catalog_admin’)
- C . g_user.hasRoleOnly(‘catalog_admin’)
- D . g_user.hasRoleFromList(‘catalog_admin’)
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.
- A . Identify the table
- B . Script the function(s)
- C . Create a class
- D . Create a prototype object from the new class