CIS-SP練習試験と学習ガイドは厳密検証された最新な47問題 [Q20-Q42]

Share

CIS-SP練習試験と学習ガイドは厳密検証されたFast2test最新な47問題

2024年最新のな厳密検証された合格させるCIS-SP学習ガイドベズトお試しセット

質問 # 20
The Default domain should be specifically used for which purposes?
Choose 2 answers

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

正解:A、B

解説:
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


質問 # 21
What is the purpose of the Domain Separation Center?

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

正解:B

解説:
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.
Reference:
* ServiceNow Domain Separation - Basics
* ServiceNow Domain Separation - Advanced Concepts


質問 # 22
A Service Provider Incident Manager wants to create a 'Plan Definition' for Task Communication Management for a specific customer domain when a major incident is accepted on-behalf of that specific domain. In what domain should they create the definition?

  • A. Customer domain
  • B. Top
  • C. Global
  • D. Default
  • E. Service Provider domain

正解:A

解説:
In ServiceNow, when a Service Provider Incident Manager is tasked with creating a 'Plan Definition' for Task Communication Management specifically for a major incident in a customer domain, the plan should be created within that customer domain. This ensures that the communication plan is tailored to the customer's environment and is triggered only when conditions within that domain are met.
The ServiceNow documentation provides guidance on setting up communication plans. It states that a communication plan should be defined for a task record to specify communication tasks and contact definitions. When the conditions for the plan definition are met, the communication plan and its associated records are automatically attached to the task record, which in this case would be the major incident accepted on behalf of the customer domain1.
Creating the plan definition within the customer domain ensures that the communication tasks and contacts are relevant and specific to the customer's needs, which is essential for effective communication management during major incidents. This approach aligns with ServiceNow's best practices for domain separation, where customer-specific configurations are maintained within their respective domains to avoid interference with global settings and other customer domains.


質問 # 23
A System Administrator wants to setup their domain hierarchy in a new instance, which practice should they follow when creating the structure?

  • A. Adding several domain layers below TOP before getting to the customer domain
  • B. A domain heirarchy 3-5 layers deep that allows for use of contains if needed and does not contain a defualt domain
  • C. Having a totally flat domain heirarchy with no TOP domain
  • D. A domain heirarchy 3-5 layers deep that allows for use of contains if needed and contains a defualt domain
  • E. Using Service Offerings in the domain hierarchy

正解:D

解説:
Best practices for setting up a domain hierarchy in ServiceNow recommend creating a structure that is not too shallow or too deep. A hierarchy that is 3-5 layers deep is considered optimal as it allows for the use of 'contains' relationships where necessary12. This structure should include a default domain, which typically serves as the catch-all layer for any data that does not belong to a more specific domain3. The default domain is often the TOP domain or a domain just below it. This setup facilitates better organization and management of data and processes across different domains within the instance45.


質問 # 24
What's a good globally unique candidate field that could be used to populate UserID?

  • A. Email
  • B. Employee Number
  • C. Last Name
  • D. SSN

正解:A、B、D

解説:
When selecting a field to populate UserID in ServiceNow, it's crucial to choose an identifier that is globally unique to ensure that each user can be distinctly identified. The best practices for such identifiers include:
* Employee Number: Typically, an employee number is unique to an individual within an organization and does not change, making it a reliable identifier1.
* Email: An email address is inherently unique as it is tied to an individual and is used for communication, which also makes it a suitable candidate for UserID2.
* SSN (Social Security Number): While SSN is unique to each individual, it's important to note that using SSN as an identifier should be approached with caution due to privacy and security concerns. However, it is unique and could technically be used to populate UserID3.
The Last Name is not a good candidate for UserID because it is not globally unique; many individuals can share the same last name and it can change over time due to personal reasons.
For further details on creating unique identifiers and best practices, ServiceNow provides documentation and guidelines which can be referred to for implementing these practices within the ServiceNow environment.


質問 # 25
Which represents the direction in the domain hierarchy in which can you see data?

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

正解:B

解説:
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.
Reference:
* ServiceNow Domain Separation Documentation1
* ServiceNow Knowledge Base on Domain Separation2


質問 # 26
Name the methods available to provide data access to a user outside of their domain hierarchy.
Choose 2 answers

  • A. Visibility
  • B. Contains
  • C. Access Control Lists
  • D. Domain scope
  • E. sys_visibility.domain system property

正解:C、E

解説:
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


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

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

正解:C

解説:
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.
Reference:
* ServiceNow Domain Separation Documentation
* ServiceNow Knowledge Base Article


質問 # 28
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
  • B. Both rules will run
  • C. Neither rule will run
  • D. The child rule will run

正解:B

解説:
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.


質問 # 29
What does the system property glide.sys.domain.delegated_administration do?

  • A. Enable Process Separation
  • B. Allow another user to handle approvals and task assignments, for a specified time frame.
  • C. A Allow customer admins to safely configure their own domains without impacting others.
  • D. Allow users without a system admin role to develop applications.

正解:C

解説:
The system property glide.sys.domain.delegated_administration is designed to empower customer administrators by allowing them to configure their own domains. This is crucial in a multi-tenant environment where multiple customers or departments are operating within the same ServiceNow instance but need to maintain separate configurations and data. By enabling this property, customer admins can make changes specific to their domain without the risk of affecting the configurations of other domains. This property essentially enables domain separation, which is a method of separating data into logically defined domains.


質問 # 30
If a business rule exists in the parent domain and is overridden in the child domain, which rule will run for the parent domain?

  • A. The parent rule will run
  • B. Both rules will run
  • C. Neither rule will run
  • D. The child rule will run

正解:A

解説:
In ServiceNow, the concept of domain separation allows for data and administrative segregation between different domains within an instance. When a business rule is defined in a parent domain, it applies to that domain and all child domains unless specifically overridden in a child domain1.
If a business rule is overridden in a child domain, the original rule in the parent domain continues to apply only to the parent domain and any other child domains that have not overridden the rule. The overridden rule in the child domain applies only to that specific child domain1.
Therefore, for the parent domain, the business rule that was created in the parent domain will run. The child domain's override does not affect the operation of the parent domain's business rules. This ensures that each domain can have customized behavior while still inheriting the broader rules set at the parent level.
It's important to manage these rules carefully to maintain the intended data integrity and operational workflows across different domains within the ServiceNow environment4.


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

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

正解:C

解説:
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


質問 # 32
What are common concerns that might lead to a multi-instance strategy:
Choose 3 answers

  • A. Data residency
  • B. Centralized reporting
  • C. Domain separation licensing cost
  • D. Sensitive internal service provider data
  • E. Highly regulated industries

正解:A、D、E

解説:
A multi-instance strategy is often adopted due to concerns about data security, regulatory compliance, and data sovereignty.
* Sensitive internal service provider data (B): Multi-instance architectures provide a separate database for each user interaction, which significantly reduces the risk of attacks and ensures data isolation1. This is crucial for service providers who handle sensitive data and require strict data control and privacy.
* Highly regulated industries : Industries such as finance, healthcare, and government are subject to stringent regulations. Multi-instance infrastructures offer on-premise-level security and allow for greater flexibility and control, which is necessary to comply with industry-specific regulations1.
* Data residency (D): Data residency refers to the physical or geographical location of an organization's data. Due to various national laws and regulations, organizations may need to ensure that their data is stored and processed within specific jurisdictions. Multi-instance infrastructures support this requirement by providing dedicated databases that can be located as per the data residency needs1.
Centralized reporting (A) and domain separation licensing cost (E) are not typically concerns that lead to a multi-instance strategy. Centralized reporting can be achieved within both multi-instance and multi-tenant environments, and domain separation licensing cost is a factor related to the ServiceNow platform's domain separation feature, which is different from the infrastructure considerations of multi-instance versus multi-tenant setups234.


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

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

正解:B

解説:
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


質問 # 34
What is the mechanism for placing records in the Default domain?

  • A. Process Separation
  • B. Data Policy
  • C. Domain Path
  • D. Business Rules

正解:C

解説:
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


質問 # 35
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
  • B. activate the Service Catalog Domain Separation plugin
  • C. publish the catalog items to each domain
  • D. assign catalog admin role to catalog administrators

正解:B

解説:
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.


質問 # 36
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_primary_domain
  • B. sys_admin_domain
  • C. sys_overrides
  • D. sys_domain_owner

正解:D

解説:
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.
Reference:
* ServiceNow Domain Separation - Advanced Concepts and Configurations
* Understanding Domain Separation - Basics


質問 # 37
When configuring a shared process, to avoid updating a global process a developer should:

  • A. Change to customer domain
  • B. Change to a process domain such as TOP
  • C. No need to worry about the domain when you are a developer

正解:B

解説:
D Change to global domain
Explanation:
When configuring a shared process in ServiceNow, it's important to ensure that the global process is not inadvertently updated. To avoid this, a developer should change to a process domain such as TOP. This is because the TOP domain is the highest level in the domain hierarchy and allows for the creation of shared processes that can be used by all subdomains without affecting the global domain. This approach aligns with best practices for maintaining clear separation between global processes and those that are domain-specific, ensuring that any modifications are contained within the intended scope.
The ServiceNow documentation on domain separation and best practices for developers emphasizes the importance of understanding the domain hierarchy and selecting the appropriate domain when making changes to shared processes. By working within a process domain like TOP, developers can leverage the benefits of domain separation to manage data, processes, and administrative tasks in a multi-tenant environment effectively.
For further details and guidelines on domain separation and process configuration, ServiceNow provides extensive documentation and resources for developers, which can be found on their official support and learning portals


質問 # 38
What tables that are considered process related tables are excluded from domain separation?
Choose 3 answers

  • A. Client Scripts
  • B. Access Controls
  • C. Business Rules
  • D. Script Include
  • E. System Property
  • F. Workflow
  • G. Ul Policies

正解:B、C、E

解説:
In ServiceNow, domain separation is used to separate data, processes, and administrative tasks into logical groupings called domains. This allows for control over various aspects of this separation1. However, certain process-related tables are excluded from domain separation to maintain the integrity and functionality of the system across different domains.
* Business Rules (B): Business rules are global by nature and are designed to apply system-wide logic before or after database operations, regardless of the domain. This is why they are excluded from domain separation.
* Access Controls : Access controls (ACLs) define what data users can access and how they can interact with it. Similar to business rules, ACLs are also global and not domain-specific to ensure consistent security practices across the platform.
* System Property (D): System properties are configuration settings that affect the entire ServiceNow instance. Since these settings can have far-reaching implications on the system's behavior, they are not separated by domain to avoid conflicts and ensure uniformity in configuration.
These exclusions are necessary to ensure that fundamental system behaviors remain consistent and predictable, regardless of the domain context. It's important to note that while these tables are excluded from domain separation, the data within other tables can be separated and controlled as per domain requirements2.


質問 # 39
......

究極のガイドはCIS-SP最新時間限定今すぐダウンロード!:https://jp.fast2test.com/CIS-SP-premium-file.html


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어