Summer Certification Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: clap70

IdentityIQ-Engineer SailPoint Certified IdentityIQ Engineer Questions and Answers

Questions 4

Is this statement true about certifications?

Solution: All certifications include generation, the active period, sign-off, and the end period.

Options:

A.

Yes

B.

No

Buy Now
Questions 5

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.

Options:

A.

Yes

B.

No

Buy Now
Questions 6

The engineer needs to write some ad-hoc BeanShell code to search for GroupDefmition objects owned by Randy.Knight and print their names. Is this BeanShell code correct as written?

Solution:

Options:

A.

Yes

B.

No

Buy Now
Questions 7

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

Options:

A.

Yes

B.

No

Buy Now
Questions 8

For a user who already has an account on an application and wants to be able to request access to a new account through Manage User Access, does this configuration need to be performed in Lifecycle Manager (LCM)?

Proposed Solution:

Select “Allow requesting new accounts” in the Manage Accounts QuickLink configuration for the user’s QuickLink population.

Options:

A.

Yes

B.

No

Buy Now
Questions 9

Is the following statement true?

Solution: All Application objects must have an Identity object as the owner.

Options:

A.

Yes

B.

No

Buy Now
Questions 10

Can the search type in Syslog be used to accomplish this result?

Solution: Identifying all Link objects from a particular application

Options:

A.

Yes

B.

No

Buy Now
Questions 11

Is this statement true about identitylQ ' s syslog event storage?

Solution: IdentitylQ logging and auditing both require extra function calls within the application and will generate data that can be compressed to avoid any storage and Improve overall performance.

Options:

A.

Yes

B.

No

Buy Now
Questions 12

Is this a correct procedure for testing generated emails in a non-production system?

Solution: Change the Email Notification Type to Redirect to file using FTP protocol under Global Settings > Configure IdentitylQ Settings > Mail Settings, run the test scenario, and verify that the email text saved to the redirected file.

Options:

A.

Yes

B.

No

Buy Now
Questions 13

An engineer is developing an instance of IdentitylQ using the Services Standard Build (SSB) for a client. Is this a valid action the engineer can perform when setting up or using the SSB?

Solution: Place the patch jar file in the build ' s base/patch folder that matches the patch version the client is using

Options:

A.

Yes

B.

No

Buy Now
Questions 14

Can this action be performed as part of configuring an application definition in IdentitylQ?

Solution: Define account correlation via a rule.

Options:

A.

Yes

B.

No

Buy Now
Questions 15

Can a Workgroup be used for the following scenario?

Solution: Providing a group of users with specific capabilities.

Options:

A.

Yes

B.

No

Buy Now
Questions 16

Assuming that the policy violation owner has the necessary permissions, is this a valid option for the policy violation owner to use when acting on a policy violation of type ' Account Policy ' ?

Proposed Solution:

Schedule Policy Composition Certification

Options:

A.

Yes

B.

No

Buy Now
Questions 17

A customer wants to make changes in their IdentityIQ user interface.

Consider branding and other IdentityIQ UI changes. Is this statement valid?

Proposed Solution:

If SailPoint is removed from the header bar, “Powered by SailPoint IdentityIQ” must be added to the copyright footer.

Options:

A.

Yes

B.

No

Buy Now
Questions 18

Is this statement valid regarding the control and usability of the Debug pages in IdentitylQ?

Solution: Workflows can be run directly from the Debug-Object page.

Options:

A.

Yes

B.

No

Buy Now
Questions 19

Is this a true statement about localization support in IdentitylQ?

Solution: Message files may be added to support additional languages, but the out-of-the-box supplied message files cannot be modified.

Options:

A.

Yes

B.

No

Buy Now
Questions 20

Is this statement true about IdentityIQ ' s syslog event searching capabilities?

Proposed Solution:

When searching the syslog events from the Advanced Analytics page, it is not possible to search syslog events by attributes other than an Incident Code.

Options:

A.

Yes

B.

No

Buy Now
Questions 21

An engineer is assigned to configure an identity attribute. The requirements are:

Purpose: Add a user ' s security clearance to their identity

Read from: Workday; if not found in Workday, Contractor file; otherwise, leave empty

Usage 1: Display as option in Advanced Analytics

Usage 2: Use when writing rules

Usage 3: Can be updated through the Edit Identity Quicklink, but Workday is authoritative

Usage 4: List as entitlement on Identity Cubes

Does the engineer need to set this configuration option on the identity attribute to meet the requirements?

Proposed Solution:

Entitlement

Options:

A.

Yes

B.

No

Buy Now
Questions 22

Can the rule library named Common Rules Library " be included in a Rule by adding this code?

Solution:

Options:

A.

Yes

B.

No

Buy Now
Questions 23

Is this a benefit of using the Run Rule feature of the Debug-Object page?

Proposed Solution:

It can be used to display the return value of simple code.

Options:

A.

Yes

B.

No

Buy Now
Questions 24

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 >

Options:

A.

Yes

B.

No

Buy Now
Questions 25

Is this configuration option required when an engineer sets up any application?

Proposed Solution:

Owner

Options:

A.

Yes

B.

No

Buy Now
Questions 26

Is this a true statement about localization support in IdentitylQ?

Solution: The default language can be changed from English by replacing the appropriate message files.

Options:

A.

Yes

B.

No

Buy Now
Questions 27

A customer wants to make changes in their IdentitylQ user interface. Consider branding and other IdentitylQ Ul changes. Is this statement valid?

Solution: The sets of columns displayed in most tables in the IdentitylQ user interface are controlled by entries in the ColumnConfig elements of the UlConfig object.

Options:

A.

Yes

B.

No

Buy Now
Questions 28

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.

Options:

A.

Yes

B.

No

Buy Now
Questions 29

Is the following statement true about out-of-the-box reporting?

Proposed Solution:

Reports can be scheduled to run at most once per day.

Options:

A.

Yes

B.

No

Buy Now
Questions 30

Is the following statement about IdentitylQ rule inputs and outputs correct?

Solution: A BeanShell rule in IdentitylQ must always return an object derived from the abstract class sailpoint.object.saiipointobject.

Options:

A.

Yes

B.

No

Buy Now
Questions 31

Assuming that the policy violation owner has the necessary permissions, is this a valid option for the policy violation owner to use when acting on a policy violation of type ' Account Policy ' ?

Proposed Solution:

Allow

Options:

A.

Yes

B.

No

Buy Now
Questions 32

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?

Solution: Edit Mode: Read Only

Options:

A.

Yes

B.

No

Buy Now
Questions 33

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.

Options:

A.

Yes

B.

No

Buy Now
Questions 34

Is the following statement about IdentityIQ rule inputs and outputs correct?

Proposed Solution:

The default description of a Rule, which originates from the Rule Registry, usually provides information about the Rule ' s purpose and its expected output.

Options:

A.

Yes

B.

No

Buy Now
Questions 35

Is this statement true about certifications?

Solution: The staging period is required.

Options:

A.

Yes

B.

No

Buy Now
Questions 36

Is this a default functionality of the Lifecycle Manager (LCM) module?

Solution: Terminate Identity

Options:

A.

Yes

B.

No

Buy Now
Questions 37

Is this statement correct about writing and executing source mapping rules to populate identity attributes?

Solution: All Identity Mappings must use a rule to set the identity attribute.

Options:

A.

Yes

B.

No

Buy Now
Questions 38

Is the following statement true about out-of-the-box reporting?

Proposed Solution:

All out-of-the-box reports in IdentityIQ are stored as TaskDefinition objects.

Options:

A.

Yes

B.

No

Buy Now
Questions 39

An IdentitylQ engineer needs to extend attributes in an IdentitylQ database after the database has been created.

What are the four minimum steps necessary to achieve this goal?

Drag four options from the left into the answer area on the right, and place them in the correct order.

Options:

Buy Now
Questions 40

Can the following IdentityIQ object be extended to store client-specific data by updating the corresponding .HBM file?

Proposed Solution:

Bundle

Options:

A.

Yes

B.

No

Buy Now
Questions 41

Is the following true of Identity Provisioning Policies?

Solution: Identity Provisioning Policies can be used to include allowed-values definitions or validation logic on fields so that only valid/authorized values can be specified for those fields when using the Create Identity feature to add an identity.

Options:

A.

Yes

B.

No

Buy Now
Questions 42

Is the following true of Identity Provisioning Policies?

Proposed Solution:

A self-service Registration Identity Provisioning Policy is required to support the self-service registration workflow (LCM Registration).

Options:

A.

Yes

B.

No

Buy Now
Questions 43

Select the best policy type for defining each access policy. Use the drop-down menus to select your answers.

Options:

Buy Now
Questions 44

Is this a purpose of an IdentitylQ certification?

Solution: to attest to a user ' s integrity

Options:

A.

Yes

B.

No

Buy Now
Questions 45

Is the following true of Identity Provisioning Policies?

Solution: The Create Identity Provisioning Policy will be applied to identity creation during aggregation from an authoritative source so that identities will be created with valid/authorized attribute values.

Options:

A.

Yes

B.

No

Buy Now
Questions 46

A client needs a custom quicklink, which only managers can launch, in order to launch a simple workflow. Is this a valid step to take during the development of this custom quicklink?

Solution: Insert the " Managers " quicklink population as the dynamic scope in the quicklink object.

Options:

A.

Yes

B.

No

Buy Now
Questions 47

An engineer is developing an instance of IdentitylQ using the Services Standard Build (SSB) for a client. Is this a valid action the engineer can perform when setting up or using the SSB?

Solution: Place the client ' s identityiq. War file in the home directory of the build.

Options:

A.

Yes

B.

No

Buy Now
Questions 48

Is this configuration option required when an engineer sets up a SCIM 2.0 application?

Solution: Comment Character

Options:

A.

Yes

B.

No

Buy Now
Questions 49

Is this statement valid regarding the control and usability of the Debug pages in IdentityIQ?

Proposed Solution:

Objects can be deleted on a singular basis or in bulk.

Options:

A.

Yes

B.

No

Buy Now
Questions 50

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?

Proposed Solution:

Create a Custom Certification Event Schedule and associated ruleRunner task.

Options:

A.

Yes

B.

No

Buy Now
Questions 51

Can the search type in Identity be used to accomplish this result?

Proposed Solution:

Identifying details of a system error presented in the UI

Options:

A.

Yes

B.

No

Buy Now
Questions 52

An engineer needs to trigger a workflow when a Division attribute changes from IT to Senior IT, but only when the user is a manager.

Is this a valid process that the engineer could use to launch a workflow for a lifecycle event?

Proposed Solution:

Create a trigger with an event type of create.

Options:

A.

Yes

B.

No

Buy Now
Questions 53

The engineer is analyzing on a workflow Transition.

The following variable values are known:

Will the workflow continue to this step?

Solution: Approve

Options:

A.

Yes

B.

No

Buy Now
Questions 54

Is this what should be performed in order to generate the database script to extend Application attributes in the IdentitylQ database on the initial installation?

Solution: Run a build with the updated schema placed inside it.

Options:

A.

Yes

B.

No

Buy Now
Questions 55

Can the following IdentitylQ object be extended to store client-specific data by updating the corresponding .HBM file?

Solution: Link

Options:

A.

Yes

B.

No

Buy Now
Questions 56

Is the following statement true about out-of-the-box reporting?

Proposed Solution:

All IdentityIQ report results are stored on IdentityIQ application servers.

Options:

A.

Yes

B.

No

Buy Now
Questions 57

Can this be achieved using Rapid Setup user interface configuration options?

Solution: Disable an account on a particular application for one set of users and delete the account for another set of users during administrative Terminations.

Options:

A.

Yes

B.

No

Buy Now
Questions 58

Can the following be achieved via configuration of control variables in the out-of-the-box Lifecycle Manager (LCM) workflows?

Proposed Solution:

Check if an access request would violate any policies, and allow the requester to review before submitting.

Options:

A.

Yes

B.

No

Buy Now
Questions 59

Is this a piece of information that an engineer needs when initially setting up a new IdentityIQ sandbox environment?

Proposed Solution:

the IdentityIQ version

Options:

A.

Yes

B.

No

Buy Now
Exam Code: IdentityIQ-Engineer
Exam Name: SailPoint Certified IdentityIQ Engineer
Last Update: Aug 19, 2026
Questions: 199
IdentityIQ-Engineer pdf

IdentityIQ-Engineer PDF

$25.5  $84.99
IdentityIQ-Engineer Engine

IdentityIQ-Engineer Testing Engine

$30  $99.99
IdentityIQ-Engineer PDF + Engine

IdentityIQ-Engineer PDF + Testing Engine

$40.5  $134.99