Curious about Actual SailPoint IdentityIQ Certifications (IdentityIQ-Engineer) Exam Questions?
Here are sample SailPoint Certified IdentityIQ Engineer (IdentityIQ-Engineer) Exam questions from real exam. You can get more SailPoint IdentityIQ Certifications (IdentityIQ-Engineer) Exam premium practice questions at TestInsights.
Can the rule library named Common Rules Library" be included in a Rule by adding this code?
Solution:
Correct : A
Yes, the code provided in the second image is correct for including a rule library named 'Common Rules Library' in a Rule. The correct syntax is to use class='sailpoint.object.RuleLibrary' and specify the name of the rule library. This allows the Rule to reference the functions and logic defined in the 'Common Rules Library.'
Correct Syntax (from the second image):
<ReferenceRules>
<Reference class='sailpoint.object.RuleLibrary' name='Common Rules Library'/>
</ReferenceRules>
SailPoint IdentityIQ Rule Library Documentation
SailPoint IdentityIQ Configuration Guide (Rule and Rule Library Management)
Start a Discussions
Is this a valid statement about connector rules?
Solution: A Post-Iterate Rule, if configured, is run after reading accounts from a SQL Loader application.
Correct : A
A Post-Iterate Rule in SailPoint IdentityIQ is a type of connector rule that is executed after each account from the source system (e.g., SQL Loader application) has been read during the aggregation process. This rule allows for additional processing or customization of the data after the account has been iterated over. According to SailPoint IdentityIQ documentation, configuring a Post-Iterate Rule enables the execution of logic after each account's data has been processed, confirming that the given statement is valid. Refer to the SailPoint IdentityIQ Connector Development Guide for detailed information on rule execution during aggregation.
Start a Discussions
An engineer needs to first create a custom audit event and then set up an associated report. What are four steps to accomplish this goal?
Solution: Create a Data Export task.
Correct : B
Creating a custom audit event and setting up an associated report involves steps such as defining the audit event, modifying the audit configuration, and creating a custom report using the SailPoint IdentityIQ reporting framework. Simply creating a Data Export task does not fulfill these requirements. A Data Export task is used for exporting data from IdentityIQ and is unrelated to the creation of custom audit events or custom reports. Refer to the SailPoint IdentityIQ Reporting Guide and the IdentityIQ Audit Framework documentation for more information on correctly creating and configuring custom audit events and reports.
Start a Discussions
An engineer needs to first create a custom audit event and then set up an associated report. What are four steps to accomplish this goal?
Solution:
Correct : B
The solution provided is incomplete. To create a custom audit event and set up an associated report, the process involves several steps, including defining the custom audit event in the Audit Configuration object, updating or creating relevant audit triggers in the system, and defining the custom report using XML or the IdentityIQ report editor. The steps mentioned in the solution do not cover the necessary configuration and implementation details required for this task. For a complete process, consult the SailPoint IdentityIQ Reporting Guide and the Audit Framework documentation.
Start a Discussions
An engineer needs to first create a custom audit event and then set up an associated report. What are four steps to accomplish this goal?
Solution: Create and load a Custom Audit Report TaskDefinition XML and corresponding Custom Audit Report Form XML.
Correct : A
Creating and loading a Custom Audit Report TaskDefinition XML and corresponding Custom Audit Report Form XML is indeed part of the process for setting up a custom audit report in SailPoint IdentityIQ. The TaskDefinition XML defines the report task, and the Form XML defines the user interface for running the report. These steps are essential to creating a custom audit report, and the solution correctly outlines a valid approach. Refer to the SailPoint IdentityIQ Reporting Guide, particularly the section on creating custom reports and forms, for more detailed instructions.
Start a Discussions
Total 122 questions