Adobe 9A0-384 Exam Practice Questions (P. 3)
- Full Access (50 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #11
You want to invert the order of display of components added to parsys provided out of the box. Recently added components always have to display on top. While implementing the new parsys component, which two options are valid? (Choose two).
- ACopy the parsys component and all its contents from /libs/foundation/components/parsys to /apps/foundation/components/parsys and modify the applicable JSPs.
- BCopy the only applicable parsys component JSPs from /libs/foundation/components/parsys to /apps/foundation/components/parsys and modify them.
- CCreate a new parsys component under/apps/<projectid>/components/content/myparsys and apply the property sling:resourceSuperType=foundation/ components/parsy$, modify the JSP as applicable,
- DCreate a new parsys component from scratch.
Correct Answer:
BC
Reference:
https://docs.adobe.com/docs/en/cq/5-6/developing/components.html
BC
Reference:
https://docs.adobe.com/docs/en/cq/5-6/developing/components.html
send
light_mode
delete
Question #12
You are logged in as userA and you are impersonating userB. How are your activities logged in the access.log?
- AThe logged userld is "userB impersonated by userA"
- BThe logged userld is "userA on behalf of userB"
- CThe logged userld is "userB"
- DThe logged userld is "userA"
Correct Answer:
C
C
send
light_mode
delete
Question #13
Which OSGI bundle should be disabled to restrict web-based log viewing?
- AAdobe CRXDE Support (com.day.crx.crxde-support)
- BApache Sling OSGiLogService Implementation (org.apache.sling.commons.logservi
- CGranite Requests Logging (com.adobe.granite.requests.logging)
- DDay Commons Library - Input/OutputSupport (day-commons-io)
Correct Answer:
A
Reference:
http://docs.adobe.com/docs/en/cq/5-6-1/deploying/security_checklist.html
A
Reference:
http://docs.adobe.com/docs/en/cq/5-6-1/deploying/security_checklist.html
send
light_mode
delete
Question #14
Which Maven plugin allows direct installation of the bundle into AEM?
- Amaven-sling-plugin
- Bmaven-scr-plugin
- Cmaven-bundle-plugin
- Dmaven-javadoc-plugin
Correct Answer:
D
Reference:
http://docs.adobe.com/docs/en/cq/5-6-1/developing/developmenttools/how-to-build-aem-projects-using-apache-maven.html
D
Reference:
http://docs.adobe.com/docs/en/cq/5-6-1/developing/developmenttools/how-to-build-aem-projects-using-apache-maven.html
send
light_mode
delete
Question #15
You have written an OSGi service with the class name com.acme.myapp.EmailUpdate, You only we this service to run on the publish instance. Which two configurations would run the service on the publish instance only? (Choose two).


send
light_mode
delete
All Pages