IdentityIQ-Engineer 無料問題集「SailPoint Certified IdentityIQ Engineer」
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 >
< Source >
if (!approved) return " Stop " ;
if (comment) return " Audit " ;
return " Provision " ;
< /Source >
< /Transition >
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 >
< Source >
if (!approved) return " Stop " ;
if (comment) return " Audit " ;
return " Provision " ;
< /Source >
< /Transition >
正解:B
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
For a user who wants to be able to enable an account for a subordinate or themselves through Manage Accounts, does this configuration need to be performed in Lifecycle Manager (LCM)?
Select the Rehire action under Manage Accounts Options in the LCM Configuration.
Solution: Select the Rehire action under Manage Accounts Options in the LCM Configuration.
Select the Rehire action under Manage Accounts Options in the LCM Configuration.
Solution: Select the Rehire action under Manage Accounts Options in the LCM Configuration.
正解:B
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
Match the following IdentitylQ console commands To their functions.
Use the drop-down menus to select your answers. Answer options from the drop-down menus may only be used once Some will not be used at all.


Use the drop-down menus to select your answers. Answer options from the drop-down menus may only be used once Some will not be used at all.


正解:

Explanation:
Here's how the SailPoint IdentityIQ console commands correspond to their respective functions:
* connectorDebug: debug the connector to identify issues in the connector.
* source: authenticate to IdentityIQ as another user.
* list: list objects.
* provision: evaluate and execute a provisioning plan.
Comprehensive Detailed Explanation with All IdentityIQ Engineer References
* connectorDebug:
SailPoint IdentityIQ Console Guide (section on connector troubleshooting).
source:
This command allows you to authenticate as another user within the IdentityIQ system. It ' s useful for testing user-specific actions or behaviors without logging out and back in.Reference: SailPoint IdentityIQ Admin Guide (section on user authentication and delegation).
list:
This function returns a list of objects or entities within the system. In IdentityIQ, objects could include applications, roles, policies, and more.Reference: SailPoint IdentityIQ Console Reference Guide (list and query commands).
provision:
The provision command evaluates and executes a provisioning plan. This is the actual process that implements changes in user access across connected systems based on the identity lifecycle event.Reference:
SailPoint IdentityIQ Provisioning Guide (execution of provisioning plans).
By matching these commands to their respective functions, the detailed functionalities of IdentityIQ's console tools are properly understood for administrative and troubleshooting purposes.
For a user who already has an account on an application and wants to be able to request access to a new account through Manage User Access, does this configuration need to be performed in Lifecycle Manager (LCM)?
Proposed Solution:
Select "Allow requesting new accounts" in the Manage Accounts QuickLink configuration for the user's QuickLink population.
Proposed Solution:
Select "Allow requesting new accounts" in the Manage Accounts QuickLink configuration for the user's QuickLink population.
正解:A
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
A client needs a custom quicklink, which only managers can launch, in order to launch a simple workflow. Is this a valid step to take during the development of this custom quicklink?
Solution: Place a quicklink object on the workflow that is to be launched
Solution: Place a quicklink object on the workflow that is to be launched
正解:B
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)

