Summer Certification Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: scxmas70

IdentityIQ-Engineer Exam Dumps - SailPoint Certified IdentityIQ Engineer

Searching for workable clues to ace the SailPoint IdentityIQ-Engineer Exam? You’re on the right place! ExamCert has realistic, trusted and authentic exam prep tools to help you achieve your desired credential. ExamCert’s IdentityIQ-Engineer PDF Study Guide, Testing Engine and Exam Dumps follow a reliable exam preparation strategy, providing you the most relevant and updated study material that is crafted in an easy to learn format of questions and answers. ExamCert’s study tools aim at simplifying all complex and confusing concepts of the exam and introduce you to the real exam scenario and practice it with the help of its testing engine and real exam dumps

Go to page:
Question # 25

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

Full Access
Question # 26

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?

Proposed Solution:

Place a quicklink object on the workflow that is to be launched.

A.

Yes

B.

No

Full Access
Question # 27

Match the following IdentitylQ console commands To their functions.

Use the drop-down menus to select your answers. Answer options from the drop-down menus may only be used once Some will not be used at all.

Full Access
Question # 28

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

Solution: Identifying the number of employees that report to a specific person

A.

Yes

B.

No

Full Access
Question # 29

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.

A.

Yes

B.

No

Full Access
Question # 30

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

Solution: IdentitylQ logging events are stored in a database table in addition to log files.

A.

Yes

B.

No

Full Access
Question # 31

Can the Provisioning tab under " Administrator Console ' be used to do the following task?

Solution: Map the associated WorkflowCase to a particular Provisioning Transaction.

A.

Yes

B.

No

Full Access
Question # 32

Is this relationship type available for an IdentityIQ Role that has a multiple-level structure?

Proposed Solution:

Hierarchy

A.

Yes

B.

No

Full Access
Go to page: