NET Developer 10 Exam QuestionsBrowse all questions from this exam

NET Developer 10 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?

Show Answer
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

2 comments
Sign in to comment
Leo3210Option: B
Jul 18, 2023

correct

SiteToTheCoreOption: B
Jul 27, 2023

B is correct