An html page is published and is accessible through the dispatcher. A client is trying to access the updated page but is not getting the updated content.
A rule /type “allow” /glob “*.html” is present in the dispatcher /cache /rules configuration The HTTP header “Cache-Control: max-age=3600” is set for all requests with the html extension The /invalidate section is not set in the dispatcher configuration A flush agent is configured on the publish instance A CDN is serving all static content including html files and was flushed manually
Why does the content fail to update on the client side?
A. The file was cached on the client side in the browser cache.
B. There is no /invalidate section present in the dispatcher configuration to invalidate the updated content.
C. The flush occurred before the content was replicated because there are a lot of items in the queue.
D. The content is still cached in the dispatcher after the CDN flush.
Which gate needs to be passed after the code is deployed?
A. Performance test gate
B. Compilation test gate
C. Unit test gate
D. Code quality test gate
How often is a full online compaction (revision cleanup) run by default?
A. Every week
B. Every 2 months
C. Every month
D. Every 2 weeks
Why does the size of the repository double when running online compaction?
A. A cache is created to improve performance of compaction.
B. A backup generation is stored on disk after online compaction.
C. The first generation is only cleaned after running a second online compaction.
D. A temporary working generation is stored on disk but removed afterwards.
Which transportUri should be used to configure a Flush Agent for a dispatcher listening on localhost port 8000?
A. http://localhost:8000/dispatcher/invalidate.cache
B. http://localhost:8000/invalidate.cache
C. http://localhost:8000/dispatcher/cache.invalidate
D. http://localhost:8000/bin/receive
What are the two benefits of running the version purge maintenance task? (Choose two.)
A. Increases the system performance
B. Compacts disk space for unreferenced versions
C. Reclaims disk space
D. Cleans up versions that can not be restored
E. Removes old versions of packages
On which instance should a flush agent be configured to prevent invalidation timing issues after invalidation?
A. Author
B. Loadbalancer
C. Dispatcher
D. Publish
A company is launching a new multinational AEM site. The new site will have a large pool of authors all over the world. The company needs to be sure it can handle the load.
The load requirements for the new site are as follows:
A daily load scaling from 100 to 1000 authors Create multiple pages and live copies (including MSM rollouts) Upload multiple images into Assets Assign 1000 tags to each new pages
What can the DevOps Engineer do to make sure the AEM instance can handle the load?
A. Set up a cold standby instance
B. Use standard Cloud Manager tests
C. Set up auto scaling
D. Use Adobe Tough Day 2
A DevOps Engineer is deploying an AEM environment in a private network.
How can the DevOps Engineer restrict other clients or applications from flushing the cache?
A. Set up client certificate authentication in the dispatcher configuration
B. Set permissions on the publish instance by using Access Control Lists to allow the publish instance private IPs
C. The allowedClients section in the dispatcher configuration should only allow the publish instances private IPs
D. Configure the /filter section of the dispatcher configuration with an allow rule to make sure the correct client's private IPs are allowed to flush the cache
A company needs to support 1500 unique users per day and 300 concurrent users for their author instance.
Which persistence storage option should the DevOps Engineer select?
A. TarMK
B. S3
C. MongoMK
D. RDBMS