ExamGecko
Home Home / ServiceNow / CIS-SP

ServiceNow CIS-SP Practice Test - Questions Answers

Question list
Search
Search

Which are the available Domain Types on a baseline instance?

Choose 3 answers

A.
MSP
A.
MSP
Answers
B.
Primary
B.
Primary
Answers
C.
TOP
C.
TOP
Answers
D.
Customer
D.
Customer
Answers
E.
Vendor
E.
Vendor
Answers
Suggested answer: B, C, D

Explanation:

In a baseline ServiceNow instance, the available domain types include Primary, TOP, and Customer. These domain types are part of the domain hierarchy that ServiceNow uses to organize data, processes, and administrative tasks within the platform.

* Primary: This is the main domain where the instance is initially set up. It's the starting point for the domain hierarchy and typically contains the core configurations and settings for the instance.

* TOP: The TOP domain is the highest level in the domain hierarchy, above all other domains. It is used for defining global processes and settings that can be inherited by lower-level domains.

* Customer: Customer domains are created to represent individual customers or tenants in a multi-tenancy environment. Each customer domain can have its own unique configurations, processes, and data that are separate from other domains.

The concept of MSP (Managed Service Provider) and Vendor domains are not standard domain types in a baseline instance but can be configured as part of a domain separation strategy to cater to specific business needs. The ServiceNow documentation provides detailed information on domain separation, including the types of domains and how they are used within the platform. Domain separation allows organizations to maintain data privacy and process customization across different business entities within a single instance of ServiceNow.

What is the best purpose of the TOP domain?

A.
As a parent domain for the mapping diagram
A.
As a parent domain for the mapping diagram
Answers
B.
As a process domain and parent domain for the mapping diagram
B.
As a process domain and parent domain for the mapping diagram
Answers
C.
As a customer data domain
C.
As a customer data domain
Answers
D.
As a core data domain and parent domain for the mapping diagram
D.
As a core data domain and parent domain for the mapping diagram
Answers
Suggested answer: D

Explanation:

The TOP domain in ServiceNow's domain separation model serves as the core data domain and the parent domain for the mapping diagram. This is because the TOP domain is typically owned by the service provider and has control over all other sub-domains within the instance1. It is the highest level in the domain hierarchy and is responsible for the global rules, processes, and administrative tasks that affect all sub-domains1. The instance administration is given to the global and top domains, with the global domain setting the overarching rules and the top domain managing the specifics for each sub-domain1.

Domain separation in ServiceNow is a mechanism to separate data, processes, and administrative tasks into logical groupings called domains. This allows for control over several aspects of this separation, including absolute data segregation between business entities, customization of business process definitions, user interfaces for each domain, and maintenance of some global processes and global reporting within a single instance2.

In summary, the TOP domain's primary purpose is to act as the core data domain, providing a foundation for domain separation and ensuring that the service provider can effectively manage and control the entire domain structure within the ServiceNow instance.

Which are required to retrieve and commit an update set?

Choose 2 answers

A.
A change request must be approved.
A.
A change request must be approved.
Answers
B.
You must be working in a non-production instance.
B.
You must be working in a non-production instance.
Answers
C.
You must have the admin role.
C.
You must have the admin role.
Answers
D.
The domain picker must be set to global.
D.
The domain picker must be set to global.
Answers
Suggested answer: C, D

Explanation:

To retrieve and commit an update set in ServiceNow, certain prerequisites must be met to ensure proper management and deployment of changes across instances:

* You must have the admin role : Having the admin role is crucial because it provides the necessary permissions to manage update sets, which includes retrieving and committing them. This role ensures that only authorized users can make significant changes to the system12.

* The domain picker must be set to global (D): When working with domain-separated instances, the domain picker must be set to global to ensure that the update set is applied across all domains. This is important for maintaining consistency and avoiding conflicts between different domains within the instance2.

Given TOP as a parent domain for MSP, ACME, and Initech, and MSP contains TOP What additional domain configuration is required for UserA in MSP to read records in ACME?

A.
Add contains between MSP and ACME
A.
Add contains between MSP and ACME
Answers
B.
Add both visibility to ACME for UserA, and contains between MSP and ACME
B.
Add both visibility to ACME for UserA, and contains between MSP and ACME
Answers
C.
Add visibility to ACME for UserA
C.
Add visibility to ACME for UserA
Answers
D.
No additional configurations
D.
No additional configurations
Answers
Suggested answer: C

Explanation:

In ServiceNow, domain separation is used to manage data visibility and access control in a multi-tenant environment1. The 'contains' relationship in domain separation defines a hierarchy where a parent domain contains child domains, and by default, users in a parent domain can see the records in child domains1.

Given that TOP is the parent domain for MSP, ACME, and Initech, and MSP contains TOP, UserA in MSP would already have visibility into TOP. However, for UserA to read records in ACME, additional configuration is required because ACME is not a child domain of MSP by default.

The correct action is to add visibility to ACME for UserA . This is typically done by configuring the user's domain membership or by adjusting the domain visibility settings to include ACME for UserA. This ensures that UserA can access records in ACME while still being primarily associated with the MSP domain1.

The 'contains' relationship between MSP and ACME (A) is not necessary because it would imply a hierarchical relationship that does not reflect the given structure. Adding both visibility to ACME for UserA and contains between MSP and ACME (B) is also not required and could potentially create an incorrect domain hierarchy. No additional configurations (D) would not suffice as it would not grant UserA the access needed to read records in ACME.

In a new domain separated instance, which data will a user in customer Domain X definitely have visibility to?

Choose 2 answers

A.
Primary Domain
A.
Primary Domain
Answers
B.
Parent domains of Domain X
B.
Parent domains of Domain X
Answers
C.
Child domains of Domain X
C.
Child domains of Domain X
Answers
D.
Default Domain
D.
Default Domain
Answers
E.
Domain X
E.
Domain X
Answers
Suggested answer: C, E

Explanation:

In ServiceNow, domain separation is used to segregate data, processes, and administrative tasks into logical groupings called domains. This allows for control over data visibility and operations within an instance. When it comes to data visibility:

* Domain X: A user in Domain X will definitely have visibility to their own domain, as this is the primary context in which they operate1.

* Child domains of Domain X: Users can view data in their home domain (Domain X) and any child domains of that home domain. This is because child domains inherit permissions and visibility from their parent domains, allowing users in a parent domain to see data in the child domains1.

However, users do not have access to data present in their parent domains or other unrelated domains by default. The primary domain and default domain are typically reserved for global or top-level administrative purposes and are not automatically visible to users in customer domains unless specific permissions are granted12.

It's important to configure domain separation carefully to ensure that users have the appropriate level of access to data necessary for their roles while maintaining the security and integrity of the data across the instance31.

If a business rule exists in the parent domain and a separate non-overriding business rule exists in the child domain, which rule will run for the child domain?

A.
The parent rule will run
A.
The parent rule will run
Answers
B.
Both rules will run
B.
Both rules will run
Answers
C.
The child rule will run
C.
The child rule will run
Answers
D.
Neither rule will run
D.
Neither rule will run
Answers
Suggested answer: B

Explanation:

In ServiceNow, domain separation allows for the partitioning of data, processes, and administrative tasks into distinct domains within the same instance. When it comes to business rules, if a business rule exists in the parent domain and another non-overriding business rule exists in the child domain, both rules will be executed for the child domain1.

This behavior is part of the domain hierarchy logic, where the child domain inherits the properties and rules of its parent unless explicitly overridden. Since the business rule in the child domain is non-overriding, it does not cancel or replace the parent domain's rule. Instead, it adds to the logic that will be processed when the conditions for the business rule are met.

Therefore, when an action occurs that triggers the business rules, the system will first run the business rule from the parent domain followed by the business rule from the child domain. This ensures that the foundational logic set by the parent domain is always applied, while still allowing for additional, domain-specific customizations in the child domains2.

It's important to note that this behavior can be controlled and configured according to the needs of the organization, and understanding the implications of domain inheritance is crucial for proper domain separation management in ServiceNow3.

What is the first step an admin must perform before using domain-separation for Service Catalog items?

A.
add the sysoverrides field to the catalog table
A.
add the sysoverrides field to the catalog table
Answers
B.
assign catalog admin role to catalog administrators
B.
assign catalog admin role to catalog administrators
Answers
C.
publish the catalog items to each domain
C.
publish the catalog items to each domain
Answers
D.
activate the Service Catalog Domain Separation plugin
D.
activate the Service Catalog Domain Separation plugin
Answers
Suggested answer: D

Explanation:

Before using domain separation for Service Catalog items, the first step an administrator must perform is to activate the Service Catalog - Domain Separation plugin (com.glideapp.servicecatalog.domain_separation). This plugin enables domain separation within the Service Catalog, allowing for the separation of data, processes, and administrative tasks into logical groupings called domains1. By activating this plugin, the admin ensures that the Service Catalog is prepared to handle the complexities of a domain-separated environment, which is essential for maintaining data integrity and proper access controls across different domains21.

On a new standalone table, what domain will a new record be created in by default?

A.
The users home domain
A.
The users home domain
Answers
B.
The user's current session domain
B.
The user's current session domain
Answers
C.
The records domain
C.
The records domain
Answers
D.
The domain of the referenced company
D.
The domain of the referenced company
Answers
Suggested answer: B

Explanation:

In ServiceNow, when a new record is created on a standalone table, the domain of the new record is set to the user's current session domain by default. This means that the domain context in which the user is operating at the time of record creation determines the domain assignment for that record. This behavior ensures that the data is correctly categorized within the domain structure, adhering to the visibility and access controls that have been established.

The concept of domain separation in ServiceNow is integral to its multi-tenancy model, allowing for data, processes, and administrative tasks to be segregated across different domains within a single instance. This is particularly useful for managed service providers (MSPs) who need to maintain distinct operational environments for multiple customers or departments within the same ServiceNow instance.

For a new standalone table, unless explicitly defined otherwise, the system defaults to using the user's current session domain for new records. This is supported by ServiceNow's documentation on domain separation best practices and the management of data within domains12. It's important to note that while the default behavior is as described, administrators have the ability to configure domain rules and behaviors to suit specific organizational needs.

The system automatically sets which field when an administrator attempts to modify a policy, application, or module that belongs to another domain higher in the hierarchy?

A.
sys_overrides
A.
sys_overrides
Answers
B.
sys_primary_domain
B.
sys_primary_domain
Answers
C.
sys_admin_domain
C.
sys_admin_domain
Answers
D.
sys_domain_owner
D.
sys_domain_owner
Answers
Suggested answer: D

Explanation:

When an administrator attempts to modify a policy, application, or module that belongs to another domain higher in the hierarchy, the system automatically sets the sys_domain_owner field. This field ensures that the ownership of the record is correctly attributed to the domain that originally created or owns the record, maintaining the integrity and separation of data across different domains.

* ServiceNow Domain Separation - Advanced Concepts and Configurations

* Understanding Domain Separation - Basics

Process Separation is also known as:

A.
proxy administration
A.
proxy administration
Answers
B.
delegated administration
B.
delegated administration
Answers
C.
process administration
C.
process administration
Answers
D.
domain administration
D.
domain administration
Answers
E.
admin administration
E.
admin administration
Answers
Suggested answer: D

Explanation:

Process Separation in ServiceNow is also known as domain administration. This concept is part of the broader domain separation feature, which allows you to separate data, processes, and administrative tasks into logical groupings called domains. This is particularly useful for Managed Service Providers (MSPs) or large enterprises that need to manage multiple clients or departments within a single ServiceNow instance. Domain separation ensures that each domain can have its own set of data, processes, and administrative controls, providing a high level of customization and security.

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

* ServiceNow Support Article on Domain Separation

* Understanding Domain Separation in ServiceNow

Total 45 questions
Go to page: of 5