無料2025年最新のSAVIGA-C01問題集で100%合格保証には最新の サンプル
準備SAVIGA-C01問題解答無料更新には100%試験合格保証 [2025]
質問 # 22
Which of the following Access Request configurations can be set up as either optional or mandatory, based on business requirements?
- A. Business justification at Request level
- B. Approval comments
- C. None of the above
- D. Add Attachment
正解:B
解説:
In Saviynt's Access Request configurations, the following can be set up as either optional or mandatory based on business requirements:
* A. Approval comments: When an approver approves or rejects a request, they can be required to provide comments, or it can be made optional.
* B. Add Attachment: Requesters can be allowed or required to attach supporting documentation to their access requests.
* C. Business justification at Request level: Requesters can be obligated to provide a business justification for their access request, or it can be made optional.
Here's a breakdown with Saviynt IGA references:
* Saviynt's Access Request System (ARS) Configuration: Saviynt provides granular control over the ARS's behavior, allowing administrators to customize various aspects of the request process, including data validation and required fields.
* Mandatory vs. Optional Fields: Many fields and actions within the ARS can be configured as either mandatory or optional. This allows organizations to tailor the request process to their specific needs and compliance requirements.
* Configuration Locations: These settings are typically found within the ARS configuration section of Saviynt's administrative interface.
* Approval Comments: Often configurable within the workflow definition, at the approval step level. You can define whether comments are required for approval, rejection, or both.
* Add Attachment: Generally found under general ARS settings, allowing you to enable or disable attachments and potentially set them as mandatory.
* Business Justification: Also found within the ARS settings, allowing you to toggle the requirement for a business justification at the request level or even at the individual entitlement level.
* Business Rationale: The flexibility to make these elements optional or mandatory allows organizations to balance the need for information with the desire for a streamlined user experience. For example, high- risk access requests might require detailed justification and attachments, while low-risk requests might not.
* Saviynt's Audit Trail: Regardless of whether these fields are mandatory or optional, Saviynt's audit trail will capture the information provided, ensuring a complete record of the request and approval process.
In summary: Saviynt's ARS allows administrators to configure approval comments, attachments, and business justifications as either optional or mandatory, providing the flexibility to adapt the access request process to meet diverse organizational needs and compliance requirements.
質問 # 23
Which of the following aspects in EIC is regarded as a unique identity of a person?
- A. Employee
- B. User
- C. Endpoint
- D. Account
正解:B
解説:
In Saviynt, a User represents the unique identity of a person. It's the central object that ties together all the information about an individual, including their accounts, entitlements, roles, and attributes.
Why other options are incorrect:
* Endpoint: Represents a system or application, not a person.
* Employee: While many users might be employees, the term "user" is more general and can include contractors, partners, etc.
* Account: Represents a user's access to a specific system, not their overall identity.
Saviynt IGA References:
* Saviynt Documentation: Throughout the documentation, "User" consistently refers to the individual's identity within the system.
* Saviynt User Interface: The User Management section in Saviynt focuses on managing the lifecycle and access of individual users.
質問 # 24
How can a single report be configured to display the account attributes of all the accounts to Application Owners?
- A. Use Elasticsearch Query
- B. V2 Analytics using SQL Query with Allowed Action
- C. V2 Analytics using SQL Query with External Connection
- D. V2 Analytics using SQL Query with User Context
正解:D
解説:
To configure a single report that displays the account attributes of all the accounts to their respective Application Owners in Saviynt, the best approach is D. V2 Analytics using SQL Query with User Context.
Here's a breakdown:
* Saviynt's Analytics V2: This is Saviynt's newer analytics platform, offering more advanced features and flexibility compared to the older version.
* SQL Query with User Context: This is the key to achieving the desired outcome. "User Context" means that the query will be executed in the context of the currently logged-in user (in this case, the Application Owner).
* How it Works:
* Dynamic Filtering: When an Application Owner runs the report, the "User Context" will automatically filter the data to show only the accounts that they own.
* Security and Data Privacy: This ensures that each Application Owner only sees the data that they are authorized to access.
* SQL Query Structure: The SQL query would likely involve a JOIN between the accounts table and a table that defines application ownership (e.g., applications), using a WHERE clause that filters based on the current user's ID or username. Something like this (syntax might need adjustment for Saviynt's specific SQL dialect):
SELECT a.*
FROM accounts a
JOIN applications app ON a.application_id = app.application_id
WHERE app.owner_id = ${CURRENT_USER_ID} -- This is the user context part
* Why Other Options Are Less Suitable:
* A. Use Elasticsearch Query: While Elasticsearch can be used for analytics, it might not be the best tool for this specific requirement, as it doesn't inherently support the concept of "User Context" in the same way as SQL queries in Analytics V2.
* B. V2 Analytics using SQL Query with External Connection: External connections are used to query data from external databases, which is not necessary in this scenario.
* C. V2 Analytics using SQL Query with Allowed Action: Allowed Actions are used to define actions that can be performed on analytics results, not for filtering data based on user context.
質問 # 25
________ filters the requestable applications under "Request New Access."
- A. Access Query
- B. Access Add Workflow
- C. Whom to Request
- D. Provisioning Connection
正解:A
解説:
The component that filters the requestable applications under "Request New Access" in Saviynt is the Access Query. Here's a detailed explanation:
* Saviynt's Access Request System (ARS): As the front end for requesting access, the ARS needs a mechanism to determine which applications (and entitlements) should be displayed to a user as requestable.
* Access Query: This is a powerful feature within Saviynt that allows administrators to define specific criteria to control the visibility of applications and entitlements in the ARS. Think of it as a filter that determines what a user can see and request.
* How Access Queries Work:
* Defined on Applications/Entitlements: Access Queries are configured on individual applications or entitlements within Saviynt.
* Based on User Attributes: They use user attributes (e.g., department, location, job title, group memberships) and other criteria (e.g., risk level) to determine if a user should see a particular application or entitlement.
* Dynamic Filtering: When a user accesses the "Request New Access" section, Saviynt evaluates the Access Queries associated with each application and entitlement in real-time. Based on the user's attributes, the system dynamically filters the list, showing only the applications and entitlements that match the query conditions.
* Saviynt's Security Model: Access Queries are a fundamental part of Saviynt's security model. They ensure that users are only presented with access options that are relevant and appropriate for their role and context, preventing accidental over-provisioning and reducing the attack surface.
* Other Options:
* Access Add Workflow: While essential for processing access requests, the workflow itself doesn't filter which applications are initially displayed.
* Provisioning Connection: This relates to how Saviynt connects to target systems for automated provisioning. It doesn't control the initial visibility of applications in the ARS.
* Whom to Request: This setting might determine the available approvers, but it doesn't filter the list of requestable applications.
In essence: Access Queries act as a dynamic filter, leveraging user attributes and defined criteria to determine which applications and entitlements are presented to a user within Saviynt's "Request New Access" interface, ensuring a personalized and secure access request experience.
質問 # 26
What is the purpose of a Custom Assignment Workflow block?
- A. Request must be approved by the Application Owner
- B. Request must be approved based on any attribute of a user or account, or a custom condition
- C. Request must be approved by the Role Owner
- D. None of the above
正解:B
解説:
The purpose of a Custom Assignment Workflow block in Saviynt is A. Request must be approved based on any attribute of a user or account, or a custom condition. Here's a detailed explanation:
* Saviynt's Workflow Flexibility: Saviynt's workflow engine is designed to be highly flexible, allowing organizations to create complex approval processes tailored to their specific needs.
* Standard Approver Types: While Saviynt provides standard approver types like Manager, Role Owner, and Application Owner, there are often scenarios where the approval needs to be routed based on more dynamic or complex criteria.
* Custom Assignment Block: This is where the "Custom Assignment" block comes in. It allows you to define custom logic to determine the approver(s) for a request.
* Attribute-Based Approvals: You can use attributes of the requester, the beneficiary (if different), or even attributes of the requested resource (e.g., application, entitlement) to determine the approver. For example:
* Requests from users in a specific department could be routed to a particular security officer.
* Requests for access to a high-risk application could be routed to a specific risk management team.
* Custom Conditions: You can also define custom conditions using scripting or other logic within the Custom Assignment block. This allows for even greater flexibility in defining the approval routing.
* Example: You might have a condition that checks if the requested entitlement has a certain risk level and, if so, routes the approval to a specific compliance officer.
* Other Options:
* B. Request must be approved by the Role Owner: This is handled by a standard "TASK Access Approve" activity assigned to the Role Owner.
* C. Request must be approved by the Application Owner: Similar to the above, this is a standard approver type.
* D. None of the above: Option A accurately describes the purpose of the Custom Assignment block.
RULES & POLICIES
質問 # 27
Which of the following Role types should be selected for a Role containing Entitlements that span across multiple applications?
- A. Transactional Role
- B. Enabler Role
- C. Enterprise Role
- D. Application Role
正解:C
解説:
In Saviynt, Enterprise Roles are specifically designed to encompass entitlements that span multiple applications. This is in contrast to Application Roles, which are limited to entitlements within a single application.
* Enterprise Roles: Provide a way to group entitlements across different applications, reflecting a user's overall job function or responsibilities within the organization. This is essential for managing access for users who need permissions in various systems to perform their duties.
* Other Role Types:
* Application Role: Grants permissions specific to a single application.
* Transactional Role: Focuses on granting permissions for specific tasks or transactions within an application.
* Enabler Role: Provides supplementary permissions that enhance or support other roles.
Saviynt IGA References:
* Saviynt Documentation: The section on Role Management within Saviynt's documentation clearly defines the different role types and their purposes.
* Saviynt Training Materials: Saviynt's training courses emphasize the importance of Enterprise Roles in managing cross-application access.
質問 # 28
Which of the following SAV Roles grant users the privilege to edit UI Labels?
- A. ADMINULROLE
- B. ROLE_ADMINUI
- C. ROLE.UIADMIN
- D. UIADMIN ROLE
正解:D
解説:
The UIADMIN ROLE in Saviynt grants users the privilege to edit UI (User Interface) labels. This role is crucial for customizing the Saviynt interface to align with an organization's terminology and branding.
* UI Customization: Saviynt allows administrators to modify various UI elements, including labels, to improve user experience and comprehension. The UIADMIN ROLE provides the necessary permissions for these modifications.
Why other options are incorrect:
The other options are not standard Saviynt roles and do not have any associated privileges for UI label editing.
Saviynt IGA References:
* Saviynt Documentation: The documentation on Saviynt's administration and configuration settings includes information about UI customization and the associated UIADMIN ROLE.
* Saviynt Support: Saviynt's support resources may contain articles or knowledge base entries related to UI customization and the permissions required.
質問 # 29
Which of the following options can a Campaign Owner use to view the Entitlements Query that was used in a previously launched Campaign?
- A. Campaign Summary
- B. Export option at the top right corner of the page, next to the Refresh Progress option
- C. Reconfigure option
- D. Campaign Export
正解:A
解説:
To view the Entitlements Query used in a previously launched Campaign in Saviynt, a Campaign Owner can use the C. Campaign Summary. Here's why:
* Saviynt's Campaign Summary: The Campaign Summary provides a detailed overview of a campaign's configuration, including:
* Campaign Scope: The users, applications, or entitlements included in the campaign.
* Filters and Queries: Any filters or queries used to define the campaign scope, including the Entitlements Query.
* Certifier Information: Details about the assigned certifiers.
* Schedule: The campaign's start and end dates.
* Status: The current status of the campaign (e.g., Active, Completed, Expired).
* Accessing the Entitlements Query: The Campaign Summary typically includes a section that displays the exact query used to select the entitlements included in the campaign.
* Why Other Options Are Less Suitable:
* A. Reconfigure option: While you might be able to see the query by going into the reconfiguration, it's not the most direct way. The Campaign Summary is designed to provide this information readily.
* B. Campaign Export: Exporting the campaign data might include the list of entitlements but not necessarily the original query used to select them.
* D. Export option at the top right corner of the page, next to the Refresh Progress option:
This option typically exports the current view of the campaign data, not the underlying configuration details like the Entitlements Query.
In conclusion: The Campaign Summary in Saviynt is the most direct and convenient place for a Campaign Owner to review the detailed configuration of a campaign, including the Entitlements Query used to define the campaign's scope.
質問 # 30
Marty, an Administrator, reconciled Oracle Accounts into Saviynt. During the import, the incoming accounts were required to be mapped to the existing users in Saviynt. Which of the following Rules should be used to successfully associate Accounts to the correct users?
- A. User Account Correlation Rule
- B. Account Name Rule
- C. Account to User Rule
- D. Technical Rule
正解:A
解説:
User Account Correlation Rules in Saviynt are specifically designed to map imported accounts to existing users within the system. These rules define the logic for matching accounts to users based on various attributes, such as employee ID, email address, or username.
Why other options are incorrect:
Account to User Rule: This is not a standard rule type in Saviynt.
Account Name Rule: This might focus on naming conventions for accounts, not correlating them to users.
Technical Rule: This is a broader category of rules and doesn't specifically address account-user mapping.
Saviynt IGA References:
Saviynt Documentation: The section on Account Correlation Rules provides detailed information on how to configure these rules for different scenarios.
Saviynt Use Cases: Saviynt often provides examples and use cases demonstrating how to use User Account Correlation Rules to automate account mapping during imports.
質問 # 31
________ refers to any type of access that is associated with a managed system or application, such as groups, roles, permissions, or responsibilities.
- A. Entitlements
- B. Workflows
- C. Endpoints
- D. Accounts
正解:A
解説:
In Saviynt, "Entitlements" refers to any type of access granted to users within a managed system or application. This broad term encompasses various forms of access controls, including:
* Groups: Collections of users with shared access permissions.
* Roles: Sets of permissions that define a user's job function or responsibilities.
* Permissions: Specific access rights to resources or functionalities.
* Responsibilities: Duties or tasks associated with a particular role.
Why other options are incorrect:
* Endpoints: Refer to network devices or systems, not access rights.
* Workflows: Are automated processes for tasks like approvals, not access itself.
* Accounts: Represent user identities, not the specific access they have.
Saviynt IGA References:
* Saviynt Documentation: Saviynt's documentation consistently uses the term "Entitlements" to describe the various types of access it manages.
* Saviynt User Interface: The Saviynt interface uses "Entitlements" throughout its menus and features related to access management.
質問 # 32
Which of the following statuses is applicable for the "Add Access" task type when the task is successfully completed?
- A. Active
- B. Provisioned
- C. Success
- D. Manually Provisioned
正解:B
解説:
When an "Add Access" task is successfully completed in Saviynt, the applicable status is typically " Provisioned." Here's a detailed explanation with Saviynt references:
* Saviynt's Task Management: Saviynt uses tasks to track the progress of various operations, including access provisioning. These tasks are generated as part of workflows, such as the "Access Add Workflow."
* "Add Access" Task Type: This specific task type is created when the access request is approved and the system is ready to grant the requested access to the target application.
* Task Statuses in Saviynt: Saviynt uses different statuses to indicate the current state of a task.
Common statuses include:
* Pending: The task is waiting to be processed.
* In Progress: The task is currently being executed.
* Provisioned: This status signifies that the requested access has been successfully granted to the user in the target system.
* Failed: The task encountered an error and could not be completed.
* Manually Provisioned: The task was completed manually by an administrator, rather than through automated provisioning.
* Success: While sometimes used, this status is less specific than "Provisioned" in the context of
"Add Access" tasks, since it does not specify that the action completed was a provisioning action.
* Active: Typically applies to accounts or users, not tasks.
* Saviynt's Workflow Engine: The workflow engine in Saviynt updates the task status as it progresses through the defined steps. For connected applications, the workflow engine might directly interact with the target system's API to provision the access. Once the provisioning is successful, the status is updated to "Provisioned."
* Saviynt's Audit Trails: Saviynt maintains detailed audit trails, and the task status changes are logged.
This provides a clear record of when access was provisioned for a user.
* Other Options:
* Success: As mentioned above, this is a general status. While technically correct (the task succeeded), "Provisioned" provides more context.
* Manually Provisioned: This status is only applicable if an administrator intervened and manually granted the access outside of the automated workflow.
* Active: This status typically pertains to a user or account's overall status, not specifically to the completion of an "Add Access" task.
質問 # 33
Match the keyword of Column I with Column II.
正解:
解説:
* User matches with Identity
* Security System matches with Application Category
* Endpoint matches with Application
* Workflow matches with Access Approval
* User and Identity: In the context of Identity and Access Management (IAM), "User" often relates to
"Identity" management, which deals with user accounts, profiles, and their associated attributes.
* Security System and Application Category: "Security System" is a broad term. Within the image, it is a category under which applications are managed, making "Application Category" the correct match.
* Endpoint and Application: "Endpoints" in Saviynt refer to the target systems or applications that are being managed or integrated. Therefore "Endpoint" relates to "Application."
* Workflow and Access Approval: "Workflows" are often used to define and automate processes, and in this case, it relates to the "Access Approval" process.
質問 # 34
Which of the following configurations can be used to allow Certifiers to certify their own access?
- A. Allow Self Certification
- B. Certification reassignment
- C. Show consult for own access
- D. Certify all users by default
正解:A
解説:
The configuration that can be used to allow Certifiers to certify their own access in a Saviynt Campaign is C.
Allow Self Certification. Here's why:
* Saviynt's Campaign Configuration: Saviynt provides various configuration options to control the behavior of certification campaigns, including how self-certification is handled.
* "Allow Self Certification": This specific setting, when enabled, permits Certifiers to review and certify their own access within the campaign.
* Security Considerations: While enabling self-certification can streamline the process, it also introduces a potential security risk. Organizations should carefully consider their risk tolerance and compliance requirements before enabling this option.
* Alternative Approaches: To mitigate the risks of self-certification, organizations might consider:
* Requiring additional approvals: Adding a second level of approval for self-certified items.
* Close monitoring: Implementing stricter monitoring and auditing of self-certified access.
* Disabling self-certification: In high-security environments, self-certification might be prohibited altogether.
* Why Other Options Are Less Suitable:
* A. Certify all users by default: This setting is not directly related to self-certification.
* B. Show consult for own access: This option usually allows a certifier to consult with another user before making a decision, but doesn't enable self certification.
* D. Certification reassignment: This allows for reassigning certification tasks to other users, but doesn't directly address self-certification.
In conclusion: The "Allow Self Certification" setting in a Saviynt campaign configuration directly controls whether Certifiers can certify their own access, providing flexibility but requiring careful consideration of the associated security implications.
質問 # 35
The following USER_IMPORT_MAPPING attribute is set up in Workday RAAS connection:
USER_IMPORT_MAPPING
{
"ImportType": "RAAS",
"ResponsePath": "wd:Report_Data.wd:Report_Entry",
"ImportMapping": {
"USERNAME": "wd:User_Name~#~string",
"SYSTEMUSERNAME": "wd:User_Name~#~string",
"FIRSTNAME": "wd:First_Name~#~string",
"CITY": "wd:Location.wd:Descriptor~#~string"
}
}
As per the above mapping, USERNAME is the user attribute defined in Workday, and User_Name is the attribute defined in EIC.
- A. True
- B. False
正解:B
解説:
The statement is False. In the provided USER_IMPORT_MAPPING, USERNAME is the user attribute defined in EIC (Enterprise Identity Cloud), and wd:User_Name is the attribute defined in Workday. Here's a breakdown:
* Saviynt's USER_IMPORT_MAPPING: This configuration within a connection (in this case, Workday RAAS) defines how data from the connected system (Workday) should be mapped to attributes within Saviynt's EIC.
* ImportMapping: This section specifies the mapping between source attributes (Workday) and target attributes (EIC).
* USERNAME: In the provided mapping, USERNAME (without the wd: prefix) is the target attribute, meaning it's an attribute within Saviynt's EIC.
* wd:User_Name: The wd: prefix typically indicates a Workday attribute. Therefore, wd:User_Name is the source attribute from Workday.
* ~#~string: This likely indicates the data type of the attribute (string in this case).
* Correct Interpretation: The mapping is saying: "Take the value of the wd:User_Name attribute from Workday and map it to the USERNAME attribute in EIC." In essence: The USER_IMPORT_MAPPING defines how data from Workday is translated into Saviynt's internal data model, and in this case, USERNAME belongs to Saviynt (EIC), while wd:User_Name belongs to Workday.
質問 # 36
Which of the following bulk operations is not a supported feature?
- A. Deleting multiple users
- B. Bulk Request Access Request for multiple users in a single request
- C. Bulk Approval - Single-click approval for multiple entitlements in a single request
- D. Disabling multiple users and their access
正解:C
解説:
The bulk operation that is not typically a supported feature in the same way as the others is C. Bulk Approval - Single-click approval for multiple entitlements in a single request. Here's why:
* Saviynt's Bulk Operations: Saviynt supports various bulk operations to streamline administration and user experience, especially when dealing with multiple users or requests.
* Supported Bulk Operations:
* A. Bulk Request Access: Saviynt allows users to request access for multiple users in a single request. This is a common and supported feature.
* B. Disabling multiple users and their access: Administrators can disable multiple user accounts and revoke their access in bulk.
* D. Deleting multiple users: Saviynt supports the bulk deletion of user accounts.
* Bulk Approval - Granularity: While Saviynt supports bulk approvals (approving multiple requests at once), it typically operates at the request level, not at the individual entitlement level within a single request. Approving multiple separate requests in one go is a standard bulk approval action.
* Each request (even if it's a bulk request for multiple users or contains multiple entitlements) is usually treated as a single unit for approval.
* Approvers typically approve or reject the entire request, not individual entitlements within it.
* Security and Control: This approach maintains better control and auditability. Approving each entitlement within a single request individually would require a more complex interface and potentially increase the risk of accidental approvals.
* Possible Workarounds:
* Separate Requests: To achieve a similar outcome, users could submit separate requests for each entitlement, allowing the approver to approve them individually (and potentially in bulk if they are separate requests).
* Custom Workflows: In theory, it might be possible to create highly customized workflows to handle this scenario, but it's not a standard out-of-the-box feature.
In summary: While Saviynt excels at bulk operations for users and requests, single-click approval of individual entitlements within a single request is not a typical supported feature due to the need for granular control and a clear audit trail. Bulk approvals usually apply to entire requests, not to individual entitlements within them.
質問 # 37
Jane was managing an AD Group; however, she had to decommission this group and revoke access for all the users.
Which of the following options should be used to perform the above task?
- A. Segregation of Duties
- B. Mitigation Control
- C. Entitlement Owner Certification
- D. Entitlement Update Rule
正解:C
解説:
To decommission an AD Group and revoke access for all users, Jane should use D. Entitlement Owner Certification. Here is why:
* AD Group as an Entitlement: In Saviynt, an AD Group is typically represented as an Entitlement.
* Entitlement Owner Certification: This type of campaign allows the designated owner of an entitlement (in this case, Jane, as the manager of the AD Group) to review and certify who should have access to that entitlement.
* Revoking Access: As the Entitlement Owner, Jane can use the certification campaign to:
* Review the list of users: See all users who are currently members of the AD Group.
* Revoke access for all users: Mark all users for removal from the group.
* Decommissioning the Group: After revoking access for all users through the certification, Jane can then proceed with decommissioning the AD Group itself (either through Saviynt if it manages AD group lifecycle or directly in Active Directory).
* Why Other Options Are Less Suitable:
* A. Segregation of Duties: SoD is a principle, not a specific action for revoking access.
* B. Entitlement Update Rule: While rules can automate some actions, a certification campaign provides a more controlled and auditable way to review and revoke access, especially for a sensitive action like decommissioning a group.
* C. Mitigation Control: Mitigation controls are used to manage SoD conflicts, not for revoking access to entitlements.
In conclusion: An Entitlement Owner Certification campaign provides a structured and auditable way for Jane to review the membership of the AD Group, revoke access for all users, and prepare for the group's decommissioning, aligning with best practices for access management.
質問 # 38
Which of the following options can a Campaign Owner use to view the Entitlements Query that was used in a previously launched Campaign?
- A. Campaign Summary
- B. Export option at the top right corner of the page, next to the Refresh Progress option
- C. Reconfigure option
- D. Campaign Export
正解:A
解説:
To view the Entitlements Query used in a previously launched Campaign in Saviynt, a Campaign Owner can use the C. Campaign Summary. Here's why:
* Saviynt's Campaign Summary: The Campaign Summary provides a detailed overview of a campaign's configuration, including:
* Campaign Scope: The users, applications, or entitlements included in the campaign.
* Filters and Queries: Any filters or queries used to define the campaign scope, including the Entitlements Query.
* Certifier Information: Details about the assigned certifiers.
* Schedule: The campaign's start and end dates.
* Status: The current status of the campaign (e.g., Active, Completed, Expired).
* Accessing the Entitlements Query: The Campaign Summary typically includes a section that displays the exact query used to select the entitlements included in the campaign.
* Why Other Options Are Less Suitable:
* A. Reconfigure option: While you might be able to see the query by going into the reconfiguration, it's not the most direct way. The Campaign Summary is designed to provide this information readily.
* B. Campaign Export: Exporting the campaign data might include the list of entitlements but not necessarily the original query used to select them.
* D. Export option at the top right corner of the page, next to the Refresh Progress option:
This option typically exports the current view of the campaign data, not the underlying configuration details like the Entitlements Query.
In conclusion: The Campaign Summary in Saviynt is the most direct and convenient place for a Campaign Owner to review the detailed configuration of a campaign, including the Entitlements Query used to define the campaign's scope.
質問 # 39
________ allows detection of access rights granted outside the Saviynt platform.
- A. REST API
- B. ARS > Request Access for Others
- C. Bulk Upload
- D. RevokeOutOfBandAccessJob
正解:D
解説:
The Saviynt feature that allows detection of access rights granted outside the Saviynt platform is the B.
RevokeOutOfBandAccessJob. Here's a detailed explanation:
* Out-of-Band Access: This refers to access that is provisioned directly in the target system, bypassing the normal access request and approval processes within Saviynt. This can create security risks and compliance issues.
* Saviynt's Reconciliation Process: Saviynt uses a reconciliation process to compare the access rights defined within its system with the actual access rights present in connected applications.
* RevokeOutOfBandAccessJob: This specific job is designed to identify and flag out-of-band access. It works by:
* Importing Account and Entitlement Data: The job imports data from the target system, capturing the current state of user access.
* Comparing with Saviynt Data: It compares this imported data with the access rights managed within Saviynt.
* Identifying Discrepancies: Any discrepancies, where a user has access in the target system that wasn't granted through Saviynt, are identified as out-of-band access.
* Taking Action (Optional): The job can be configured to automatically revoke this out-of-band access or to simply generate a report for review and manual remediation. Or it can be configured to create a task for an administrator to review.
* Saviynt's Access Governance: This feature is a crucial part of Saviynt's overall access governance capabilities, helping organizations maintain control over user access and enforce the principle of least privilege.
* Other Options:
* A. REST API: While Saviynt's REST API can be used to interact with the system and potentially retrieve access data, it's not the specific feature designed for out-of-band access detection.
* C. Bulk Upload: This is a method for importing data into Saviynt, but it doesn't inherently detect out-of-band access.
* D. ARS > Request Access for Others: This is part of the access request process, not related to detecting access granted outside of Saviynt.
In conclusion: The RevokeOutOfBandAccessJob in Saviynt plays a vital role in identifying and remediating out-of-band access, ensuring that access rights are managed centrally and consistently through the Saviynt platform.
質問 # 40
The Max Authentication Session parameter in Single Sign-On settings specifies the maximum duration, in seconds, for which an SSO session will remain valid. The default value is 3600 seconds. If the session logout value defined in IDP is 10,000 seconds and Max Authentication Session in Saviynt SSO is 5000 seconds, how long will the session last?
- A. 10,000 seconds
- B. 5000 seconds
- C. 3600 seconds
- D. None of the above
正解:B
解説:
In Saviynt's SSO setup, the "Max Authentication Session" parameter determines the maximum duration of an SSO session within Saviynt, overriding any longer durations set by the Identity Provider (IdP).
* Session Duration Logic: Saviynt's internal session timeout setting takes precedence over the IdP's session timeout. This ensures that Saviynt can enforce its own security policies regarding session lifetimes.
Why other options are incorrect:
* B. 10,000 seconds: This is the IdP's session logout value, but Saviynt's "Max Authentication Session" setting overrides it.
* C. 3600 seconds: This is the default value, but the question specifies a configured value of 5000 seconds.
Saviynt IGA References:
* Saviynt Documentation: The documentation for configuring SSO settings within Saviynt explains the
"Max Authentication Session" parameter and its impact on session duration.
* Saviynt Best Practices: Saviynt's best practices for SSO often recommend aligning session timeouts between the IdP and Saviynt to avoid confusion and potential security gaps.
質問 # 41
ABC Company intends to implement a workflow that involves Saviynt User Group's approval. Which of the following Workflow blocks is appropriate for this implementation?
- A. Action Prompt
- B. TASK Access Approve
- C. TASK Custom Assignment
- D. CONDITION IF Else
正解:B
解説:
To implement a workflow involving a Saviynt User Group's approval, the appropriate workflow block is B.
TASK Access Approve. Here's an explanation:
* Saviynt's Workflow Engine: Saviynt's workflow engine allows for the creation of complex approval processes using various building blocks or activities.
* TASK Access Approve: This specific activity is designed to handle approval steps within a workflow.
It allows you to define who the approver(s) should be and how the approval should be processed.
* User Group Approval: To implement approval by a Saviynt User Group, you would configure the
"TASK Access Approve" activity as follows:
* Approver Type: You would select "User Group" as the approver type.
* User Group Selection: You would then specify the particular Saviynt User Group that should be responsible for the approval.
* Approval Logic: You can define whether all members of the group must approve, or if a certain number or percentage of approvals is sufficient.
* Saviynt User Groups: User Groups in Saviynt are collections of users, often based on department, role, or other criteria. They are useful for managing access and approvals at a group level.
* Other Options:
* A. CONDITION IF Else: This block is used for branching logic in a workflow, not specifically for assigning approvals to user groups.
* C. Action Prompt: This might be used for displaying information or collecting input, but not for defining an approval step.
* D. TASK Custom Assignment: While you could potentially use custom assignment with scripting to achieve user group approval, the "TASK Access Approve" activity provides a more straightforward and built-in way to do it.
In conclusion: The "TASK Access Approve" workflow block in Saviynt, configured with a User Group as the approver type, is the most appropriate and direct way to implement a workflow that requires approval from a specific Saviynt User Group.
質問 # 42
Which of the following objects is available in the User Update Rule to configure Rule conditions?
- A. Entitlements
- B. Roles
- C. Users
- D. Accounts
正解:C
解説:
The object that is available in the User Update Rule to configure Rule conditions in Saviynt is A. Users.
Here's an explanation:
* User Update Rule Purpose: As mentioned before, User Update Rules are used to automatically update user attributes based on certain conditions.
* Condition Based on User Attributes: The conditions for triggering a User Update Rule are primarily based on attributes of the User object itself.
* Examples of User Attributes: These attributes can include:
* User Status: (e.g., Active, Inactive, Disabled)
* Department:
* Location:
* Job Title:
* Manager:
* Custom Attributes: Any custom attributes defined for users in your Saviynt environment.
* Triggering the Rule: When a user's attributes change, and those changes match the conditions defined in a User Update Rule, the rule is triggered.
* Other Options:
* B. Accounts: While account attributes can be updated as an action of a User Update Rule, the conditions for triggering the rule are typically based on user attributes, not account attributes.
* C. Roles: Similar to accounts, roles can be assigned or removed as an action of a User Update Rule, but the triggering conditions are usually based on user attributes.
* D. Entitlements: Entitlements are also typically managed as an action of a User Update Rule, not as part of the triggering condition.
In conclusion: The User object and its attributes are the primary focus for defining conditions within a Saviynt User Update Rule. Changes to user attributes trigger the rule, which can then perform actions such as updating other user attributes, accounts, roles, or entitlements.
質問 # 43
The process of Attestation or Certification can be best described as:
- A. Access Request
- B. Access Reviews
- C. Segregation of Duties
- D. Application Onboarding
正解:B
解説:
The process of Attestation or Certification in the context of Saviynt can be best described as B. Access Reviews. Here's why:
* Attestation/Certification: These terms are often used interchangeably in the context of identity governance. They refer to the process of formally reviewing and approving or revoking user access rights.
* Access Reviews: This is the broader term that encompasses the entire process of periodically reviewing user access to ensure it is appropriate and aligned with business needs and security policies. Attestation and Certification are specific actions performed within an access review.
* Saviynt's Campaigns: Saviynt's campaigns are designed to facilitate and manage access reviews.
* Why Other Options Are Less Suitable:
* A. Segregation of Duties: SoD is a principle that aims to prevent fraud and errors by dividing critical tasks among different individuals. While access reviews can help enforce SoD, they are not the same thing.
* C. Access Request: This is the process of requesting access to resources, which is a separate process from reviewing existing access.
* D. Application Onboarding: This is the process of integrating an application into Saviynt, which is a prerequisite for access reviews but not the review process itself.
In conclusion: Attestation or Certification, as performed within Saviynt campaigns, are integral parts of the broader process of Access Reviews, which aim to ensure that user access is appropriate, authorized, and aligned with security policies.
質問 # 44
......
リアル問題集Saviynt SAVIGA-C01試験問題 [更新されたのは2025年]:https://www.passtest.jp/Saviynt/SAVIGA-C01-shiken.html
無料SAVIGA-C01試験問題集合格させるお手軽に試験合格:https://drive.google.com/open?id=13ZQDWXZ0b2w0suSwZJKIEIc668eJMRAD