ExamGecko
Home Home / ServiceNow / CAD

ServiceNow CAD Practice Test - Questions Answers, Page 13

Question list
Search
Search

Assume a table called table exists and contains 3 fields: field1. field2, field3. Examine the Access Control list for table:

table.None read Access Control for users with the admin and itil roles

table. * read Access Control for users with the admin role

table. field3 read Access Control for users with the itil role

Which field or fields can a user with the itil role read?

A.
field1, field2. andfield3
A.
field1, field2. andfield3
Answers
B.
field3 only
B.
field3 only
Answers
C.
field 1 andfield3
C.
field 1 andfield3
Answers
D.
All fields except field3
D.
All fields except field3
Answers
Suggested answer: B

Explanation:

An Access Control list (ACL) defines what data users can access and how they can access it in ServiceNow tables1.The ACL evaluates the user roles and the conditions defined in the ACL rules to determine the user's access level2. In this case, the ACL rules for the table are as follows:

table.None read Access Control for users with the admin and itil roles: This means that users with the admin or itil roles cannot read any field in the table unless there is a more specific rule that grants them access3.

table. * read Access Control for users with the admin role: This means that users with the admin role can read all fields in the table.

table. field3 read Access Control for users with the itil role: This means that users with the itil role can read only the field3 in the table.

Therefore, a user with the itil role can read only the field3 in the table, and not the other fields.

Reference=1: Access Control Lists - ServiceNow Docs2: How ACL Rules Are Evaluated - ServiceNow Docs3: Access Control List Rules - ServiceNow Docs : Wildcard in ACL Rules - ServiceNow Docs : Field-Level ACL Rules - ServiceNow Docs

Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow?

Choose 3 answers

A.
Publish to an application repository
A.
Publish to an application repository
Answers
B.
Publish to a spreadsheet
B.
Publish to a spreadsheet
Answers
C.
Publish to a local USB device
C.
Publish to a local USB device
Answers
D.
Publish to a local drive
D.
Publish to a local drive
Answers
E.
Publish to an Update Set
E.
Publish to an Update Set
Answers
F.
Publish to the ServiceNow Store
F.
Publish to the ServiceNow Store
Answers
Suggested answer: A, E, F

Explanation:

ServiceNow supports publishing an application to an application repository, an Update Set, or the ServiceNow Store. These methods allow the application to be installed on other instances or shared with other users.

Publish an application to the application repository

4 Ways to Publish a ServiceNow Application

Publish applications to the ServiceNow Store

What is required to link a ServiceNow application to a Git repository?

Choose 3 answers

A.
URI
A.
URI
Answers
B.
ACL
B.
ACL
Answers
C.
User name
C.
User name
Answers
D.
URL
D.
URL
Answers
E.
Application name
E.
Application name
Answers
F.
Password
F.
Password
Answers
Suggested answer: C, D, F

Explanation:

To link a ServiceNow application to a Git repository, you need to provide the user name, URL, and password of the Git account that hosts the repository12. The URL is the address of the Git repository that you want to link to the application. The user name and password are the credentials that you use to access the Git account.Alternatively, you can use a personal access token instead of a password for increased security3.

Reference=1: Link an application to source control - ServiceNow Docs2: Publish an application to the application repository - ServiceNow3: Linking an application to Git using a personal access token instead of a password - ServiceNow

If you create a SOAP Message, what syntax indicates a variable to pass when the function is called?

A.
current.variable_name
A.
current.variable_name
Answers
B.
S{variable_name}
B.
S{variable_name}
Answers
C.
< variable_name >
C.
< variable_name >
Answers
D.
< variable_name >.do?WSDL
D.
< variable_name >.do?WSDL
Answers
Suggested answer: B

Explanation:

In the SOAP Message feature set, we indicate variables using the following syntax: S{variable_name}. This allows us to pass a variable with the specified name from the SOAP message record to the web service function.

Tutorial: Handling a SOAP Response in ServiceNow | John Andersen

ServiceNow SOAP - Cheat Sheet Cheat Sheet by bibingokuldas - Download ...

Which determines the relationships between field in an Import Set table to field in an existing ServiceNow table?

A.
Data Sources
A.
Data Sources
Answers
B.
Schema Map Relationship Builder
B.
Schema Map Relationship Builder
Answers
C.
Business Service Management Map
C.
Business Service Management Map
Answers
D.
Transform Map
D.
Transform Map
Answers
Suggested answer: D

Explanation:

A transform map determines the relationships between fields in an import set table and fields in an existing ServiceNow table. It also specifies how to transform the imported data before mapping it to the target table.

1. What Exactly is an Import Set? - ServiceNow Developers

Import set table - ServiceNow Application Development [Book]

What are web services?

A.
They provide a customer-facing view of available service and product offerings provided by departments within the organization
A.
They provide a customer-facing view of available service and product offerings provided by departments within the organization
Answers
B.
Methods used to allow applications to connect to other software applications over a network
B.
Methods used to allow applications to connect to other software applications over a network
Answers
C.
Methods used to create and maintain Ul Pages
C.
Methods used to create and maintain Ul Pages
Answers
D.
Methods used to discover a wide variety of systems and applications
D.
Methods used to discover a wide variety of systems and applications
Answers
Suggested answer: B

Explanation:

Web services are software systems that use standardized protocols and formats, such as XML and HTTP, to exchange data and messages between different applications or systems over the Internet or other networks12.Web services enable interoperability and integration among diverse software components, regardless of their programming languages, platforms, or architectures34.

Reference=1: What are Web Services?- GeeksforGeeks2: Web service - Wikipedia3: What are Web Services?- Online Tutorials Library4: What is a Web Service? | Webopedia

When creating application tables, a user role is automatically added to the table record. Which other role does an application typically have?

A.
Application Manager
A.
Application Manager
Answers
B.
Application Fulfiller
B.
Application Fulfiller
Answers
C.
Application Super User
C.
Application Super User
Answers
D.
Application Admin
D.
Application Admin
Answers
Suggested answer: D

Explanation:

An application admin is a role that grants full access to an application and its tables, scripts, and other components1.An application admin can create, modify, and delete any element of the application, as well as publish and install it2.An application typically has an application admin role that is automatically created and assigned to the application creator3.

Reference=1: Application administration - ServiceNow Docs2: Application admin role - ServiceNow Docs3: Application roles - ServiceNow Docs

When debugging Email Notifications, what must you check on a user record?

Choose 2 answers

A.
The user must not be locked out.
A.
The user must not be locked out.
Answers
B.
Delegation must be enabled.
B.
Delegation must be enabled.
Answers
C.
Active must be true.
C.
Active must be true.
Answers
D.
The First name and Last name fields must have values.
D.
The First name and Last name fields must have values.
Answers
E.
The Email field must have a valid value.
E.
The Email field must have a valid value.
Answers
Suggested answer: C, E

Explanation:

To receive email notifications, a user must have an active account and a valid email address in the user record. If either of these conditions is not met, the user will not be able to receive any email notifications from the system.

Create an email notification

Example scripting for email notifications

Which business requirements and process(es) should be documented as part of the application development plan?

Choose 4 answers

A.
Data input/output
A.
Data input/output
Answers
B.
Business problem
B.
Business problem
Answers
C.
Project schedule
C.
Project schedule
Answers
D.
Process steps
D.
Process steps
Answers
E.
Database capacity
E.
Database capacity
Answers
F.
Users/stakeholders
F.
Users/stakeholders
Answers
G.
Available licenses
G.
Available licenses
Answers
Suggested answer: A, B, D, F

Explanation:

The application development plan is a document that outlines the scope, objectives, deliverables, and timeline of a software project1. It should include the following business requirements and processes:

Data input/output: This describes what data is needed for the application to function, how the data is collected, stored, processed, and displayed, and what outputs are generated by the application2.

Business problem: This defines the problem or opportunity that the application aims to address, the current situation, the desired outcome, and the benefits of the solution3.

Process steps: This details the steps involved in the application development lifecycle, such as planning, designing, testing, deploying, and maintaining the application4.

Users/stakeholders: This identifies the people who will use, benefit from, or influence the application, their roles, responsibilities, and expectations, and how they will be involved in the project5.

Reference=1: Application Development Lifecycle: Phases, Steps and Process32: Tips for Writing Business Requirements Documents23: Business Requirements Document Template: 7 Components14: Requirements Development Steps45: What is Business Process Documentation?: 10 Easy Steps to5

When crafting a scoped application that contains flow actions, what is the application called?

A.
Bundle
A.
Bundle
Answers
B.
Row
B.
Row
Answers
C.
Action
C.
Action
Answers
D.
Spoke
D.
Spoke
Answers
Suggested answer: D

Explanation:

A spoke is a scoped application that contains flow actions that can be used in Flow Designer. Spokes allow developers to create reusable actions that can be shared across applications and instances.

Spokes - Product Documentation: San Diego - ServiceNow

Create a spoke - Product Documentation: San Diego - ServiceNow

Flow Designer Spokes - ServiceNow Developers

Total 199 questions
Go to page: of 20