SITECORE 10 DEVELOPERS FUNDAMENTALS COLLECTION
ACTUAL EXAM QUESTIONS AND ANSWERS LATEST
UPDATED 2025-2026
Which of the following would be a good reason for using a
| | | | | | | | | | |
| custom view component rather than a model-bound view
| | | | | | |
| component? Choose one. | |
a. The site needs a component for rendering basic content
| | | | | | | |
from a simple data source.
| | | | |
b. The business would like you to create a banner component
| | | | | | | | |
with content based on a data template.
| | | | | | |
c. The site needs a component that will integrate with a
| | | | | | | | |
thirdparty source for content.
| | | |
d. The business needs a promotion component that
| | | | | |
highlights a single content item. - CORRECT ANSWER-c.
| | | | | | | |
True or false: Because a partial view is used within another
| | | | | | | | | |
view's rendered output, you do not need to register it with the
| | | | | | | | | | | |
Startup.cs class. - CORRECT ANSWER-false. Partial views, just like
| | | | | | | | |
model-bound and custom view components, need to be
| | | | | | | |
registered in the Startup.cs class before they can be used by the
| | | | | | | | | | | |
rendering host to render data from the Layout Service output.
| | | | | | | | | |
,Why would you want to use a contents resolver to display values
| | | | | | | | | | |
from the Sitecore search indexes? Choose one.
| | | | | | |
a. Because contents resolvers can provide a full list of items
| | | | | | | | |
within the content tree to any given component.
| | | | | | | |
b. Because contents resolvers are the default index feature of
| | | | | | | |
Sitecore.
|
c. Because contents resolvers allow you write custom C# | | | | | | |
code to affect the Layout Service output.
| | | | | | |
d. Because a contents resolver is a prebuild search | | | | | | |
component for Sitecore and simplifies the process. - CORRECT
| | | | | | | | |
ANSWER-c.
|
Which of the following do you use to register a non-default
| | | | | | | | | |
partial view in the Startup.cs class? Choose one.
| | | | | | | |
a. .PartialView<TModel>()
b. .RegPartialView()
c. .AddView<Partial>()
d. .AddPartialView() - CORRECT ANSWER-d. You can review the | | | | | | |
information related to this question in "Tutorial: Partial view
| | | | | | | | |
and custom view components".
| | | |
Standard ASP.NET Core view components use model binding?
| | | | | | |
True or false. - CORRECT ANSWER-False. Model binding is not
| | | | | | | | | |
standard for view components but is possible with the Sitecore
| | | | | | | | | |
ASP.NET Core Rendering SDK.
| | | |
, If you are looking for information about a standard feature of
| | | | | | | | | |
Sitecore, which website would you visit to find the Sitecore
| | | | | | | | | |
specific information?
| |
a. support.sitecore.com
b. dev.sitecore.net
c. doc.sitecore.com
d. sitecore.chat - CORRECT ANSWER-c. doc.sitecore.com | | | |
Which two of the following are requirements for running
| | | | | | | |
Sitecore with containers?
| | |
a. Windows 10 version 1809 or greater | | | | |
b. SQL Server 2019 | |
c. Docker Desktop for windows | | |
d. Minimum 8gb or RAM - CORRECT ANSWER-a and c. d is a trick | | | | | | | | | | | |
question since you need at least 16gb of ram.
| | | | | | | | |
True or False: The Sitecore Content Serialization tool allows you
| | | | | | | | |
|to choose the option you are most comfortable with: a command
| | | | | | | | | |
line interface (CLI) or graphical user interface (GUI).
| | | | | | | |
- CORRECT ANSWER-true
| |
Which one of the options is a feature of the ASP.NET Core
| | | | | | | | | | |
Rendering SDK?
| |
ACTUAL EXAM QUESTIONS AND ANSWERS LATEST
UPDATED 2025-2026
Which of the following would be a good reason for using a
| | | | | | | | | | |
| custom view component rather than a model-bound view
| | | | | | |
| component? Choose one. | |
a. The site needs a component for rendering basic content
| | | | | | | |
from a simple data source.
| | | | |
b. The business would like you to create a banner component
| | | | | | | | |
with content based on a data template.
| | | | | | |
c. The site needs a component that will integrate with a
| | | | | | | | |
thirdparty source for content.
| | | |
d. The business needs a promotion component that
| | | | | |
highlights a single content item. - CORRECT ANSWER-c.
| | | | | | | |
True or false: Because a partial view is used within another
| | | | | | | | | |
view's rendered output, you do not need to register it with the
| | | | | | | | | | | |
Startup.cs class. - CORRECT ANSWER-false. Partial views, just like
| | | | | | | | |
model-bound and custom view components, need to be
| | | | | | | |
registered in the Startup.cs class before they can be used by the
| | | | | | | | | | | |
rendering host to render data from the Layout Service output.
| | | | | | | | | |
,Why would you want to use a contents resolver to display values
| | | | | | | | | | |
from the Sitecore search indexes? Choose one.
| | | | | | |
a. Because contents resolvers can provide a full list of items
| | | | | | | | |
within the content tree to any given component.
| | | | | | | |
b. Because contents resolvers are the default index feature of
| | | | | | | |
Sitecore.
|
c. Because contents resolvers allow you write custom C# | | | | | | |
code to affect the Layout Service output.
| | | | | | |
d. Because a contents resolver is a prebuild search | | | | | | |
component for Sitecore and simplifies the process. - CORRECT
| | | | | | | | |
ANSWER-c.
|
Which of the following do you use to register a non-default
| | | | | | | | | |
partial view in the Startup.cs class? Choose one.
| | | | | | | |
a. .PartialView<TModel>()
b. .RegPartialView()
c. .AddView<Partial>()
d. .AddPartialView() - CORRECT ANSWER-d. You can review the | | | | | | |
information related to this question in "Tutorial: Partial view
| | | | | | | | |
and custom view components".
| | | |
Standard ASP.NET Core view components use model binding?
| | | | | | |
True or false. - CORRECT ANSWER-False. Model binding is not
| | | | | | | | | |
standard for view components but is possible with the Sitecore
| | | | | | | | | |
ASP.NET Core Rendering SDK.
| | | |
, If you are looking for information about a standard feature of
| | | | | | | | | |
Sitecore, which website would you visit to find the Sitecore
| | | | | | | | | |
specific information?
| |
a. support.sitecore.com
b. dev.sitecore.net
c. doc.sitecore.com
d. sitecore.chat - CORRECT ANSWER-c. doc.sitecore.com | | | |
Which two of the following are requirements for running
| | | | | | | |
Sitecore with containers?
| | |
a. Windows 10 version 1809 or greater | | | | |
b. SQL Server 2019 | |
c. Docker Desktop for windows | | |
d. Minimum 8gb or RAM - CORRECT ANSWER-a and c. d is a trick | | | | | | | | | | | |
question since you need at least 16gb of ram.
| | | | | | | | |
True or False: The Sitecore Content Serialization tool allows you
| | | | | | | | |
|to choose the option you are most comfortable with: a command
| | | | | | | | | |
line interface (CLI) or graphical user interface (GUI).
| | | | | | | |
- CORRECT ANSWER-true
| |
Which one of the options is a feature of the ASP.NET Core
| | | | | | | | | | |
Rendering SDK?
| |