100+ Free IIQ Engineer Practice Questions
Pass your SailPoint Certified IdentityIQ Engineer exam on the first try — instant access, no signup required.
An application cannot be provisioned directly, so IdentityIQ assigns an application owner to make the access change manually. What object is typically created for that owner?
Explore More SailPoint Certifications
Continue into nearby exams from the same family. Each card keeps practice questions, study guides, flashcards, videos, and articles in one place.
Key Facts: IIQ Engineer Exam
~60
Exam Questions
SailPoint
105 min
Exam Duration
SailPoint
70%
Passing Score
SailPoint
$250
Exam Fee
SailPoint
2 years
Certification Validity
SailPoint
BeanShell
Scripting Language
SailPoint IdentityIQ
The IIQ Engineer exam has approximately 60 questions in 105 minutes with a 70% passing threshold. Key domains: identity model and aggregation, provisioning and lifecycle events, roles and SoD, certification campaigns, and BeanShell/workflow development. Hands-on IdentityIQ experience and Java/BeanShell familiarity are required. Exam fee is $250. Valid for 2 years.
Sample IIQ Engineer Practice Questions
Try these sample questions to test your IIQ Engineer exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.
1In SailPoint IdentityIQ, what is an 'Identity Cube'?
2What is the purpose of 'Application Onboarding' in SailPoint IdentityIQ?
3In IdentityIQ, what language is used for writing custom Rules?
4What is a 'Lifecycle Event' in SailPoint IdentityIQ?
5What is the difference between a 'Business Role' and an 'IT Role' in IdentityIQ?
6In IdentityIQ, what is 'Aggregation' and when does it occur?
7What is 'Correlation' in the context of SailPoint IdentityIQ?
8What is a 'Certification Campaign' in IdentityIQ?
9In IdentityIQ, what is 'Separation of Duties' (SoD) and how is it enforced?
10What is 'Provisioning' in IdentityIQ and which two primary methods does it support?
About the IIQ Engineer Exam
The SailPoint Certified IdentityIQ Engineer certification validates expertise in implementing and administering SailPoint IdentityIQ — the on-premise enterprise identity governance platform. It covers the Identity Cube data model, application onboarding and connectors, aggregation and correlation, provisioning workflows, lifecycle events, role and entitlement governance, certification campaigns, SoD policy enforcement, and BeanShell rule and workflow development.
Questions
60 scored questions
Time Limit
105 minutes
Passing Score
70%
Exam Fee
$250 (SailPoint)
IIQ Engineer Exam Content Outline
Architecture and Identity Model
Identity Cubes, authoritative sources, application onboarding, connectors, aggregation, group aggregation, correlation rules, orphan accounts, Tomcat/PostgreSQL deployment
Provisioning and Lifecycle Management
Provisioning Plans (AccountRequest operations), lifecycle events (Joiner/Mover/Leaver), Identity Refresh, attribute synchronization, password sync, Provisioning Transaction Log
Roles, Entitlements, and Policy
Business Roles, IT Roles, Entitlement Catalog, Role Mining, managed attributes, SoD policies, policy violations, risk scoring, provisioning policies/forms
Certification Campaigns
Campaign types (Manager, App Owner, Entitlement Owner), campaign lifecycle, delegation, revocation remediation, AI recommendations, compliance reporting
Rules, Workflows, and Administration
BeanShell rules, SailPointContext API, Rule Libraries, workflows, work items, XML import/export, iiq console, audit configuration, task results, partitioning
How to Pass the IIQ Engineer Exam
What You Need to Know
- Passing score: 70%
- Exam length: 60 questions
- Time limit: 105 minutes
- Exam fee: $250
Keys to Passing
- Complete 500+ practice questions
- Score 80%+ consistently before scheduling
- Focus on highest-weighted sections
- Use our AI tutor for tough concepts
IIQ Engineer Study Tips from Top Performers
Frequently Asked Questions
What is the SailPoint Certified IdentityIQ Engineer certification?
The IdentityIQ Engineer certification validates expertise in implementing and operating SailPoint IdentityIQ — the on-premise enterprise identity governance and administration (IGA) platform. It tests knowledge of the identity data model, provisioning workflows, role governance, certification campaigns, SoD policy enforcement, and BeanShell/workflow development.
How many questions are on the IdentityIQ Engineer exam?
The IdentityIQ Engineer exam has approximately 60 questions to be completed in 105 minutes. The passing score is 70%. Questions include multiple choice, multiple select, and scenario-based formats that test both conceptual understanding and practical implementation knowledge.
What BeanShell skills are tested?
The exam tests BeanShell rule development fundamentals including: using SailPointContext to access and modify IdentityIQ objects, writing correlation rules, attribute rules, and provisioning rules, creating and using Rule Libraries for code reuse, and avoiding performance anti-patterns (loading all objects without pagination, not calling context.decache()). You should be able to read and understand BeanShell code snippets.
What are the most important topics to study?
Focus heavily on: (1) the Provisioning Plan and AccountRequest object model — how provisioning operations work, (2) Lifecycle Events and the Joiner/Mover/Leaver pattern, (3) Identity Refresh and what it recalculates, (4) SoD policies and violation handling, and (5) Certification Campaign types and the remediation process. These represent the core of day-to-day IdentityIQ engineering work.
What is the difference between aggregation and correlation in IdentityIQ?
Aggregation is the process of reading account and entitlement data from a connected application and storing it in IdentityIQ's database. Correlation is the subsequent process of matching those aggregated accounts to the correct identity records (Identity Cubes) using matching rules (e.g., account email matches identity email). Aggregation brings data in; Correlation assigns that data to the right identity owner.