01. A business team wants to know where applicants abandon a long adaptive form, using the organisation's Adobe analytics service rather than a report built by hand.
Which two things does that arrangement require?
(Choose two.)
a) A workflow that records each applicant's progress through the form into the repository for the analytics service to collect
b) A document of record generated at each panel so that the analytics service can measure how far applicants read
c) A submit action that posts the completed data to the analytics service alongside the back-end system
d) An analytics configuration made available to the form, identifying the report suite the data is sent to
e) The form's analytics tracking switched on, so that the events describing progress are emitted as it is used
02. A process must call an existing database routine that applies the bank's own eligibility rules and returns a decision, and the team will not reimplement those rules in the process.
Which JDBC service operation is appropriate?
a) The operation that executes a statement, issuing the routine's body as inline SQL
b) The operation that queries for multiple rows, selecting from each of the tables that the routine reads
c) The operation that calls a stored procedure, passing the inputs and reading the values it returns
d) The operation that queries for a single row, selecting the decision the routine last recorded
03. A service pack has just been applied to an AEM Forms environment and the maintenance window is still open.
Which two verifications belong in that window?
(Choose two.)
a) Reapply the pack a second time to confirm that the installation is repeatable in production
b) Exercise a representative form end to end, including its submission and the document it produces
c) Remove the previous version of the pack from the package list so the instance holds only the current one
d) Raise the logging level across the instance so that any later fault is captured in full detail
e) Confirm that every deployed bundle has returned to a started state after the instance restarted
04. A single-page application hosted on a different domain has to call an AEM Forms endpoint from the browser, and the calls are being refused before they reach any application code.
Which two things must be arranged?
(Choose two.)
a) Allowance for the preliminary request the browser sends before the call it actually intends
b) A rewrite on the instance that presents the endpoint under the calling application's own domain
c) A signed token on each request so the instance can attribute the call to the calling application
d) A relaxation of the endpoint's authentication so the browser is not asked for credentials it lacks
e) A cross-origin policy on the instance that names the calling origin and the methods it may use
05. An adaptive form has to be prefilled from the organisation's customer relationship system, which exposes its data through a widely adopted open protocol for querying business entities over HTTP.
How is that source brought into AEM Forms?
a) As a client library on the form, whose script calls the system and populates the fields on load
b) As a configured data source of that protocol's type, over which a form data model is then built
c) As a workflow launcher on the form, whose model calls the system and writes the values into the payload
d) As a submit action on the form, whose implementation calls the system and returns the values to it
06. An AEM Forms JEE environment is restored from backup after a failure. Processes resume, and a number of documents that had been referenced by in-flight jobs cannot be retrieved.
What most likely went wrong?
a) The database was captured before the service was stopped, so its job records are individually incomplete
b) The document storage area was captured while the service was running, so its files are individually incomplete
c) The document storage area was restored to a different path, so the service is unable to write new documents
d) The document storage area and the database were captured at different moments, so their references no longer agree
07. An external application has to invoke an AEM Forms JEE service over the network, and the calling team works in a language with no Java runtime available to it.
Which two endpoint types suit that caller?
(Choose two.)
a) A Watched Folder endpoint, whose invocations a caller triggers by placing files where the service reads
b) A SOAP endpoint, whose contract any platform with a web service client can consume
c) An EJB endpoint, which only a platform with a Java client can consume through the application server's own protocol
d) A Task Manager endpoint, whose work items a caller receives through the workspace a person signs into
e) A REST endpoint, whose operations any platform with an HTTP client can consume
08. An insurer produces renewal letters as an interactive communication. Most go out unchanged in a scheduled overnight run, and a small number are reviewed and adjusted by an agent before they are sent.
Which two capabilities support that arrangement?
(Choose two.)
a) Channel duplication, in which a separate communication is authored for the letters an agent will adjust
b) Agent-mediated production, in which an agent opens the prepared communication and edits the parts left editable
c) Fragment substitution at send time, in which the agent replaces the whole letter with an alternative document
d) Batch production driven by the communication's data source, which generates the unchanged letters unattended
e) Print channel suppression, in which production of the reviewed letters is held back from the print channel until approved
09. An integration with an external scoring service needs an API key. A developer proposes holding it in the client library that calls the service, so that the call can be made as the applicant types.
How should that proposal be assessed?
a) Accept it, because a client library under the application tree is served only to authenticated applicants who reach the form
b) Reject it, because a client library cannot make an outbound call, and place the key in the form's own configuration instead
c) Accept it, because the key can be obfuscated in the library and rotated whenever the integration is redeployed
d) Reject it, because a client library is delivered to the browser, and route the call through a server-side component holding the key
10. Documents produced on an AEM Forms JEE environment must be extended so that recipients can fill and save them in the free Reader, and the environment has just been rebuilt.
Which administrative step enables that?
a) Enable the document services endpoints in the environment so the service can apply usage rights
b) Install the server's own TLS certificate into the environment so the service can apply usage rights
c) Install the Reader extensions credential into the environment so the service can apply usage rights
d) Grant the administrator the document services role in the environment so the service can apply usage rights