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 has created a transient workflow, but a specific step defeats the purpose of making the workflow transient. The step creates a sling job to proceed further and generates error messages in log files.
Which step must be avoided to eliminate this problem?
A developer wants to customize a core component.
Which property needs to be set in the new component to achieve this goal?
A developer is using a Sling Model to apply some business logic to the values stored in the JCR before outputting them to the page, and all injected fields are optional for this model.
What is the proper way to apply this behavior on the class level?
A developer wants to overwrite an OSGi configuration via the codebase.
Which one of the Maven modules is the place to create this configuration on the codebase?
Which configuration on the dispatcher allows the cache of the request with an authorization header?
A developer wants to build an AEM project with a specific version. Which property on Maven would be used for this purpose9
A developer has to enable the indexing of multiple properties asynchronously. Which type of index would the developer use?
A developer wants to see debug logs for SAML. Which logger must be created for this purpose?
A developer needs to use the AEM Core Components. What is the recommended way to complete this task?
A developer must use print-314% in a webpage.
Assuming piValue = -3.14
Which HTL approach would be used?