New! Flashcards
Multiple OSGi configurations exist in multiple locations within the Java Content Repository (JCR).
In which order do these configurations apply
A. configurations with the prod runmode and then /etc/config./apps
B. /configurations with the most matching runmodes and then /apps/confisg, /jcr/configs
C. configurations with the prod runmode and then /libs/configs, /apps/configs
D. /apps./libs and then configurations with the most matching runmodes
D
When configuring the dispatcher module, what setting is required to make sure the dispatcher is used? A. SetHandler dispatcher-handler B. SetHandler dispatcher-module C. SetModule module-dispatcher D. SetModule handler-dispatcher
A
.Which three regular maintenance tasks should be executed and scheduled regularly? (Choose three.) A. Audit log purge B. User cache purge C. Workflow purge D. Version purging
ABC
Which log file in /crx-quickstrat/logs should you look at to see logging
messages indicating events during startup?
A. Audit.log
B. Error.log
C. Stdout.log
D. Stderr.log
C
What are three causes if Dispatcher stopped updating cache files in the cache directory on
the Webserver? (Choose three).
A. The request to the page in question contain query string parameters.
B. The request to the page in question has authorization headers and dispatcher.any does
not contain \allowAuthorized.
C. Dispatcher Flush agent is disabled on publish instance.
D. The request URI of the page in question should always start with /content.
ABC
In a typical author, publish and dispatcher setup,where is the dispatcher flush configured? A. In the author instance. B. In the publish instance. C. In the dispatcher module. D. At the webserver level.
A
In a typical Maven project, you will have a content module that contains a file
src/main/content/META-INF/vault/filter.xml which defines the filters for the AEM package
built by Maven.
Your project has this structure:
jcr-root
apps
my project (components, templates, configs)
etc
designs
my project (css & js)
Select the correct filter entry thatwould be included in the src/main/content/METAINF/vault/filter.xml
file:
A. filter root=7apps/myproject/templates7
B. filterroot=7libs/foundation7
C. filterroot=7apps7
D. filter root=7etc/designs/myproject7
D