What are the minimum prerequisite components for a Documentum Administrator installation on a dedicated application server host?
A. database client, application server, and Java SDK
B. application server, Java SDK, and web server
C. application server and Java SDK
D. application server, Java SDK, PHP, and Perl
In the repository's server config object, the secure_connect_mode attribute is set to "native." The client dfc.properties file contains the parameter dfc.session.secure_connect_default = native. What is an accurate description of a connection request from this client?
A. An unsecure connection is preferred, but a secure connection is allowed.
B. A secure connection is preferred, but an unsecure connection is allowed.
C. Only an unsecure connection is allowed.
D. An unsecure connection will be attempted if the secure connection fails.
Given an environment with multiple Connection Broker hosts and the following parameters in the dfc.properties file for a Documentum client: dfc.docbroker.auto_request_forward = T dfc.docbroker.search_order = random Which statement is true about this environment?
A. Communication requests from the client will be sent to the primary Connection Broker first. If that Connection Broker is unavailable, the secondary Connection Broker will be used.
B. If the primary Connection Broker does not respond to the request, the communication request is immediately terminated and an error displayed.
C. One of the defined Connection Brokers in the dfc.properties is chosen at random by the requesting client. If it does not respond, the communication request is immediately terminated and an error displayed.
D. The client will randomly select any Connection Broker defined in the dfc.properties as the first recipient of the communication request.
A developer is planning to build a custom, standalone Java application that will communicate with a repository. You are responsible for setting up a workstation for the developer. In addition to the appropriate Java Development Kit (JDK) version, what are the minimal requirements to enable the workstation to connect to a Content Server?
A. Install Documentum Foundation Classes (DFC) on the developer's workstation.
B. Install DFC and deploy any Web Development Kit (WDK) application on developer's workstation.
C. Install DFC and then install Documentum Application Builder on the developer's workstation.
D. Install DFC and install Workflow Manager on developer's workstation.
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 maximum number of Dmbasic Method Server threads that you can configure?
A. the value set in the server_cache_size
B. the value set in the wf_agent_worker_threads
C. the value set in the concurrent_sessions
D. the value set in the max_session_count
You are setting up a distributed content configuration. You need to add proximity values to your repository
configuration.
How do you add proximity values?
A. The only way is to use Documentum Administrator to modify the dm_server_config object.
B. You can use Documentum Administrator to modify the dm_server_config object or modify the server.ini file on the Content Server host.
C. The only way is to use Documentum Administrator to modify the server.ini file stored in the repository.
D. You can use Documentum Administrator to modify the dm_docbase_config object or modify the server.ini file on the Content Server host.
The Documentum Messaging Services (DMS) Server has been installed on a separate host to the Content Server. It has full HTTP access to all Branch Office Caching Services (BOCS) Servers and access to the Global Repository. What further setup completes the DMS configuration?
A. Define Network Locations for all BOCS server targets
B. Create a DMS config object using Documentum Administrator
C. Enable the dm_AsychronousWrite job and specify what content to pre-cache
D. Identify large files which will benefit from DMS and use MIGRATE_CONTENT to move them to a distributed store
At minimum, which columns in the database are used to join a subtype with its dm_sysobject supertype?
A. object_name for the _s tables, r_object_id and r_version_label for the _r tables
B. authors for the _s tables, r_object_id and i_position_id for the _r tables
C. r_object_id for the _s tables, r_object_id and i_position_id for the _r tables
D. r_object_id for the _s tables, r_object_id and keywords for the _r tables
How is Cache Hit Ratio defined?
A. the percentage of time a resource was found in the shared memory of the database machine
B. the percentage of time a resource was found on the disk where the content files are stored
C. the percentage of time a resource was found on the disk where the database files are stored
D. the percentage of time a resource was found in the shared memory of the Content server machine