A developer created a component with the following fields:
What is the correct HTL code and resultant valid URL path generated?
A developer is tasked with designing a solution to accommodate multiple client projects within a single Adobe Experience Manager (AEM) instance, each requiring its own set of unique resources, code, and content.
Given the need for true multi-tenancy, where each tenant operates independently with zero knowledge of other tenants and no shared code, content, or common authors, which approach should the developer recommend?
A developer needs to define vanity URLs in the dispatcher configuration file.
Under which property would this be defined?
A customer added a custom property foo:bar to all assets. Once the property is added, the customer needs to run the following query:
select * from [dam:Asset] where isdescendantnode('/content') and [foo:bar] ="Hello"
How would the customer update the indexes to make sure the query is not a traversal query?
A developer needs to customize the handling of assets in a complex workflow model where different paths process assets based on their metadata and trigger specific external services.
Which approach is a best practice for implementing this solution?
A customer created a workflow launcher to trigger the "Custom Workflow" based on "Node Created" under the folder /var/classes, but the workflow is not triggered.
What is the reason the workflow is not triggered?
A developer wants to deliver personalized content on a webpage.
Which rule should be applied in the dispatcher configuration to ensure cache efficiency?
Which tool is commonly used to manage front-end dependencies and automate tasks like bundling, minification, and transpilation in an AEM project?
A customer is required to fetch only jcr:title property for pages created using the homepage template.
How would the developer write the query using QueryBuilder API?