Practice Free AD0-E125 Exam Online Questions
Which endpoint format is commonly used for AEM Forms REST API calls?
- A . /api/forms/submit
- B . /bin/forms/action
- C . /content/forms/api
- D . /etc/clients/formdata
A developer needs to authenticate API requests for submitting AEM Forms data programmatically.
Which method should be used?
- A . OAuth 2.0 authentication
- B . Enable anonymous API access
- C . Configure form submission to bypass authentication
- D . Store API credentials in a client-side JavaScript file
Which AEM log file provides detailed information about form submission errors and processing issues?
- A . error.log
- B . dispatcher.log
- C . audit.log
- D . access.log
A Forms Developer is building a form in AEM Forms Designer. One of the form fields must be invisible when the form is rendered as well as appear when the user clicks on an Action button. The form also needs to be built with the ability to shift to accommodate the visibility change.
Which type of .PDF Form (Static vs Dynamic) and Layout “presence” should the Forms Developer implement in this forms build?
- A . “Dynamic” Form and “Hidden" presence
- B . “Dynamic” Form and “Invisible” presence
- C . “Static” Form and “Invisible” presence
- D . “Static” Form and “Exclude from Form Processing” presence
Which services are required to generate dynamic PDFs using form submission data? (Choose three)
- A . Forms Service
- B . Adaptive Forms Manager
- C . Output Service
- D . Data Integration Service
- E . Assembler Service
A Forms Developer is asked to install an AEM 6.5 service pack on a working instance of AEM.
What are two ways to automatically install the service pack? (Choose two.)
- A . Place the package into ../crx-quickstart/sp/install folder when the server is available offline and restart the AEM instance
- B . Place the package into ../crx-quickstart/sp/install folder when the server is available online
- C . Use the HTTP API from Package Manager and use cmd=installsp&recursive=true so that the nested packages are installed
- D . Use the HTTP API from Package Manager and cmd=install&recursive=true so that the nested packages are installed
- E . Place the package into ../crx-quickstart/install folder when the server is available online
A Forms Developer recently joined ABC Corp and started analyzing the code snippet below:
window.on("bridgeInitializeStart", function (evnt) { var gb = evnt.detail.guideBridge; gb.registerConfig("postExternalMessageConfig", { "postExternalHandler" : function(data) { // assume we have a child window with an id ‘childWindowId’ var childWindow = document.getElementById("#childWindowId").contentWindow; var tmpEvent = document.createEvent("CustomEvent"); tmpEvent.initCustomEvent(data.name, true, true, data.data); childWindow.dispatchEvent(tmpEvent); } }); });
What is the outcome of the code snippet shown?
- A . It will provide the GuideBridge instance to a content window from a child window.
- B . It will provide the instance to set the event handler on custom event.
- C . It will provide the GuideBridge instance to a child window from the parent window.
- D . It will bind the GuideBridge instance to a global window object
Which JDK version is supported in building OSGi bundle in AEM Forms?
- A . AEM Forms 6.4 supports JDK 1.7 and AEM Forms 6.5 supports JDK 1.8
- B . JDK 1.8 or any above version except JDK 15
- C . JRE 1.8 and JRE 11 to build the OSGi bundle
- D . JDK 15 to build and deploy OSGi bundle
Which features are available in the AEM Forms Workflow Engine? (Choose three)
- A . Task Assignment
- B . Parallel Processing
- C . Form Submission Validation
- D . Real-time Data Synchronization
- E . Integration with External APIs
Which Adobe service enables integration between AEM Forms and other Adobe Experience Cloud products?
- A . Adobe I/O
- B . AEM Web Console
- C . Dispatcher Configuration API
- D . OSGi Admin API
