Exam style questions across every IdentityIQ-Engineer domain
Last Update 2 days ago
Total Questions : 199
Start with our free IdentityIQ-Engineer practice questions, carefully crafted to mirror the domains, phrasing, and difficulty of the real Identity Security Engineer exam. Each IdentityIQ-Engineer exam question comes with a detailed rationale that explains not just which answer is correct but why the others fall short. That's how concepts stick. Use the free set to benchmark yourself: identify your SailPoint weak domains, see where you're losing marks, and build a focused study plan in minutes.
Can the following be achieved via configuration of control variables in the out-of-the-box Lifecycle Manager (LCM) workflows?
Proposed Solution:
Treat the provisioning process as a successful event when it is in a queued status.
Is the following statement about IdentityIQ rule inputs and outputs correct?
Proposed Solution:
In the Rule Editor in the IdentityIQ user interface, an input variable can be inserted by double-clicking its name from the list of " Arguments " .
Can the following be achieved via configuration of control variables in the out-of-the-box Lifecycle Manager (LCM) workflows?
Proposed Solution:
Specify who can launch the workflow.
Can the rule library named Common Rules Library " be included in a Rule by adding this code?
Solution:

Can the following action be performed using Rapid Setup application onboarding?
Proposed Solution:
Specify manager correlation using a rule.
Can the following action be performed using Rapid Setup application onboarding?
Solution: Specify the account attribute and value filter that identifies a secondary account.
An engineer is assigned to configure an account attribute. The requirements are:
Purpose: Flag privileged accounts
Read from: Financial application, privileged attribute
Calculate from: Keystore application, responsibility-code attribute
Usage 1: Display as option in Advanced Analytics
Usage 2: Use when writing rules
Usage 3: Include in policies
Does the engineer need to set this configuration option on the account attribute to meet the requirements?
Proposed Solution:
Attribute Type: boolean
Can the Environment tab under ‘Administrator Console’ be used to do the following task?
Proposed Solution:
View status of installed SailPoint modules/extensions.
Is this statement true about the IdentitylQ Audit functionality and/or options?
Solution: The built-in auditing options are immutable; they are always recorded. However, custom audits can be turned on or off.
Is the following statement about IdentityIQ rule inputs and outputs correct?
Proposed Solution:
for (int i = 0; i < this.variables.length; i++) {
String name = this.variables[i];
Object value = eval(name);
if (value == void)
print(name + " = void " );
else if (value == null)
print(name + " = null " );
else
print(name + " : " + value.getClass().getSimpleName() + " = " + value);
}
This debug code will print all available inputs and outputs for a BeanShell rule.
