Book Image

Documentum Content Management Foundations: EMC Proven Professional Certification Exam E20-120 Study Guide

By : Pawan Kumar
Book Image

Documentum Content Management Foundations: EMC Proven Professional Certification Exam E20-120 Study Guide

By: Pawan Kumar

Overview of this book

This is a complete study guide including study material and practice questions to prepare for the EMC Proven Professional certification Exam E20-120. It can also serve Documentum beginners and practitioners as a handy guide and quick reference to the technical fundamentals that is fully up to date for Documentum 5.3. Beginners are introduced to concepts in a logical manner while practitioners can use it as a reference to jump to relevant concepts directly.EMC Documentum is a leading enterprise content management technology platform that helps enterprises to streamline the capture, processing, and distribution of business information including documents, records, e-mails, web content, images, reports, and digital assets. It can also automate entire business processes in accordance with business rules. EMC Proven Professional is an exam-based certification program, which introduced a new EMC Proven Content Management Application Developer (EMCAD) track in early 2007. The first exam in this track is Content Management Foundations (CMF) Associate-level Exam, with exam code E20-120, which tests knowledge about technical fundamentals of Documentum. This book is a study guide to help you prepare for this exam with hundreds of practice questions and an efficient exam-preparation strategy.
Table of Contents (23 chapters)
Documentum Content Management Foundations
Credits
About the Author
Acknowledgement
About the Reviewers
Preface

Test Your Understanding


  1. 1. An object can inherit properties and methods from another object (True/False).

  2. 2. There is no dm_folder_s table (True/False).

  3. 3. Administrators can use DQL to query the objects that DFC would prevent them from accessing due to permission restrictions (True/False).

  4. 4. Suppose a custom type my_document is a subtype of dm_document. When an object of type my_document is created, the first two hex digits of r_object_id for this object will be _____.

  5. 5. The prefix i_ for predefined properties normally indicates:

    a. Immutable

    b. Internal

    c. Imported

    d. None of the above

  6. 6. Suppose a document has only three of its repeating properties set:

    authors='John','Jane';
    keywords='invoice','corporate','finance','software';
    r_version_label='1.2'.
    
    • Given that all of these properties are present in dm_sysobject_r, how many records will this object have in this table?

    a. 1

    b. 2

    c. 4

    d. 8

  7. 7. The dm_document_r table stores the authors property since authors is a repeating property (True/False)....