Act now and download your 9A0-384 Exam Dumps today! Do not waste time for the worthless 9A0-384 Study Guides tutorials. Download 9A0-384 Dumps Questions with real questions and answers and begin to learn 9A0-384 Study Guides with a classic professional.

Free 9A0-384 Demo Online For Microsoft Certifitcation:

NEW QUESTION 1
Whichis avalid way of creating an OSGIservice?

  • A. class MyServiceImplextends ServiceRegistry{}
  • B. ©Service classMyServiceImplextends MyService…}
  • C. ©Component ©Service class MyServiceImplextends MyService
  • D. /*****/classMyServiceImpI extends MyService{}

Answer: A

NEW QUESTION 2
Assume there are multiple publish instances (publ,pub2 and pub3) serving requests for an online shopping site. The end user is allowed to provide reviews and comments for each product and about their shopping experience. The Dispatcher module is in place to load balance the requests to publish instances and there is only one author instance, named author, where content editors create the pages. When a user, named User A, provides comments and the request being served by publish Instance publ, in which three ways are these comments replicated to pub2 and pub3? (Choose three.)

  • A. Configure the dispatcher flush for the author pointing to a webserver uri on which the Dispatcheris deployed and configured.
  • B. Configure replication agents for the author pointing to publ, pub2 and pub3.
  • C. Configure reverse replication agents for the author pointing to publ, pub2 and pub3.
  • D. Configure a static agent for the author.

Answer: ACD

Explanation: Reference:
http://docs.adobe.com/docs/en/cq/5-4/deploying/configuring_cq.html

NEW QUESTION 3
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.

Answer: B

Explanation: Reference:
http://docs.adobe.com/docs/en/cq/5-6-1/deploying/scaling.html

NEW QUESTION 4
You are using IIS as the Web server with the dispatcher and your websites root folder path is /content/mycompany. The page /content/mycompany/aboutus is edited and activated to the AEM publish instance. Assuming the dispatcher flush agent is NOT available and IIS is installed on C:inetpub of the Windows server, what needs to done for the new version of the page to be seen from the IIS Web server?

  • A. Delete the subfolders of the directory "C:inetpubwwwroot" to dear the content cache.
  • B. Nothing.
  • C. Delete the directory "C:inetpubtempn to clear the content cache.
  • D. Delete the following directory "C:inetpubwwwrootcontentmycompany" to clear the content cache.

Answer: B

NEW QUESTION 5
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<cqincludeClientLib categories="myproject all”/>
  • 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.

Answer: A

Explanation: Reference:
http://docs.adobe.com/docs/en/cq/5-6-1/developing/widgets.html

NEW QUESTION 6
Which should be configured to create a custom log file with a different log level?

  • A. Apache Sling Log Configuration
  • B. Apache Sling Logging Reader Configuration
  • C. Apache Sling Logging Logger Configuration
  • D. Apache Sling Logging Configuration

Answer: C

Explanation: Reference:
http://docs.adobe.com/docs/en/cq/5-6-1/deploying/configure_logging.html

NEW QUESTION 7
While modifying an OSGi bundle configuration from the Felix Web Console, when areconfigurationchanges 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.

Answer: D

Explanation: Reference:
http://docs.adobe.com/docs/en/cq/5-6-1/deploying/configuring_osgi.html

NEW QUESTION 8
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.

Answer: C

Explanation: Reference:
http://docs.adobe.com/docs/en/cq/5-6-1/deploying/configure_runmodes.html

NEW QUESTION 9
How can a JSP be included in a sightly template?

  • A. <cq:include script=" Include.jsp7>
  • B. <divdata-sly-include="include.jsp"></div>
  • C. <div data-sly-use=”include.jsp”></div>
  • D. <%@ include file=”1nclude.jsp" %>

Answer: C

Explanation: Reference:
http://docs.adobe.com/content/docs/en/aem/6-0/develop/sightly.html

NEW QUESTION 10
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.

Answer: A

Explanation: Reference: https://docs.adobe.com/docs/en/dispatcher/disp-config.html

NEW QUESTION 11
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.

Answer: A

Explanation: Reference: https://docs.adobe.com/docs/en/dispatcher.html

NEW QUESTION 12
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

Answer: A

Explanation: Reference:
http://docs.adobe.com/docs/en/cq/5-6-1/developing/templates.html

NEW QUESTION 13
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

Answer: B

Explanation: Reference:
https://sling.apache.org/documentation/the-sling-engine/servlets.html

NEW QUESTION 14
Which OSGI bundle should be disabled to restrict web-based log viewing?

  • A. Adobe CRXDE Support (com.day.crx.crxde-support)
  • B. Apache Sling OSGiLogService Implementation (org.apache.sling.commons.logservi
  • C. Granite Requests Logging (com.adobe.granite.requests.logging)
  • D. Day Commons Library - Input/OutputSupport (day-commons-io)

Answer: A

Explanation: Reference:
http://docs.adobe.com/docs/en/cq/5-6-1/deploying/security_checklist.html

NEW QUESTION 15
You are logged in as userA and you are impersonating userB. How are your activities logged in the access.log?

  • A. The logged userld is "userB impersonated by userA"
  • B. The logged userld is "userA on behalf of userB"
  • C. The logged userld is "userB"
  • D. The logged userld is "userA"

Answer: C

NEW QUESTION 16
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();

Answer: B

Explanation: Reference:
https://helpx.adobe.com/experience-manager/using/using-sling-apis.html

NEW QUESTION 17
Which three statements about replicate permissions on a resource are true? (Choose three).

  • A. The replication rights are evaluated bottom-up in the node tree.
  • B. The allow replication rights has higher precedence than deny replication rights.
  • C. To grant replication rights to a user on any resource, user has to have read permissions for/etc/replication, /bin.
  • D. The allow replication rights has lower precedence than deny replication rights.

Answer: BCD

Explanation: Reference:
https://docs.adobe.com/docs/en/aem/6-0/administer/security/security.html

NEW QUESTION 18
Which three statements are true when an AEM author instance is started in debug mode? (Choose three.)

  • A. When AEM starts in debug mode, it does not force JVM to fork a separate process.
  • B. AEMstarts with -Xdebug option (e.g;java -Xdebug -Xnoagent -Djava.compiler=NONE - Xmnjdwp:transport=dt_socket,server=y,suspend=n/address=30303–jaraem6~autbor- p4502).
  • C. AEM starts with an option -debug (e.g; Java -jaraem6-author-p4502 -debug 30303) from command line.
  • D. When AEM starts in debug mode, it forces JVM to fork a process.

Answer: ACD

Explanation: Reference:
http://docs.adobe.com/docs/en/aem/6-0/deploy/custom-standalone-install.html

P.S. Easily pass 9A0-384 Exam with 50 Q&As Surepassexam Dumps & pdf Version, Welcome to Download the Newest Surepassexam 9A0-384 Dumps: https://www.surepassexam.com/9A0-384-exam-dumps.html (50 New Questions)