How do you disable the "Target" context menu item on components in AEM 6.0?
A. Set the property "cq:disable Targeting" to true on the dialog node.
B. Set the property "cq:disable Targeting" to true on thecomponent node.
C. Set the property "cq:disable Targeting" to true on the cq:editConfig node.
D. Set the property "cq:disable Targeting" to true on thecq:editConfig/cq:listeners node.
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.
You are logged in as userA and you are impersonating userB. How are your activities logged in the access.log?
A. The logged userld is "userB impersonated by userA"
B. The logged userld is "userA on behalf of userB"
C. The logged userld is "userB"
D. The logged userld is "userA"
Which should be configured to create a custom log file with a different log level?
A. Apache Sling Log Configuration
B. Apache Sling Logging Reader Configuration
C. Apache Sling Logging Logger Configuration
D. Apache Sling Logging Configuration
Which command would you enter in your CQ Component script to get the template path of an AEM page in publish instance?
A. Properties-get("cq:temp|ate"/-);
B. Page.getTemplate();
C. Page.getTemplate().getPath();
D. resource.getTemplate.getPath();
Which log file in
A. Audit.log
B. Error.log
C. Stdout.log
D. Stderr.log
Which statement about client libraries is true?
A. A client library node type has the jcr:primaryType value nt:folder
B. The clientlibrary for a project called myappshould be defined under /etc/clientlibs/myapp
C. To include only CSS files In the header.jsp from the client lib called "myproject.all" use
D. Use the Day CQ HTML Library Manager service in the Felix console to compress and minify the generated CSS for better performance on production systems.
Which statement regarding an AEM instance started with author run-mode is correct?
A. Author run-mode CANNOT be used to preview a website,
B. The side-kick does NOT appear in the author mode,
C. The run-mode can be changed to publish after installation,
D. The run-mode CANNOT be changed to publish after installation.
Which option will enable an in-place edit of a component that contains HTML text in it?
A. Exhibit A
B. Exhibit B
C. Exhibit C
D. Exhibit D
Using the default Dispatcher configuration, which type of URL will have a response cached by the Dispatcher?
A. URL denied by the /cache sections in dispatcher.any file.
B. URL without a file extension.
C. URL with query parameters.
D. URL with an extension in its suffix.