[Aug 13, 2026] Lesson Brilliant PDF for the SCAIP Tests Free Updated Today [Q35-Q60]

Share

[Aug 13, 2026] Lesson Brilliant PDF for the SCAIP Tests Free Updated Today

Get New 2026 Valid Practice Advanced IGA Professional SCAIP Q&A - Testing Engine


Saviynt SCAIP Exam Syllabus Topics:

TopicDetails
Topic 1
  • Access Request System: This section focuses on configuring and managing the end-to-end access request process, including workflows, approvals, and provisioning for both connected and disconnected applications.
Topic 2
  • Building Identity Warehouse: This section covers setting up the foundation of Saviynt by importing users, onboarding applications, and managing roles and access within the identity warehouse.
Topic 3
  • Segregation of Duties: This section addresses identifying, preventing, and remediating SOD conflicts using rulesets, mitigating controls, and both preventative and detective analysis methods.
Topic 4
  • Access Reviews: This section covers the configuration and execution of access review campaigns across different reviewer types, along with campaign tracking and post-certification processes.
Topic 5
  • Rules Engineering: This section covers creating and managing automated access policies and rules that handle joiner, mover, and leaver scenarios through technical and user update rules.

 

NEW QUESTION # 35
In EIC Service Account Management, when the current owner is terminated, how does EIC identify the new owner?

  • A. The new owner is defined in the current owner's user attribute: "Owner On Terminate"
  • B. The new owner is identified based on SQL query configured in Global Configuration
  • C. The new owner is defined in the Service Account attribute: "Owner On Terminate"
  • D. The new owner is defined in the Manage Owners Page

Answer: A

Explanation:
In Saviynt EIC,Service Account Managementincludes mechanisms to ensure continuity of ownership when an account owner leaves the organization. When a user is terminated, the system automatically determines the new owner based on a predefined configuration.
The correct approach is through theuser attribute "Owner On Terminate"(Option B). This attribute is maintained at the user level and specifies who should inherit ownership of service accounts if the current owner is terminated. During the termination process, Saviynt checks this attribute and transfers ownership accordingly, ensuring there is no orphaned service account and maintaining accountability.
Option A is incorrect because SQL queries in Global Configuration are not typically used for ownership reassignment in this context. Option C (Manage Owners Page) is used for manual updates, not automatic reassignment upon termination. Option D is incorrect because the ownership transfer logic is driven by theuser attribute, not a service account attribute.
Thus, using the"Owner On Terminate" user attributeensures automated, policy-driven ownership transitions in Saviynt.


NEW QUESTION # 36
An EIC Administrator has a requirement to filter the list of roles based on user location, for example: A user from country A should be able to request only roles for country A. What configuration administrator can use here?

  • A. SAV Role
  • B. Role Configuration - > User Query
  • C. Role cannot be filtered based on user attribute
  • D. Global Configuration - > Role Request Query

Answer: D

Explanation:
In Saviynt EIC, the correct configuration for controlling which roles appear in the Access Request screen is theRequest Roles Query / Role Request QueryunderGlobal Configuration. Saviynt's official documentation forConfiguring Role Requestsstates that this setting is used tospecify a query to control the display of roles in Access Request, meaning only roles returned by that query are shown to the requester. That is exactly the use case in this question: filtering the visible role list by a user attribute such as country or location. A query can be written so that users from Country A see only the roles mapped for Country A.
The other options are not correct in this context.SAV Rolecontrols administrative UI permissions in Saviynt, not end-user role catalog filtering.Role Configuration - > User Queryis not the standard setting used to drive request-time role visibility for this scenario. Option D is incorrect because Saviynt explicitly supports this use case through the Request Roles Query capability.


NEW QUESTION # 37
What mandatory connection parameters should be configured in order to reconcile accounts using REST Connector? (Multi-Select)

  • A. ImportAccountEntJSON
  • B. ImportUserJSON
  • C. ConnectionJSON
  • D. CreateAccountJSON

Answer: A,C

Explanation:
In Saviynt EIC REST connector configuration, account reconciliation (also known as account import or aggregation) requires specific mandatory JSON parameters that define how the system connects to the target application and retrieves account data. The two essential parameters areConnectionJSONandImportAccountEntJSON.
ConnectionJSON (Option A)is mandatory because it contains the core connection details such as base URL, authentication mechanism (OAuth, Basic, etc.), headers, and endpoint configurations. Without this, Saviynt cannot establish communication with the target REST application.
ImportAccountEntJSON (Option B)is also required because it defines the API call used to fetch account (entitlement/account) data from the target system. It includes endpoint URLs, response parsing logic, pagination handling, and mapping rules needed to bring account data into Saviynt.
OptionC (ImportUserJSON)is typically used for identity/user import, not for account reconciliation in REST connectors. OptionD (CreateAccountJSON)is used during provisioning (account creation), not during reconciliation.
Therefore, for account reconciliation using REST connector, the mandatory configurations are ConnectionJSON and ImportAccountEntJSON, as per Saviynt IGA Level 200 connector guidelines.


NEW QUESTION # 38
Which among the following are best practices recommended to configure a technical rule in Saviynt Identity Cloud?

  • A. All of the above
  • B. Always have user.statuskey = 1 check wherever applicable
  • C. Use Advanced Configurations
  • D. Configure Retrofit for all the rules

Answer: A

Explanation:
In Saviynt EIC,Technical Rulesare essential for automating provisioning, deprovisioning, and enforcing access policies. Following best practices ensures reliability, performance, and governance compliance. Hence, Option D (All of the above)is correct.
Using Advanced Configurations (Option A)allows administrators to implement complex logic, optimize rule execution, and handle sophisticated use cases such as conditional provisioning or attribute-based decisions.
Configuring Retrofit for all rules (Option B)is a recommended practice because it ensures that rules are applied not only to new users but also to existing users. This maintains consistency across the identity repository and prevents access gaps for legacy users.
Including a condition like user.statuskey = 1 (Option C)ensures that rules are applied only to active users.
This avoids unnecessary processing for inactive or terminated users and prevents unintended provisioning actions.
Together, these practices improve rule efficiency, reduce errors, and ensure consistent enforcement of identity governance policies across the organization.


NEW QUESTION # 39
An EIC Administrator wants to retrieve a report of users and their assigned SAV Roles. What are the ways in which it can be achieved? (Multi-Select)

  • A. Create analytics with the SQL Query to get the data and select the checkbox 'Send Email As Attachment' in analytics configuration
  • B. Using enhanced query
  • C. Create an analytics with the SQL Query to get the data and export as CSV/Excel
  • D. Run a SQL Query to retrieve the data in Data Analyzer

Answer: A,C,D


NEW QUESTION # 40
EIC Admin encounters an error "Connection Name Specified in accountJSON is not found" while running the WSRETRY job. Which JSON needs to be corrected?

  • A. Update the correct connection name in ImportAccountEntJSON
  • B. Update the correct connection name in ImportAccountJSON
  • C. Update the correct connection name in ImportUserJSON
  • D. Update the correct connection name in CreateAccountJSON

Answer: B

Explanation:
The error message"Connection Name Specified in accountJSON is not found"clearly indicates that the issue is related to theaccountJSON configuration, which directly corresponds toImportAccountJSONin Saviynt REST connector terminology. This JSON is responsible for handling account import (reconciliation) operations, including defining the connection name, API endpoints, and parsing logic for retrieving account data.
TheWSRETRY jobis typically used to retry failed web service (REST) operations, especially related to account imports or provisioning failures. Since the error explicitly referencesaccountJSON, it means the system is unable to locate the connection name defined within theImportAccountJSONconfiguration. This usually happens when the connection name is either misspelled, mismatched with the ConnectionJSON configuration, or incorrectly referenced.
Other options are incorrect becauseCreateAccountJSONis used for provisioning (account creation), ImportUserJSONis for identity import, andImportAccountEntJSONis primarily used for entitlement and combined account-entitlement imports.
Therefore, correcting the connection name inImportAccountJSONresolves this issue.


NEW QUESTION # 41
What is the use of the Show XML option in a workflow?

  • A. It shows the Workflow version history
  • B. It allows users to create new JSON wirings from scratch
  • C. It enables users to open and view the Workflow XML script in a read-only mode
  • D. It provides the ability to edit the Workflow XML script

Answer: C

Explanation:
In Saviynt EIC, workflows are internally represented inXML format, which defines the sequence of approval steps, conditions, and actions. The"Show XML"option is specifically designed to allow administrators toview the underlying XML structure of a workflow. However, this view is provided in aread-only mode, meaning administrators can inspect the configuration but cannot directly modify it from this option.
This feature is particularly useful fordebugging, auditing, and understanding workflow logic, especially in complex approval processes involving multiple steps and conditions. It helps administrators verify how a workflow is constructed without risking accidental changes to the configuration.
Option C is incorrect because editing workflow XML is not typically done directly through the "Show XML" view in Saviynt UI; modifications are handled through workflow configuration screens or controlled import
/export processes. Option A is unrelated since Saviynt workflows are XML-based, not JSON-based. Option B is also incorrect because version history is managed separately and not through the Show XML option.
Thus, the correct purpose of "Show XML" is toview workflow configuration safely in read-only format.


NEW QUESTION # 42
Which of these is NOT a valid campaign type in EIC?

  • A. User Manager Campaign
  • B. Application Owner Meta Data Campaign
  • C. SAV Role Campaign
  • D. Organization Owner Campaign

Answer: B

Explanation:
In Saviynt EIC,Campaigns (Certifications)are used to review and validate user access, ensuring compliance and governance. Saviynt provides several predefined campaign types based on different ownership and responsibility models.
User Manager Campaign (A)is a valid campaign type where managers review and certify access of their direct reports. This is one of the most commonly used certification types.
SAV Role Campaign (B)is also valid and focuses on reviewing access related to SAV roles, allowing role owners or administrators to validate role assignments.
Organization Owner Campaign (D)is another valid campaign type, typically used when organizational hierarchy or ownership structures are leveraged for certification responsibilities.
Option C (Application Owner Meta Data Campaign) isnot a valid standard campaign typein Saviynt. While application owner-based campaigns do exist (e.g., Entitlement Owner or Application Owner campaigns),
"Meta Data Campaign" is not a recognized or supported campaign category in Saviynt EIC.
Thus, the correct answer isC, as it does not correspond to any valid campaign type in Saviynt.


NEW QUESTION # 43
Which of the following actions will allow the EIC admin to launch the campaign once the user attributes change?

  • A. Schedule a campaign to detect user updates
  • B. This cannot be automated and the campaign needs to be launched manually
  • C. Configure Trigger Campaign upon update under connection attributes
  • D. Configure User Update Rule to trigger the campaign

Answer: D

Explanation:
In Saviynt EIC, automation of campaigns based on identity changes is typically achieved usingUser Update Rules. These rules monitor changes in user attributes (such as department, role, manager, or status) and can trigger predefined actions when conditions are met.
Option A is correct because aUser Update Rule can be configured to trigger a campaignwhen specific attribute changes are detected. This allows organizations to automatically initiate certification campaigns when critical identity attributes change, ensuring continuous compliance and governance without manual intervention.
Option B is incorrect because connection attributes are primarily used for provisioning and integration logic, not for triggering campaigns. Option C is partially valid in a general sense, but scheduled campaigns do not dynamically react to attribute changes-they run on predefined schedules regardless of changes. Option D is incorrect because Saviynt supports automation through rules.
Thus,User Update Rules provide an event-driven mechanismto launch campaigns based on real-time user attribute changes, making Option A the correct answer.


NEW QUESTION # 44
A customer requires provisioning of time-bound access through roles that should be revoked automatically after certain days from the day of assignment. What option in EIC will help the customer achieve this requirement?

  • A. Enable Time-bound for Roles in Global Configurations > Roles
  • B. Configure an Emergency Access Role
  • C. Configure an Enterprise Role and enable timestamp under Role Details
  • D. Configure Dynamic Attributes for Roles

Answer: A


NEW QUESTION # 45
What are the different actions available while using the Duplicate Identity Management (DIM) feature?

  • A. All of the Above
  • B. Perform a side-by-side comparison of ambiguous duplicates
  • C. Detect duplicates before importing identities or within existing identities
  • D. Deactivate the duplicate identity after the merge process

Answer: A

Explanation:
Saviynt'sDuplicate Identity Management (DIM)feature is designed to identify, analyze, and remediate duplicate identities within the Identity Repository, ensuring data integrity and governance. All the listed actions are core capabilities of DIM, makingOption D (All of the Above)the correct answer.
Firstly, DIM enablesduplicate detectionboth during identity import (pre-processing stage) and for already existing identities using detective jobs. This ensures that duplicates are identified proactively and retrospectively. Secondly, DIM provides aside-by-side comparison view, allowing administrators or reviewers to analyze ambiguous duplicate records and decide whether they should be merged. This comparison highlights attribute-level differences for informed decision-making.
Finally, after merging duplicate identities, Saviynt allows administrators todeactivate or retire redundant identities, ensuring only a single authoritative identity remains active. This helps maintain clean identity data and prevents access risks.
Together, these features support identity consolidation, reduce redundancy, and improve overall governance, making DIM a critical component of Saviynt's intelligence and analytics capabilities.


NEW QUESTION # 46
For which of the following options duplicate identities can be identified in EIC?

  • A. While Updating Users through Admin > Identity Repository
  • B. All of the above
  • C. While Importing Users
  • D. By running Duplicate Identity Detection Job

Answer: B

Explanation:
In Saviynt EIC,Duplicate Identity Management (DIM)supports multiple mechanisms to detect duplicate identities across the identity lifecycle, makingOption D (All of the above)the correct answer.
Firstly, duplicate identities can be detectedduring user import (Option A)when data is ingested from authoritative sources like HR systems. Saviynt can apply matching rules and prevent or flag duplicates at the ingestion stage. Secondly, duplicates can be identified by executing theDuplicate Identity Detection Job (Option B), which is a detective control that scans existing identities in the repository and identifies potential duplicates based on configured correlation rules such as email, username, or employee ID.
Additionally, duplicates may also be identifiedduring manual updates in the Identity Repository (Option C) when administrators modify user attributes. If updated values match existing identities based on defined criteria, Saviynt can flag potential duplicates.
These multiple detection points ensure both proactive and reactive duplicate management, helping maintain identity data accuracy and preventing access risks associated with duplicate identities.


NEW QUESTION # 47
Which rule type is primarily used to provision birthright access, also known as zero-day provisioning, based on specified conditions?

  • A. SAV Role
  • B. User Update Rule
  • C. Scan Rule
  • D. Technical Rule

Answer: D

Explanation:
The correct answer is B. Technical Rule . Saviynt documentation clearly states that a Technical Rule is primarily used to provision birthright access , also referred to as zero-day provisioning , to users joining the organization based on specified conditions. This is one of the most important distinctions in the Rules and Policies section of the Level 200 syllabus. Technical Rules are intended for automated access assignment logic, especially where access must be granted immediately when user attributes match business conditions such as department, location, or cost center.
The other options are not correct for this use case. User Update Rules are generally used to take actions when user records change and can support lifecycle events, but the documentation identifies Technical Rules as the primary mechanism for birthright provisioning. Scan Rules are used for detection and policy-based scanning use cases, not default access assignment. SAV Role controls platform authorization inside Saviynt rather than provisioning target application access. Saviynt also documents that entitlement assignments in a Birthright Rule can be parameterized using user attributes, which reinforces that Technical Rules are the intended framework for this type of zero-day access automation.


NEW QUESTION # 48
An EIC Administrator wants to retrieve a report of users and their assigned SAV Roles. What are the ways in which it can be achieved? (Multi-Select)

  • A. Create analytics with the SQL Query to get the data and select the checkbox "Send Email As Attachment" in analytics configuration
  • B. Using enhanced query
  • C. Create an analytics with the SQL Query to get the data and export as CSV/Excel
  • D. Run a SQL Query to retrieve the data in Data Analyzer

Answer: A,C,D

Explanation:
In Saviynt EIC, retrieving reports such as users and their assigned SAV roles can be achieved through multipleanalytics and reporting mechanisms.
Option A is correct because administrators can createAnalytics using SQL queriesand configure them tosend results via email as attachments, which is useful for scheduled reporting and automated distribution.
Option B is also valid since Analytics allows administrators toexport query results into CSV or Excel formats, enabling offline analysis, auditing, and sharing with stakeholders.
Option C is correct becauseData Analyzerprovides a direct interface to execute SQL queries on the Saviynt database, allowing administrators to quickly retrieve required data without creating a formal analytics job.
Option D (Using enhanced query) is not a standard or recognized reporting method within Saviynt for this use case. While advanced queries can be written, "enhanced query" is not a defined feature or module for report extraction.
Thus, the correct answers areA, B, and C, which represent the primary supported methods for reporting in Saviynt.


NEW QUESTION # 49
What methods are available for integrating applications with Saviynt Enterprise Identity Cloud (EIC)? (Multi- Select)

  • A. Classic integration using connectors
  • B. Upload Connection file
  • C. Using Connector framework
  • D. Application Onboarding using Design module

Answer: A,D

Explanation:
Saviynt EIC provides multiple standardized approaches for integrating applications, primarily focusing onconnector-based integrationandapplication onboarding via the Design module. OptionA (Classic integration using connectors)is correct because Saviynt supports a wide range of out-of-the-box connectors such as Active Directory, REST, JDBC, SAP, etc. These connectors enable provisioning, deprovisioning, and account aggregation, forming the foundation of application integration in Saviynt.
OptionB (Application Onboarding using Design module)is also correct and represents a modern and structured way of onboarding applications. The Design module simplifies integration by allowing administrators to configure applications, schemas, and connections using a guided UI-driven approach. It ensures consistency, faster onboarding, and better governance alignment.
OptionC (Using Connector framework)is incorrect because it is not considered a separate integration method from an administrator's perspective; rather, it is the underlying technical architecture that supports connectors.
OptionD (Upload Connection file)is also incorrect, as Saviynt does not define application integration as a file- upload-driven process in its standard onboarding methodology.
Thus, the two valid integration methods aligned with Saviynt IGA Level 200 documentation are connector- based integration and Design module onboarding.


NEW QUESTION # 50
Which HTTP method or methods is used to generate an Authorization Token for Saviynt EIC API?

  • A. POST
  • B. GIVE
  • C. PUT
  • D. GET

Answer: A

Explanation:
In Saviynt EIC, generating anAuthorization Tokenfor API access is performed using theHTTP POST method.
This is aligned with standard REST API authentication practices, where sensitive information such as credentials (username, password, client ID, or client secret) is securely transmitted in the request body rather than in the URL.
Saviynt provides API endpoints (such as/ECM/api/login) that require aPOST requestcontaining authentication details in JSON format. Upon successful authentication, the system returns asession token or authorization token, which is then used in subsequent API calls (typically passed in headers likeAuthorizationortoken).
Option A (PUT) and Option B (GET) are not suitable for authentication token generation. GET exposes parameters in the URL and is not secure for credential transmission, while PUT is typically used for updating resources. Option D (GIVE) is not a valid HTTP method.
Therefore, POST is the correct and secure method used in Saviynt APIs forauthentication and token generation, ensuring compliance with RESTful and security best practices.


NEW QUESTION # 51
A customer requires provisioning of time-bound access through roles that should be revoked automatically after certain days from the day of assignment. What option in EIC will help the customer achieve this requirement?

  • A. Enable Time-bound for Roles in Global Configurations > Roles
  • B. Configure an Emergency Access Role
  • C. Configure an Enterprise Role and enable timestamp under Role Details
  • D. Configure Dynamic Attributes for Roles

Answer: A

Explanation:
In Saviynt EIC,time-bound accessis a standard feature used to ensure that access granted to users is automatically revoked after a defined duration. This requirement is fulfilled by enabling thetime-bound configuration for roles under Global Configurations > Roles(Option B). Once this setting is enabled, users can request roles with a specified start and end date, and Saviynt automatically deprovisions the access when the validity period expires.
This capability is essential for enforcingleast privilege and compliance requirements, as it eliminates the need for manual revocation and reduces the risk of lingering access. The system leverages scheduled jobs to monitor and remove expired entitlements or roles.
Option A is incorrect because Dynamic Attributes are mainly used for form customization and conditional logic, not for enforcing access expiration. Option C (Emergency Access Role) is designed for temporary elevated access but follows a different configuration pattern and use case. Option D is not a valid standard approach for enabling automatic revocation.
Thus, enablingtime-bound roles in global configurationis the correct and scalable solution.


NEW QUESTION # 52
Which option can be used in the REST Connector to perform attribute mapping between target application and EIC?

  • A. CreateAccountEntJSON
  • B. CreateAccountJSON
  • C. UpdateAccountJSON
  • D. ImportAccountEntJSON

Answer: B

Explanation:
In Saviynt EIC REST connector configurations,attribute mapping between Saviynt and the target applicationis primarily handled during provisioning operations such as account creation and updates. Among the given options,CreateAccountJSONis the correct configuration where attribute mapping is explicitly defined for provisioning new accounts in the target system.
CreateAccountJSON (Option C)contains the payload structure and field mappings that determine how Saviynt attributes (such as username, email, department, etc.) are translated into the target application's API request format. Administrators define mappings using placeholders and transformation logic to ensure correct data flow from Saviynt to the external system.
OptionA (ImportAccountEntJSON)is used for reconciliation (importing accounts and entitlements), not provisioning. OptionB (CreateAccountEntJSON)is not a standard REST connector configuration in Saviynt.
OptionD (UpdateAccountJSON)is used for modifying existing accounts, but the primary and most commonly referenced mapping configuration for attribute mapping is defined in CreateAccountJSON during initial provisioning.
Thus,CreateAccountJSONis the correct answer for attribute mapping between EIC and the target application.


NEW QUESTION # 53
Which campaign type should be used when managers must review and certify access for their direct reportees?

  • A. Role Owner Campaign
  • B. Service Account Campaign
  • C. User Manager Campaign
  • D. Entitlement Owner Campaign

Answer: C

Explanation:
The correct answer is A. User Manager Campaign . In Saviynt, the User Manager campaign is specifically designed for manager-based certifications, where managers review and certify the access of their direct reportees. Saviynt documentation explicitly states that in a User Manager campaign, managers are responsible for reviewing and certifying the access of users who report to them. That makes this campaign type the best fit when the certification driver is the reporting hierarchy rather than entitlement ownership, role ownership, or service account ownership.
The other options represent different certification ownership models. Entitlement Owner Campaign is meant for entitlement owners, Role Owner Campaign is for role owners, and Service Account Campaign is focused on service account ownership verification and access review. Saviynt also describes campaigns as a way to automatically generate and distribute certifications to the appropriate certifiers based on the selected campaign type and ownership model. Therefore, when the requirement clearly says "managers must review direct reportees," the User Manager campaign is the correct and most aligned selection within Saviynt Level
200 scope.


NEW QUESTION # 54
What are the different actions supported by User Update rule?

  • A. Generate Username
  • B. Send Email
  • C. Trigger Technical Rule
  • D. All the above

Answer: D

Explanation:
In Saviynt EIC,User Update Rulesare powerful automation mechanisms used to perform actions based on user attribute changes or conditions defined through SQL queries. These rules support multiple actions that help streamline identity lifecycle management.
Option A is correct because User Update Rules cantrigger Technical Rules, enabling further downstream processing such as provisioning, deprovisioning, or executing custom logic. This allows modular and scalable automation.
Option B is also valid since User Update Rules can be used togenerate usernames dynamicallybased on defined patterns or business logic, especially during onboarding or identity updates.
Option C is correct as well because these rules supportsending email notifications, which can be used for alerts, approvals, or informing stakeholders about identity changes.
Since all these actions are supported within User Update Rules, Option D (All the above) is correct. This highlights the flexibility of User Update Rules in handling automation, communication, and identity data transformations within Saviynt EIC.


NEW QUESTION # 55
In REST connector, under which JSON do you specify the provisioning limit and connection timeout settings?

  • A. MODIFYUSERDATAJSON
  • B. ConnectionJSON
  • C. StatusthresholdConfig
  • D. ConfigJSON

Answer: B

Explanation:
In Saviynt EIC REST connector configuration,ConnectionJSONis the central configuration block where all connection-level properties are defined. This includes not only the base URL, authentication details, and headers, but also critical operational parameters such asconnection timeout settingsandprovisioning limits (such as throttling or API limits).
Provisioning activities like account creation, update, and deletion rely on stable connectivity to the target system. Therefore, timeout configurations (for example, connection timeout and read timeout) are defined inConnectionJSONto ensure that API calls do not hang indefinitely and can fail gracefully if the target system is unresponsive. Similarly, provisioning limits-such as maximum records processed or API throttling controls-are configured at this level to manage performance and avoid overloading external systems.
OptionA (ConfigJSON)is not a standard JSON used in REST connector configurations. OptionB (MODIFYUSERDATAJSON)is used specifically for user update operations. OptionD (StatusthresholdConfig) relates to job/status handling rather than connection parameters.
Thus, ConnectionJSON is the correct place for configuring provisioning limits and timeout settings in Saviynt REST connectors.


NEW QUESTION # 56
The Helpdesk has set a new password for the user who called in for password reset assistance. Choose the correct configuration to share the password with the calling user

  • A. Configure an email template in Change Password Notification configurations
  • B. Setup User Update Rule and configure an email template
  • C. Configure an email template in the Reset Password notification under password policy
  • D. System automatically shares the password

Answer: C

Explanation:
In Saviynt EIC, password management includes configurable notification mechanisms to securely communicate password changes or resets to users. When aHelpdesk performs a password reset, the appropriate configuration to notify the user is through theReset Password notification under Password Policy.
Option C is correct because Saviynt provides a dedicatedReset Password notification templatewithin password policy configurations. This ensures that whenever a password is reset (either by user self-service or by Helpdesk), the system triggers the configured email template to notify the user. This template can include secure messaging and instructions related to the new password or next steps.
Option A is incorrect because the system does not automatically share passwords without proper configuration. Option B applies tochange password scenarios initiated by users, not Helpdesk resets. Option D is not recommended, as User Update Rules are not designed specifically for password notification workflows.
Thus, configuring theReset Password notification under password policyis the correct and secure approach.


NEW QUESTION # 57
The EIC administrator must address the email generation issues caused by accent characters in some users' names. What are the potential options to resolve this issue?

  • A. Rules
  • B. Datasets
  • C. Roles
  • D. API

Answer: A

Explanation:
In Saviynt EIC, handling special characters such as accents in user attributes (e.g., names used for email generation) is typically addressed usingRules, specificallyUser Update Rules or Technical Rules. Therefore, Option D (Rules)is the correct answer.
Rules allow administrators to apply transformation logic to user attributes during identity processing. For example, accent characters can be normalized or replaced (e.g., converting "e" to "e") before generating email addresses. This ensures that generated emails conform to system or organizational standards and avoid issues with downstream systems that may not support special characters.
Datasets (Option B)are primarily used for data retrieval and reporting, not transformation.Roles (Option C)are related to access control and do not influence attribute formatting.API (Option A)could theoretically be used externally, but it is not the standard or recommended approach within Saviynt for solving this problem.
Thus, Rules provide the most effective and native way to sanitize and standardize user data, ensuring consistent and valid email generation.


NEW QUESTION # 58
What are the different integration options available to integrate Saviynt with ServiceNow?

  • A. ServiceNow as a Ticketing System (ITSM)
  • B. All of the above
  • C. ServiceNow as a Request Form
  • D. ServiceNow as a Managed Application

Answer: B

Explanation:
Saviynt EIC provides multiple flexible integration options with ServiceNow to support different business and operational use cases. Therefore,Option D (All of the above)is correct.
ServiceNow as a Managed Application (Option A)allows Saviynt to treat ServiceNow like any other application, enabling account provisioning, deprovisioning, and access governance directly within ServiceNow using REST connectors.
ServiceNow as a Request Form (Option B)enables organizations to leverage ServiceNow's front-end portal for access requests. Users can initiate requests in ServiceNow, which are then processed and fulfilled by Saviynt, ensuring seamless user experience while maintaining governance.
ServiceNow as a Ticketing System (ITSM) (Option C)is another key integration pattern where Saviynt generates tickets (incidents, requests, or tasks) in ServiceNow for approval workflows, provisioning actions, or tracking purposes. This ensures alignment with enterprise ITSM processes.
These multiple integration models provide flexibility, allowing organizations to choose the approach that best fits their operational and governance requirements.


NEW QUESTION # 59
Administrator created a custom SAV role, ROLE_CUSTOM_READ, with the "Read Only" option set to true.
If the user is assigned both ROLE_ADMIN and ROLE_CUSTOM_READ, what actions can the user perform?

  • A. User can only view all EIC configurations
  • B. It depends; the access defined in the SAV Role that was assigned later takes precedence over the other
  • C. User can only view/edit the modules as mapped under Features for ROLE_CUSTOM_READ
  • D. User will have full view/edit access as user is part of ROLE_ADMIN

Answer: D

Explanation:
In Saviynt EIC,SAV Roles are additive in nature, meaning that when a user is assigned multiple roles, the system grants theunion of all permissionsacross those roles. There is no restrictive override where one role limits another; instead, the highest level of access prevails.
In this scenario, the user is assigned bothROLE_ADMINandROLE_CUSTOM_READ (Read Only). While ROLE_CUSTOM_READ restricts access to read-only, theROLE_ADMIN role provides full administrative privileges, including both view and edit capabilities across modules.
Saviynt does not enforce precedence based on role assignment order, nor does a read-only role override an admin role. Instead, permissions are cumulative, and the most permissive access is effectively granted.
Therefore,Option Dis correct: the user will havefull view and edit accessbecause ROLE_ADMIN includes comprehensive permissions that supersede the limitations of the read-only role.
This behavior ensures flexibility in role assignments but also requires careful governance to avoid over- provisioning of administrative access.


NEW QUESTION # 60
......

SCAIP Dumps PDF - 100% Passing Guarantee: https://pass4sure.actual4dump.com/Saviynt/SCAIP-actualtests-dumps.html