An AEM Forms developer wants to assemble multiple PDF documents into a single PDF document using the Assembler service. The developer needs to invoke a certain method on the com.adobe.livecycle.assembler.client.AssemblerOptionSpec object to instruct the Assembler service to continue processing a job when an error occurs.
Which option shows the correct way of using the needed method to accomplish the goal?
Correct : C
This is the method that an AEM Forms developer needs to invoke on the com.adobe.livecycle.assembler.client.AssemblerOptionSpec object to instruct the Assembler service to continue processing a job when an error occurs. It sets the failOnError property to false, which means that the Assembler service will ignore any errors and try to complete the job as much as possible.
Start a Discussions
What is the name of the OSGI Configuration with which an AEM Forms developer configures a data source from a relational database?
Correct : B
This is the name of the OSGI Configuration with which an AEM Forms developer configures a data source from a relational database. It allows the developer to specify the connection properties such as driver class name, connection URL, user name, password, and pool size.
Start a Discussions
An AEM Forms developer is assembling three source XDP documents into a single resultant XDP document using Assembler service in AEM Forms. The resultant XDP document must contain the three source XDP documents, including their associated data.
Which syntax will the developer need to use?
A)
B)
C)
D)
Start a Discussions
An AEM Forms developer is configuring Watched Folder properties for schedule of Asynchronous batch processes. By default, the waitTime property is configured as 3,600,000 milliseconds, and the file was created one minute earlier.
After how many minutes will the file be picked up from the scanned folder?
Start a Discussions
Which console in the Navigation panel of AEM allows users to manage products, product catalogs, and orders related to a site?
Correct : A
This is the console in the Navigation panel of AEM that allows users to manage products, product catalogs, and orders related to a site. The Commerce console provides features such as creating and editing product categories, importing product data from external sources, managing product variants and prices, and viewing order details and statistics.
Start a Discussions