Servicenow CAD practice test - 1

 1. Which of the following is the fastest way to create and configure a Record Producer?

- Create a Catalog Category, open the category, and select the Add new Record Producer button.

- Use the Record Producer module then add and configure all variables manually

- Open the table in the Table records and select the Add to Service Catalog Related Link

- Open the table's form, right-click on the form header, and select the Create Record Producer menu item.


2. Which one of the following is the baseline behavior of a table in a privately-scoped application?

- The table and its data are not accessible using web services

- Any Business Rule can read, write, delete, and update from the table

- Only artifacts in the table's application can read from the table

- All application scopes can read from the table


3. When configuring a module , what does the override application menu roles configuration can do?

- Users with the module role but without access to the application to the application menu access the module

- Self-Service users can access the module even though they do not have roles

- Admin is given access to the module even if Access Controls would ordinarly prevent access

- Users with access to the application menu can see the module even if they don't have the module role


4. Which of the following features are available to Global applications? (choose two)

- Automated Test Framework

- Source Control

- Delegated Development

- Flow Designer


5. What is a Module?

- The functionality within an application menu such as opening a page in the content in the content frame or a separate tab or window

- A group of menus, or pages, providing related information and functionality to end-users.

- A way of helping users quickly access information and services by filtering the items in the Application Navigator

- A web-based way of providing software to end-users


6. Identify the incorrect statement about Delegated Development in ServiceNow.

- Admins can grant non-admin users the ability to develop global applications.

- Admins can specify which application file types the developer can access.

- Admins can grant the developer access to script fields.

- Admins can grant the developer access to security records.


7. Here is the Business Rule script template:

(function executeRule (current, previous */null when async*/)  {

}) (current, previous);

This type of JavaScript function is know as:

- Constructor

- Scoped

- Anonymous

- self-invoking


8. What are some of the benefits of extending an existing table such as the Task table when creating a new application?

- You can repurpose existing fields by simply changing the label.

- Use existing fields with no modifications.

- Existing logic from the parent table will be automatically applied to the new table.

- All of the parent table records are copied to the new table.


9. Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?

- g_user.hasRole('catalog_admin')

- g_user.hasRoleExactly('catalog_admin')

- g_user.hasRoleOnly('catalog_admin')

- g_user.hasRoleFromList('catalog_admin')


10. How must Application Access be configured to prevent all other private application scopes from creating configuration records on an application's data tables?

- You must create Access Controls to prevent all other application scopes from creating configuration records on an application's data tables rather than using Application Access

- Set the Accessible from field value to all application scopes and de-select the Can create option

- Se the Accessible from field value to This scope only and de-select the Allow access to this table via web services option

- Set the Accessible from field value to This application scope only

 









1 comment:

Featured Post

How to configure field style of any fields