Which property should be used to find the repository where the configuration changes made in the Web Console are saved?
A. Persistent Identity (PID)
B. Reference Repository
C. Component.id
D. Component.name
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/*
You have written an OSGi service with the class name com.acme.myapp.EmailUpdate, You only we this service to run on the publish instance. Which two configurations would run the service on the publish instance only? (Choose two).
A. Option A
B. Option B
C. Option C
D. Option D
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();
How do you delete a property inside a Node object?
A. node.setProperty(npropertyName","");
B. node.setProperty("propertyName",null);
C. node.delete("propertyName");
D. node.removeProperty("propertyName");
When configuring a custom log file on a production publish instance, which two statements are true? (Choose two).
A. Web Console url http://
B. Always start with the log level DEBUG on the production server to get more information.
C. Create a run mode based on Apache Sling Logging Logger configuration for publish run mode as org.apache.sling.commons.log.LogManager.factory.config-
D. The physical location of the custom log file is NOT relative to the crx-quickstart folder.
What does the vlt command 'resolve' do?
A. Removes the conflict markers.
B. Semantically resolves conflicts.
C. Removes the conflict-related artifact files.
D. Allows the path to be committed with the conflicts.
What is the optimal way to check-out content from the JCR repository to the local file system?
A. Use VLT export command.
B. Create and build a package using CQ Package manager. Download and unzip the package in the local file system.
C. Use VLT import command.
D. Download content from the repository as an XML file.
How can a JSP be included in a sightly template?
A.
C.
D. <%@ include file="1nclude.jsp" %>
Where are ACL node permissions for a node stored in the JCR?
A. They are stored as ACL permission in the groups under /home/groups
B. They are stored as ACL permissions in the user node under/home/users
C. They are stored as rep:policy node under the same node
D. They are stored inside the template node under/etc/designs
While modifying an OSGi bundle configuration from the Felix Web Console, when are configuration changes applied?
A. After restarting the CQ instance,
B. After restarting the bundle.
C. After restarting the service.
D. Immediately as it takes precedence at runtime.
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