A client recently purchased the Smart Content Service and is considering using the Enhanced Smart Tagging feature. As part of the process, the client recently created a new tagging taxonomy that has not been applied to any assets yet. An Architect needs to demonstrate the feature on a subset of the client's assets before using on all assets.
How should the Architect proceed?
A. Add sample assets to a new folder, tag assets in folder, then enable Smart Tagging via the folder properties
B. Add sample assets to a new folder, tag assets in folder, then run the Smart Tags Training workflow
C. Enable Smart Tagging via the folder properties for a single folder of assets, then run the Smart Tags Training workflow
D. Enable Smart Tagging via the folder properties for a single folder of assets
A client's marketing pages are generally slow to load which is causing a significant drop in sales. All other AEM pages load within expected performance guidelines regardless of whether the visitor is being served the desktop or mobile experiences.
The marketing pages typically get slower when multiple external campaigns such as Facebook and AdWords drive traffic to those pages. The page performance tends to dip during high traffic periods. Internal campaign clicks such as those from hero images use similar campaign codes as external campaign traffic.
What should the Architect do to resolve this issue?
A. Modify the dispatcher.any file's section to ignore campaign-based URL parameters
B. Set AEM to use GZIP compression instead of the web server's compression
C. Add a new dispatcher farm to assist with the client's marketing pages
D. Convert the marketing pages to a responsive design instead of an adaptive design
Refer to the exhibit.
A customer has SSO on its AEM Author environment using Adobe IMS, which is integrated with the customer's IDP using SAML The customer plans to roll out a new secured website on AEM where SSO authentication is required for end users. The end user accounts are also managed in the customer's existing IDP.
How should the Architect set up the authentication for the website?
A. Integrate AEM Publisher using SAML with Adobe IMS
B. Set up CUG and use User Synchronisation from Author to Publisher
C. Integrate AEM Publisher using SAML directly with the IDP
D. Integrate AEM Publisher using oAuth with Adobe IMS
A client wants to change how they publish their content. Refer to the following client business requirements:
1.
The client has a seasonal business that has significant content changes across their site that need to be rolled out at once based on the season change over date.
2.
The content authors need to be able to work one season in advance of publish dates to ensure that all changes can be completed on time.
3.
The content authors need a way to indicate that all the seasonal changes are ready. If the content changes are not completed, then the pages should not get published.
4.
The content authors need the ability to modify the current live pages without rolling back changes for a future content rollout. What approach should the Architect recommend?
A. Use the Versioning feature when editing a page to toggle and publish changes when ready.
B. Use the Manage Publication with scheduling value set to the season change over date when changes are completed.
C. Create a Project inside of AEM for each new season and create a task for notifying that changes are completed.
D. Use Launches inside of AEM for each new season and use the production ready flag to show changes are completed.
A client's site does not show the latest page content for some site visitors. The client has two data centers with each configured with a Dispatcher connected to two Publish machines. The site load issue only occurs intermittently for visitors from one of the data centers.
Which step should the Architect take to resolve the issue?
A. Disable caching on all impacted data centers Dispatchers to force the Publish machines to serve the page content
B. Check the Publish instance(s) attached to the Dispatcher associated to the impacted data center
C. Check the SSL certificate on the impacted data center's load balance.
D. Review the log files on the Author instances to determine if there are any template errors
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 company with various departments wants to use tagging to improve search capability. Each department is restricted to use its own tags. How should an Architect organize the tags?
A. Create a department sub-tag in each tag
B. Use department ID as a prefix of each tag
C. Create a namespace for each department
D. Create tags in "departmentName:tagName" format
A client using AEM 6.5 on-premise is experiencing an unsustainable repository growth of 100Gb a day. After investigation, an Architect finds out that the DAM is causing this issue. Each image uploaded to the DAM triggers the creation of approximately 100 renditions, necessary by business to consume in different channels and systems. The client also complains about stale content reported by site visitors happening randomly in pages where article-related components are present.
How should the Architect address these issues?
A. Leverage AEM Adaptive Image Servlet, cache image variations in Dispatcher, and reimplement article-related components to use AJAX to load the content
B. Split WCM and DAM in separate instances, set up Connected Assets, and re-implement article-related components to use AJAX to load the content
C. Leverage AEM Adaptive Image Servlet cache image variations in Dispatcher, and implement a cache TTL in Dispatcher
D. Split WCM and DAM in separate instances, set up Connected Assets, and implement a workflow to purge all pages affected by an article change in Dispatcher
Refer to the exhibit.
A customer with an existing AEM implementation wants to enrich product pages with technical data coming from their PIM system. The PIM system sits behind an API Management solution that publicly exposes the PIM API's as RESTful web services with basic authentication as the security mechanism. Data consistency with the PIM and secure access to the APIs are key elements of the integration.
How should the Architect set up the integration between AEM and the PIM?
A. Integrate the AEM Publishers directly with the API Management solution
B. Use a client-side integration with AJAX from the browser to the API Management
C. Import the technical data into the AEM Author and replicate to Publishers
D. Convert the technical data to Content Fragments and expose using Content Services