Sitecore 10 .NET Developer Certification — Question 37

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?

Answer options

Correct answer: B

Explanation

The correct answer is B because it centralizes the duplicated fields in a new base template, promoting better maintainability and adherence to best practices. Option A creates a circular dependency without addressing duplication, C unnecessarily discards existing work, and D complicates the structure by leaving ItemB with duplicated fields.