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. Create AEM multi-threaded workflow
B. Use AEM Asset Offloading
C. Update dispatcher configuration to cache Assets
D. Reduce the number of AEM Asset versions
How should an Architect reduce the time needed to index content?
A. Set the queryPaths property
B. Convert any property index to a lucene index
C. Set the include or excludePaths properties
D. Set the reindex property to true
Which approach should be used when applying ACLs to a user that has been synchronized with an LDAP?
A. Apply permissions to the synced group
B. Add user property mappings for a synced user. AEM will assign ACL's based on these
C. Apply permissions directly to the synced user
D. Add a synced group to a local AEM group that has permissions
An implementation needs to perform user-specific JCR read and write operations in a secured way.
Which JCR session should be used?
A. Resource Resolver
B. Sling Request
C. Administrative Login
D. Workspace Manager
A large news agency wants to classify, manage, and search content effectively, Which capability should be used to design this solution?
A. Meta Data Tags
B. Query Builder
C. Renditions
D. Adobe Launch
A large retail customer is building their ecommerce platform on AEM.
Several third-party vendors sell products through their site.
Those vendors need to review and verify the content close to production before the content goes live and
the customer wants to provide them a restricted environment.
Which approach should the Architect recommend?
A. Add a Publish (preview) Server and provide access
B. Give third-party vendors access to the Author Server
C. Use the Preview Capabilities of AEM Author Server
D. Export content as PDF and share with the vendors
How should OSGl configurations be deployed in AEM?
A. As an XML file
B. As text files
C. Using the OSGl config console
D. As a package
A customer has multiple web applications built on different platforms. The customer wants their users to access an AEM application without logging in if users have already logged in to any other application.
Which configuration should the Architect recommend?
A. Granite SSO Authentication Handler
B. Jackrabbit Oak External Login Module
C. Granite OAuth Authentication Handler
D. Granite Token Authentication Handler
A multi-regional retail company has been using a featured product component on their home page with static content.
As part of the enhancement the retail company wants to leverage Adobe Target to personalize the featured product displayed only to the users in one region. There is plan to apply this enhancement to additional regions in the near future. It is required to keep the featured product component backward compatible without updating the site content.
Which option should the Architect recommend?
A. Introduce personalization logic to the "featured product" component
B. Introduce component versioning and proxy component pattern
C. Use sling:superResourceType and editable templates
D. Use the out-of-the-box ecommerce component
A customer needs to pre-define filtering criteria that can be used on an asset search results in the AEM DAM.
What should the Architect recommend?
A. Add predicates to Search Rail in Search Forms
B. Overlay Filter Component in Search Results Page
C. Extend Global Search Field to include filtering criteria
D. Implement filters using Query Builder API