New Reviewer Flashcards
(80 cards)
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