Printable 9A0-384 Free Practice Questions 2021
We provide 9A0-384 Exam Questions and Answers which are the best for clearing 9A0-384 test, and to get certified by Adobe Adobe Experience Manager 6.0 Developer Exam. The 9A0-384 Exam Dumps covers all the knowledge points of the real 9A0-384 exam. Crack your Adobe 9A0-384 Exam with latest dumps, guaranteed!
Check 9A0-384 free dumps before getting the full version:
NEW QUESTION 1
Which three statements about configuring a development environment for a new AEM project called “customer bank”, that contains both custom OSGi services and AEM components is true? (Choose three).
- A. http://<aemhost>:<aemport>/system/console/depfinderls used to find the dependencies
- B. The repository for AEM dependency jar files can be either http://repo.adobe.com/nexus/content/groups/public/ or the local Apache Archiva with all required dependencies
- C. Create a Maven project with archtypemultimodule-content-package-archetype from the repository http://repo.adobe.com/nexus/content/groups/public/
- D. Create a Maven project with archtype simple-content-package-archetype from repository http://repo.adobe.com/nexu5/content/gmups/public/
Answer: BCD
Explanation: Reference:
http://docs.adobe.com/docs/en/cq/5-6-1/developing/developmenttools/how-to-build-aem-projects-using-apache-maven.html
NEW QUESTION 2
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 thatwould be included in the src/main/content/META- INF/vault/filter.xml file:
- A. <filter root=7apps/myproject/templates7>
- B. <filterroot=7libs/foundation7> -
- C. <filterroot=7apps7>
- D. <filter root=7etc/designs/myproject7>
Answer: D
NEW QUESTION 3
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
NEW QUESTION 4
Which log file in <cq-installation-dir>/crx-quickstrat/logs should you look at to see logging messages indicating events during startup?
- A. Audit.log
- B. Error.log
- C. Stdout.log
- D. Stderr.log
Answer: C
Explanation: Reference:
http://docs.adobe.com/docs/en/cq/5-6-1/deploying/monitoring_and_maintaining.html
NEW QUESTION 5
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 6
You want to restrict the size of a custom log file and enable log file rotation. Which Apache Sling configuration has to be changed in the AEM Web Console?
- A. Apache Sling Composite Health Check
- B. Apache Sling Job Manager
- C. Apache Sling Logging Writer Configuration
- D. Apache Sling Logging Logger Configuration
Answer: D
Explanation: Reference:
http://docs.adobe.com/docs/en/cq/5-6-1/deploying/osgi_configuration_settings.html
NEW QUESTION 7
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 manage
- C. Download and unzip the package in the local file system.
- D. Use VLT import command.
- E. Download content from the repository as an XML file.
Answer: C
Explanation: Reference:
http://docs.adobe.com/docs/en/cq/5-6-1/core/how_to/how_to_use_the_vlttool.html
NEW QUESTION 8
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 9
Which Maven plugin allows directinstallation of the bundle into AEM?
- A. maven-sling-plugin
- B. maven-scr-plugin
- C. maven-bundle-plugin
- D. maven-javadoc-plugin
Answer: D
Explanation: Reference:
http://docs.adobe.com/docs/en/cq/5-6-1/developing/developmenttools/how-to-build-aem-projects-using-apache-maven.html
NEW QUESTION 10
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
Answer: C
NEW QUESTION 11
When configuring a custom log file on a production publish instance, which two statements are true? (Choose two).
- A. Web Console url http://<aemhost>:<port>/system/console/slinglog provides information about Sling Logging.
- 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-<identlfier>.
- D. The physical location of the custom log file is NOT relative to the crx-quickstart folder.
Answer: CD
Explanation: Reference:
http://docs.adobe.com/docs/en/cq/5-4/deploying/configuring_cq.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
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 14
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 15
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 16
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 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
Thanks for reading the newest 9A0-384 exam dumps! We recommend you to try the PREMIUM Surepassexam 9A0-384 dumps in VCE and PDF here: https://www.surepassexam.com/9A0-384-exam-dumps.html (50 Q&As Dumps)