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

Pass the SailPoint Identity Security Engineer IdentityIQ-Engineer Questions and answers with CertsForce

Viewing page 5 out of 6 pages
Viewing questions 41-50 out of questions
Questions # 41:

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

Solution: The application server must be restarted after reloading the logging file through the Debug-Logging page.

Options:

A.

Yes


B.

No


Expert Solution
Questions # 42:

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


Expert Solution
Questions # 43:

A manager wants to extend the access granted to an employee.

Is this a default role type that is available for the manager to request in IdentityIQ during the access request process?

Proposed Solution:

HR Role

Options:

A.

Yes


B.

No


Expert Solution
Questions # 44:

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


Expert Solution
Questions # 45:

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


Expert Solution
Questions # 46:

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: Source Mappings: Application Rule

Options:

A.

Yes


B.

No


Expert Solution
Questions # 47:

Is this a purpose of an IdentityIQ certification?

Proposed Solution:

to attest assignment of roles to users

Options:

A.

Yes


B.

No


Expert Solution
Questions # 48:

Is this an example of a joiner lifecycle event?

Proposed Solution:

An employee previously left the company. Their access was disabled but has been reinstated; the employee needs all of their previous accounts enabled.

Options:

A.

Yes


B.

No


Expert Solution
Questions # 49:

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: Set the quicklink options to Tor Others " in order to launch the workflow immediately when the quicklink is clicked.

Options:

A.

Yes


B.

No


Expert Solution
Questions # 50:

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.Application;

import sailpoint.object.Identity;

import sailpoint.object.Link;

import sailpoint.tools.GeneralException;

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

Application application = context.getObjectByName(Application.class, " MagicBox " );

IdentityService service = new IdentityService(context);

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

List < Link > links = service.getLinks(identity, application);

if (links != null) {

for (Link link : links) {

accountNames.add(link.getNativeIdentity());

}

}

return accountNames;

}

Options:

A.

Yes


B.

No


Expert Solution
Viewing page 5 out of 6 pages
Viewing questions 41-50 out of questions