A watermark must be placed on image files before the files are archived. What is the appropriate document service to implement such a process?
A. Output converts, flattens, and places a watermark on the converted PDF
B. Document Security applies a security policy that applies a watermark onto the image
C. Assembler places a watermark onto the image file
D. PDF Generator converts the image to a PDF. Assembler places a watermark on the generated PDF
正解:A
質問 2:
Why should a developer add the 'addfields.jsp' to the custom submit sling:Folder?
A. To add fields to the adaptive form to extend the available options of the submission engine
B. To register the custom submit action for use within the CRX
C. To control which form fields will be submitted and consumed by the submission target
D. To expose additional input in the dialog window within the component
正解:A
質問 3:
The following XPath expression is retrieved: attachmentList[0]. What is the result?
A. An index out of bounds error
B. A null pointer error
C. The object at index 0
D. An array of length 1
正解:A
質問 4:
A Watched Folder is configured with the following include file pattern: *.[Nn][Ww][Qq].
Which files are allowed through?
A. Files that contain .NWQ (case sensitive)
B. Files that end with .NWQ (case insensitive)
C. Files that start with .nwq (case sensitive)
D. Files that end with .NWQ (case sensitive)
正解:D
質問 5:
Which script should be used to retrieve every instance of the textfield within a repeating subform?
A. var fields = xfa.resolveNodes("subform[*].textfield");
B. var fields = xfa.resolveNode("subform[*].textfield");
C. var fields = xfa.host.resolveNodes("subform[*].textfield");
D. var fields = xfa.resolveNodes("subform.textfield[*]");
正解:D