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

When developing using Sitecore headless SDKs, what is the relationship between the rendering host and the Sitecore Content Delivery role?

    Correct Answer: A

    The Content Delivery role hosts the headless services that the rendering host uses to retrieve Sitecore content and layout. In a headless architecture with Sitecore headless SDKs, the rendering host acts as an intermediary that fetches content from these services to display it appropriately.

Discussion
AlexEthisysOption: A

Answer is A

AlexEthisysOption: B

Answer is B. Content delivery role returns content that rendering host displays https://doc.sitecore.com/xp/en/developers/91/platform-administration-and-architecture/content-delivery--cd-.html#:~:text=The%20Content%20Delivery%20(CD)%20role,improved%20scalability%20and%20better%20performance.

AlexEthisys

I think the answer is A

blacky_saOption: A

1. Rendering host is OUTSIDE of CD 2. CD send data to Layout Service which stores it in json formt, then this json format is send to rendering host to render data

6ce63a8Option: A

In a headless architecture using Sitecore headless SDKs, the rendering host is responsible for rendering the presentation of the content retrieved from Sitecore's Content Delivery role. The Content Delivery role hosts the headless services that the rendering host communicates with to retrieve content and layout information.

uma_foxOption: A

I think A too