Adobe AD0-E123 Adobe Experience Manager Sites Developer Professional Online Training
Adobe AD0-E123 Online Training
The questions for AD0-E123 were last updated at Nov 22,2024.
- Exam Code: AD0-E123
- Exam Name: Adobe Experience Manager Sites Developer Professional
- Certification Provider: Adobe
- Latest update: Nov 22,2024
Which configuration on the dispatcher allows the cache of the request with an authorization header?
- A . /allowAuthonzed
- B . /cacheAuthorized "true"
- C . /invalidate authorization’
An author wants to define a blueprint configuration to identify an existing website that will be used as the source for one or more live copy pages.
Which two structure rules must the content author follow? (Choose two.)
- A . The root of each language branch has at least two child pages
- B . The immediate child pages of the root are language branches of the web site.
- C . Each language page must have a country child page.
- D . The web site should have a single page as the root.
Which two configurations will be applied if an instance starts with the run modes author, dev, and emea7 (Choose two.)
- A . /apps/Vconfig.emea
- B . /config/author.dev.emea.noldap
- C . /apps/Vconfig.tesl.dev
- D . /apps/Vconfig.author.emea.dev
A developer needs to extend a complete dialog from the core component, except for one tab.
Which property can be used to achieve this goal?
- A . jcrhideProperty
- B . slingorderBefore
- C . sling;hldeResource
A developer has created a custom workflow model which includes a JAVA-based custom process step. During the creation of this custom process step, some data has been saved in metadata programmatically for subsequent workflow steps.
Which code snippet can be used to save this metadata in JAVA code7
- A . MetaDataMap wfd : Workltem.getMetaDataMap(); 1 wfd.putCmykey", ‘My Step Value*);
- B . MelaDataMap wfd = Workltem.getWorkflow().getMetaDataMap(); wfd.put(‘mykey", "My Step Value*);
- C . MelaDataMap wfd =
Workltem.getWorkflow().getWorkflowData().getMetaDataMapO; wfd.putf’mykey". ‘My Step Value*);
While configuring a Content Fragment Component, the author has selected ‘Display Mode’ as ‘Single Text Element’. This enables the selection of one multiline text element and enables paragraph control options.
Which two properties will now determine the resulting action? (Choose two.)
- A . Paragraph Description
- B . Paragraph Heading
- C . Paragraph Range
- D . Paragraph Scope
A developer needs to use AEM Core Components in production mode (without sample content). The developer would like to do this without needing to download and install the core components before using them.
Which AEM version would the developer use?
- A . Version 6.3
- B . Adobe Managed Services
- C . AEM as a Cloud Service
A developer wants to render Hello World’ only in edit mode.
Which approach would be used?
- A . <p data-sly-test=’${wcm. edit}" >Hello World</p>
- B . <p data-sly-test=*${wcmmode.edit}’>Hello World</p>
- C . <p data-sly-test=’${wcmmode editor}’>Hello World</p>
A content author has this OSGI component:
How can the content author use the Apache Felix Web OSGi console to disable the servlet?
- A . Select the Bundle Resource Provider tab > Check that the OSGi component is listed > Click disable Action button
- B . Select the Services tab > Check that the OSGi component is listed > Click disable Action button
- C . Select the Components tab > Check that the OSGi component is listed > Click disable Action button
Review the following HTL code snippet:
<div data-sly-
use.testComponent=’${com.adobe.core.models.TestComponent’@ testParam=’testValue’}’></div>
Which two approaches correctly read the value of testParam in Sling model? (Choose two.)
- A . @lnject @Sourcef’request-aItribuIes") @Named{"testParam’)
- B . @RequestAttribute(name = "leslParam")
- C . @lnject(name = ‘testParam’)
- D . @lnjecT @Prop("testParam")