A company wants to manage all content assets in an enterprise.
Which architectural characteristic provides this in the Documentum solution?
A. common repository
B. relational database
C. Application Integration Services
D. Content Transformation Services
When using Webtop, how will the group name "Engineering Department" be stored in the repository?
A. Engineering Department
B. Engineering_Department
C. engineering department
D. ENGINEERING DEPARTMENT
What is the minimum level of permission required to check out an object from the repository?
A. READ
B. WRITE
C. DELETE
D. VERSION
Which statement is true regarding the creation and use of private permission sets in a repository?
A. A user creates and modifies a permission set. Only that user can apply the permission set.
B. A user creates and modifies a permission set. That user can assign other users to apply the permission set.
C. The system administrator creates a permission set for a user. The user modifies the permission set as needed.
D. A user cannot create a private permission set in a repository. All permissions sets in a repository are created and modified by system administrators.
A work queue can be chosen as an activity performer only if the workflow definition was created using which product?
A. Workflow Manager
B. Process Builder
C. Process Engine
D. Process Integrator
A supervisor of a running workflow instance receives a message in their Inbox stating that the workflow has been halted because an automatic activity failed. The supervisor needs the automatic activity to execute before the workflow can proceed.
How can the supervisor make the workflow proceed?
A. Configure the automated activity to auto retry.
B. Fix the underlying problem and re-run the automatic activity.
C. Fix the underlying problem and reassign the execution to the start activity.
D. Fix the underlying problem and reassign the execution to the previous activity.
Which service listens for incoming messages that communicate with Documentum business processes?
A. Content Server
B. Process Engine
C. Process Integrator
D. Webtop
An external table has been registered using this DQL statement:
REGISTER TABLE area_code_table (city STRING(256), area_code STRING(3))
Which DQL statement will return the area_code for New York?
A. SELECT area_code FROM dm_area_code_table WHERE city = 'New York'
B. SELECT area_code FROM dm_dbo.area_code_table WHERE city = 'New York'
C. SELECT area_code FROM area_code_table (ALL) WHERE area_code_table.city = 'New York'
D. SELECT area_code_table FROM area_code WHERE city = 'New York'
According to EMC recommendations, which naming convention should be used when creating an Aspect module in a Composer Project?
A. Use different names for the Aspect module and the Aspect type associated with the module.
B. Use the same name for the Aspect module and the Aspect type associated with the module.
C. Apply default names given for the Aspect module and the Aspect type associated with the module.
D. Use the default name given for the Aspect module and a different name for the Aspect type associated with the module.
Refer to the exhibit.
Given the object hierarchy depicted in the graphic, what is the only change allowed when issuing a single CHANGE...OBJECT statement?
A. dept_sop_doc to my_sop_doc
B. dept_sop_doc to company_doc
C. my_sop_doc to company_doc
D. company_doc to dept_sop_doc