An administrator has modified an XML document in the file system.
How can the administrator replace an XML document that already exists in the repository with the modified document?
A. Delete the existing document from the repository and import the replacement file.
B. Checkout the existing document and check in the replacement document from file.
C. Checkout the document from the file system and check it back in as a new major version.
D. Import the new document to the repository.
In Webtop, by default, what is the maximum number of results that are returned for a search?
A. 1,000 results, with up to 350 results from a single source
B. 500 results, with up to 200 results from a single source
C. 750 results, with up to 250 results from a single source
D. 2,000 results with up to 500 results from single source
Refer to the exhibit.

A user has two documents at the same level in the hierarchy and needs to create a relationship between them as shown in the exhibit.
How can this relationship be accomplished within Webtop?
A. Duplicate ParentDoc and rename the copy ChildDoc.
B. Link the documents and remove ChildDoc from the hierarchy.
C. Use drag-and-drop to move ChildDoc under ParentDoc.
D. Use "Copy Here" to move ChildDoc under ParentDoc.
User A needs to add a rendition to a document. User B then needs to annotate the rendition that User A added.
Which Documentum basic permissions are required for these users?
A. User A Write User B Relate
B. User A Write User B Version
C. User A Version User B Relate
D. User A Delete User B Version
Which statement about DQL is true?
A. DQL can process and manipulate object content in a Documentum repository.
B. DQL can retrieve and update objects in a Documentum repository, but cannot create or delete them.
C. DQL can be used to migrate standard objects to lightweight objects.
D. DQL can import documents into a Documentum repository from any JSR-170-compliant content management system.
What CANNOT be included in a Composer Project?
A. Lifecycle
B. Group
C. Aspect
D. Server Config Object
A user wants to search for a document whose subject is set to "server" or "Server". Which DQL query will do this?
A. select object_name from dm_document where lower(subject) = 'server'
B. select object_name from dm_document where subject like '%erver'
C. select object_name from dm_document where subject like '?erver'
D. select object_name from dm_document where lower(subject) = 'Server'
How is the majority of client code in D2 authored?
A. Using Java, the code is complied into an unobfuscated JavaScript "permutation" and delivered to the browser in a single file.
B. Using JavaScript, the code is compiled into an unobfuscated JavaScript "permutation" and delivered to the browser in a single file.
C. Using JavaScript, the code is compiled into an unobfuscated JavaScript "permutation" and delivered to the browser as multiple files.
D. Using Java, the code is complied into an obfuscated JavaScript "permutation" and delivered to the browser in a single file.
Which two components constitute a Documentum repository?
A. Database and File Stores
B. Database and Index Server
C. Application Server and Database
D. File Stores and Index Server
Which framework should be used in a Documentum 7 environment?
A. DFC
B. HVS
C. WDK
D. DFS