Which capability should be used?
A customer needs to update metadata for thousands of assets in AEM. Which capability should be used? A. Sling JCR APIs B. Update Asset workflow C. Import a CSV file D. WebDav Reference: https://www.adobe.com/content/dam/www/us/en/marketing/experience-manager-sites/pdfs/aem-assets-tips-tricks-sheet.pdf
What should the Architect do to resolve the issue?
The home page of an ecommerce site displays properly on the Author instance. The same page on the Publish instance is rendered with missing styles and fonts. It is confirmed that all necessary components, templates, client libraries, and user permissions have been replicated. What should the Architect do to resolve the issue? A. Use dependencies […]
Which model should the Architect recommend to improve performance?
A customer with a static website uses an agency to centrally manage its content. The website is targeted for an international audience as shown in the following diagram: Which model should the Architect recommend to improve performance? A. Publish to and cache content in the CDN B. Use Adobe Target to deliver content in each […]
What should the Architect recommend to display product data?
A customer wants to integrate an e-Commerce platform with their AEM site. Product data is stored on a separate Product Information Management (PIM) system. PIM is managed by the e-Commerce platform. The customer has the following requirements: • Product images need to be stored on AEM • The customer has a central API gateway and […]
How can both bundles be deployed most efficiently across all environments?
A custom AEM application contains Bundle A and Bundle B. Bundle A has a dependency to Bundle B via Import-Package. How can both bundles be deployed most efficiently across all environments? A. Use the Felix Web Console to upload the bundles in the correct order. B. Create one content package per bundle and use a […]
What should the developer do to resolve this issue?
A developer creates a custom component. The component dialog includes the following two fields: The component should display the first ‘X’ characters of the text entered in the ‘text’ input where ‘X’ is the number entered in the ‘charLimit’ input. If zero, or no value, is entered in the ‘charLimit’ input then the text should […]
What should the developer do to resolve this issue?
A developer creates Editable Templates based on a custom Page component. The developer wants to leverage the Style System within the Editable Templates to allow authors to switch between the Dark and Light Theme. The Style System dialog is NOT enabled for the site. What should the developer do to resolve this issue? A. Define […]
Which set of steps should the developer take to meet these requirements?
A developer needs to implement a service component that should be manually configured by operations to react on operational circumstances. The service component should NOT be active by default. The service has the properties myservice.name (one string value) and myservice.stringValues (a list of the string values) to be configured. The developer needs to use OSGi […]
How should the developer modify the number of transient nodes to be triggered until automatic saving?
A developer is installing a content package with the package manager. The developer needs to restrict the approximate number of nodes in a batch that is saved to persistent storage in one transaction. How should the developer modify the number of transient nodes to be triggered until automatic saving? A. AEM instances automatically modify the […]
Refer to the following four Client Library Folders.
Refer to the following four Client Library Folders. A developer uses the following: What is the resulting HTML? A. B. C. D.