Searching for workable clues to ace the SailPoint IdentityIQ-Engineer Exam? You’re on the right place! ExamCert has realistic, trusted and authentic exam prep tools to help you achieve your desired credential. ExamCert’s IdentityIQ-Engineer PDF Study Guide, Testing Engine and Exam Dumps follow a reliable exam preparation strategy, providing you the most relevant and updated study material that is crafted in an easy to learn format of questions and answers. ExamCert’s study tools aim at simplifying all complex and confusing concepts of the exam and introduce you to the real exam scenario and practice it with the help of its testing engine and real exam dumps
Is the following statement about IdentityIQ rule inputs and outputs correct?
Proposed Solution:
Every BeanShell rule in IdentityIQ rule must produce output.
A customer wants to make changes in their IdentitylQ user interface. Consider branding and other IdentitylQ Ul changes. Is this statement valid?
Solution: The sets of columns displayed in most tables in the IdentitylQ user interface are controlled by entries in the ColumnConfig elements of the UlConfig object.
An engineer is developing an instance of IdentitylQ using the Services Standard Build (SSB) for a client. Is this a valid action the engineer can perform when setting up or using the SSB?
Solution: Place the patch jar file in the build ' s base/patch folder that matches the patch version the client is using
An engineer is assigned to configure an identity attribute. The requirements are:
Purpose: Add a user ' s security clearance to their identity
Read from: Workday; if not found in Workday, Contractor file; otherwise, leave empty
Usage 1: Display as option in Advanced Analytics
Usage 2: Use when writing rules
Usage 3: Can be updated through the Edit Identity Quicklink, but Workday is authoritative
Usage 4: List as entitlement on Identity Cubes
Does the engineer need to set this configuration option on the identity attribute to meet the requirements?
Proposed Solution:
Entitlement
Is the following statement true?
Solution: All Application objects must have an Identity object as the owner.
Can the following action be performed using Rapid Setup application onboarding?
Solution: Specify account correlation by mapping an identity attribute to an account attribute.
Is the following true of Identity Provisioning Policies?
Solution: Identity Provisioning Policies can be used to include allowed-values definitions or validation logic on fields so that only valid/authorized values can be specified for those fields when using the Create Identity feature to add an identity.
Is the following statement about workflows and sub-workflows (subprocesses) true?
Proposed Solution:
The outputs of a subprocess (sub-workflow) can be returned to variables in the calling workflow using the returns attribute of the calling step.
For example:
< Step icon= " Task " name= " Initialize " posX= " 134 " posY= " 10 "
returns= " identityRequestId,project " send= " identityName,plan " >
...