Act now and download your Adobe 9A0-384 test today! Do not waste time for the worthless Adobe 9A0-384 tutorials. Download Up to the minute Adobe Adobe Experience Manager 6.0 Developer Exam exam with real questions and answers and begin to learn Adobe 9A0-384 with a classic professional.

Free demo questions for Adobe 9A0-384 Exam Dumps Below:

NEW QUESTION 1
Which three AEM jar names willstart AEM in author mode? (Choose three.)

  • A. quickstart-4502.jar
  • B. cq5-author-p4502.jar
  • C. aem-publish.jar
  • D. cq5-author-4502.jar

Answer: BCD

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

NEW QUESTION 2
You add "sling.run.modes=publish/f in sling.properties and start the instance using the command "java -jar aem-6-p4502.jar -r author". In which mode will the instance start?

  • A. Both author and publish.
  • B. Author
  • C. Publish
  • D. Due to conflict in the run modes, AEM will not start.

Answer: C

NEW QUESTION 3
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 4
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 5
What is the difference between extending a component and component overlay?

  • A. There is NO difference.
  • B. Overlay is to override default component functionalit
  • C. Extending is to extend the component functionality through the use of Resource Hierarchy and super types.
  • D. Overlay is to extend the component functionality through the use of Resource Hierarchy and super type
  • E. Extending is to override default component functionality.
  • F. Extending component means extending the behavior of foundation component, Overlay component is overriding the behavior of custom component.

Answer: C

Explanation:
Reference:
http://docs.adobe.com/docs/en/aem/6-0/develop/social-communities/scf/client- customize.html

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

Answer: A

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

NEW QUESTION 9
You are creating a new OSGi configuration in the repository. When are the configuration changesapplied?

  • A. By stopping and starting the bundle that refer the service,
  • B. Changes are applied as soon as the node is updated by restarting the service.
  • C. Immediately.
  • D. After restarting the CQ instance.

Answer: B

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

NEW QUESTION 10
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:
9A0-384 dumps exhibit
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 11
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 12
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 13
You create annt: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.

Answer: C

NEW QUESTION 14
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 15
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 16
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 17
......

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