01. A Forms Developer needs to create a Document of Record so that form users can keep a copy of a submitted adaptive form for printing.
An automatically generated Document of Record needs to make sure any change in the adaptive form immediately shows in the Document of Record.
What are three additional advantages of an automatically generated Document of Record?
(Choose three.)
a) To reuse an existing XDP/XFA template without additional effort
b) To enable binding to XSD schema and populate the Document of Record with external content not in the data payload
c) To ensure data binding from the adaptive form
d) To save time when designing the Document of Record template
e) To automatically hide fields that are marked "exclude from document of record" at the time of submission
f) To support any rich text entered by the end user and document fragments
02. FindInstantJob is a newspaper publishing company that collects job posting data from a centralized DB and publishes it on a newspaper classified page.
The job postings are read from the DB into an XML data file that is merged with the AEM classified page template to send it to various printers for printing.
Which service AEM workflow should be used to produce the classified page for printing from the network printer?
a) Generate PDF Service
b) Output Service
c) Assembler Service
d) Forms Service
03. What are two functions of using form data model?
(Choose two.)
a) Predefined associations in a JDBC data source are created and retained in the form data model automatically
b) Validate data using data model
c) Create data service in AEM
d) Prefill adaptive forms and interactive communications
e) Create adaptive forms and interactive communications
04. An AEM Forms Developer creates a client library to manipulate a form's behavior under /apps/myproject/form1/clientlibs.
While testing form1, the JavaScript code is not executed. The Developer has checked that the category name is already set in the Form Container's Client Library category property.
What else must be done to use the client library in the form?
a) Set allowProxy property to true
b) Create client library in etc/clientlibs
c) Use <cq:includeClientLib/> tag
d) Add the JavaScript files in /content/dam
05. How is an AEM Forms application (LCA) migrated from a Development environment to a QA environment?
a) Export the LCA file from DEV adminUI console and Import the same LCA to QA using adminUI console.
b) Export the deployed LCA from DEV adminUI console and Deploy it to QA using adminUI console.
c) Export the LCA file from DEV using AEM Workbench and Import the LCA to QA using adminUI console.
d) Export the LCA file from DEV using AEM Workbench and Import the same LCA to QA using Workbench.
06. What is the correct order of applying usage rights to a PDF form for use in Workspace?
a) Apply Usage Rights, Inject Form Bridge, renderPDFForm
b) renderPDFForm, Apply Usage Rights, Inject Form Bridge
c) Inject Form Bridge, Apply Usage Rights, renderPDFForm
d) renderPDFForm, Inject Form Bridge, Apply Usage Rights
07. An AEM Forms Developer needs to generate a PDF invoice as a non-interactive document using AEM Forms OSGi Document services API. Which two services can the Forms Developer use?
(Choose two.)
a) Assembler
b) SendToPrinter
c) DocAssurance
d) Output
e) Forms
08. Which annotation should be used while calling an OSGi service from another OSGi service?
a) @OSGiService
b) @Reference
c) @Component
d) @Inject
09. A Forms Developer needs to analyze an issue in a non-production environment on a Forms portal implementation. The portal page contains data lookup service on RDBMS on draft data.
While performing the initial test on draft submission, it results in an error page. The Developer confirms that the customer OSGi bundle that contains the submission service is in an active state on the targeted AEM instance. The Developer needs to systematically troubleshoot this issue.
Which three actions should be taken?
(Choose three.)
a) Implement the OSGi service on the SubmitDataService interface
b) Verify the validity of the service user by successful login from UI
c) Provide the required JDBC driver
d) Provide the missing default and targeted OSGi run mode config to hold JDBC connection URI
e) Bring the customer bundle to a resolved state
f) Attach appropriate ACLs to the AEM Service user used in the service
10. The ABC Pvt. Ltd company asks a Forms Developer to design an AEM form. The Forms Developer needs to follow best practices to leverage a single design in multiple Form rendering to support multiple devices.
While testing the HTML5 form, the AEM QA team finds that most field validations are not working, unlike the PDF form version. What is causing this issue?
a) Form Rendering service removes the JavaScript from the HTML form while rendering from XDP design.
b) Field validations are client scripting, so the designer should set scripting run at Client instead of Server in Script Editor of the Designer.
c) FormCalc scripts on certain form object events does not work as on the PDF Form design.
d) Small devices do not support AEM Client scripting in the HTML Form like the tablet and mobile phone.