Which abstract methods must be overridden for a Service-based Business Object?
A. getVersion(), isCompatible(), init(),getServiceName()
B. getVersion(), isCompatible(), supportsFeature(), getVendorString()
C. getVersion(), isCompatible(), init(), getModuleName()
D. getVersion(), isCompatible(), getVendorString(), getServiceName()
Which interfaces should be implemented to create a Type-based Business Object?
A. IDfDocument and IDfDynamicInheritance
B. IDfTypedObject and IDfDynamicInheritance
C. IDfPersistentObject and IDfDynamicInheritance
D. IDfBusinessObject and IDfDynamicInheritance
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.
In the following code, which statement is required to create a public ACL object (assume all variables and objects are valid)?
A. newACL.setObjectName("Public Read ACL");
B. newACL.setDomain("dm_dbo");
C. newACL.setACLClass(3);
D. newACL.grant("dm_world", IDfACL.DF_PERMIT_READ, "");
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
What do the following statements do?
A. create an IDfPermit object that grants READ permissions to the topsecret group
B. create an IDfPermit object that grants READ permissions to the topsecret role
C. create an IDfPermit object that grants READ permissions to the topsecret application
D. create an IDfPermit object that requires users to be a member of the topsecret group
Which interface is used to generate the repository tickets for other users?
A. IDfClient
B. IDfAdminClient
C. IDfSession
D. IDfPermit
Which statement changes a private acl to public acl?
A. IDfACL acl = (IDfACL) session.getObject(...); acl.setACLClass(3); acl.save();
B. IDfACL acl = (IDfACL) session.getObject(...); acl.setOwnerName("dm_dbo");acl.save();
C. update dm_acl object set acl_class = 3 where r_object_id = '...'
D. update dm_acl object set owner_name = 'dm_dbo' where r_object_id = '...'
Given the following template acl:
Which statement is true?
A. sysObject.getAccessorName(0) returns "dm_dbo".
B. sysObject.getAccessorName(0) returns "%dept".
C. sysObject.getACLName() returns "Dept Delete ACL".
D. sysObject.getACLName() returns a system generated ACL.
Given the following permissions on a document: How do you update the permissions to deny access to group_a?
A. execute IDfSysObject.revoke("group_a")
B. execute IDfSysObject.truncate("group_a")
C. execute IDfSysObject.setGroupName("group_a") and executeIDfSysObject.setGroupPermit(0)
D. execute IDfSysObject.truncate("r_accessor_name") and executeIDfSysObject.truncate("r_accessor_permit")
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.