New Year Sale 2026! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Adobe AD0-E134 Exam - Topic 2 Question 57 Discussion

Actual exam question for Adobe's AD0-E134 exam
Question #: 57
Topic #: 2
[All AD0-E134 Questions]

A developer needs to create a new Title component. The requirements are:

1. The layout must be the same as the Title core component

2. The text property must have the page title as prefix (e.g., Page Title - )

3. The component must be reusable

Which approach is recommended?

Show Suggested Answer Hide Answer
Suggested Answer: A

A proxy component is a site-specific component that inherits from a core component and allows customization of the component name, group, dialog, and behavior. A proxy component can refer to any version of the core component by changing the sling:resourceSuperType property. A custom sling model can be used to implement the logic for adding the page title as prefix to the text property. A component template can be used to define the layout of the component.


Contribute your Thoughts:

0/2000 characters
Gilberto
6 days ago
I remember a similar question about creating reusable components, and I think we might need to use props to pass the page title.
upvoted 0 times
...
Kristin
11 days ago
I think we need to extend the core Title component and override the text property, but I'm not entirely sure about the best way to handle the prefix.
upvoted 0 times
...
Michell
16 days ago
I've got a plan! I'll create a flexible component that can accept the page title as a prop and handle the prefix logic internally.
upvoted 0 times
...
Earleen
21 days ago
The prefix requirement is interesting. I'll need to think about how to handle that in a clean and efficient way.
upvoted 0 times
...
Malcom
26 days ago
Okay, this seems straightforward. I'll focus on making the component modular and easy to customize for different page titles.
upvoted 0 times
...
Kimberlie
1 month ago
Hmm, I'm a bit unsure about the reusability requirement. I'll need to make sure the component can be used in different contexts without any issues.
upvoted 0 times
...
Staci
1 month ago
I think I can handle this. I'll start by creating a new component and copying the layout from the core Title component. Then I'll add the page title prefix to the text property.
upvoted 0 times
...

Save Cancel