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.
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 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");
The default installation location for AEM 6.0 in an Application Server is ${user.dfr}/crx-quickstart. Which method is used to change this location?
A. Configure the sling.home parameter in the WEB-INF/web.xml file of the AEM WAR file after deployment.
B. Configure the sling.home parameter in the WEB-INF/web.xml file of the AEM WAR file before deployment.
C. Configure the sling.run.modes parameter in the WEB-INF/web.xml file of the AEM WAR file after deployment,
D. Configure the sling.run.modes parameter in the WEB-INF/web.xml file of the AEM WAR file before deployment.
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 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.
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.