ExamGecko
Home / ServiceNow / CAD / List of questions
Ask Question

ServiceNow CAD Practice Test - Questions Answers, Page 13

List of questions

Question 121

Report
Export
Collapse

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?

field1, field2. andfield3
field1, field2. andfield3
field3 only
field3 only
field 1 andfield3
field 1 andfield3
All fields except field3
All fields except field3
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

asked 23/09/2024
BERNDT HAMBOECK
26 questions

Question 122

Report
Export
Collapse

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

Choose 3 answers

Publish to an application repository
Publish to an application repository
Publish to a spreadsheet
Publish to a spreadsheet
Publish to a local USB device
Publish to a local USB device
Publish to a local drive
Publish to a local drive
Publish to an Update Set
Publish to an Update Set
Publish to the ServiceNow Store
Publish to the ServiceNow Store
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

asked 23/09/2024
Istvan Molnar
33 questions

Question 123

Report
Export
Collapse

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

Choose 3 answers

URI
URI
ACL
ACL
User name
User name
URL
URL
Application name
Application name
Password
Password
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

asked 23/09/2024
MARTIN WEAVER
35 questions

Question 124

Report
Export
Collapse

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

current.variable_name
current.variable_name
S{variable_name}
S{variable_name}
< variable_name >
< variable_name >
< variable_name >.do?WSDL
< variable_name >.do?WSDL
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 ...

asked 23/09/2024
Simon Merlin AGHOKENG
39 questions

Question 125

Report
Export
Collapse

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

Data Sources
Data Sources
Schema Map Relationship Builder
Schema Map Relationship Builder
Business Service Management Map
Business Service Management Map
Transform Map
Transform Map
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]

asked 23/09/2024
Malik Rubio
40 questions

Question 126

Report
Export
Collapse

What are web services?

They provide a customer-facing view of available service and product offerings provided by departments within the organization
They provide a customer-facing view of available service and product offerings provided by departments within the organization
Methods used to allow applications to connect to other software applications over a network
Methods used to allow applications to connect to other software applications over a network
Methods used to create and maintain Ul Pages
Methods used to create and maintain Ul Pages
Methods used to discover a wide variety of systems and applications
Methods used to discover a wide variety of systems and applications
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

asked 23/09/2024
harinder giri
33 questions

Question 127

Report
Export
Collapse

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

Application Manager
Application Manager
Application Fulfiller
Application Fulfiller
Application Super User
Application Super User
Application Admin
Application Admin
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

asked 23/09/2024
Rumen Zazyov
33 questions

Question 128

Report
Export
Collapse

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

Choose 2 answers

The user must not be locked out.
The user must not be locked out.
Delegation must be enabled.
Delegation must be enabled.
Active must be true.
Active must be true.
The First name and Last name fields must have values.
The First name and Last name fields must have values.
The Email field must have a valid value.
The Email field must have a valid value.
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

asked 23/09/2024
Jonny McKitrick
40 questions

Question 129

Report
Export
Collapse

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

Choose 4 answers

Data input/output
Data input/output
Business problem
Business problem
Project schedule
Project schedule
Process steps
Process steps
Database capacity
Database capacity
Users/stakeholders
Users/stakeholders
Available licenses
Available licenses
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

asked 23/09/2024
Claudia Arrais
49 questions

Question 130

Report
Export
Collapse

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

Bundle
Bundle
Row
Row
Action
Action
Spoke
Spoke
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

asked 23/09/2024
Nogueira Elder
39 questions
Total 223 questions
Go to page: of 23