Month End Sale - Special 75% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 75onlydt

IdentityIQ-Engineer Questions and Answers

Question # 6

An implementation engineer needs to perform an upgrade of IdentityIQ between releases.

Is the following statement true?

Proposed Solution:

All custom branding changes will automatically be updated through the upgrade process.

A.

Yes

B.

No

Full Access
Question # 7

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

Solution: The rule type must be IdentityAttribute.

A.

Yes

B.

No

Full Access
Question # 8

Can an Escalation Rule be used to handle this scenario?

If an access review has not been completed within 7 days, re-assign it to the certifier ' s manager.

Proposed Solution:

A.

Yes

B.

No

Full Access
Question # 9

Is the following statement true?

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

A.

Yes

B.

No

Full Access
Question # 10

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

Proposed Solution:

All IdentityIQ report results are stored on IdentityIQ application servers.

A.

Yes

B.

No

Full Access
Question # 11

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

Solution: Identifying details of a system error presented in the Ul

A.

Yes

B.

No

Full Access
Question # 12

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

Proposed Solution:

For ease of implementation, all BeanShell rules in IdentityIQ have the same input and output variables.

A.

Yes

B.

No

Full Access
Question # 13

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

Solution: Specify which access items may be requested.

A.

Yes

B.

No

Full Access
Question # 14

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.

A.

Yes

B.

No

Full Access
Question # 15

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

Solution: Identifying all Link objects from a particular application

A.

Yes

B.

No

Full Access
Question # 16

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

Proposed Solution:

Configure a role to include a set of permissions.

A.

Yes

B.

No

Full Access
Question # 17

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

Proposed Solution:

Launch Certification Campaign

A.

Yes

B.

No

Full Access
Question # 18

The engineer is writing code to modify Policy objects. Is this the correct way to get, lock, modify and save the object, given the name of the object?

Proposed Solution:

public void updateObject(SailPointContext context, String objectName) throws GeneralException {

Policy object = context.getObjectByName(Policy.class, objectName);

// ... modify object ...

context.lockObject(object);

context.decache(object);

context.commitTransaction();

}

A.

Yes

B.

No

Full Access
Question # 19

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.

A.

Yes

B.

No

Full Access
Question # 20

Is this statement true about the Application, Identity, ManageAttribute, Bundle, and Link objects in IdentitylQ?

Solution: An Application object is not required to aggregate external user account information into IdentitylQ.

A.

Yes

B.

No

Full Access
Question # 21

A bank is two years into an ongoing project to provide all access through roles. The bank is actively using roles and actively adding to their role model. They need to ensure that all roles include the correct entitlements.

Will this certification type achieve the goal?

Solution: Application Owner Certification

A.

Yes

B.

No

Full Access
Question # 22

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

Proposed Solution:

the number of identities the customer has

A.

Yes

B.

No

Full Access
Question # 23

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

Proposed Solution:

for (int i = 0; i < this.variables.length; i++) {

String name = this.variables[i];

Object value = eval(name);

if (value == void)

print(name + " = void " );

else if (value == null)

print(name + " = null " );

else

print(name + " : " + value.getClass().getSimpleName() + " = " + value);

}

This debug code will print all available inputs and outputs for a BeanShell rule.

A.

Yes

B.

No

Full Access
Question # 24

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:

IT Role that is inherited from an assigned Business Role

A.

Yes

B.

No

Full Access
Question # 25

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.

A.

Yes

B.

No

Full Access
Question # 26

Is the following statement about workflow step types and their usage true?

Solution: When a wait step is encountered in a foreground workflow, the user will notice this, because the screen will freeze for the specified number of seconds.

A.

Yes

B.

No

Full Access
Question # 27

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

Proposed Solution:

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

A.

Yes

B.

No

Full Access
Question # 28

The engineer is analyzing on a workflow Transition.

Question # 28

The following variable values are known:

Will the workflow continue to this step?

Solution: Approve

A.

Yes

B.

No

Full Access
Question # 29

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 # 30

Is this a true statement about localization support in IdentitylQ?

Solution: The language displayed in the user interface is always based on the default language selected in the global settings.

A.

Yes

B.

No

Full Access
Question # 31

Is the following statement true?

Proposed Solution:

All ManagedAttribute objects associated to an Identity can be viewed on the ‘Policy’ tab from ‘View Identity’ QuickLink.

A.

Yes

B.

No

Full Access
Question # 32

Is the following statement about workflow step types and their usage true?

Proposed Solution:

A script or rule step uses BeanShell code to perform the step action.

A.

Yes

B.

No

Full Access
Question # 33

IdentityIQ has been installed and set up with the contents of IdentityExtended.hbm.xml.

Is this a correct statement about the installation?

Proposed Solution:

An unlimited number of additional searchable placeholder extended attributes can be added to this installation beyond the 10 shown.

A.

Yes

B.

No

Full Access
Question # 34

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.

A.

Yes

B.

No

Full Access
Question # 35

Is this a valid step to take when importing SailPoint XML file objects into IdentityIQ?

Proposed Solution:

Select the file from Global Settings > Import From File.

A.

Yes

B.

No

Full Access
Question # 36

Is the following statement about workflows and sub-workflows (subprocesses) true?

Proposed Solution:

Sub-workflows can be used to simplify large workflows.

A.

Yes

B.

No

Full Access
Question # 37

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 password change requests through the IdentityIQ user interface.

A.

Yes

B.

No

Full Access
Question # 38

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 >

A.

Yes

B.

No

Full Access
Question # 39

Can a Account Group be used for the following scenario?

Proposed Solution:

Aggregating a specific set of accounts on an ' Account Aggregation ' .

A.

Yes

B.

No

Full Access
Question # 40

The engineer is configuring a new application definition.

Due to company mergers, the customer has several different formats for employee number. The customer needs to match on the manager employee number to the manager identity, taking all of these formats into account.

Is this the rule an engineer should write to accomplish the goal?

Proposed Solution:

Write a Correlation rule.

A.

Yes

B.

No

Full Access
Question # 41

Is this statement true about the IdentityIQ Audit functionality and/or options?

Proposed Solution:

The built-in audit options allow for auditing of Identity Attribute Changes.

A.

Yes

B.

No

Full Access
Question # 42

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

Proposed Solution:

Treat the provisioning process as a successful event when it is in a queued status.

A.

Yes

B.

No

Full Access
Question # 43

Is this statement true about the IdentityIQ Audit functionality and/or options?

Proposed Solution:

The majority of IdentityIQ’s auditing is managed through the Audit Configuration page in the UI.

A.

Yes

B.

No

Full Access
Question # 44

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

Solution: The current version and patch level of IdentitylQ can be found through the Debug-About page.

A.

Yes

B.

No

Full Access
Question # 45

Can the following action be performed using Rapid Setup application onboarding?

Solution: Specify account correlation by mapping an identity attribute to an account attribute.

A.

Yes

B.

No

Full Access
Question # 46

Is this a purpose of an IdentitylQ certification?

Solution: to certify user expense reports

A.

Yes

B.

No

Full Access
Question # 47

Is the following statement true?

Proposed Solution:

All ManagedAttribute objects can have an Identity object as the owner.

A.

Yes

B.

No

Full Access
Question # 48

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

Proposed Solution:

View all failed, pending, successful provisioning transactions.

A.

Yes

B.

No

Full Access
Question # 49

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

A.

Yes

B.

No

Full Access
Question # 50

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

Proposed Solution:

Every BeanShell rule in IdentityIQ rule must produce output.

A.

Yes

B.

No

Full Access
Question # 51

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.

A.

Yes

B.

No

Full Access
Question # 52

Is the following statement about workflow step types and their usage true?

Proposed Solution:

A step with the attribute wait= " 1 " will cause the workflow to wait for at least one minute. The workflow will be revived on the next run of the Perform Maintenance Task, after the wait period is over.

A.

Yes

B.

No

Full Access
Question # 53

Is this statement true about email templates or behavior within them?

Solution: Whole paragraphs cannot be included or omitted based on conditional tests, such as #if (SremindersRemaining > 0). Only individual lines can be omitted in this manner.

A.

Yes

B.

No

Full Access
Question # 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: Add the new object attribute to the Application ObjectConfig in IdentitylQ.

A.

Yes

B.

No

Full Access
Question # 55

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

Solution: Reassign all object ownership to the user ' s manager during Leaver and Termination events.

A.

Yes

B.

No

Full Access
Question # 56

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?

Proposed Solution:

Attribute Type: string

A.

Yes

B.

No

Full Access
Question # 57

IdentityIQ has been installed and set up with the contents of IdentityExtended.hbm.xml as follows:

Question # 57

Is this a correct statement about the installation?

Proposed Solution:

Only two identity attributes have been defined in this scenario: employeeId and status. This installation will not have necessary attributes, such as firstname and lastname.

A.

Yes

B.

No

Full Access
Question # 58

IdentityIQ has been installed and set up with the contents of IdentityExtended.hbm.xml as follows:

Question # 58

Is this a correct statement about the installation?

Proposed Solution:

To store an image for each identity in an extended attribute, the length property in the extended attribute definition should be set to 9000.

A.

Yes

B.

No

Full Access
Question # 59

Is the following statement true?

Solution: Every Link object must be associated to an Identity object

A.

Yes

B.

No

Full Access
Question # 60

Is the following a true statement about IdentityIQ authentication and authorization?

Proposed Solution:

What users are authorized to do and see in IdentityIQ is partly controlled via the capabilities they have, which can be assigned directly to their identity.

A.

Yes

B.

No

Full Access
Question # 61

The engineer is writing code to modify Policy objects. Is this the correct way to get, lock, modify and save the object, given the name of the object?

Proposed Solution:

public void updateObject(SailPointContext context, String objectName) throws GeneralException {

Policy object = ObjectUtil.transactionLock(context,

Policy.class, objectName);

// ... modify object ...

context.saveObject(object);

context.commitTransaction();

}

A.

Yes

B.

No

Full Access
Question # 62

IdentitylQ is using emails to notify users about completion of steps within a process, or actions that need to be addressed.

To ensure this notification is working, a main configuration must be set up in IdentitylQ to provide mail server and mail server authentication details.

Is this a required setting that an engineer must set up in IdentitylQ in order to ensure successful communication with the SMTP server?

Solution: Email Protocol

A.

Yes

B.

No

Full Access
Question # 63

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.

A.

Yes

B.

No

Full Access
Question # 64

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

Solution: Link

A.

Yes

B.

No

Full Access
Question # 65

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

Proposed Solution:

Identity Attribute

A.

Yes

B.

No

Full Access
Question # 66

Is this statement true about certifications?

Solution: The staging period is required.

A.

Yes

B.

No

Full Access
Question # 67

An implementation engineer needs to perform an initial installation of identitylQ.

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

Question # 67

Full Access
Question # 68

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

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

Proposed Solution:

The original HTML file is updated to change the settings.

A.

Yes

B.

No

Full Access
Question # 69

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.

A.

Yes

B.

No

Full Access
Question # 70

Is the following statement about workflow step types and their usage true?

Proposed Solution:

A catch step must accompany every step in a workflow that can potentially throw an exception.

A.

Yes

B.

No

Full Access
Question # 71

Is this a true statement about localization support in IdentitylQ?

Solution: Localized messages can be retrieved from custom Java/BeanShell code using SailPoint APIs.

A.

Yes

B.

No

Full Access
Question # 72

An organization is making a change at the regional level.

Many users of a financial system have incorrect entitlements. Some users are missing entitlements, and some users have excess entitlements. Work needs to be performed to clean up access.

Is this one of the IdentityIQ batch request types that can help meet this goal?

Proposed Solution:

Create Entitlement

A.

Yes

B.

No

Full Access
Question # 73

An implementation engineer needs to perform an upgrade of IdentityIQ between releases. Is the following statement true?

Proposed Solution:

When a method is deprecated in the upgraded IdentityIQ version, the method references in custom code will be automatically updated.

A.

Yes

B.

No

Full Access
Question # 74

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

Solution: The lypical input variables for a rule are listed in the BeanShell rule editor in IdentitylQ, based on the rule registry.

A.

Yes

B.

No

Full Access
Question # 75

For a user who wants to be able to unlock an account for a subordinate or themselves through Manage Accounts, does this configuration need to be performed in Lifecycle Manager (LCM)?

Proposed Solution:

Select the Rehire action under Manage Accounts Options in the LCM Configuration.

A.

Yes

B.

No

Full Access
Question # 76

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.

A.

Yes

B.

No

Full Access
Question # 77

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.

A.

Yes

B.

No

Full Access
Question # 78

How should an engineer schedule the tasks to most efficiently achieve the following goals?

Goals:

• Process the Employee Authoritative application at 5:00 AM and 12:00 PM.

• Process the Contractor Authoritative application at 5:10 AM and 12:10 PM.

• Process the Active Directory application at 5:20 AM and 12:20 PM.

• Process the Finance application at 8:00 PM.

• Check for expired work items at 12:00 AM.

• Perform identity request maintenance at 2:00 AM.

Schedule parameters:

• Each application aggregation takes anywhere between 30 minutes and 2 hours.

• The run schedule is for a 24-hour period, which begins at 12:00 AM.

Instructions:

• Drag the required tasks from the left into the answer area on the right, and place them in the correct order, starting at 12:00 AM.

• Ordinal numbers (such as 1st, 2nd, and 3rd) in the options indicate which run of the day it is for the task type.

• There will be unused task options.

Question # 78

Full Access
Question # 79

Is this a purpose of an IdentitylQ certification?

Solution: to attest lo a user ' s system access

A.

Yes

B.

No

Full Access
Question # 80

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.

A.

Yes

B.

No

Full Access