You have two IDfTime interfaces, time1 and time2.
Which syntax should be used to determine if these two times are on the same date?
Reveal answer details Close answer details
Correct answerD
EMC · E20-405
Preview real exam questions, verified answers and available explanations before choosing a study plan.
|
Single choice
You have two IDfTime interfaces, time1 and time2. Which syntax should be used to determine if these two times are on the same date? Reveal answer details Close answer detailsCorrect answerD
Single choice
What will the following method return when the object path contains multiple objects? Public IDfPersistentObject getObjectByPath(Sting objectPath) Reveal answer details Close answer detailsCorrect answerD
Single choice
Given the following code: Which statement is true? Reveal answer details Close answer detailsCorrect answerA
Single choice
Which interface does the IDfCollection interface inherit from? Reveal answer details Close answer detailsCorrect answerA
Single choice
You have a handle to an IDfVirtualDocument using the followng code: Which steps are the recommended way to only add the root node of a virtual document to the operation (i.e. in the call operaton.add(... Reveal answer details Close answer detailsCorrect answerC
Single choice
What is a WSDL file used to define? Reveal answer details Close answer detailsCorrect answerA
Single choice
When IDfWorkflowBuilder.initWorkflow() is executed, what is the intial state of an installed workflow? Reveal answer details Close answer detailsCorrect answerB
Single choice
What information can be combined into a DFC trace? Reveal answer details Close answer detailsCorrect answerB
Single choice
What does the IDfSysObject.checkout() method do? Reveal answer details Close answer detailsCorrect answerD
Single choice
Which statement is true about the destinationObject parameter in the method IDfXMLTransformNode.setDestination(Object destinationObject)? Reveal answer details Close answer detailsCorrect answerC
Single choice
Which method is used to set the principal authentication identity? Reveal answer details Close answer detailsCorrect answerA
Single choice
During DFC installation, the "Primary Interop Assembly Installer checkbox" appears. What happens when this checkbox is checked? Reveal answer details Close answer detailsCorrect answerC
Single choice
Which method gets the object associated with the node that was determined by the binding rules? Reveal answer details Close answer detailsCorrect answerD
Single choice
Given that attr_name is a single-valued attribute of type int with NO value set and assuming valid variables and objects, what would the following code do? Reveal answer details Close answer detailsCorrect answerB
Single choice
Which method is used to remove a lifecycle from an IDfSysObject instance? Reveal answer details Close answer detailsCorrect answerB
Single choice
Given the following code: (assume all variables and objects are valid). What is the problem with releasing the session in this manner? Reveal answer details Close answer detailsCorrect answerB
Single choice
Which statement is true about SBOs? Reveal answer details Close answer detailsCorrect answerD
Single choice
Given the following permissions on a document: How do you update the permissions to deny access to group_a? Reveal answer details Close answer detailsCorrect answerA
Single choice
What is the client process for redeploying an SBO stored in the global registry after updating the business logic of an SBO, but not the interface? Reveal answer details Close answer detailsCorrect answerC
Single choice
The IDfValidationOperation uses a temporary directory to perform XML validation. Given the following code: Which syntax can be used on line 10 to set the temporary directory? Reveal answer details Close answer detailsCorrect answerA
Single choice
What effect does the freeze() method have on an assembly? Reveal answer details Close answer detailsCorrect answerD
Single choice
Given the following SBO interface: The implementation class is in the same Java package, and is named KeywordSBO. What is the preferred SBO name that should be supplied to Application Builder? Reveal answer details Close answer detailsCorrect answerB
Single choice
Where can DFC tracing be turned on? Reveal answer details Close answer detailsCorrect answerD
Single choice
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") ? Reveal answer details Close answer detailsCorrect answerB
Single choice
Which statement about Operations is true? Reveal answer details Close answer detailsCorrect answerA
Single choice
Lifecycles are represented in DFC by which interface? Reveal answer details Close answer detailsCorrect answerC
Single choice
Repositories A and B project to Connection Broker server1, and repositories Y and Z project to Connection Broker server2. Reveal answer details Close answer detailsCorrect answerC
Single choice
What problem would you have when enabling the following SBO method as a web service? Reveal answer details Close answer detailsCorrect answerD
Single choice
Which is a valid DFC package? Reveal answer details Close answer detailsCorrect answerD
Single choice
What should be performed after processing query results? Reveal answer details Close answer detailsCorrect answerC
Single choice
Which statements move a document using the IDfSysObject interface? IDfSysObject sysObj = (IDfSysObject)session.getObject(myId); Reveal answer details Close answer detailsCorrect answerA
Single choice
Both IDfSysObject.getContent() and IDfSysObject.getFile()retrieve content. What is the preferred method to access content? Reveal answer details Close answer detailsCorrect answerC
Single choice
What kind of module is used to create a Documentum Web Service? Reveal answer details Close answer detailsCorrect answerB
Single choice
The following line appears in a DFC trace log file: [main] .MyTBO@eb724. setObjectName("My New Object") What does the "eb724" represent? Reveal answer details Close answer detailsCorrect answerC
Single choice
Which pre-defined parameter cannot be substituted at runtime during XSLT transformation using XDQL? Reveal answer details Close answer detailsCorrect answerB |