Adobe Experience Manager 6 Developer

Here you have the best Adobe 9A0-384 practice exam questions

  • You have 37 total questions to study from
  • Each page has 5 questions, making a total of 8 pages
  • You can navigate through the pages using the buttons at the bottom
  • This questions were last updated on November 14, 2024
Question 1 of 37

How do you disable the "Target" context menu item on components in AEM 6.0?

    Correct Answer: C

    To disable the 'Target' context menu item on components in AEM 6.0, you need to set the property 'cq:disable Targeting' to true on the cq:editConfig node. The cq:editConfig node is used to configure edit behavior for AEM components, and setting this property here will effectively disable the targeting feature for the specific component.

Question 2 of 37

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

    Correct Answer: A, C, D

    The replication rights are evaluated bottom-up in the node tree. To grant replication rights to a user on any resource, the user must have read permissions for /etc/replication and /bin. The allow replication rights have lower precedence than deny replication rights; deny permissions generally override allow permissions.

Question 3 of 37

What are three causes if Dispatcher stopped updating cache files in the cache directory on the Webserver? (Choose three).

    Correct Answer: A, B, C

    The Dispatcher may stop updating cache files if the request to the page in question contains query string parameters because such requests are typically not cacheable. Additionally, if the request has authorization headers and dispatcher.any does not contain the allowAuthorized property, the Dispatcher will not cache the response for security reasons. Another reason could be that the Dispatcher Flush agent is disabled on the publish instance, preventing the cache from being manually cleared and updated. The requirement that the request URI should always start with /content is irrelevant to the Dispatcher updating cache files.

Question 4 of 37

In a typical author, publish and dispatcher setup,where is the dispatcher flush configured?

    Correct Answer: C

    The dispatcher flush configurations are set up in the dispatcher module itself. This involves configuring the dispatcher to interact with the content delivery network (CDN) and various cache invalidation strategies. The author and publish instances play their roles in creating and distributing content, but the dispatcher is where the cache management and flushing configurations are specifically handled.

Question 5 of 37

Which jar name can NOT be used to install an AEM publish instance?

    Correct Answer: D

    The jar name <p>cq5-publish_4503, jar</p> cannot be used to install an AEM publish instance because it contains an underscore ('_') which is not a permitted character in AEM jar file names. Jar names should follow the convention without underscores, typically using hyphens ('-') to separate different parts of the name.