A customer wants to reduce response time of content served from a single Linux based TarMK AEM setup. What should the Architect change?
A. Publish installation to use TarMK farms
B. Publish installation from TarMK to MongoMK
C. Dispatcher configuration Linux to Windows server
D. Publish installation from Linux to Windows server
A customer has a website with 10,000 pages and wants to improve performance. Which option should be used?
A. Advise to use URL parameters instead of sling selectors
B. Increase .stat file level from the default
C. Decrease .stat file level from the default
D. Specify a wildcard allow rule in the invalidate section
A Slack channel needs to be updated in real time when an Asset is changed in AEM. How should an Architect accomplish the task?
A. Use a JMS event
B. Use a JCR event listener
C. Use a Sling Job
D. Use an Adobe IO event
A client needs to serve customer support-related video content to site visitors. They have videos hosted in the DAM, Facebook, YouTube and Vimeo.
Which video player solution should the client use?
A. Use the AEM Dynamic Media component for all videos
B. Use the out-of-the-box AEM HTML5 Video component
C. Push all DAM videos to YouTube and use the video component
D. Create a new video component to support the required formats
A component needs to retrieve data from the repository and render it on a page using a Sling Model. When the page is published, the component does not render properly for anonymous users.
What should an Architect do to resolve this issue?
A. Use a system user
B. Add everyone to a group with read access
C. Add read access for everyone on the node
D. Use an admin session
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. Review the log files on the Author instances to determine if there are any template errors
B. Check the Publish instance(s) attached to the Dispatcher associated to the impacted data center
C. Disable caching on all impacted data centers Dispatchers to force the Publish machines to serve the page content
D. Check the SSL certificate on the impacted data center's load balancer.
Which dispatcher configuration can prevent unauthorized calls to clear the cache?
A. /allowAuthorized
B. /sessionmanagement
C. /secure
D. /allowedClients
Which two elements of Adobe Experience Cloud are utilized in integrating AEM with other Adobe solutions? (Choose two.)
A. Experience Cloud Core Service
B. Adobe Target
C. Adobe Primetime
D. Adobe Mobile SDK
E. Adobe Creative Cloud
A customer is using an AEM 6.4 core image component for their website. They have an additional requirement to render the title of the associated tags with the image.
How should the Architect implement the new requirement?
A. Using the Java-use class
B. Using annotations
C. Using a Sling Model
D. Using HTL
Which method should be used to extend an existing AEM component for 6.2 and above?
A. Use Sling Resource Merger to cross define the structures required
B. Add new dialog boxes and code to the original component
C. Copy the entire component structure from libs to apps and make changes
D. Modify the Sling Resource Type on the original component