What must exist in an API script to dump your repository?
A. dump,c,dmr_content
B. dump,c,dmr_containment
C. create,c,dmi_dump_object_record
D. create,c,dm_dump_record
Which method argument controls the agent_exec_method process polling interval?
A. database_refresh_interval
B. override_sleep_duration
C. window_interval
D. poll_interval
Which argument is part of the standard arguments passed by the agent exec to launch a job?
A. login_ticket
B. docbase_name
C. r_object_id
D. docbase_owner
What is the correct backup order to ensure valid backups of a repository?
A. database, shared directory, repository filestores
B. repository filestores, database, shared directory
C. database, repository filestores
D. repository filestores, database
In order to move some content from one filestore to another, you have decided to execute the
MIGRATE_CONTENT administration method. You test the migration task and notice that the migration
process takes much longer than acceptable. The system is using a small portion of the available CPU and
memory resources.
Assuming that Content Storage Services (CSS) is installed and High-Volume Server (HVS) is not installed,
how can you reduce the total amount time for this task to complete?
A. Edit the default arguments of the MIGRATE_CONTENT method, so that the task is carried out using several execution threads.
B. Increase the maximum number of sessions in the server.ini file.
C. Configure the maximum number of threads to use on the dm_docbase_config object instance.
D. Split the content into several smaller batches and creating a job to run the MIGRATE_CONTENT tool when few users are connected.
Which action can be used to improve security and prevent unauthorized viewing of cached content on the Branch Office Caching Services (BOCS) server?
A. Apply object-level Access Control List (ACL) on the BOCS cached content files
B. Use BOCS encryption
C. Apply folder-level ACL on the cached content folder
D. Disable content caching capabilities by modifying the properties within BOCS' acs.properties file
Which configuration item indicates to a Connection Broker the preferred Content Server for the client?
A. proximity value
B. connection pooling
C. Connection Broker host port
D. server config object
Which procedure can be used to duplicate a repository using a different repository ID from the source repository?
A. cloning the repository and then using a DQL statement to modify the r_object_id value in the dm_docbase_config object type
B. cloning the repository and then modifying docbase_id in server.ini
C. dumping and loading the repository and installing any DocApps in the target repository
D. dumping and loading the repository and then using a DQL statement to update the r_object_id value in the dm_docbase_config object type
You have Documentum Administrator installed using the default configuration options and you want to turn tracing on only for Documentum Administrator. Where would you configure this?
A. ../da/WEB-INF/classes/dfc.properties
B. %DOCUMENTUM%/config/dfc.properties
C. ../da/WEB-INF/classes/log4j.properties
D. %DOCUMENTUM%/config/log4j.properties
How can you improve the performance of WDK-based applications on a high-latency network?
A. set dfc.content.use_compression = true in the dfc.properties file
B. enable the WDK Response compression filter in the web.xml configuration file
C. enable the content compression setting in both the web.xml and dfc.properties configuration files
D. enable the WDK Cache control filter in the web.xml configuration file
Which statement is true about the logging options for troubleshooting Unified Client Facilities (UCF) related problems?
A. A client-side UCF logging infrastructure does not exist, therefore troubleshooting information is stored in the client session log.
B. UCF provides both client and server logging infrastructure.
C. A UCF logging infrastructure does not exist, therefore troubleshooting information is provided by Java Method Server and by Accelerated Content Services (ACS).
D. A UCF logging infrastructure is stored only in the repository log file.
Your system has a single Content Server in one location with users at a remote location. Remote users
report that content takes a long time to download and that the WDK application performs adequately.
No servers are CPU or RAM constrained.
Which Documentum technology may be used to overcome this network limitation?
A. Site Caching Services (SCS)
B. Site Distribution Servers (SDS)
C. Accelerated Content Services (ACS)
D. Branch Office Caching Services (BOCS)
Assume that the Content Server, Application Server, and Database are adequately resourced with CPU and memory. Which factor has the most detrimental effect on the user experience when using Webtop to browse and search for documents in the repository?
A. Low bandwidth between the Application Server and the client
B. High latency between the Application Server and the client
C. High latency between the Content Server and the Application Server
D. Low memory on the client
How do you implement the Single Sign On (SSO) on Content Server?
A. SSO is included in the Content Server installation.
B. You install and configure the SSO plug-in.
C. You create the LDAP object; SSO is available.
D. You use Documentum Administrator to configure SSO.
An object has an ACL with the r_application_permit field set to 'batch print' and r_permit_type to
'ApplicationPermit.'
How does the server treat this object?
A. The server does not take this value into account.
B. The server denies printing of this document to the server's default printer.
C. The server denies printing of this document in a batch to the server's default printer.
D. The server does not generate the default Post Script rendition of the document.