E20-405 Exam Details

  • Exam Code
    :E20-405
  • Exam Name
    :EMC Content Management Server Programming(CMSP)
  • Certification
    :EMC Certifications
  • Vendor
    :EMC
  • Total Questions
    :229 Q&As
  • Last Updated
    :May 30, 2026

EMC E20-405 Online Questions & Answers

  • Question 91:

    You want to add idChild1 to idRoot as a late-bound virtual document child of idRoot. You use the following code: Which part of the code is missing?

    A. doc.checkout();IDfVirtualDocument vDoc = doc.asVirtualDocument("CURRENT", false );IDfVirtualDocumentNode nodeRoot = vDoc.getRootNode();IDfVirtualDocumentNode nodeChild1 = vDoc.addNode( nodeRoot, null,docChild1.getChronicleId(), null,false, false );doc.save();
    B. doc.checkout();doc.addChildRelative("node", idChild1, "CURRENT", true, "" );doc.save();
    C. IDfVirtualDocument vDoc = doc.asVirtualDocument("CURRENT", false );IDfVirtualDocumentNode nodeRoot = vDoc.getRootNode();IDfVirtualDocumentNode nodeChild1 = vDoc.addNode( idRoot, null,docChild1.getChronicleId(), null, false,false );
    D. doc.checkout();IDfVirtualDocument vDoc = doc.asVirtualDocument("CURRENT", false );IDfVirtualDocumentNode nodeRoot = vDoc.getRootNode();IDfVirtualDocumentNode nodeChild1 = vDoc.addNode( nodeRoot, null,docChild1.getChronicleId(), "2.0",false, false );doc.save ();

  • Question 92:

    Which is a valid DFC package?

    A. com.documentum.da.user
    B. com.documentum.workflow
    C. com.documentum.transaction
    D. com.documentum.fc.lifecycle

  • Question 93:

    Given the following repositories that are projecting to the following Connection Brokers:

    How do you dynamically add host2 as additional Connection Broker, such that Docbase A and Docbase B are listed as available repositories?

    A. change "host = host1" to "host = host1, host2" in dmcl.ini
    B. execute IDfDocbrokerClient.addDocbroker("host2",1489);
    C. add the following statements in the dmcl.ini:[DOCBROKER_BACKUP_1] host=host2 port=1489
    D. add the following statements in the dmcl.ini:[DOCBROKER_SECONDARY] host=host2 port=1489

  • Question 94:

    What does the following code do?

    A. adds a new group called "topsecret"
    B. adds a new dynamic group called "topsecret"
    C. adds the user associated with the current session to the "topsecret" dynamic group
    D. adds a group called "top secret" to the DFC cache, which can later be used to completecreation of a new dm_group object

  • Question 95:

    Which statement is true about query types?

    A. DF_CACHE_QUERY is used for long query strings and stores results in a query cachefile.
    B. DF_EXEC_QUERY is used for long query strings that will not affect any repository dataduring processing.
    C. DF_QUERY can be used for any DQL Query and generally used for any query that willaffect the repository.
    D. DF_EXECREAD_QUERY is used for long query strings that will affect any repositorydata during processing.

  • Question 96:

    When IDfWorkflowBuilder.initWorkflow() is executed, what is the intial state of an installed workflow?

    A. Running
    B. Dormant
    C. Halted
    D. Initiated

  • Question 97:

    Given the following code:

    Which catch blocks should you use to handle the DfException?

    A. catch (DfException dfe){throw new DfException("DFC_E_BAD_CODE", dfe);}
    B. catch (DfException dfe){throw new DfException(dfe);}
    C. catch (DfException dfe){DfLogger.error(this, "Error locking object", null, dfe);}
    D. catch (DfException dfe){}

  • Question 98:

    Which statement is true about Documentum Web Services Framework (WSF)?

    A. All business objects can be exposed as Services using WSF.
    B. Currently WSF does not support secured SOAP transfer.
    C. WSF does not require UDDI to discover Web services.
    D. Currently WSF only supports J2EE clients.

  • Question 99:

    What does the IDfSysObject.checkout() method do?

    A. only places a lock on an object from the repository
    B. places a lock on an object from the repository and downloads the content
    C. places a database row level lock on the rows representing the object
    D. places a lock on an object from the repository and sets its r_lock_machine attribute

  • Question 100:

    What is the default behavior when you add a directory from the file system to an import operation?

    A. The directory will be imported by itself.
    B. The directory and all documents it contains will be importeD.
    C. The directory and all files and subdirectories will be importeD.
    D. It will result in an error.

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only EMC exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your E20-405 exam preparations and EMC certification application, do not hesitate to visit our Vcedump.com to find your solutions here.