Vcehome > EMC > Legato Cert > E20-405 > E20-405 Online Practice Questions and Answers

E20-405 Online Practice Questions and Answers

Questions 4

Given the following architecture: To disable full-text search for end users of Webtop, on which computer should you update the dfc.properties file?

A. server1 only

B. app1 only

C. both server1 and local1

D. both app1 and local1

Browse 229 Q&As
Questions 5

A TBO has been created for a custom object type called my_loan_application. The TBO relies on a dependant SBO to calculate credit scores. The TBO is only invoked by the Webtop application. Where does the SBO execute?

A. Global registry machine

B. Content Server JVM

C. Application Server JVM

D. the client browser's JVM

Browse 229 Q&As
Questions 6

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.

Browse 229 Q&As
Questions 7

DFC is NOT required to be installed on ____.

A. the Content Server

B. an Application Server hosting a WDK application

C. an end user's computer using Webtop

D. an end user's computer using Documentum Desktop

Browse 229 Q&As
Questions 8

What does the following statement do while updating a repeating attribute "attr_name" that has only one valuein it (assuming valid objects and variables)?

obj.setRepeatingString("attr_name", 2, "test");

A. updates attr_name with the value "test" at the third position

B. throws a runtime DfException

C. updates attr_name with the value "test" at the second position

D. appends attr_name with the value "test"

Browse 229 Q&As
Questions 9

What does the object retrieval method getObjectByQualification() do if the provided query returns no object?

A. throws a DfObjectNotFoundException

B. returns null.

C. returns an IDfCollection object containing no element

D. throws a DfResultContentException

Browse 229 Q&As
Questions 10

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 ();

Browse 229 Q&As
Questions 11

Which function does IDfFile provide in addition to the java.io.File functionality?

A. compresses the file

B. gets and sets the URI

C. gets and sets the icon of the file

D. gets and sets the Macintosh resource path

Browse 229 Q&As
Questions 12

How would you package the dependent external JARs of a dynamically deployed business object?

A. copy the external JARs to the DFC client machine where the business object runs

B. add the external JARs to the business object JAR file

C. import the external JARs using Documentum Application Builder

D. copy the external JARs toDOCUMENTUM/dba/java_methods

Browse 229 Q&As
Questions 13

When developing code that uses DfLogger to write logging information, what indicates the severity of a given message?

A. a setting in dmcl.ini file

B. parameters of the logging method

C. the text of the message that is being logged

D. the method that is called to log the message

Browse 229 Q&As
Exam Code: E20-405
Exam Name: EMC Content Management Server Programming(CMSP)
Last Update: May 01, 2024
Questions: 229 Q&As

PDF

$49.99

VCE

$59.99

PDF + VCE

$67.99