1.
When using a containerized solution, when would u chose to use the environment variable
HOST_LICENSE_FOLDER instead of SITECORE_LICENSE?
When u receive an error for attempting to use a compressed Sitecore license for your
environment.
2. Which statement describes the purpose of the Sitecore container register (SCR)?
The SCR only provides base container images for add-on modules, such as SXA, ISS, SPE
3. How would you debug the Sitecore content delivery role that is running on the container?
Attach to the w3wp.exe process of the container from your…
4. Which two statements about Sitecore content serialization (SCS) are true?
Regardless of personal choice, developers on the same team can use each tool, Sitecore
command-line interface (CLI) or Sitecore for visual studio, with full compatibility.
5. When using Sitecore content serialization and setting up your serialization modules, when
do you define your list of modules?
Sitecore.json.
6. If the path of a specific modules file is not set in the Sitecore.json file, what will happen
when you can standard serialization commands?
The path and related items included in the module will not be serialized when you run a
push or pull command.
7. What is the purpose of the item included within the Sitecore content serialization
module.json file?
Includes specify which path or paths of the content tree should be serialized.
8. How does content serialization with the Sitecore CLI or Sitecore for visual studio support the
development?
By allowing developers to easily move and share developer…… environment.
9. In a non-SXA website where you are using Sitecore MVC, you are working on the
presentation for a website, starting with the layout. What two things are needed to
successfully implement a layout?
A layout definition item & A layout.cshtml file
10. Which view type would you develop for components with reusable logic, such as navigation
or login panels when using ASP.NET core rendering SDK?
Custom view components.
11. Rather than using a controller rendering, you opt to build a view rendering. The view
rendering will consist of a rendering definition item that lacks controller logic and reference
which of the following?
A razor view file.
12. The select associated content dialog box allows users to choose a data source item. As a
developer, you want to ensure authors can only select news article items as the data source.
How will you accomplish this?
On the rendering definitions, set the data source location field to the news article action.
13. Utilizing Sitecore MVC, you are developing a component that will always appear on the
website page and should never be removed. What type of component blinding would you
use?
Static component binding because it limits a content author’s ability to remove the
component.
14. How can you popular the property of ViewModel and still support inline editing in this
experienced editor with Sitecore MVC?
By using the render() method in this field renderer class.
15. With Sitecore MVC, how do you ensure a field cannot be edited when you use the field
helper to render content?
Use the disableWenEdit option.
16. When deploying with Sitecore ASP.Net core rendering SDK, what is the purpose of
registering components renders within the rendering hosts startup.cs class?
To map a Sitecore rendering component name to an implementation.
17. When developing using Sitecore headless SDKs, what is the relationship between the
rendering host and the Sitecore content Delivery role?
The content delivery role hosts the headless services that the rendering host uses to retrieve
Sitecore content and layout.
18. When using Sitecore MVC, which static class contains information about any current HTTP
request?
Sitecore context.
19. While developing using Sitecore MVC, you modify a file in your visual studio project outside
of the Webroot folder. What can you do to see the changes within the Sitecore installation?
Copy the file to the Webroot using visual studio’s publish command.
20. Currently, a connect author has their rendering options with a complex data source query,
however, to swap the existing rendering for a new one, the author has to copy the
datasouce query, remove the old rendering insert the new rendering and paste the data
source field. According to Sitecore best practice what should you do to reduce the chance of
error when an author needs to change out the rendering?
Add each rendering definition item to the compatible renderings option within each of the
renderings
21. Which of the following is considered a complex field and should not be rendered using the
Html.Sitecore().field()method when developing with Sitecore MVC?
Check box
22. The presentation details of an item contain configuration information for an item to be
displayed properly in Sitecore. Which of these is a required setting in the presentation
details?
Layout
23. You have confirmed that a placeholder exists within the code of a component however it is
not present when viewing the component from an experienced editor. What should you
confirm has been done to make the placeholder visible?
Confirm a placeholder settings item has been created and added to the presentation details.
24. Which statements explain the purpose of the dynamics placeholders?
A dynamic placeholder with the same key can be used multiple times on a page while
allowing the content within the placeholder to be unique.
25. When do you want to refer to a specific placeholder in the presentation details, which
identifier do use?
Placeholder Key
26. A company you develop for want to temporarily change the design for this main page for the
company anniversary celebration. Because this will be a specific version of the main page
that is published for a specified period, which Sitecore feature enables you to accomplish
the change while easily allowing the revert to the original design?
Versioned Layouts
27. Three templates have been designed as outlined in the image below. To take advantage of
template inheritance, which two fields are the best candidates for abstracting into a base
template?
Heading and introduction
28. Why would you choose to use a multi-list field type over a drop list field type in a template?
Because Content authors can select multiple items in a list.
29. You are working with another developer who has two templates with a rich text field name
description you want content authors to be able to change the font size in the description
field on an item created from one template but not the other. Should the developer define
the description field in a common partner template?
No, because the two fields use different field sources
30. You are reviewing content items created from different templates within Sitecore and
recognize that the individual items all have a section titled” general information” with the
same three fields header title, and description. If the templates were designed following
best practice what does this indicate about the template these items are created from?
The data template for these items inherits from a base template containing the three fields
within the “General information”section.
31. When creating data templates, you have the options to add field sections {at least one is
required} what is the purpose of the field section?
Field sections are used for grouping related fields with templates and the resulting item.
32. As you create a template and add standard values, you know items created from the
template should automatically have the title field populated with the name of the item.
What should you do to ensure this occurs?
Add$name token to the template standard values title field.
33. What is the purpose of standard values on data templates?
To provide the default values for fields when a new item is created from the template and a
fallback value when fields are left NULL.
34. In a non-SXA multisite implementation, what is the recommended practice for strong
reusable content that is shared between the different sites?
You should store this type of content outside of anyone’s site’s content in three structures.
35. Of the available option, which is a popular field that occurs in data templates?
The field source is a field property that designates wherein the content tree the field obtains
its data.
36. For non-SXA websites, why is it recommended to avoid setting presentation details directly
on new content items?
Defining presentation details on standard values ensures all the fields related to an item’s
presentation are configured for access by the content creator
37. When you are ready to publish a single item, you can access Sitecore’s built-in publishing
Wizard through which two areas of the Sitecore environment?
Experience editor,contentEditor
38. Users have been assigned a new role and can go longer screw item in the content tree that
was previously accessible. Which answers explain what has happened?
The user’s access rights have been cached and required each user to clear the ……their
access to the content tree item.
39. Which of the following is the best description of a workflow?
Business-defined unique state an item version must go through after it has been created
40. Which of the following is the Sitecore recommended approach for assigning user
permission?
Permissions are assigned to roles and users are placed into roles.
41. Which of the following information is available within the workbox?
Available workflow commands divided by associated workflow
42. A team member incorrectly entered their password several times when attempting to log in
to Sitecore and is now locked out of their account. What can you do to unlock this user?
Go to the user manager, select the user, and click unlock in the navigation ribbon
43. If the Sitecore content Management instance can be accessed by multiple hostnames, what
would you do to enable users for each site to be able to log in to the Sitecore shell?
Add AllowedCorsoriginsGroup for each site to the Identity Server configuration
44. Which statement characterizes the Sitecore extranet security domain?
It is the domain that contains user accounts as well as customized roles for access to the
website content.
45. Why are content creators not allowed to create or publish content from within the web-
based must-use master database?
Any content you create directly in the web database will be published from the master
database
46. Why does Sitecore have both a master and a web database?
To allow content to be edited without affecting the context on the live site
47. What is the purpose of a Sitecore support package?
To help Sitecore replicate an issue without needing to access the environment directly
48. You want to control the order in which patch files to load. Which element could you use in
the layout.config file to accomplish this?
<loadOrder>
49. While using the Sitecore install assistance (SIA) you encounter the error below based on the
information provided in the image, what is the most likely reason for this install error?
The Solr install path was set incorrectly
50. You have been hired to create a company website, and as you prepare you must define the
structure in Sitecore to create items and content. What should you use to define your data
structure?
Templates