Which is NOT a valid interface?
A. IDfCabinet
B. IDfFolder
C. IDfDocument
D. IDfGroup
How many objects will have their subject attribute updated when the following code is executed? (Assume that there are 25 objects having the string 'test' in their object_name.)
A. 19
B. 20
C. 24
D. 25
What happens when the abort() method is executed in the following manner? (Assume the operation is populated.)
A. This code will cause an error as the operation has already been executeD.
B. Abort can only be called from within an IDfOperationMonitor object.
C. The underlying database transaction will be rolled back.
D. The operation will attempt to undo what it did during the execution.
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.
What does the following code do?
A. removes all versions of an object
B. removes only the current version regardless of the version selected
C. removes the exact object relating to the given object ID
D. It does nothing as sysObj.save() has not been called.
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 product is used to implement the SOAP protocol stack for the Web Services Framework?
A. Apache Axis
B. XFire
C. JBoss WS
D. WebMethods Glue
The IDfXMLQuery interface _____
A. cannot be used to perform DQL queries directly from XSL stylesheets
B. provides functionality for running queries against a repository, returning the results asXML
C. provides functionality to navigate XML content
D. can be used to perform XML transformation actions directly on XML documents withinthe repository
The following XSL builds a query: Line 5 is supposed to store the result of the DQL query as a string and pass that as a parameter to the XDQL template function.
Which code belongs in line 5?
A.
B.
C.
D.
Which setting controls the format of DFC logging messages created by calls to DfLogger?
A. entries in the log4j.properties file
B. server.ini settings on the Content Server
C. regional settings in the operating system
D. the locale setting of the session in which the log messages are created