Tag: enterprise content management

Questions Related to enterprise content management

If I want to deploy a file from OpenDeploy Base to OpenDeploy receiver. Which of the follows needs to be done?

  1. In OpenDeploy base odnodes.xml should have an nodeSet entry having receivers host name and listening port

  2. In OpenDeploy receiver odnodes.xml should have an nodeSet entry having base host name and listening port

  3. Ports mentioned in both receiver and base should be the same

  4. nodeSet entry is only required in odnodes.xml of base server not required in receiver server


Correct Option: A,B,C

AI Explanation

To deploy a file from OpenDeploy Base to OpenDeploy Receiver, the following steps need to be done:

A. In OpenDeploy Base, the odnodes.xml file should have a nodeSet entry with the Receiver's host name and listening port. This allows the Base to communicate with the Receiver.

B. In OpenDeploy Receiver, the odnodes.xml file should have a nodeSet entry with the Base's host name and listening port. This allows the Receiver to receive files from the Base.

C. The listening ports mentioned in both the Receiver and Base should be the same. This ensures that they can establish a connection and transfer files successfully.

Therefore, the correct answer is A, B, and C.

Which Oracle Enterprise stage read property can be set using db options to tune job performance?

  1. memsize

  2. arraysize

  3. partitionsize

  4. transactsize


Correct Option: B

What is the Default partitioning method used between 2 "parallel" stages?

  1. same

  2. Round Robin

  3. Hash

  4. Random


Correct Option: A
  1. dsjob -run -mode NORMAL -instance

  2. dsjob -run -mode NORMAL -wait -instance

  3. dsjob -run -mode NORMAL .

  4. dsjob -run -mode MULTI .


Correct Option: C
  1. Snapshot of website

  2. Stamped with date and time and captures everything needed to replicate the site

  3. Stored in edition cabinet in repository

  4. Created using active contents only


Correct Option: A,B,C,D
  1. A folder map is an XML file that consists of rules that place content files in specific locations in Web Cabinets, based on each content file’s properties

  2. Web Publisher does not make a call to the folder map file every time a user creates a new object or changes an object’s properties.

  3. When Web Publisher encounters paths in the primary folder map to secondary folder maps, Web Publisher evaluates the rules in the secondary folder map before returning to the primary folder map

  4. Rules in the folder map file define property values and repository paths.


Correct Option: A,C,D