Exam NET Developer 10 All QuestionsBrowse all questions from this exam
Question 22

Prior to the creation of any content items based on templates, you have taken over the creation of data templates from a previous Developer. Based on the design plan, two templates were created, ItemA and ItemB. Both templates have three identical fields: Title, Subtitle, and Description. Based on Sitecore best practices, how would you improve the template design?

    Correct Answer: B

    To improve the template design based on Sitecore best practices, both templates should inherit from a new base template with the three duplicated fields (Title, Subtitle, and Description). This approach ensures proper reuse and avoids redundancy, making maintenance easier. By removing the duplicated fields from the existing templates and consolidating them into a single base template, you create a cleaner and more efficient structure.

Discussion
SiteToTheCoreOption: B

B is correct

Leo3210Option: B

correct