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.
In what two ways can a DevOps Engineer install a content package? (Choose two.)
A. Store the content package in the crx-quickstart/install folder in the filesystem
B. Store the content package in the crx-quickstart/app folder in the filesystem
C. Use CRX Package Manager
D. Upload the package to /content/dam and start the InstallPackageWorkflow
E. Upload the package through the OSGi console
A DevOps Engineer notices that existing pages are not updated through a package installation. The updated pages are present after deleting the pages that are not updating, and reinstalling the package.
What is the source of the problem?
A. Install mode is set.
B. Update mode is set.
C. Merge mode is set.
D. Replace mode is set.
New content is not visible on the website when accessing it via the dispatcher.
Replication from author to publish works fine Dispatcher flush agent is present under /etc/replication/agents.author on the Publish instance, and enabled The checkbox for Dispatcher flush agent configuration is ticked for enabled, when reviewed on the author instance Rules in the dispatcher configuration are correct
Which problem with the dispatcher flush agent is causing this issue?
A. It does not have enough permissions to receive the activation.
B. It is not configured properly in the dispatcher configuration.
C. It is configured properly but uses the incorrect transport user.
D. It is configured properly but located in the wrong path.
A client is submitting a form that contains a CSRF token that is passed using the CSRF-Token HTTP header. When looking at the web server access logs the header is printed out, but on the AEM instance the value is not present in the request.
What should the DevOps Engineer configure to make the values available on the AEM instance?
A. Add the /clientheaders { "CSRF-Token" } in the dispatcher configuration
B. Add X-Forwarded-Header: CSRF-Token in the virtual host configuration
C. Add /filter /0001{ /type "allow" /glob "CSRF-Token" } in the dispatcher configuration
D. Add Header set CSRF-Token in the virtual host configuration
A DevOps Engineer is configuring the Dispatcher to connect with AEM over SSL, and must have specific properties in the dispatcher.any file.
What must be set in the dispatcher.any file?
A. The/renders item includes a property named secure of value 1.
B. The/renders item includes a property named secure of value 0.
C. The/renders item includes a property named ssl of value true.
D. The/virtualhosts item includes a property named ssl of value true.
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 supported web server should a DevOps Engineer use when setting up the dispatcher version 4.3.1 in a Unix environment?
A. Nginx 1.14
B. Apache 2.0
C. IIS 7.5
D. Apache 2.4
A problem is found on an AEM instance.
How can the DevOps Engineer enable the developers to step through the actual code that is running?
A. Connect to the JVM using a JMX connection
B. Start AEM with the remote debugging JVM parameter
C. Start AEM with the debug runmode set
D. Create an SSH tunnel to access the AEM java port
According to Adobe best practices, how should a DevOps Engineer tailor the OSGi service configurations depending on the type of environment?
A. Leverage configuration files in runmode dedicated folder
B. Leverage multiple content packages for each environment
C. Use environment variables to identify the instance and environment type, then load the appropriate configuration files accordingly
D. Provide default configuration in the content package, and apply the differences using the OSGi console