Weekend Special - 75% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: newyear

SailPoint IdentityIQ-Engineer - SailPoint Certified IdentityIQ Engineer

Page: 3 / 6
Total 199 questions

The engineer uses the sailpoint.api.IdentityService in a BeanShell method to look up and return all account names for an identity on the application ' MagicBox ' . Is this a correct implementation?

Proposed Solution:

import sailpoint.api.IdentityService;

import sailpoint.api.SailPointContext;

import sailpoint.object.Identity;

import sailpoint.object.Link;

import sailpoint.tools.GeneralException;

public List getAccountNames(SailPointContext context, Identity identity) throws GeneralException {

IdentityService service = new IdentityService(context);

List < String > accountNames = new ArrayList < String > ();

Link link = service.getLink(identity, " MagicBox " );

while (link != null) {

accountNames.add(link.getNativeIdentity());

}

return accountNames;

}

A.

Yes

B.

No

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.

A.

Yes

B.

No

Is this a purpose of an IdentityIQ certification?

Proposed Solution:

to attest assignment of roles to users

A.

Yes

B.

No

Is this a question that an engineer should ask the customer when initially setting up a new IdentitylQ test environment?

Solution: Does the customer need a deployment accelerator? "

A.

Yes

B.

No

Is the following a valid role option that can be configured?

Proposed Solution:

Configure a role that can be requested only if the user already has a related role.

A.

Yes

B.

No

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

Solution: The Identity object is passed to the rule.

A.

Yes

B.

No

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:

Write logic in a BeanShell rule, task, or workflow step to created the audit event, populated with the appropriate data values.

A.

Yes

B.

No

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

Solution: Specify which users should be provisioned with a basic account as part of a joiner event.

A.

Yes

B.

No

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

Proposed Solution:

Specify which applications support new account requests.

A.

Yes

B.

No

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

Proposed Solution:

Bundle

A.

Yes

B.

No