I’m currently preparing for the sailPoint certified identityIQ engineer certification exam and wanted to clarify the expected depth of knowledge around IdentityIQ rules (IdentityIQ version 8.5).
From an exam perspective:
Are rule-related questions mainly conceptual, or do they assume hands-on experience writing and modifying rules?
How important is Beanshell scripting and Java usage within IdentityIQ rules?
Is debugging or troubleshooting rule-related issues part of the exam scope?
Are there any specific rule types (for example, provisioning, lifecycle, workflow, or customization rules) that are more heavily tested?
I’d really appreciate insights from recent exam takers or engineers with real-world IdentityIQ implementation experience.
I cleared identityIQ engineer certification exam 3 years ago. Now format might have changed.
From my experience, exam would evaluate -
How much you know product
Based on different situations, what implementation methods you select
IIQ architecture knowledge
If someone knows how workflows and rules work (like actions, transition, return values in workflows and purpose of different types of Rules), that is sufficient. Basic knowledge on Beanshell scripting and Java is required.
In the SailPoint IIQ Engineer exam, there will be a few questions where a code snippet will be provided, and in the question, SailPoint will give you one use case and ask you whether this code will return the output or not.
Hi @stevenj Rule questions on the exam are mostly conceptual. You won’t be asked to write full rules. you just need to know what each rule does and when it runs in SailPoint IdentityIQ 8.5.
Beanshell / Java: you just need a basic understanding. Know common objects (Identity, ProvisioningPlan, attribute maps) and simple logic. No deep Java.
Debugging: only at a scenario level (e.g., wrong return object, rule running at the wrong stage).
Rule types that matter most: provisioning rules (pre/post, modify), lifecycle rules, and how rules interact with workflows. UI/custom rules are rarely tested.
Working through SailPoint identityIQ engineer exam questions and answers on CertBoosters can help a lot, especially ones that give scenarios around rules. Even if you don’t know the exact code, seeing situations where a rule might fail or trigger helps make the timing/purpose stuff stick.
If you’ve touched rules in a real project even a little, you should be fine. just make sure you understand the purpose + timing for each rule type. Hope that helps. good luck on the exam.