Free SailPoint Identity-Security-Administrator Exam Practice Questions
SailPoint Certified Identity Security Administrator
Total Questions: 99Focus Only on What Matters For SailPoint Identity-Security-Administrator Exam Preparation
Many candidates desire to prepare their SailPoint Identity-Security-Administrator exam with the help of only updated and relevant study material. But during their research, they usually waste most of their valuable time with information that is either not relevant or outdated. Study4Exam has a fantastic team of subject-matter experts that make sure you always get the most up-to-date preparatory material. Whenever there is a change in the syllabus of the SailPoint Certified Identity Security Administrator exam, our team of experts updates Identity-Security-Administrator questions and eliminates outdated questions. In this way, we save you money and time.
SailPoint Identity-Security-Administrator Exam Sample Questions & Answers
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?
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?
An Identity Security Cloud tenant is configured to disable all source accounts for an identity that enters the terminated lifecycle state. A database administrator reports they have been noticing that employees who are terminated, still have their database accounts as "Active" in the source system.
Is this a valid troubleshooting option for the scenario above?
Proposed Solution / Statement: On the Identity, validate that the Lifecycle State attribute value that is set for the affected users is "Terminated".
Does this proposed solution meet the requirement / solve the scenario?
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?
Is this a true statement regarding identity attribute mappings and identity profiles?
Proposed Solution / Statement: Adding a custom attribute only applies to the identity profile on which it is defined.
Does this proposed solution meet the requirement / solve the scenario?
Currently there are no comments in this discussion, be the first to comment!