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 81:

    Which interface does the IDfCollection interface inherit from?

    A. IDfTypedObject
    B. IDfSysObject
    C. IDfQuery
    D. IDfDocument

  • Question 82:

    Which interface must be implemented by the implementation class of an SBO enabled as a web service?

    A. com.documentum.fc.client.IDfService
    B. com.documentum.mthdservlet.IDmMethod
    C. javax.servlet.http.HttpServletRequest
    D. com.documentum.fc.client.IDfWebService

  • Question 83:

    The following code is an SBO method that returns a TBO: What would be the state of the TBO session in the object that calls this SBO method?

    A. The TBO's session will be invalid.
    B. The TBO's session can be accessed since it is independent of the SBO.
    C. A new session is created and stored with the TBO.
    D. The TBO will share the session created in the object that requested the TBO.

  • Question 84:

    What will be the outcome of executing the doSave() method in the following TBO class? (Assume the BOF required interfaces and methods are implemented.)

    A. object_name attribute will be set to "New Document" in the repository.
    B. object_name attribute will be set to "Modified Document" in the repository.
    C. object_name attribute remains unchanged in the repository.
    D. A compilation error will be thrown as there is no setObjectName method in the TBO.

  • Question 85:

    What kind of module is used to create a Documentum Web Service?

    A. Type-based Business Object
    B. Service-based Business Object
    C. Web-based Business Object
    D. Custom Module

  • Question 86:

    Which code statements would create a new folder (assuming valid objects and variables)?

    A. IDfFolder folder = (IDfFolder)session.newObject("dm_folder");folder.setFolderName( objectName );folder.link (filePath ) ;folder.save();
    B. IDfFolder folder = (IDfFolder)session.newObject("dm_folder");folder.save();
    C. IDfFolder folder = (IDfFolder)session.newObject("dm_folder");folder.setObjectName( objectName );folder.link(filePath ) ;
    D. IDfFolder folder = (IDfFolder)session.newObject("dm_folder");folder.setObjectName( objectName );folder.save();

  • Question 87:

    Which is the minimum privilege needed to package and deploy business objects?

    A. sysadmin
    B. superuser
    C. coordinator
    D. contributor

  • Question 88:

    Which interface declares the save()method?

    A. IDfSysObject
    B. IDfTypedObject
    C. IDfDocument
    D. IDfPersistentObject

  • Question 89:

    Which action is NOT performed by the IDfSysObject.addESignature() method?

    A. verify that Trusted Content Services are enabled
    B. verify that the object is signed
    C. verify that the document is checked in
    D. verify that preSignatureHash is valid

  • Question 90:

    An object type test_type extends dm_document, and has an attribute test_attr of type int. An object of type test_type exists in the repository with test_attr set to 1, and the object_id parameter in the following line of code points to that object.

    IDfSysObject testObject = (IDfSysObject)session.getObject(object_id);

    What happens as the result of calling testObject.getString("test_attr") ?

    A. null
    B. "1"
    C. ""
    D. an IDfException set to DM_DFC_E_TYPE_MISMATCH

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.