| Exam Name: | SailPoint Certified IdentityIQ Engineer | ||
| Exam Code: | IdentityIQ-Engineer Dumps | ||
| Vendor: | SailPoint | Certification: | Identity Security Engineer |
| Questions: | 199 Q&A's | Shared By: | liya |
Is this an example of a joiner lifecycle event?
Proposed Solution:
An employee, who has not previously been with the company, is hired and needs all new access and new accounts for company systems.
Is the following statement about IdentityIQ rule inputs and outputs correct?
Proposed Solution:
In the Rule Editor in the IdentityIQ user interface, an input variable can be inserted by double-clicking its name from the list of " Arguments " .
Can an Escalation Rule be used to handle this scenario?
Solution: Automatically reassign parts of an access review to a different certifier.
The engineer is working on a workflow implementation.
After a form step, the workflow can transition to three steps:
Stop if the Reject (back) button is used,
Audit if the Approve (next) button is used and the field named comment is returned from the form to the workflow variable comment and has a value,
Provision otherwise.
The engineer writes the transitions in XML code.
Is this a valid implementation?
Proposed Solution:
< Transition to= " Stop " when= " !ref:approved " / >
< Transition to= " Audit " when= " script:sailpoint.tools.Util.isNotNullOrEmpty(comment); " / >
< Transition to= " Provision " / >