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

List of questions
Question 11

Which role restricts access and allows for managing items in a domain-separated catalog?
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
Question 12

Which of the following is a good practice to allow Service Providers to view all customer data?
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
Question 13

Name the methods available to provide data access to a user outside of their domain hierarchy.
Choose 2 answers
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
Question 14

What does an admin click to view only global domain process while in the global domain?
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
Question 15

When an administrator working in a domain modifies a policy that exists in a higher domain or in global, the system automatically:
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
Question 16

What is delegated administration?
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
Question 17

To data separate a new table, add a field named:
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
Question 18

What is the mechanism for placing records in the Default domain?
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
Question 19

What is the purpose of the Domain Separation Center?
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
Question 20

The Default domain should be specifically used for which purposes?
Choose 2 answers
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
Question