New Reviewer Flashcards
A client uploads XDPs from Workbench. The client cannot render the forms as HTML5. What should the client do?
A.Change the time interval on the FormsReplicationScheduler
B.Change the profile resource super type in the FormsManager AddOn Configuration
C.Change the FormsManager AddOn Configuration to synchronize synchronously
D.Change the time interval on the FormsManager AddOn Configuration
B
How should a developer support mobile devices for the Search and Lister component?
A.Within the edit dialog of the search pane, click the Enable Mobile checkbox
B.Within the edit dialog of the list pane, click the Enable Mobile checkbox
C.Build a custom component
D.Do nothing. The component adjusts accordingly
D
What is a reason to use a form fragments when designing templates to be rendered as PDF?
A.To fully integrate with analytics
B.To allow multiple forms to use the same fields
C.To improve publisher system performance
D.To make sure fragments are not replicated to a publisher
B
A Watched Folder endpoint throws a coercion error when consuming an XML variable. What is causing this error?
A.A Watched Folder can only consume a Document variable
B.A Watched Folder can only consume a List of Documents
C.A Watched Folder can only consume a String variable
D.A Watched Folder can only consume a Map of Documents
B
Instance Manager must be used to remove a row. Which line of code should be used to perform this task?
A.row_name.instanceManager.removeInstance(this.row_name.instanceIndex);
B.instanceManager.removeInstance(this.row_name.instanceIndex);
C.row_name.instanceManager.removeRow(row_name.instanceIndex);
D.instanceManager.removeInstance();
A
What is an advantage of implementing an HTML5 form set?
A.The ability to replicate to a publisher instance
B.The ability to implement form sets without requiring special permissions on the dispatcher
C.The ability to bundle XFA templates together and restrict those templates based on user input
D.The ability to bundle XFA templates together and display those templates based on user input
D
You are creating a form in AEM Forms Designer. The visibility of a form field is set to hidden. What is the result?
A.The field is removed from the layout on render
B.The field remains at the same X.Y position and is replaced with a blank space
C.The field is removed from the layout
D.The field remains at the same X.Y position and is removed from the layout
D
An organization needs a reusable function in a design template that receives a numeric value. How should the function be declared?
A.function ProcessData(var value)
B.function ProcessData(value)
C.function ProcessData(int value)
D.public void ProcessData(int value)
B
What is a use case for an Adaptive Document?
A.To create an interactive web-based representation of a PDF portfolio that can be embedded into a site
B.To capture user information and drive users through a series of screens (dynamic interactive)
C.To create an Adaptive Form that can be saved offline and allow a mobile workforce to continue to work
D.To display a user account balance after a transaction on a site (non-interactive)
A
What is the purpose of /libs/fd/fm/content/manage.json?
A.To return a list of formsets that match a specific criterion
B.To return a list of servlets that match a specific criterion
C.To return a list of forms that match a given criterion
D.To return a list of custom components that match a specific criterion
C
A developer must change the structure of the input xml before passing it on to the next service. As a best practice, how should this task be performed?
A.By writing an XSLT
B.By looping through manually in the process
C.By using a lot of setvalue objects
D.By writing code in a script object
A
A field is set to hidden. What happens to the field when a Document of Record is generated?
A.The field is excluded if ‘Exclude fields from DoR if hidden’ is selected in the Document of Record settings
B.The field is automatically included in the Document of Record
C.The field is automatically excluded from the Document of Record
D.The field is included if ‘Include fields from DoR if hidden’ is selected in the Document of Record settings
A
Which annotation does a Remote Function require?
A.@ServiceMethod
B.@Service
C.@Properties
D.@Component
A
For a given solution, a developer investigates an error where data is being received by the process from a web service call. The data does not show up in the
HTML5 form. Where should the developer look to find what is causing this issue?
A.The server memory
B.The white list settings on the server
C.Schema Bindings of the form
D.The data field visibility option on the form fields
D
What feature is NOT supported by a ‘Document of Record’?
A.Data binding
B.Rich text
C.Printing
D.XDP creation
B
What is the correct way to configure a process to use a watched folder endpoint?
A.Either in workbench or in the administration console
B.In workspace
C.Using the command line in the console
D.Either in workspace or in the administration console
A
An email endpoint is configured with the following domain pattern: *aem.com. What is the result?
A.Email addresses that have aem.com are mass emailed
B.Email addresses that have aem.com are processed
C.Email addresses that contain referrer aem.com are processed
D.Email addresses that have aem.com are rejected
B
What is the difference between the &lc_version and &version request parameters in a SOAP endpoint?
A.version is the Workbench and lc_version is the process engine
B.lc_version is the process engine and version is the application
C.version is the process engine and lc_version is the Workbench
D.version is the process engine and lc_version is the application
D
Why should an adaptive form author implement server-side revalidation?
A.To run more complex validation logic
B.To maintain the integrity of validation scripts
C.To have the server verify the data in case the end user bypassed validation logic logically
D.To have the server verify the integrity of the data in case corruption occurred during transit
C
A developer needs to render an adaptive form with a specific locale. The developer cannot use the afAcceptLang and Accept-Language parameter.
Which process should the developer use?
A.Language setting of the user specified in AEM
B.Modify the global dictionary locale
C.Modify the render policies locale
D.Modify the locale in the templates from container
A
A form must be rendered with XML data. The rendered PDF form will be sent to an end user to sign. What are the appropriate document services to implement such a process?
A.Forms merges a template with a data and Digital Signatures enables the use of signature fields
B.Forms merges a template with the data and Reader Extensions enables the use of signature fields
C.Reader Extensions merges a template with the data and Forms enables the use of signature fields
D.Output merges a template with the data and Reader Extensions enables the use of signature fields
D
In which situation should an eligibility expression be used in a form set?
A.Specific Form script should only trigger the logged in user possesses certain CRX permissions
B.A specific form in the set should be hidden unless the user enters an age of over 18
C.A specific formset should not appear in Forms Portal unless the user uses a specific locale
D.A specific field should not appear unless the user selects a specific country
B
What service within AEM is used to stitch multiple documents together resulting in an interactive PDF?
A.Digital Rights Management
B.Output
C.Assembler
D.Reader Extensions
C
A client needs to modify the “Guide LiveCycle Process Locator and Invoker” configurations. Why does this change need to be made?
A.The client incoming XML data does not match the output XML
B.The client needs to map data to an AEM Forms workflow process
C.The client output XML data does not match the input XML
D.The client needs to map data to an AEM workflow
B
A developer needs to export a Correspondence Management solution. What should be the file type of the exported package?
A.LCA
B.CMP
C.ZIP
D.CM
B
An XML variable is not being updated when its content is modified and passed as data into a form. What is the appropriate way to debug this problem?
A.Change the data type from XML to String variable
B.Check the Xpath expression to make sure that the node reference is correct
C.Change the data type from XML to a document variable
D.Check the log file for any errors that involve invalid XPATH expressions
D
A user wants to enable Reader to save form data from a Microsoft SharePoint server through an integration connector. How should the connector be configured?
A.Configure the AEM JCR to SharePoint connector on the AEM server
B.Create a custom component on the AEM server to communicate with the SharePoint server
C.Open the SharePoint document through Acrobat and Reader Extend the document locally
D.Configure the SharePoint to the AEM JCR connector on the SharePoint server
A
Which type of key is needed to enable Adobe Sign?
A.Configuration Key
B.Integration Key
C.Adobe Sign Key
D.Integration Service Key
B
What is the input path of a watched folder whose input is the result of a different watched folder?
A.Configure \path\output folder as input to the watched folder
B.Configure \path\input folder as input to the watched folder
C.Configure \path\result folder as input to the watched folder
D.Configure \path\stage folder as input to the watched folder
C
A developer is working a Document of Record template. Which naming convention should be used under the AF_FIELDSSUBFORM subform?
A.AF_name of the field in all caps>_XFO eg.AF_CHECKBOX_XFO
B.name of field in all caps>_AF eg.CHECKBOX
C.AF_name of field in all caps> eg.AF_CHECKBOX
D.AF_name of field in all caps>_XFO eg.AF_checkBox_XFO
A
In which scenario should global XML elements be used in a form set?
A.Common fragments exist within the form set
B.Common fields exist across multiple forms in the form set
C.Common form subforms exist within the form set
D.Common form widgets exist within the form set
B
A form developer loads an adaptive form without the wcmmode=disabled query string parameter. What is the result?
A.The form does NOT load correctly
B.Apache String throws a null pointer error
C.Apache String throws a missing parameter exception
D.The form loads correctly
D