Which of the following is not a use for workflows in IdentityIQ?
A. Processing access requests
B. Executing scheduled tasks
C. Driving lifecycle event activity
D. Implementing custom functionality through Quicklinks
E .Processing scheduled role assignment or activation
B. Executing scheduled tasks
Yes or No
Processing access requests is a use for workflows in IdentityIQ?
Yes
Processing scheduled role assignment or activation is a use for workflows in IdentityIQ?
Yes
Yes or No
IdentityIQ’s default workflows are configurable through workflow variables. Variable values can drive functional changes like who is involved in approvals or whether whole steps of the workflow get executed or skipped.
Yes
Yes or No
A workflow case is an objects that represents a running instance of a workflow.
Yes
Yes or No
A workflow case is an object assigned to a user by the workflow when the workflow requires input from a user.
No
This is a work item
True or False
A workflow will follow as many transition paths out of a given step as apply, spawning a separate workflowcase to track each path, as needed.
False
Only the first transition that evaluates to “true” is followed.
What are the two key operations (processes) of the provisioning engine?
Compilation and Evaluation
Which of these IdentityIQ functions can be customized per installation by extending or modifying the workflow attached to it? Choose all that apply.
A. Access requests
B. Certification remediation
C. Lifecycle events
D. Password changes
All except Certification remediation
In IdentityIQ, certification remediation (what happens after a cert decision like Revoke/Remove, and how that decision turns into provisioning work) is primarily handled by the certification engine + revocation/provisioning processing (revocation requests, background tasks, provisioning plans), not by a single “remediation workflow” that you can swap/extend per installation in the same direct way you can for requests, lifecycle, or password flows.
Workflows
“wait -1” will make the work flow step pause for how long?
Until Perform Maintenance runs
What does Reason “Expansion” means with this Access Request
Expansion as the reason means these attributes were added to the request during Plan Compilation and were not in the original provisioningPlan.
True or false
If a user needs to get a new entitlement on an application where they do not already have an account the system will automatically create the account during entitlement provisioning.
True
Yes or No
“Success” value in a ProvisioningResult indicates a successful provisioning.
No
Committed
COMMITTED = success, changes applied
FAILED = error occurred
PENDING = waiting (common in approval scenarios)
QUEUED = scheduled but not started
RETRY = will try again
CANCELLED = operation stopped
COMPILED = plan ready but not executed yet
In a create account operations, how does IdentityIQ know which attributes need to be provided to the target system for a new account.
The application’s “Create” provisioning policy
The provision method for any connector/integration is passed to the request in the form of what object?
Provisioning Plan
Which of these components supports the execution of pre- and post- scripts during provisioning to Active Directory?
IQService
What featuresString keyword indicates that an application’s connector is capable of writing directly to the target system?
PROVISIONING
Key Exam Points:
These are boolean feature flags that control provisioning behavior
PROVISIONING - the actual execution of provisioning
APPROVALS - whether to route through approval workflows
NOTIFY - whether to send notifications
TRACE - debugging/logging detail
Can combine multiple keywords with commas
What attribute in an IntegrationConfig would stop IdentityIQ from creating manual provisioning work items for any application?
UniversalManager
What specification in an IntegrationConfig indicates the list of target applications it writes for?
ManagedResources
When should the Plan’s “targetIntegration” and the AccountRequest’s “application” values not match each other?
When the application’s provisioning channel is an Integration Configuration. (example: ticketing system like SNOW)
Yes or No
Create Identity is one of the Identity Provisioning Policies for IdentityIQ?
Yes
True or False
Allowing a Quicklink population to request adding of entitlements while not letting them request entitlement removal is a supported configuration option.
True
The request add and request remove of entitlements are separate configuration settings.
True or False
Processing access requests made by one Quicklink population through one workflow, while using a different workflow for access requests submitted by another Quicklink population is supported.
False
Only one workflow per access request flow is supported.
Yes or No
Self-service Registration is one of the Identity Provisioning Policies for IdentityIQ?
Yes