Which statement is true about full-text activation in D2?
A. For optimal full-text search capabilities, DQL Fulltext and Documentum xPlore should be used simultaneously.
B. Activation of full-text search capabilities using Documentum xPlore and OpenSearch requires an external search engine installation.
C. Activation of full-text search capabilities using DQL Fulltext and OpenSearch requires an external search engine installation.
D. For optimal full-text search capabilities, DQL Fulltext and OpenSearch should be used simultaneously.
What is a characteristic feature of My Documentum for Desktop?
A. Integration with Windows File System Explorer
B. Recycle bin
C. A Documentum menu bar item
D. A customization of Webtop
Which statement about virtual document components is true?
A. The Content Server creates a dmr_containment object that combines all components of a virtual document.
B. A document can be a component of multiple virtual documents.
C. Adding a component to a virtual document changes that component.
D. When a component document is updated, every virtual document it is in must be updated separately.
What must be in place in the client to enable the addition of users to a Dynamic Group?
A. Custom programming
B. DFS programming
C. Webtop
D. DFC programming
Aliases in a workflow can be used for which components?
A. users or groups
B. dm_roles
C. tasks or processes
D. activities
A user wants to replace the first author of a document named "document1" with userA. Which DQL statement will do this?
A. update dm_document object set authors[1] = 'userA' where object_name = 'document1'
B. update dm_document object insert authors[0] = 'userA' where object_name = 'document1'
C. update dm_document object set authors[0] = 'userA' where object_name = 'document1'
D. update dm_document object insert authors[1] = 'userA' where object_name = 'document1'
Through which means does D2 provide the ability to customize client interaction with content in a repository?
A. required customizations (custom coding)
B. required configuration (no custom coding)
C. dynamic auto-configuration
D. pre-built EMC solutions
End users interact with xCP 1.x applications using which web-based client?
A. TaskSpace
B. CenterStage
C. xCP Designer
D. Webtop
Which xCP 2.x component provides discovered metadata for content objects?
A. Content Intelligence Services
B. Process Integrator
C. Business Activity Monitor
D. xCP Designer
Refer to the exhibit.
Which statement is true about the relationship?
A. The relationship between the documents is an internal relationship.
B. In its current state, Employee Handbook.doc cannot be deleted.
C. The established relationship cannot be removed.
D. Employee Handbook.doc is the descendent of Offer Letter.doc.