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

E20-405 Online Practice Questions and Answers

Questions 4

Click the button.

Which interface is missing in the diagram? ***Missing Exhibit***

A. IDfFolder

B. IDfCabinet

C. IDfPersistentObject

D. IDfNonPersistentObject

Browse 229 Q&As
Questions 5

When is a computed attribute calculated?

A. once, when a session is opened

B. each time the value is requested

C. when a persistent object is saved

D. when a persistent object is created

Browse 229 Q&As
Questions 6

What entries do you need in the dmcl.ini for setting up dmcl tracing?

A. trace_file and trace_level

B. dmcl.trace.file and dmcl.trace.level

C. tracing.enabled and tracing.level

D. trace.file and trace.level

Browse 229 Q&As
Questions 7

Which statements are required to create a new document object and link it to the Temp cabinet?

A. IDfDocument newDoc = (IDfDocument)session.newObject("dm_document");newDoc.link("/Temp");newDoc.save();

B. IDfDocument newDoc = (IDfDocument)session.newObject("dm_document");newDoc.linkCabinet("/Temp");newDoc.save();

C. IDfDocument newDoc = (IDfDocument)session.newObject("dm_document");newDoc.link(session.getFolderByPath("/Temp")); newDoc.save();

D. IDfDocument newDoc = (IDfDocument)session.newObject("dm_document");newDoc.link(session.getIdByQualification("dm_c abinet where folder('/Temp')));newDoc.save();

Browse 229 Q&As
Questions 8

Given the following: where queryString = "select object_name from dm_document" Which method properly executes a query and returns the appropriate results?

A. public static IDfCollection execQuery(String queryString, IDfSession session) throwsDfException{...

B. setDQL(queryString);col = q.execute(session);...return col;}

C. public static IDfCollection execQuery(String queryString, IDfSession session) throwsDfException{...

D. setDQL(queryString);col = q.execute(session,0);...return col;}

E. public static IDfDocument execQuery(String queryString, IDfSession session) throwsDfException{...

F. setDQL(queryString);objectName = q.execute(session);...return objectName;}

G. public static IDfDocument execQuery(String queryString, IDfSession session) throwsDfException{...

H. setDQL(queryString);objectName = q.execute(session,0);...return objectName;}

Browse 229 Q&As
Questions 9

What is the behavior of IDfSysObject.checkin(false, "")?

A. It saves an object in the repository, creates a new version and unlocks the object.

B. It saves an object in the repository, does NOT create a new version and unlocks the object.

C. It saves an object in the repository, creates a new version and retains the lock on theobject.

D. It saves an object in the repository, does NOT create a new version and retains the lock onthe object.

Browse 229 Q&As
Questions 10

What does the following code do?

A. imports the document into the user's default folder

B. imports the document into the "/Temp" cabinet since the location is not specifiedexplicitly

C. fails because the location is not specified

D. imports the document into the "/System/DocumentsNotLinked" folder

Browse 229 Q&As
Questions 11

Both IDfSysObject.getContent() and IDfSysObject.getFile()retrieve content. What is the preferred method to access content?

A. always use IDfSysObject.getContent()

B. always use IDfSysObject.getFile()

C. use IDfSysObject.getContent() for relatively small size (few KB) content and useIDfSysObject.getFile() for larger content

D. use IDfSysObject.getFile() for relatively small size (few KB) content and useIDfSysObject.getContent() for larger content

Browse 229 Q&As
Questions 12

When querying the dm_queue view to read a user's active workflow tasks, what information is contained in the router_id field?

A. current Activities

B. current Workitems

C. current Workflow Instances

D. current Workflow Templates

Browse 229 Q&As
Questions 13

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

A. Running

B. Dormant

C. Halted

D. Initiated

Browse 229 Q&As
Questions 14

Given the following code: Which statement is true?

A. ACL MyPrivateACL will be updated and will be assigned to sysObj.

B. ACL MyPrivateACL will NOT be updated, but will be assigned to sysObj.

C. ACL MyPrivateACL will be updated and a new system ACL will be assigned to sysObj.

D. ACL MyPrivateACL will NOT be updated and a new system ACL will be assigned tosysObj.

Browse 229 Q&As
Questions 15

What should a single business object JAR contain?

A. only interface OR implementation classes

B. only interface AND implementation classes

C. interface classes, implementation classes and any resources file needed

D. a single manifest file that contains references to any relevant dmc_jar objects

Browse 229 Q&As
Questions 16

The Web Services Framework (WSF) enables content transfer via _____.

A. UCF and Base64 Encoding

B. Base64 and SOAP With Attachments (SAAJ)

C. UCF and Multi-part mime encoding

D. Content Transfer applets

Browse 229 Q&As
Questions 17

Which statement is true about the includeContent(boolean includeContent) method of the IDfXMLQuery interface?

A. If set to true, content will be included within an XML element.

B. The content will always be returned within a element.

C. The query does not have to include r_object_id if the content is to be included.

D. If set to true, the resulting XML file will contain a link to the location of the content in therepository.

Browse 229 Q&As
Questions 18

The log4j.properties file allows changing the logging severity according to the _____.

A. name of the connected repository

B. text of the messages themselves

C. user privileges in the connected repository

D. Java package containing the source code

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

PDF

$49.99

VCE

$55.99

PDF + VCE

$65.99