A developer is starting an AEM instance every time in the debug mode by providing JVM parameters in the console. The developer needs to automate this process to avoid adding JVM parameters at every start of an AEM instance.
How would the developer accomplish this goal?
A developer needs to extend a complete dialog from the core component, except for one tab.
Which property can be used to achieve this goal?
A developer wants to customize a core component.
Which property needs to be set in the new component to achieve this goal?
A developer has created a custom workflow model which includes a JAVA-based custom process step. During the creation of this custom process step, some data has been saved in metadata programmatically for subsequent workflow steps.
Which code snippet can be used to save this metadata in JAVA code7
A developer working in an AEM as a Cloud Service environment will be using Golden Master.
What is being used by this developer?
A developer has created a custom workflow model. While using this custom workflow model on multiple assets/pages, an individual workflow instance is getting started for each asset/page.
Which property can be enabled to start a single workflow instance if multiple assets/pages have been selected7
A developer has to allow third-party applications to access the content of the Experience Fragment directly, using only the URL. It should be available through the browser.
Which selector would be used for this purpose?
Which plugin cleans the container project's target folder before Maven build?
A developer needs to produce various content fragments depending on some dynamic names and decides to use JAVA code.
Which code snippet should be used to create a new content fragment?
A developer wants to be able to execute the following query:
SELECT
*
FROM [ntbase] AS s
WHERE
s.status ='STARTED'
Which two options are mandatory additions to the Index? (Choose two.)
A developer wants to render Hello World' only in edit mode. Which approach would be used?
Which two options are included in the AEM service pack release notes? (Choose two.)
A developer wants to replace the element name of the host element with titleLevel property of the model in HTL.
Which action would be taken to complete this task?
While configuring a Content Fragment Component, the author has selected 'Display Mode' as 'Single Text Element'. This enables the selection of one multiline text element and enables paragraph control options.
Which two properties will now determine the resulting action? (Choose two.)
A developer has to enable the indexing of multiple properties asynchronously. Which type of index would the developer use?