ExamGecko
Home Home / ServiceNow / CIS-SP

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

Question list
Search
Search

Which represents the direction in the domain hierarchy in which can you see data?

A.
You can see data in child domains of your current domain (downstream)
A.
You can see data in child domains of your current domain (downstream)
Answers
B.
You can see data in parent domains of your current domain (upstream).
B.
You can see data in parent domains of your current domain (upstream).
Answers
C.
You can only see data in your current domain.
C.
You can only see data in your current domain.
Answers
D.
You can see data from parents and children of your current domain.
D.
You can see data from parents and children of your current domain.
Answers
Suggested answer: A

Explanation:

In ServiceNow, domain separation allows for hierarchical data visibility. Users in a parent domain can see data in their child domains, which is referred to as downstream visibility. This ensures that higher-level domains have access to the data of their subdomains, facilitating centralized management and oversight. However, users in child domains cannot see data in their parent domains (upstream) or sibling domains unless explicitly granted access.

* ServiceNow Domain Separation Documentation1

* ServiceNow Knowledge Base on Domain Separation2

To extend a data separated base table and have the table extension also be data separated, you must:

A.
Add sys_domain, sys_overrides, and Domain Path fields.
A.
Add sys_domain, sys_overrides, and Domain Path fields.
Answers
B.
Add a sys_domain and sys_overrides field.
B.
Add a sys_domain and sys_overrides field.
Answers
C.
Extend the table and it will be data-separated automatically.
C.
Extend the table and it will be data-separated automatically.
Answers
D.
Add a sys_domain field.
D.
Add a sys_domain field.
Answers
Suggested answer: A

Explanation:

To extend a data-separated base table and ensure that the table extension is also data-separated, you must add the sys_domain, sys_overrides, and Domain Path fields. This ensures that the new table inherits the domain separation properties of the base table, maintaining data integrity and security across different domains.

* sys_domain: This field references the Domain table and is essential for domain separation.

* sys_overrides: This field is used to manage overrides in the domain-separated environment.

* Domain Path: This field helps in maintaining the hierarchical structure of domains.

* ServiceNow Domain Separation Documentation

* ServiceNow Knowledge Base Article

Even though the Inbound Actions table has a domain field, records in this table should all be placed in this single location within the domain hierarchy.

A.
Default
A.
Default
Answers
B.
Top
B.
Top
Answers
C.
Service Provider
C.
Service Provider
Answers
D.
Global
D.
Global
Answers
Suggested answer: D

Explanation:

In ServiceNow, even though the Inbound Actions table has a domain field, records in this table should all be placed in the Global domain. This is because inbound actions, such as inbound email actions, are designed to be accessible across the entire platform, regardless of the specific domain. By placing these records in the Global domain, ServiceNow ensures that the actions can be executed and managed universally, without domain-specific restrictions.

For example, if an inbound email action creates an incident, the system creates the incident in the same domain as the user in the Caller field. If that user is not in the User [sys_user] table, the incident is placed in the Global domain1.

This approach maintains the integrity and accessibility of inbound actions across the platform.

1: ServiceNow Inbound Email Actions Documentation

Process Domains are used to consolidate process updates for easy maintenance. What is the recommendation for handling such domains?

A.
Update the Global processes rather than creating overrides in the process domain
A.
Update the Global processes rather than creating overrides in the process domain
Answers
B.
Create overrides in the process domain or update Global processes
B.
Create overrides in the process domain or update Global processes
Answers
C.
Creating overrides in the process domain and update Global processes
C.
Creating overrides in the process domain and update Global processes
Answers
D.
Create overrides in the process domain rather than updating Global processes
D.
Create overrides in the process domain rather than updating Global processes
Answers
Suggested answer: D

Explanation:

When handling process domains in ServiceNow, the recommended approach is to create overrides in the process domain rather than updating the global processes. This strategy ensures that any customizations or specific requirements for a particular domain do not interfere with the global processes, which are intended to be standard and consistent across the entire organization.

Creating overrides in the process domain allows for more granular control and flexibility, enabling specific adjustments without impacting the overall system's integrity. This approach aligns with best practices for maintaining system stability and ensuring that updates or changes are isolated to the relevant domain.

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

* ServiceNow Learning Portal

* ServiceNow Knowledge Base

* ServiceNow Developer Portal

Select the recommended approach to Domain Separation

A.
50% or more Standard. 25% or more data-driven, Less than 25% Configuration
A.
50% or more Standard. 25% or more data-driven, Less than 25% Configuration
Answers
B.
80% or more data-driven. 15% or more Standard. Less than 5% Configuration
B.
80% or more data-driven. 15% or more Standard. Less than 5% Configuration
Answers
C.
70% or more Standard. 25% or more data-driven. Less than 5% Configuration
C.
70% or more Standard. 25% or more data-driven. Less than 5% Configuration
Answers
D.
80% or more Standard, 15% or more data-driven, Less than 5% Configuration
D.
80% or more Standard, 15% or more data-driven, Less than 5% Configuration
Answers
Suggested answer: D

Explanation:

ServiceNow recommends a domain separation approach that maximizes the use of standard configurations while minimizing custom configurations. This approach ensures maintainability, scalability, and ease of upgrades. The recommended approach is:

* 80% or more Standard: Utilizing out-of-the-box (OOTB) configurations as much as possible to leverage ServiceNow's built-in capabilities and best practices.

* 15% or more data-driven: Using data-driven configurations to adapt to specific business needs without extensive custom coding.

* Less than 5% Configuration: Minimizing custom configurations to reduce complexity and potential issues during upgrades.

This strategy aligns with ServiceNow's best practices for domain separation, ensuring that the system remains robust and easier to manage.

1: ServiceNow Domain Separation Best Practices 2: Understanding Domain Separation in ServiceNow

How should you assign user record to a specific domain other than the one based on their company?

A.
Select Managed Domain, and set their domain field to the desired domain.
A.
Select Managed Domain, and set their domain field to the desired domain.
Answers
B.
Use a Source Script on your LDAP transform.
B.
Use a Source Script on your LDAP transform.
Answers
C.
Set Default to true on their domain record.
C.
Set Default to true on their domain record.
Answers
D.
Change their Company reference to a company with the desired domain.
D.
Change their Company reference to a company with the desired domain.
Answers
Suggested answer: A

Explanation:

To assign a user record to a specific domain other than the one based on their company, you should use the ''Managed Domain'' option and set their domain field to the desired domain. This method allows administrators to manually assign a user to a different domain, ensuring that the user has the appropriate access and permissions within that domain.

* ServiceNow Documentation on Domain Separation explains how to set the domain for a user.

* ServiceNow Developer Documentation provides detailed information on domain separation and managing domains.

Visibility can be granted to users by which of the following means:

Choose 2 answers

A.
User visibility domains
A.
User visibility domains
Answers
B.
Group Membership
B.
Group Membership
Answers
C.
Role
C.
Role
Answers
D.
Default Domain
D.
Default Domain
Answers
Suggested answer: B, C

Explanation:

Visibility in ServiceNow can be granted to users through Group Membership and Role.

* Group Membership: Users can be assigned to specific groups, and these groups can be granted visibility to certain records or functionalities within ServiceNow. This method allows for efficient management of user permissions based on their group affiliations.

* Role: Roles define a set of permissions that can be assigned to users. By assigning roles to users, administrators can control what users can see and do within the platform. Roles are a fundamental part of access control in ServiceNow.

* ServiceNow User Criteria and Access Control

* ServiceNow Group Management

Why would you set Choice Action to Ignore on a transform field map?

A.
To avoid inserting dummy referenced records into global.
A.
To avoid inserting dummy referenced records into global.
Answers
B.
To reject new rows that doen't have choice values present.
B.
To reject new rows that doen't have choice values present.
Answers
C.
To insert missing rows in a referenced table.
C.
To insert missing rows in a referenced table.
Answers
D.
To transform a field value using a script.
D.
To transform a field value using a script.
Answers
Suggested answer: A

Explanation:

Setting the Choice Action to ''Ignore'' on a transform field map in ServiceNow is used to avoid inserting dummy referenced records into the global domain. When importing data, if the system encounters a reference field value that does not match any existing records, setting the Choice Action to ''Ignore'' will prevent the creation of a new, potentially incorrect record. Instead, the system will skip the field and leave it blank, ensuring data integrity and avoiding the clutter of unnecessary records.

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

* ServiceNow Support Article on Transform Maps

* Choice Action Field in ServiceNow

If a user has the ITIL role and resides in the MSP domain, which is true?

A.
They have that role in all domains they have access to.
A.
They have that role in all domains they have access to.
Answers
B.
They may be granted the Admin role in other domains.
B.
They may be granted the Admin role in other domains.
Answers
C.
They can administer other domains by granting the Domain Admin role.
C.
They can administer other domains by granting the Domain Admin role.
Answers
D.
They can be restricted to self-service in other domains by granting the Self-Service role.
D.
They can be restricted to self-service in other domains by granting the Self-Service role.
Answers
Suggested answer: A

Explanation:

In ServiceNow, domain separation allows organizations to segregate data, processes, and administrative tasks into logical groupings called domains1. This is particularly useful for Managed Service Providers (MSPs), where multiple organizations or customers use the same ServiceNow instance but require isolation from each other2.

When a user has the ITIL role within the MSP domain, they inherently have that role across all domains they have access to. This is because roles in ServiceNow are global by default, meaning they apply across all domains unless specifically restricted31. The ITIL role is a set of permissions that typically includes the ability to manage incident, problem, and change records, which are fundamental to IT service management.

The other options, such as being granted the Admin role in other domains (B), administering other domains by granting the Domain Admin role , or being restricted to self-service in other domains by granting the Self-Service role (D), are actions that require explicit configuration by an administrator with the appropriate level of access and are not automatic outcomes of having the ITIL role in the MSP domain4.

It's important to note that while the ITIL role may be global, access to specific records and the ability to perform certain actions can still be controlled within each domain through ACLs (Access Control Lists) and other domain-specific configurations1.

To grant domain visibility to a user you can

Choose 2 answers

A.
Associate a visibility domain to one of the user's roles
A.
Associate a visibility domain to one of the user's roles
Answers
B.
Associate a visibility domain to the user record
B.
Associate a visibility domain to the user record
Answers
C.
Associate a visibility domain to the user's domain
C.
Associate a visibility domain to the user's domain
Answers
D.
Set the visibility domain's parent to the user's domain
D.
Set the visibility domain's parent to the user's domain
Answers
E.
Associate a visibility domain to one of the user's groups
E.
Associate a visibility domain to one of the user's groups
Answers
Suggested answer: A, E

Explanation:

In ServiceNow, domain visibility determines whether users from one domain can access records from another domain. To grant domain visibility to a user, you can:

AAssociate a visibility domain to one of the user's roles: This allows any user with that role to see records in the associated visibility domain1.

EAssociate a visibility domain to one of the user's groups: Groups grant their members the visibility domains of the group, which means when a user is part of a group, they inherit the visibility domains associated with that group1.

It's important to note that when a user leaves a group, they lose the group's visibility domains, and the use of visibility domains should be done thoughtfully as excessive use can slow performance2. Moreover, the domain hierarchy should be optimal to prevent performance issues2.

The options B, C, and D are not standard practices for granting domain visibility according to the ServiceNow documentation and best practices. Specifically, associating a visibility domain directly to a user record or setting the visibility domain's parent to the user's domain are not mentioned as recommended methods3421.

Total 45 questions
Go to page: of 5