Free IdentityIQ-Engineer Questions for SailPoint IdentityIQ-Engineer Exam [Dec-2024]
Validate your IdentityIQ-Engineer Exam Preparation with IdentityIQ-Engineer Practice Test (Online & Offline)
SailPoint IdentityIQ-Engineer Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
NEW QUESTION # 17
Is this statement true about identitylQ's syslog event storage?
Solution: To improve security, items logged through syslog are unable to be sent to Log4j.
- A. Yes
- B. No
Answer: B
Explanation:
The statement is false. In SailPoint IdentityIQ, syslog events can indeed be sent to Log4j. The system allows for flexible configuration where logging can be directed to multiple outputs, including both syslog and Log4j. This flexibility enables organizations to route logs according to their needs while maintaining security and compliance.
Reference:
SailPoint IdentityIQ Logging and Auditing Guide
SailPoint IdentityIQ Administration Guide (Syslog Configuration and Log4j Integration)
NEW QUESTION # 18
Is this configuration option required when an engineer sets up a SCIM 2.0 application?
Solution: Name
- A. Yes
- B. No
Answer: A
Explanation:
The "Name" configuration option is required when setting up a SCIM 2.0 application in SailPoint IdentityIQ. The "Name" field is a mandatory identifier for the application within IdentityIQ. This name is used throughout the system to reference the application and is critical for configuration, management, and integration processes. Without specifying a name, IdentityIQ cannot properly identify and interact with the SCIM 2.0 application.
Reference:
SailPoint IdentityIQ SCIM 2.0 Application Configuration Guide
SailPoint IdentityIQ Administration Guide (Application Setup and Naming Conventions)
NEW QUESTION # 19
Is this a true statement about localization support in IdentitylQ?
Solution: The default language can be changed from English by replacing the appropriate message files.
- A. Yes
- B. No
Answer: A
Explanation:
Yes, this statement is true. The default language of IdentityIQ can be changed from English by replacing the appropriate message files. Administrators can modify or replace the default English message files with those for another language, which will then become the system's default language. This allows IdentityIQ to be localized according to the organization's language preferences.
Reference:
SailPoint IdentityIQ Localization Guide
SailPoint IdentityIQ Administration Guide (Language Settings and Message File Management Sections)
NEW QUESTION # 20
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: Run a build with the updated schema placed inside it.
- A. Yes
- B. No
Answer: B
Explanation:
Running a build with the updated schema placed inside it is not the correct procedure to generate the database script to extend Application attributes in the IdentityIQ database during the initial installation. To extend the schema, you typically need to define the changes in a specific XML schema file and then generate the corresponding database scripts using IdentityIQ tools designed for schema extension. A build process does not inherently generate the required database scripts for extending attributes.
Reference:
SailPoint IdentityIQ Schema Configuration Guide
SailPoint IdentityIQ Installation and Setup Guide
NEW QUESTION # 21
Is this a purpose of an IdentitylQ certification?
Solution: to certify user expense reports
- A. Yes
- B. No
Answer: B
Explanation:
Certifying user expense reports is not a purpose of IdentityIQ certification. IdentityIQ certifications are focused on access and identity governance, specifically reviewing and validating user access rights within systems. Expense report certification would be a different process, typically managed by financial or expense management systems, not by IdentityIQ.
Reference:
SailPoint IdentityIQ Certification Guide
SailPoint IdentityIQ Governance Overview
NEW QUESTION # 22
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
Answer: B
Explanation:
No, this statement is incorrect. When a wait step is encountered in a foreground workflow, it does not cause the user's screen to freeze for the specified number of seconds. Instead, the wait step simply pauses the workflow execution for the specified duration, but this is managed in the background. The user interface remains responsive, and the end-user typically won't notice any freezing or delays caused by the wait step itself.
Reference:
SailPoint IdentityIQ Workflow Guide (Section on Workflow Step Types)
SailPoint IdentityIQ Scripting and Workflow Best Practices
NEW QUESTION # 23
An engineer needs to trigger a workflow when a Division attribute changes from /7"to Senior IT, but only when the user is a manager.
Is this a valid process that the engineer could use to launch a workflow for a lifecycle event?
Solution: Create a trigger with an event type of rule and return True when the user's previous value of the division attribute is /7"andthe new value of the division attribute is Senior IT.
- A. Yes
- B. No
Answer: B
Explanation:
The scenario describes triggering a workflow when a "Division" attribute changes from a specific value to "Senior IT," but only when the user is a manager. The proposed solution suggests creating a trigger with an event type of "rule" that checks the previous and new values of the "Division" attribute.
However, this approach has a couple of issues:
Trigger Configuration: In SailPoint IdentityIQ, a lifecycle event trigger typically operates on changes in identity attributes, but it's not standard to define this trigger using a rule that directly inspects the previous and new values. Instead, the lifecycle event would usually be configured in the context of the application or identity to directly listen to specific changes without needing to define the logic in a custom rule.
Condition Validation: The condition of checking if the user is a manager should ideally be integrated within the workflow itself or the lifecycle event configuration, not just as part of a rule in the trigger.
While a rule can be used to define complex conditions, the correct way to implement this in IdentityIQ would involve setting up the lifecycle event trigger specifically for the attribute change and managing any additional conditions (like checking if the user is a manager) within the workflow or using an appropriate script/rule in that context.
Therefore, while partially correct in approach, the described solution is not the best practice or a valid process in IdentityIQ, so the correct answer is B. No.
Reference:
This answer is based on the SailPoint IdentityIQ Lifecycle Manager Guide, which provides best practices for configuring lifecycle events and triggers, as well as proper use of rules and workflow triggers in these scenarios.
NEW QUESTION # 24
Is this a correct procedure for testing generated emails in a non-production system?
Solution: Change the Email Notification Type to POP3 under Global Settings > Configure IdentitylQ Settings > Mail Settings, run the test scenario. and verity if the emails were successfully delivered to mailboxes specified on Identity objects.
- A. Yes
- B. No
Answer: B
Explanation:
Changing the Email Notification Type to POP3 under Global Settings > Configure IdentityIQ Settings > Mail Settings is not a correct procedure for testing generated emails in a non-production system. POP3 is an email retrieval protocol, not a method for sending or redirecting email notifications from IdentityIQ. IdentityIQ requires an SMTP server to send emails, and POP3 is typically used by email clients to retrieve emails from a server, not by a server to send emails.
For testing purposes in a non-production environment, you would typically configure the SMTP server settings to either redirect emails to a specific testing mailbox or use a "Redirect to File" option, if available, to capture emails locally.
Thus, the correct answer is B. No.
NEW QUESTION # 25
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
Answer: A
Explanation:
Rapid Setup does allow for specifying account correlation by mapping an identity attribute to an account attribute. This is a standard part of the onboarding process where you define how IdentityIQ should correlate accounts to identities. This basic mapping functionality is included in Rapid Setup to facilitate straightforward account correlation during application onboarding.
Reference:
SailPoint IdentityIQ Rapid Setup Guide
SailPoint IdentityIQ Administration Guide (Account Correlation and Mapping Sections)
NEW QUESTION # 26
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
Answer: A
Explanation:
The statement "The rule type must be IdentityAttribute" is correct. In SailPoint IdentityIQ, when writing a rule that is intended to map or manipulate identity attributes during the aggregation process, the rule type should be set to "IdentityAttribute". This ensures that the rule is recognized and executed in the appropriate context for managing identity attributes.
Therefore, the correct answer is A. Yes.
NEW QUESTION # 27
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: Edit Mode: Read Only
- A. Yes
- B. No
Answer: B
Explanation:
Setting the configuration option "Edit Mode: Read Only" on the account attribute would not meet the requirements as specified. The requirement to "Calculate from: Keystore application, responsibility-code attribute" implies that the attribute needs to be dynamically calculated or updated based on another attribute. If the attribute is set to "Read Only," it cannot be modified, which would prevent it from being calculated or updated as needed. Therefore, "Edit Mode: Read Only" should not be used in this scenario.
Reference:
SailPoint IdentityIQ Administration Guide (Sections on Account Attributes and Attribute Calculation) SailPoint IdentityIQ Configuration Guide (Field Properties and Edit Modes)
NEW QUESTION # 28
The engineer needs to write some ad-hoc BeanShell code to search for GroupDefmition objects owned by Randy.Knight and print their names. Is this BeanShell code correct as written?
Solution:
- A. Yes
- B. No
Answer: B
Explanation:
The provided BeanShell code snippet attempts to filter and print the names of GroupDefinition objects owned by "Randy.Knight." However, the code contains a few issues that prevent it from functioning correctly as written:
Class Import: The GroupDefinition class should be imported explicitly at the beginning of the script, which is missing here.
Query Execution: The use of context.getObjectsByNumber(GroupDefinition.class, i) is incorrect. This method does not exist in this context. The correct approach would be to use context.getObjects() to retrieve the list of objects and iterate over them.
Looping Logic: The loop logic also contains a flaw. Instead of using a counter-based loop with context.getObjectsByNumber(), the recommended approach is to use context.search() to retrieve a list of filtered objects and then iterate through the results.
A corrected version of this code would look something like this:
import sailpoint.object.GroupDefinition;
import sailpoint.object.Filter;
import sailpoint.object.QueryOptions;
Filter filter = Filter.eq("owner.name", "Randy.Knight");
QueryOptions qo = new QueryOptions();
qo.addFilter(filter);
List<GroupDefinition> groupDefinitions = context.getObjects(GroupDefinition.class, qo); for (GroupDefinition group : groupDefinitions) { System.out.println(group.getName());
}
In this corrected version:
We explicitly import GroupDefinition.
We retrieve the filtered objects with context.getObjects(GroupDefinition.class, qo) instead of getObjectsByNumber.
Thus, the original code is not correct as written. The correct answer is B. No.
Reference:
This correction and explanation are based on SailPoint IdentityIQ's API documentation, which provides detailed guidance on the proper methods to retrieve and manipulate objects using Beanshell scripting within the platform.
NEW QUESTION # 29
A customer wants to make changes in their IdentitylQ user interface. Consider branding and other IdentitylQ Ul changes. Is this statement valid?
Solution: Text on the login page is set through message keys in the message catalog.
- A. Yes
- B. No
Answer: A
Explanation:
Yes, the text on the login page of IdentityIQ is set through message keys in the message catalog. The message catalog in IdentityIQ contains localized text strings that are used throughout the user interface, including on the login page. By modifying the appropriate message keys in the catalog, you can customize the text that appears on the login page to match the organization's branding or messaging requirements.
Therefore, the correct answer is A. Yes.
Reference:
This answer is based on the SailPoint IdentityIQ Localization Guide, which explains how message keys in the message catalog can be edited to customize UI text, including login page content.
NEW QUESTION # 30
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: Account Group Membership Certification
- A. Yes
- B. No
Answer: B
Explanation:
An Account Group Membership Certification is designed to certify group memberships within accounts, typically focusing on the validation of access within specific account groups (e.g., Active Directory groups).
This type of certification does not directly address the accuracy of role composition or the correctness of entitlements assigned within roles. Since the bank's goal is to ensure that all roles include the correct entitlements, an Account Group Membership Certification is not suitable for this purpose.
Thus, the correct answer is B. No.
NEW QUESTION # 31
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
Answer: B
Explanation:
An AfterProvisioning rule in SailPoint IdentityIQ is typically used to execute custom logic after the provisioning process has been completed successfully. However, if provisioning fails, this rule will not be triggered because it is specifically designed for post-successful provisioning activities. To log an error message in the audit record when provisioning fails, a better approach would be to use a provisioning error handler or configure a specific workflow that captures errors and logs them accordingly. The AfterProvisioning rule is not the correct solution for this use case. Refer to the SailPoint IdentityIQ Provisioning and Workflow documentation for appropriate methods of handling provisioning errors and audit logging.
NEW QUESTION # 32
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
Answer: A
Explanation:
Yes, specifying which access items may be requested can be achieved via configuration of control variables in the out-of-the-box Lifecycle Manager (LCM) workflows. In IdentityIQ, control variables within LCM workflows allow administrators to define the scope and criteria for access requests, including restricting or specifying which entitlements, roles, or applications can be requested by users. This is part of the request configuration process, where the access items that users can see and request are defined.
Therefore, the correct answer is A. Yes.
NEW QUESTION # 33
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
Answer: A
Explanation:
Inserting the "Managers" QuickLink population as the dynamic scope in the QuickLink object is a valid step when creating a custom QuickLink that should only be accessible by managers. QuickLink populations are used to define which users have access to specific QuickLinks based on criteria like role, department, or other attributes. By assigning the "Managers" population, only users who are members of that population will see and be able to launch the QuickLink.
Therefore, the correct answer is A. Yes.
NEW QUESTION # 34
Is this statement correct about writing and executing source mapping rules to populate identity attributes?
Solution: All Identity Mappings must use a rule to set the identity attribute.
- A. Yes
- B. No
Answer: B
Explanation:
The statement "All Identity Mappings must use a rule to set the identity attribute" is incorrect. While source mapping rules can be used to populate identity attributes dynamically, it is not mandatory for all identity mappings to rely on a rule. Identity mappings can also be configured using direct mappings, where attributes from a source are directly mapped to IdentityIQ attributes without any rule-based logic.
Therefore, the correct answer is B. No.
NEW QUESTION # 35
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?
Solution:
- A. Yes
- B. No
Answer: B
Explanation:
The solution provided is incomplete. To create a custom audit event and set up an associated report, the process involves several steps, including defining the custom audit event in the Audit Configuration object, updating or creating relevant audit triggers in the system, and defining the custom report using XML or the IdentityIQ report editor. The steps mentioned in the solution do not cover the necessary configuration and implementation details required for this task. For a complete process, consult the SailPoint IdentityIQ Reporting Guide and the Audit Framework documentation.
NEW QUESTION # 36
Is the following statement about workflow step types and their usage true?
Solution: The step actions available when editing a step in the Business Process Editor are: Script. Rule, Subprocess and Call Method.
- A. Yes
- B. No
Answer: A
Explanation:
Yes, the statement is true. When editing a step in the Business Process Editor in SailPoint IdentityIQ, the available step actions are Script, Rule, Subprocess, and Call Method. These actions allow for various types of logic and processing to be embedded within workflows. Each of these actions serves different purposes:
Script: Executes a Beanshell script.
Rule: Calls an existing IdentityIQ rule.
Subprocess: Invokes another workflow as a subprocess.
Call Method: Invokes a method on a specified object.
Reference:
SailPoint IdentityIQ Business Process Editor Guide
SailPoint IdentityIQ Administration Guide (Section on Workflow Management)
NEW QUESTION # 37
......
Check Real SailPoint IdentityIQ-Engineer Exam Question for Free (2024): https://examtorrent.testkingpdf.com/IdentityIQ-Engineer-testking-pdf-torrent.html

