Self-Assessment 8.2 Flashcards
(77 cards)
Is Bulk import a valid method for creating Identity Cubes?
YES
Which is LCM Create Identity a valid method for creating Identity Cubes?
YES
Is using the Identity Warehouse to create LCM Create Identity a valid method for creating Identity Cubes?
NO
What is the Identity Warehouse Page?
The Identities table contains basic user information for every identity discovered during the latest aggregation process.
Identities can include non-human identities, such as service accounts and bot identities, as well as users.
Yes or No. Is it true. When you add extended attributes that are not marked searchable to IdentityIQ.Their are stored in thier own column in the database.
NO
Yes or No. A CLOB is a database type.
Yes
Java classes are store under the /webapps directory.
No
Yes or No. A CLOB can be over 4 gigabytes in size.
No.
Four gigs is the max.
What is the LCM Create Identity?
Some implementations have the requirement to create new Identities directly in IdentityIQ. One way to create them is by using the Create Identity Quicklink. You can use this Quicklink without a provisioning policy, or you can define a policy that will help your end users define the choices that are made when creating Identities in the system
Yes or No. When you add extended attributes that are not marked searchable to IdentityIQ. They are stored in a CLOB.
YES
What is CLOB?
(Character Large Object): This is a database data type designed to store large amounts of text data, up to 4 gigabytes in size.
Java classes are store under the /WEB-INF directory.
YES
What important files are stored under the /identityiq:** directory?
-
Function: containing the deployed SailPoint IdentityIQ web application.
-
Contents: Holds the various files and resources that make up the IdentityIQ application, including:
JWCS- Webpages (HTML, JSP, etc.)
- Java servlets
- Configuration files
- Static assets (images, CSS, JavaScript)
-
Contents: Holds the various files and resources that make up the IdentityIQ application, including:
JAR files are store under the /WEB-INF directory.
YES
JAR files are store under the /tomcat directory.
NO
What important files are stored under the /webapps:** directory?
-
Function: A standard subdirectory within Tomcat that houses deployed web applications.
- Structure: Each web application is typically contained within its own individual directory, like “identityiq” in this case.
What important files are stored under the /tomcat:** directory?
-
Function: Denotes the root directory of the Apache Tomcat installation, a popular open-source web server and servlet container.
- Role: Tomcat is responsible for receiving and processing web requests, executing Java servlets and JSPs, and serving dynamic web content.
- Key Files: Contains essential configuration files like server.xml, web.xml, and context.xml, along with logs and temporary files.
What does the “-clean” option do when exporting Objects?
A. It creates an empty object of the type being exported.
B. It removes the GUID and creation/modification dates from the Object being exported.
C. It removes the Object completely from the existing IdentityIQ database in preparation for loading it into the next database.
D. It deletes all passwords from the exported object.
B. It removes the GUID and creation/modification dates from the Object being exported.
Command to Export all applications from IdentityIQ to a file on the Desktop called apps.xml. With clean option.
export -clean /home/spadmin/Desktop/apps.xml application
A provisioning plan is passed to a workflow to start the provisioning process. What is included in a provisioning plan?
A. One or more requests for multiple identities.
B. One request for multiple identity.
C. One or more requests for one identity.
D. A set of provisioning policies.
C. One or more requests for one identity.
You have to use a separate provisioning plan for each identity.
True or False?
True
Rapid Setup Joiner configuration defines the operations that are launched when a user joins a new group within your organization, such as department transfer.
True or False?
False - This is a mover
Which of these options defines how the account attributes within a provisioning plan are populated?
A. Build Map Rule
B. Provisioning polices
C. Policy definitions
D. Application schemas
B. Provisioning polices
What do provisioning polices in an application configuration do?
Defines the set of attributes that are needed to complete a provisioning request, whether that request is to create an account, modify an account, add a role to an identity, etc.