Is this an example of a mover lifecycle event?
Solution: A contractor whose contract expired and accounts were disabled has a new contract with the company; the contractor needs all of their previous accounts enabled.
Is the following statement true?
Solution: Every Link object must be associated to an Identity object
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.
The engineer is configuring a new application definition.
The customer wants an Audit record to be created with the error message, if provisioning fails.
Is this the rule an engineer should write to accomplish the goal?
Solution: Write an AfterProvisioning rule.
A bank is two years into an ongoing project to provide all access through roles. The bank is actively using roles and actively adding to their role model. They need to ensure that all roles include the correct entitlements.
Will this certification type achieve the goal?
Solution: Role Composition Certification
The engineer is configuring a new application definition.
The customer wants an Audit record to be created with the error message, if provisioning fails.
Is this the rule an engineer should write to accomplish the goal?
Solution: Configure a Postlterate rule
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 >
Is this where email templates can be viewed after product installation?
Proposed Solution:
In the Debug page as an EmailTemplate object.
Can the Environment tab under 'Administrator Console' be used to do the following task?
Proposed Solution:
Start/Stop a particular application server.
Can the search type in Syslog be used to accomplish this result?
Solution: Identifying the number of employees that report to a specific person