Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

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 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.

Give third-party vendors access to the Author Server

B.

Use the Preview Capabilities of AEM Author Server

C.

Export content as PDF and share with the vendors

D.

Add a Publish (preview) Server and provide access

A customer's DAM and Sites is growing exponentially while preparing for a go-live. The AEM architect has noticed that the online compaction on the author failed yesterday and finds this log entry:

INFO [pool-23-thread-1] com.adobe.granite.maintenance.impl.MaintenanceJobsManagerImpl

Name='RevisionCleanupTask', Status='ERROR',

Result='Revision GC: Stopped by user.',

Details='("created":1668218400006,"started":1668218400006,"finished":1668229200598,"duration":10800592}'

What step would the architect take to resolve this issue for the production environment with no downtime?

A.

Configure the full compaction to run on weekdays

B.

Increase the daily maintenance window

C.

Manually run the online compaction

D.

Perform an offline compaction

A website hosted on AEM as a Cloud Service (AEMaaCS) uses a private key to decrypt data received from a secure web platform. The private key is stored as an encrypted OSGi configuration on the AEM publishers using the OOTB AEM Crypto Support bundle. The architect has received reports from developers stating that while the feature works on the AEMaaCS environments, they fail to decrypt the data on the local development environment.

What two actions would the architect take to resolve the issue? (Choose two.)

A.

Use the cryptosupport API to decrypt the private key and re-encrypt the value using the /system/console/crypto console

B.

Export the CryptoKey from AEMaaCS environment by creating a content package of the /etc/key path

C.

Restart the com.adobe.granite.crypto OSGi bundle or restart the entire AEM instance

D.

Navigate to /crx-quickstart/launchpad/felix/bundle//data in the file system and copy the hmac and master files from the source instance to the target instances

E.

Start the local AEM environment with the -Dcom.adobe.granite.crypto.file.disable=true option

A customer has a website with 10,000 pages and wants to improve performance. Which option should be used?

A.

Specify a wildcard allow rule in the invalidate section

B.

Advise to use URL parameters instead of sling selectors

C.

Decrease .stat file level from the default

D.

Increase .stat file level from the default

On AEM 6.5, a new "update asset title workflow" is flooding the JCR with unnecessary information on each instance of the Workflow. In which two ways would an architect prevent the "update asset title workflow" instances from being recorded? (Choose two.)

A.

Configure Workflow purges

B.

Add a delete step to the Workflow

C.

Set the Workflow to be transient

D.

Limit which assets the Workflow is run on to the most viewed assets

An architect is leading a cross-functional team in a retail organization tasked with enhancing the online shopping experience. The goal is to render product pages and catalog pages using Adobe Experience Manager (AEM), while keeping the checkout process within the commerce engine. The team is considering different architecture options to achieve this. Given the complexity of the project and the need for seamless integration, which architecture would provide the most suitable solution?

A.

Monolithic Architecture

B.

Centralized Architecture

C.

Headless Architecture

An enterprise client is on-boarding an AEM Desktop application to provide authors with the ability to load the AEM repository virtually on the file system. The desktop application is unable to connect to the AEM Author, which has SSL enabled. The intermediate certificate is installed on Apache.

How should an Architect resolve this issue?

A.

Install the certificate chain to the keystore of the AEM authentication service user

B.

Install the Root certificate to the AEM truststore

C.

Install the certificate chain to the keystore of the AEM ssl-service user

D.

Install the certificate chain to the AEM truststore

A website built on AEM as a Cloud Service (AEMaaCS) leverages browser caching of JavaScript and CSS files to optimize page load times. After the caching is enabled, QA testers notice that newly delivered components are lacking newly developed features and are missing styling, even hours after their deployment. Further analysis identifies outdated CSS and JavaScript files in the browser cache as the root cause.

What steps would an AEM architect take first to fix this issue?

A.

Check the Adobe Granite HTML Library Manager OSGi configuration to see if the timestamp appending option is enabled

B.

Append a user-specific unique ID query parameter to each JavaScript and CSS call as a cache-bust mechanism

C.

Add max-age=300 and must-revalidate Cache-Control headers to JavaScript and CSS files in the dispatcher configuration

D.

Check whether the clientlib paths are included in the dispatcher invalidation section of the Cloud Manager Deployment pipeline

On AEM 6.5, when an editor tries to edit pages on the author, some pages only show a blank screen. Upon inspection of the logs, the following exception is found:

Which action would an architect try to restore functionality to the system without data loss?

A.

Increase the tarmk.size value in the SegmentNodeStoreService config

B.

Run the Data Store Garbage Collection maintenance task

C.

Restore the most recent back-up of the author instance

D.

Use the oak-run jar to revert the segment store to the last good revision