Exam AD0-E103 All QuestionsBrowse all questions from this 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?

    Correct Answer: B

    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
cs1979Option: B

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

renan_rsyOption: B

sling:resourceSuperType

gkay2Option: D

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

kasyap1125

@gkay2 That article says use sling:resourceSuperType

niiraleyOption: B

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

kdattaOption: B

Answer will be B

Raj442216

Good question