ExamGecko
Home Home / ServiceNow / CIS-SP

ServiceNow CIS-SP Practice Test - Questions Answers, Page 2

Question list
Search
Search

Which role restricts access and allows for managing items in a domain-separated catalog?

A.
catalog_manage_admin
A.
catalog_manage_admin
Answers
B.
catalog admin
B.
catalog admin
Answers
C.
catalog_manager
C.
catalog_manager
Answers
D.
domain_catalog_admin
D.
domain_catalog_admin
Answers
Suggested answer: D

Explanation:

The role domain_catalog_admin is specifically designed to manage items within a domain-separated catalog in ServiceNow. This role restricts access and allows for the management of catalog items, ensuring that only users with the appropriate permissions can make changes within their designated domain. This is crucial for maintaining data privacy and integrity across different domains, especially in environments where multiple customers or departments are served by a single ServiceNow instance.

* ServiceNow Domain Separation and Service Catalog1

* ServiceNow Product Documentation on Domain Separation2

Which of the following is a good practice to allow Service Providers to view all customer data?

A.
Setup a domain contains relationship
A.
Setup a domain contains relationship
Answers
B.
Put customer data in Global
B.
Put customer data in Global
Answers
C.
No action required
C.
No action required
Answers
D.
Setup a visibility group
D.
Setup a visibility group
Answers
Suggested answer: A

Explanation:

Setting up a domain contains relationship is a good practice to allow Service Providers to view all customer data. This approach leverages ServiceNow's domain separation capabilities, which enable data segregation and access control across different domains. By configuring a domain contains relationship, you can ensure that Service Providers have the necessary visibility into customer data while maintaining proper data governance and security.

* ServiceNow Domain Separation Documentation

* ServiceNow Knowledge Base Article

Name the methods available to provide data access to a user outside of their domain hierarchy.

Choose 2 answers

A.
Contains
A.
Contains
Answers
B.
Domain scope
B.
Domain scope
Answers
C.
Access Control Lists
C.
Access Control Lists
Answers
D.
sys_visibility.domain system property
D.
sys_visibility.domain system property
Answers
E.
Visibility
E.
Visibility
Answers
Suggested answer: C, D

Explanation:

In ServiceNow, providing data access to a user outside of their domain hierarchy can be achieved through the following methods:

1. Access Control Lists (ACLs): ACLs are used to define permissions for accessing data within ServiceNow. By configuring ACLs, you can grant specific users or groups access to data outside their domain hierarchy. This is done by setting up rules that allow or deny access based on various conditions, such as roles, user attributes, or specific field values1.

2. sys_visibility.domain system property: This system property can be configured to control the visibility of records across different domains. By setting this property, you can define which domains' data should be visible to users outside their own domain hierarchy. This allows for more granular control over data access and visibility2.

These methods ensure that users can access the necessary data while maintaining the integrity and security of the domain separation model.

1: ServiceNow ACL Documentation

2: ServiceNow Domain Separation Documentation

What does an admin click to view only global domain process while in the global domain?

A.
Global Domain Scope
A.
Global Domain Scope
Answers
B.
Configure Domain Scope
B.
Configure Domain Scope
Answers
C.
Collapse Domain Scope
C.
Collapse Domain Scope
Answers
D.
Revert Domain Scope
D.
Revert Domain Scope
Answers
Suggested answer: A

Explanation:

When an admin wants to view only the global domain process while in the global domain, they need to click on the Global Domain Scope. This option allows the admin to filter and view processes that are specific to the global domain, ensuring that they are not seeing processes from other domains. This is particularly useful in a domain-separated environment where maintaining clarity and separation of processes is crucial.

* ServiceNow Domain Separation - Basics

* ServiceNow Domain Separation - Advanced Concepts

When an administrator working in a domain modifies a policy that exists in a higher domain or in global, the system automatically:

A.
Creates a new Pol'cy and application in the current domain
A.
Creates a new Pol'cy and application in the current domain
Answers
B.
Modifies original policy but not current domain
B.
Modifies original policy but not current domain
Answers
C.
Creates a new record for that administrators current domain and overrides the original
C.
Creates a new record for that administrators current domain and overrides the original
Answers
D.
Modifies the module record and overrides the original
D.
Modifies the module record and overrides the original
Answers
Suggested answer: C

Explanation:

When an administrator working in a domain modifies a policy that exists in a higher domain or in the global domain, ServiceNow automatically creates a new record for that administrator's current domain and overrides the original policy. This ensures that the changes are specific to the current domain and do not affect the policies in the higher or global domains. This behavior is part of the domain separation feature, which allows different domains to have their own customized policies and configurations without impacting each other.

For more detailed information, you can refer to the following resources:

* ServiceNow Support Article on Domain Separation

* Developing Domain-Separated Applications

What is delegated administration?

A.
Allows users without the admin role to develop applicatoins.
A.
Allows users without the admin role to develop applicatoins.
Answers
B.
Allows service providers to grant admin access to their customers.
B.
Allows service providers to grant admin access to their customers.
Answers
C.
Allows tasks and approvals to be handled temporarily by another user.
C.
Allows tasks and approvals to be handled temporarily by another user.
Answers
D.
Another name for Process Separation.
D.
Another name for Process Separation.
Answers
Suggested answer: C

Explanation:

Delegated administration in ServiceNow allows tasks and approvals to be temporarily handled by another user. This functionality is particularly useful in scenarios where the primary user is unavailable, ensuring that workflows and processes continue without interruption. It helps maintain efficiency and continuity in service management by allowing designated users to take over specific responsibilities temporarily.

* ServiceNow Product Documentation on Delegated Administration1

* ServiceNow Knowledge Base on Delegated Approvals and Tasks2

To data separate a new table, add a field named:

A.
sys_domain with a field type of String.
A.
sys_domain with a field type of String.
Answers
B.
sys_domain with a reference to the Domain table.
B.
sys_domain with a reference to the Domain table.
Answers
C.
sys_domain with a field type of Domain ID.
C.
sys_domain with a field type of Domain ID.
Answers
D.
Domain referencing the Company table.
D.
Domain referencing the Company table.
Answers
Suggested answer: B

Explanation:

To data separate a new table in ServiceNow, you should add a field named sys_domain with a reference to the Domain table. This approach leverages ServiceNow's domain separation capabilities, which allow for the segregation of data across different domains. By referencing the Domain table, you ensure that the new table can properly segregate data based on domain, maintaining data integrity and security.

* ServiceNow Domain Separation Documentation

* ServiceNow Knowledge Base Article

What is the mechanism for placing records in the Default domain?

A.
Business Rules
A.
Business Rules
Answers
B.
Domain Path
B.
Domain Path
Answers
C.
Process Separation
C.
Process Separation
Answers
D.
Data Policy
D.
Data Policy
Answers
Suggested answer: B

Explanation:

In ServiceNow, the mechanism for placing records in the Default domain is primarily managed through the Domain Path. The Domain Path is a hierarchical structure that determines the domain in which a record resides. When a record is created, it is assigned a domain based on the domain path of the user or process creating the record. If no specific domain is assigned, the record defaults to the ''Default'' domain.

This mechanism ensures that records are correctly categorized and managed within the appropriate domain, maintaining the integrity of domain separation and data access controls.

For more detailed information, you can refer to the following resources:

* ServiceNow Domain Separation Documentation

* ServiceNow Knowledge Base Article

What is the purpose of the Domain Separation Center?

A.
Global admins ,rack domain separation activities
A.
Global admins ,rack domain separation activities
Answers
B.
configuring and managing domain separation
B.
configuring and managing domain separation
Answers
C.
domain admins to manage their specific domain
C.
domain admins to manage their specific domain
Answers
D.
configure and review domain configuration audits for errors and warnings
D.
configure and review domain configuration audits for errors and warnings
Answers
Suggested answer: D

Explanation:

The purpose of the Domain Separation Center in ServiceNow is to configure and review domain configuration audits for errors and warnings. This tool is essential for administrators to ensure that domain separation is correctly implemented and maintained. It helps in identifying and resolving any issues related to domain configurations, thereby maintaining the integrity and proper functioning of the domain-separated environment.

* ServiceNow Domain Separation - Basics

* ServiceNow Domain Separation - Advanced Concepts

The Default domain should be specifically used for which purposes?

Choose 2 answers

A.
Help identify integrations that are incorrectly creating global data
A.
Help identify integrations that are incorrectly creating global data
Answers
B.
contain sharable domain data across domains in an instance
B.
contain sharable domain data across domains in an instance
Answers
C.
Capture records with no domain on tables that should not have global data
C.
Capture records with no domain on tables that should not have global data
Answers
D.
to be configured as the Primary domain for an instance
D.
to be configured as the Primary domain for an instance
Answers
E.
contain the default process for an instance
E.
contain the default process for an instance
Answers
Suggested answer: A, C

Explanation:

The Default domain in ServiceNow is specifically used for the following purposes:

1. Help identify integrations that are incorrectly creating global data: The Default domain can be used to track and identify any integrations that are mistakenly creating data in the global domain instead of the intended specific domain. This helps in maintaining data integrity and ensuring that data is correctly segregated.

2. Capture records with no domain on tables that should not have global data: The Default domain is also used to capture records that do not have a domain specified on tables where global data should not be present. This ensures that such records are not incorrectly placed in the global domain, maintaining the separation and security of data.

For more detailed information, you can refer to the following resources:

* ServiceNow Support Article on Domain Separation

* Developing Domain-Separated Applications

Total 45 questions
Go to page: of 5