ExamGecko
Home / ServiceNow / CIS-SP / List of questions
Ask Question

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

Add to Whishlist

List of questions

Question 21

Report Export Collapse

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

You can see data in child domains of your current domain (downstream)
You can see data in child domains of your current domain (downstream)
You can see data in parent domains of your current domain (upstream).
You can see data in parent domains of your current domain (upstream).
You can only see data in your current domain.
You can only see data in your current domain.
You can see data from parents and children of your current domain.
You can see data from parents and children of your current domain.
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

asked 23/09/2024
Cheah Eng Soon
38 questions

Question 22

Report Export Collapse

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

Add sys_domain, sys_overrides, and Domain Path fields.
Add sys_domain, sys_overrides, and Domain Path fields.
Add a sys_domain and sys_overrides field.
Add a sys_domain and sys_overrides field.
Extend the table and it will be data-separated automatically.
Extend the table and it will be data-separated automatically.
Add a sys_domain field.
Add a sys_domain field.
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

asked 23/09/2024
Pawel Szalek
41 questions

Question 23

Report Export Collapse

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.

Default
Default
Top
Top
Service Provider
Service Provider
Global
Global
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

asked 23/09/2024
Renante Elpa
27 questions

Question 24

Report Export Collapse

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

Update the Global processes rather than creating overrides in the process domain
Update the Global processes rather than creating overrides in the process domain
Create overrides in the process domain or update Global processes
Create overrides in the process domain or update Global processes
Creating overrides in the process domain and update Global processes
Creating overrides in the process domain and update Global processes
Create overrides in the process domain rather than updating Global processes
Create overrides in the process domain rather than updating Global processes
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

asked 23/09/2024
Steven Reyes
42 questions

Question 25

Report Export Collapse

Select the recommended approach to Domain Separation

50% or more Standard. 25% or more data-driven, Less than 25% Configuration
50% or more Standard. 25% or more data-driven, Less than 25% Configuration
80% or more data-driven. 15% or more Standard. Less than 5% Configuration
80% or more data-driven. 15% or more Standard. Less than 5% Configuration
70% or more Standard. 25% or more data-driven. Less than 5% Configuration
70% or more Standard. 25% or more data-driven. Less than 5% Configuration
80% or more Standard, 15% or more data-driven, Less than 5% Configuration
80% or more Standard, 15% or more data-driven, Less than 5% Configuration
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

asked 23/09/2024
Duc Hai
43 questions

Question 26

Report Export Collapse

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

Select Managed Domain, and set their domain field to the desired domain.
Select Managed Domain, and set their domain field to the desired domain.
Use a Source Script on your LDAP transform.
Use a Source Script on your LDAP transform.
Set Default to true on their domain record.
Set Default to true on their domain record.
Change their Company reference to a company with the desired domain.
Change their Company reference to a company with the desired domain.
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.

asked 23/09/2024
Raed Alshehri
50 questions

Question 27

Report Export Collapse

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

Choose 2 answers

Become a Premium Member for full access
  Unlock Premium Member

Question 28

Report Export Collapse

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

Become a Premium Member for full access
  Unlock Premium Member

Question 29

Report Export Collapse

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

Become a Premium Member for full access
  Unlock Premium Member

Question 30

Report Export Collapse

To grant domain visibility to a user you can

Choose 2 answers

Become a Premium Member for full access
  Unlock Premium Member
Total 45 questions
Go to page: of 5