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.
Which property is deprecated while resolving a template (T) that can be used as a template for page (P)?
A. cq:allowedTemplates property of the jcr:contentsubnode of P or an ancestor of P
B. allowedPaths property of T
C. allowedParents property of T
D. allowedChildren property of the template of P
Which template allowed Paths expression would allow a page to be created with the path/ content / main / page1/ page2?
A. /content/main/?
B. /content/main/[^/]+(/,*)?
C. /content/main/[A/]+[A/]
D. /content/main/*
When installing Internet Information Services, which Application Development Feature needs to be enabled to work with the AEM Dispatcher?
A. ISAPI Filters
B. Server-Side Includes
C. CGI
D. ISAPI Extensions
Which three best practice statements are true regarding permissions and privileges? (Choose three).
A. Access rights should not be assigned on a user-by-user basis.
B. Use deny statements to specify the access rights of a group of users.
C. After installation, update the passwords for the default users to prevent security breaches.
D. Use a test installation to ensure correct relationships between Users and Groups,
You create an nt:unstructured node inside the apps in CRXDE Lite and then you create a folder inside the apps and click save. What is the expected behavior?
A. The folder and nt:unstructured node, none of them will get saved.
B. The folder will get saved after refreshing the apps.
C. The folder and nt:unstructured node, both will get saved.
D. The folder will get saved.
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 is avalid way of creating an OSGI service?
A. class MyServiceImplextends ServiceRegistry { }
B. ©Service classMyServiceImplextends MyService
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.