A client is modernizing some of their AEM sites to go from static to editable templates so they can use the latest features around has the following parameters:
1.
The client currently has a dozen static templates that they want to move to editable templates.
2.
The existing pages use the parsys paragraph system for storing components.
3.
Each page based on one of the static templates has its own custom properties tab that is unique for that template type.
4.
The client wants template authors to be able to create the editable templates.
Which approach should an Architect use to meet these requirements?
A. 1. Use a new page component for editable templates based on the core components page component
2. Migrate page properties to respective components dialogues
B. 1. Use a new page component for editable templates based on the core components page component
2. Convert page properties to policies
C. 1. Use the same page components for editable templates
2. Use a new template type for each static template
D. 1. Use the same page components for editable templates
2. Create a new editable template based on each of the existing page components
A website built on AEM Sites displays the company's stock price in the footer of all pages. The stock data is retrieved from a third party REST service using two-way SSL and rendered in an AEM component using HTL During performance testing in the last development sprint it becomes apparent that the third party service sometimes takes up to 30 seconds to respond, which degrades the overall site performance.
How should an Architect address this issue?
A. Call the REST service directly from the browser
B. Temporarily remove the component from all content
C. Load the stock data component asynchronously
D. Add a 5 second timeout to the REST call
During the implementation of a public-facing website based on AEM as a Cloud Service, the customer raises an additional requirement to have a commenting functionality for end users implemented on the pages.
What should the Architect do to make the design a future proof solution?
A. Save comments in JCR and leverage Sling Distribution to synchronize comments between publishers
B. Integrate a third-party solution to store comments externally
C. Use MongoDB as provided with AEM as a Cloud Service to store the comments
D. Save comments in JCR and leverage reverse replication to synchronize comments via author
A customer has a requirement to allow authors to access AEM with single sign-on. To achieve this an Architect needs to integrate AEM with the customer's identity management system.
Which two actions could an Architect take to meet this requirement? (Choose two.)
A. Implement the generic SSO Authentication Handler interface
B. Configure the Sling Authentication Requirements for the OSGi HTTP Service
C. Configure the SAML Authentication Handler
D. Configure the generic SSO Authentication Handler
E. Implement a custom JAAS Login Module
An AEM customer is designing a new website. The design shows that images are very prominent on the website but there is a concern about the big variety of aspect ratios used. Images can potentially be used on different places and
components on the website. The customer is looking for a maintainable solution to limit the amount of content editing work when adding the assets to the pages.
Which solution should an Architect recommend?
A. Integrate with Dynamic Media (Scene 7) and enable smart cropping
B. Use inline cropping feature of the image component on the pages
C. Use the cropping feature on the asset in the AEM DAM
D. Integrate with Dynamic Media (Scene 7) and enable smart imaging
A client is using AEM and wants to make sure they are managing their configurations correctly. Refer to the following requirements: The client has multiple brands that they will be hosting on a single AEM implementation The client wants to reuse as much between brands as possible Each brand needs to be able to override the default values for items like contact us information The client plans to support multiple languages in multiple regions for each brand Each brand/language/region combination will have its own set of content approvers used as part of a custom workflow Which approach should an Architect recommend to manage the client's configurations for AEM?
A. Use the OOTB Configuration Browser to set configuration defaults and approval group by brand/language/region combination.
B. Use Context-aware configurations to manage configuration overrides and approval group by brand/language/region combination.
C. Use OSGi to manage approval group and provide default contact us information by runmode.
D. Use OSGi Configuration to handle configuration overrides by brand. Create a new workflow for each brand/language/region combination for content approval.
A large digital agency has 10 TB of assets in their DAM where renditions for each Asset must be created without affecting performance for the authors. Which capability should the Architect recommend to meet the requirements?
A. Reduce the number of AEM Asset versions
B. Create AEM multi-threaded workflow
C. Use AEM Asset Offloading
D. Update dispatcher configuration to cache Assetsa
A new AEM Sites implementation includes a component that lists the 10 most recently published PDF documents in AEM Assets. The component works as expected during development and passes QA testing. The business starts to use it while entering content and uploading assets in preparation for go-live. A few days later, the component's PDF list is empty.
What is the most likely cause of the issue?
A. A PDF with too large file size has been uploaded.
B. The component is missing a matching Oak index.
C. The component is missing the HTL display context to escape the PDF title.
D. A PDF with incorrect MIME type has been uploaded.
A financial sector client is using AEM 6.5 on premise. The creative team needs to create the content for the various marketing campaigns that are scheduled. The client wants to use Experience Fragments (XF) to accelerate content creation for marketing purposes.
Which Data flow diagram should an Architect use to communicate requirements to the client network team?
A. OptionA
B. OptionB
C. OptionC
D. OptionD
AEM as a cloud service introduces major changes in the architecture by using containers. Which key architectural change was necessary to allow this to occur?
A. Using Adobe 10 for asset ingestion and processing, storing it on a separate blob and providing AEM with metadata
B. Using sling content distribution as the replication mechanism
C. Using MongoDB for Author environment
D. Isolating /app and /libs from the content, configurations and state mgmt.