Question 86
Can the Environment tab under 'Administrator Console' be used to do the following task?
Proposed Solution:
Start/Stop a particular application server.
Proposed Solution:
Start/Stop a particular application server.
Question 87
Is the following statement true about out-of-the-box reporting?
Proposed Solution:
All out-of-the-box reports in IdentityIQ are stored as TaskDefinition objects.
Proposed Solution:
All out-of-the-box reports in IdentityIQ are stored as TaskDefinition objects.
Question 88
Is this a purpose of an IdentitylQ certification?
Solution: to review a snapshot of a user ' s system access
Solution: to review a snapshot of a user ' s system access
Question 89
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 >
Question 90
A manager wants to extend the access granted to an employee.
Is this a default role type that is available for the manager to request in IdentityIQ during the access request process?
Proposed Solution:
HR Role
Is this a default role type that is available for the manager to request in IdentityIQ during the access request process?
Proposed Solution:
HR Role
