You want to add additional features to a Node. What should you do?
A. Invoke the Node's addMixin() method passing the name of a mixin.
B. Replace current jcr:primaryType with jcr:mixin.
C. Add a new jcr:primaryType value to the Node.
D. Add a new nt:base Node type to the Node - Answers A. Invoke the Node's addMixin() method passing
the name of a mixin.
When does CQ automatically create a version in a default CQ installation (author and publish instance)?
A. When content in an author instance is activated to a publish instance
B. When content in an author instance is modified and saved
C. After building a package that includes modified and saved content in author instance
D. After saving changes to a template configuration or after saving code changes of a component script -
Answers A. When content in an author instance is activated to a publish instance
You are logged in as userA and you are impersonating userB. How are your activities logged in the
accesslog?
A. The logged userId is "userB"
B. The logged userId is "userB impersonated by userA"
C. The logged userId is "userA"
D. The logged userId is "userA on behalf of userB" - Answers A. The logged userId is "userB"
You want the process script to automatically advance the workflow to the next step after execution.
Which dialog form field of a Process Step must be set to true?
A. Timeout Handler
B. Handler Advance
C. Timeout
D. Process Arguments - Answers B. Handler Advance
You want to define a Java based CQ workflow process step. Which interface must your class implement?
A. The com.day.cq.workflow.exec.JavaWorkflow interface
, B. The com.day.cq.workflow.exec.WorkflowData interace
C. The org.osgi.service.event.EventHandler interface
D. The com.day.cq.workflow.exec.WorkflowProcess interface - Answers D. The
com.day.cq.workflow.exec.WorkflowProcess interface
You are working with two components: Component A and Component B. Component B has a slightly
different behavior than component A. What is the best way to reuse the default script of component A
in component B?
A. Set a property in component B called sling:resourceSuperType with the path to component A and
omit the default script in component B
B. Set a property in component B called sling:resourceSuperType with the path to component A and
create an empty default script in component B
C. Set a property in component B called sling:resourceSuperType with the path to component A and
include the default script of component A in the default script in component B
D. Copy the default script from component A into component B - Answers A. Set a property in
component B called sling:resourceSuperType with the path to component A and omit the default script
in component B
You created a site/project/en and want to add language sites/de and /fr. What is the best practice to
create the additional language sites?
A Create a workflow with a custom process step that creates the according language pages whenever
you create a new /en page.
B. Use the WCM console to copy and paste from /en.
C. Create and download a CQ package containing the /en site. Open the zip file and rename the / en
folder to /fr or /de, then reinstall the package.
D. Use the Language Copy tool. - Answers D. Use the Language Copy tool.
Which option do you need to add to the Java-based crx-quickstart command to specify that you will be
using an LDAP authentication?
A. Dcom.day.crx.security.ldap.LDAPLoginModule=required
B. Dcom.day.crx.core.CRXUserManagerImpl=crx-quickstart/server/etc/ldap_login.conf
C. Djava.security.auth.login.config=crx-quickstart/server/etc/ ldap_login.conf
D. Dcom.day.crx.security.ldap.principals.LDAPPrincipalProvider= crx-quickstart/server/etc/
ldap_login.conf - Answers C. Djava.security.auth.login.config=crx-quickstart/server/etc/ ldap_login.conf