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/*
Which is a valid out-of-the-box sling run mode?
A. activate
B. production
C. loadsamplecontent
D. nosamplecontent
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.
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,
An author and publish instance has a shared data store with a very large number of assets. Which type of replication is recommended to avoid duplication of data?
A. Asynchronous replication.
B. Binaryless replication.
C. ClusterDataStore with no replication agents.
D. Replication with no versioning.
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:

Select the correct filter entry that would be included in the src/main/content/META- INF/vault/filter.xml file:
A.
B.
C.
D.
Which has the highest preference during Sling Servlet registration?
A. sling.servlet.paths
B. sling.servlet.resourceTypes
C. sllng.servlet.extension
D. sling.servlet.selectors
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 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.