Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70xmasdy

Welcome To DumpsPedia

Identity-Security-Administrator Sample Questions Answers

Questions 4

An Administrator needs to monitor the health of Virtual Appliances (VA) and make sure the appropriate actions are taken if an alert message appears.

Is the following action appropriate in order to accomplish this task?

Proposed Solution / Statement:

If the VA status badge text shows "Connected", no action is required for the admin on this VA, move onto the next one in the cluster.

Does this proposed solution meet the requirement / solve the scenario?

Options:

A.

Yes

B.

No

Buy Now
Questions 5

Does this statement accurately describe the purpose of the Virtual Appliance (VA)?

Proposed Solution / Statement:

The VA eliminates the need for databases to store Personally Identifiable Information (PII).

Does this proposed solution meet the requirement / solve the scenario?

Options:

A.

Yes

B.

No

Buy Now
Questions 6

Is the following true regarding User Levels and permissions?

Proposed Solution / Statement:

Default user permissions are sufficient to review an assigned certification.

Does this proposed solution meet the requirement / solve the scenario?

Options:

A.

Yes

B.

No

Buy Now
Questions 7

Is this a valid statement regarding sources in Identity Security Cloud?

Proposed Solution / Statement:

A source is the Identity Security Cloud representation of a third-party application, database, or directory management system that maintains its own set of user accounts or personnel records.

Does this proposed solution meet the requirement / solve the scenario?

Options:

A.

Yes

B.

No

Buy Now
Questions 8

Is this a valid statement regarding authentication and authorization?

Proposed Solution / Statement:

Multi-Factor Authentication requires a user to provide 2 or more forms of verification.

Does this proposed solution meet the requirement / solve the scenario?

Options:

A.

Yes

B.

No

Buy Now
Questions 9

Is this a valid statement regarding Identity Security Cloud (ISC) policies?

Proposed Solution / Statement:

Governance Groups can only be assigned as the owner of the policy.

Does this proposed solution meet the requirement / solve the scenario?

Options:

A.

Yes

B.

No

Buy Now
Questions 10

An organization is considering purchasing an IGA tool. The manager asks the administrator to explain what compliance features the IGA tool provides for separation of duties, protecting personally identifying data and privileged access, and how the company can prove to the auditors that they comply with all laws and regulations.

Is this a good explanation of one of such features?

Proposed Solution / Statement:

"Separation of duties can be enforced using rules that can be configured in the system. These rules look for forbidden combinations of access owned by a single user. The rules can be used in a detective way, meaning actively searching for these forbidden combinations, or a preventative way, meaning that an extra validation step is made when a change in user access is requested."

Does this proposed solution meet the requirement / solve the scenario?

Options:

A.

Yes

B.

No

Buy Now
Questions 11

A user requests access for a specific entitlement. The access request shows as pending for the user and seems stuck.

Is this a valid troubleshooting step for the scenario above?

Proposed Solution / Statement:

An administrator can review the access request within Access Request Administration to see where the workflow is paused.

Does this proposed solution meet the requirement / solve the scenario?

Options:

A.

Yes

B.

No

Buy Now
Questions 12

A certification campaign was created for manager review. However, the user's certification campaign was assigned to an admin instead of their manager.

Is this a valid reason for why the campaign could have been reassigned?

Proposed Solution / Statement:

User does not have a manager assigned from HR.

Does this proposed solution meet the requirement / solve the scenario?

Options:

A.

Yes

B.

No

Buy Now
Questions 13

Assuming an access item's approval type is set to "reviewer," does the following statement accurately describe the approval flow behavior?

Proposed Solution / Statement:

When a user requests access for themselves and they are also in the approval chain, the approval flow will route to their manager instead to prevent a conflict of interest.

Does this proposed solution meet the requirement / solve the scenario?

Options:

A.

Yes

B.

No

Buy Now
Questions 14

Is this a valid scenario where a Separation of Duties policy should be used?

Proposed Solution / Statement:

A user requests a major system configuration and approves the change.

Does this proposed solution meet the requirement / solve the scenario?

Options:

A.

Yes

B.

No

Buy Now
Questions 15

Is this a valid statement regarding uncorrelated accounts?

Proposed Solution / Statement:

Uncorrelated accounts can be correlated manually by downloading a correlation file, editing the file, and uploading it into the source configuration.

Does this proposed solution meet the requirement / solve the scenario?

Options:

A.

Yes

B.

No

Buy Now
Questions 16

Is this a valid statement regarding access request approval processes?

Proposed Solution / Statement:

In a governance group approval process, the majority of the members must approve before the access is granted to the requester.

Does this proposed solution meet the requirement / solve the scenario?

Options:

A.

Yes

B.

No

Buy Now
Questions 17

Is this a valid statement regarding sources in Identity Security Cloud?

Proposed Solution / Statement:

Sources primarily serve as backup storage locations for identity data to ensure business continuity in case of system failures.

Does this proposed solution meet the requirement / solve the scenario?

Options:

A.

Yes

B.

No

Buy Now
Questions 18

Match the following descriptions with their appropriate definition.

18

Options:

Buy Now
Questions 19

Is this a valid statement about how an administrator reviews provisioning activity?

Proposed Solution / Statement:

By default, account activity information is presented in a descending sequence based on the Last Modified Date. However, the administrator can sort ascending or descending by any column.

Does this proposed solution meet the requirement / solve the scenario?

Options:

A.

Yes

B.

No

Buy Now
Questions 20

Review the following log entry:

[

{

"id": "2c9180866166b5b0016167c32ef31a66",

"name": "acme AD-TX Cluster",

"description": "acme AD - TX Cluster",

"clientType": "CCG",

"ccgVersion": "373_535_70.2.0",

"pinnedConfig": true,

"logConfiguration": null

},

{

"id": "2c9180846a93ce60016ab29f039944de",

"name": "acme AD-NY Cluster",

"description": "acme AD-NY Cluster",

"clientType": "CCG",

"ccgVersion": "373_535_70.2.0",

"pinnedConfig": true,

"logConfiguration": {

"clientId": null,

"durationMinutes": 60,

"expiration": "2025-12-15T19:13:36.079Z",

"rootLevel": "TRACE",

"logLevels": {

"sailpoint.connector.ADLDAPConnector": "TRACE"

}

}

}

]

A source owner for Active Directory has found problems with aggregation and has requested log files for their source.

Is this a valid way for the Administrator to assist in retrieving the correct logs?

Proposed Solution / Statement:

The Admin can set the log level using the following REST API call and JSON request body:

PUT /v2025/managed-clusters/2c9180866166b5b0016167c32ef31a66/log-config

{

"durationMinutes": 365,

"rootLevel": "DEBUG",

"logLevels": {

"sailpoint.connector.ADLDAPConnector": "DEBUG"

}

}

Does this proposed solution meet the requirement / solve the scenario?

Options:

A.

Yes

B.

No

Buy Now
Questions 21

Test connection for the Active Directory source fails when Transport Layer Security (TLS) is on:

java.lang.Exception: [s0100] Failed to connect to server ...

PKIX path validation failed

sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

Is this a valid step towards analyzing and resolving this issue?

Proposed Solution / Statement:

Ensure that the correct AD certificate has been imported in the VA certificates folder.

Does this proposed solution meet the requirement / solve the scenario?

Options:

A.

Yes

B.

No

Buy Now
Questions 22

On 4 February 2021, the following error occurred on source Control Central of type Active Directory for identity Clarence.Harper:

Failed to update attributes. There is no such object on the server.

Is this a valid place to look for more information about what caused the error?

Proposed Solution / Statement:

In Identity Security Cloud go to search and query for:

type:event AND subtype:provision AND error:TRUE AND date: > =2021-2-4 AND identity:Clarence.Harper

Open the relevant result for more details.

Does this proposed solution meet the requirement / solve the scenario?

Options:

A.

Yes

B.

No

Buy Now
Questions 23

Is this a valid scenario where a Separation of Duties policy should be used?

Proposed Solution / Statement:

One team member assumes the role of user administration, application administration, and data backup management.

Does this proposed solution meet the requirement / solve the scenario?

Options:

A.

Yes

B.

No

Buy Now
Questions 24

Is this a valid statement about the creation of a PAT?

Proposed Solution / Statement:

Each user can have up to 10 Personal Access Tokens.

Does this proposed solution meet the requirement / solve the scenario?

Options:

A.

Yes

B.

No

Buy Now
Questions 25

Is this authentication method description correct?

Proposed Solution / Statement:

Certificate-based authentication can be used to verify users and devices.

Does this proposed solution meet the requirement / solve the scenario?

Options:

A.

Yes

B.

No

Buy Now
Questions 26

Test connection for the Active Directory source fails when Transport Layer Security (TLS) is on:

java.lang.Exception: [s0100] Failed to connect to server ...

PKIX path validation failed

sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

Is this a valid step towards analyzing and resolving this issue?

Proposed Solution / Statement:

Upload the AD certificate into the TLS Settings page of the Active Directory source.

Does this proposed solution meet the requirement / solve the scenario?

Options:

A.

Yes

B.

No

Buy Now
Questions 27

Is this a step that can be taken on a certification due date when a certification reviewer has left the organization without completing the review?

Proposed Solution / Statement:

The reviewer's manager can access the certification campaign and complete all pending reviews.

Does this proposed solution meet the requirement / solve the scenario?

Options:

A.

Yes

B.

No

Buy Now
Questions 28

Given the following scenario, is this a valid way to troubleshoot the issue?

A source shows this error during provisioning:

[ InvalidConfigurationException ] | Possible suggestions | You cannot initiate this action

because there are other pending or completed actions for the person that conflict with this one.

[ Error details ] Validation error occurred. Email addresses must be in the format of aaa.bbb@example.com

Proposed Solution / Statement:

Check the Create Account policy on the Source to ensure the email address is mapped correctly.

Does this proposed solution meet the requirement / solve the scenario?

Options:

A.

Yes

B.

No

Buy Now
Questions 29

Is the following statement regarding attribute sync valid?

Proposed Solution / Statement:

Attribute sync synchronizes entitlement information from the sources configured.

Does this proposed solution meet the requirement / solve the scenario?

Options:

A.

Yes

B.

No

Buy Now
Exam Code: Identity-Security-Administrator
Exam Name: SailPoint Certified Identity Security Administrator
Last Update: Sep 21, 2026
Questions: 99

PDF + Testing Engine

$51.42 $171.4

Testing Engine

$38.57 $128.55

PDF (Q&A)

$42.85 $142.82