AD0-E103 Exam QuestionsBrowse all questions from this exam

AD0-E103 Exam - Question 8


A developer wants to extend AEM Core Components to create a custom Carousel Component.

How should the developer extend the Core Components?

Show Answer
Correct Answer: BD

To extend AEM Core Components and create a custom Carousel Component, developers should use the sling:resourceSuperType property to point to the core component. This approach allows for the inheritance of functionalities from the core components while still enabling customization. Making changes to the original component, copying it, or using sling:resourceType are not appropriate methods for extending core components in AEM.

Discussion

6 comments
Sign in to comment
cs1979Option: B
Jul 23, 2020

Answer should be B. It can't be D. You don't need to copy the whole core component. Sling:resoourceMerger does the magic.

kdattaOption: B
Jun 7, 2020

Answer will be B

niiraleyOption: B
Jun 24, 2020

Answer-B Reference-https://docs.adobe.com/content/help/en/experience-manager-core-components/using/developing/customizing.html

gkay2Option: D
Jul 15, 2020

D is the correct option. Please refer the link - https://helpx.adobe.com/experience-manager/using/extend_jave_corecomponents.html

kasyap1125
Oct 16, 2020

@gkay2 That article says use sling:resourceSuperType

renan_rsyOption: B
Aug 9, 2020

sling:resourceSuperType

Raj442216
Jul 24, 2020

Good question