Our pass rate is high to 98.9% and the similarity percentage between our 9A0-384 study guide and real exam is 90% based on our seven-year educating experience. Do you want achievements in the Adobe 9A0-384 exam in just one try? I am currently studying for the Adobe 9A0-384 exam. Latest Adobe 9A0-384 Test exam practice questions and answers, Try Adobe 9A0-384 Brain Dumps First.

Q1. 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:

Reference: 

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


Q2. What is the difference between extending a component and component overlay? 

A. There is NO difference. 

B. Overlay is to override default component functionality. Extending is to extend the component functionality through the use of Resource Hierarchy and super types. 

C. Overlay is to extend the component functionality through the use of Resource Hierarchy and super types. Extending is to override default component functionality. 

D. Extending component means extending the behavior of foundation component, Overlay component is overriding the behavior of custom component. 

Answer:

Reference: 

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


Q3. 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:


Q4. 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:

Reference: 

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


Q5. 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:


Q6. 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:


Q7. 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:

Reference: 

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


Q8. Where are ACL node permissions for a node stored in the JCR? 

A. They are stored as ACL permission in the groups under /home/groups 

B. They are stored as ACL permissions in the user node under/home/users 

C. They are stored as rep:policy node under the same node 

D. They are stored inside the template node under/etc/designs 

Answer:


Q9. How do you delete a property inside a Node object? 

A. node.setProperty(npropertyName",""); 

B. node.setProperty("propertyName",null); 

C. node.delete("propertyName"); 

D. node.removeProperty("propertyName"); 

Answer:


Q10. What isthe correct way to use clientlibs with Sightly? 

A. <meta data-sly-template="${clientLib.all@ categories=,your.cllentlib,}”data-sly-unwrap></meta> 

B. <meta data-sly-call="${clientLib.all @ categories-,your.clientlib,}M data-sly-unwrap></meta> 

C. <meta data-sly-use-"${clientLib.all @ categorfes^'your.clientlib'}" data-sly-unwrap></meta> 

D. <meta data-sly-include=n${clientLib.all @ categories='your.cllentlib'}" data-sly-unwrap></meta> 

Answer:

Reference: 

http://blogs.adobe.com/experiencedelivers/experience-management/sightly-clientlibs/ 


Q11. 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:

Reference: 

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


Q12. Which three best practice statements are true regarding permissions and privileges? (Choose three). 

A. Access rights should not be assigned on a user-by-user basis. 

B. Use deny statements to specify the access rights of a group of users. 

C. After installation, update the passwords for the default users to prevent security breaches. 

D. Use a test installation to ensure correct relationships between Users and Groups, 

Answer: A,B,D 

Reference: 

https://docs.adobe.com/docs/en/cq/5-6-1/core/administering/user_group_ac_admin.html 


Q13. 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:

Reference: 

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


Q14. 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:

Reference: 

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


Q15. 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: