Sitecore 10 Certification Study Questions, Exams of Social Sciences

An overview of the sitecore 10 certification exam, covering topics such as the structure and platform, security and user management, item management, layouts and placeholders, components, controls and renderings, serialization, and containers. It includes a breakdown of the exam sections and the number of questions in each, as well as detailed explanations and multiple-choice options for various sitecore concepts and features. The document aims to help sitecore professionals prepare for the certification exam by covering the key areas of knowledge required. It covers topics like shared content storage, publishing, templates, workflow, field sections, standard values, presentation details, mvc concepts, rendering, data sources, serialization, and sitecore containers. The comprehensive coverage of these sitecore-specific topics makes this document a valuable resource for anyone seeking to obtain the sitecore 10 certification.

Typology: Exams

2023/2024

Available from 09/21/2024

ROCKY-B
ROCKY-B 🇰🇪

4.4

(16)

40K documents

1 / 7

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
SITECORE 10 CERTIFICATION STUDY QUESTIONS
Overview
1.Structure and Platform12% = 6Q
2.Security and User Management16% = 8Q
3.Item Management20% = 10Q
4.Layouts and Placeholders10% = 5Q
5.Components, Controls, and Renderings26% = 13Q
6.Serialization10% = 5Q
7.Containers6% = 3Q
Total = 50 Questions
Section 1
When performingmultisite implementationwhere shouldshared contentbe stored?
Shared content should be stored out any one site's content tree structure
Section 1
Why is the user getting the error in this picture?
Non-existent Solr path
2 multiple choice options
Section 1
From what interfaces can you access thePublishing Wizard? (2 correct)
Experience editor and content editor (and Sitecore Desktop but not a choice?)
Section 1
How would youpublishafter an item is changed in the code?
code publish- manually copy cshtml files from solution toweb rootfolder
pf3
pf4
pf5

Partial preview of the text

Download Sitecore 10 Certification Study Questions and more Exams Social Sciences in PDF only on Docsity!

SITECORE 10 CERTIFICATION STUDY QUESTIONS

Overview

  1. Structure and Platform 12% = 6Q
  2. Security and User Management 16% = 8Q
  3. Item Management 20% = 10Q
  4. Layouts and Placeholders 10% = 5Q
  5. Components, Controls, and Renderings 26% = 13Q
  6. Serialization 10% = 5Q
  7. Containers 6% = 3Q Total = 50 Questions Section 1 When performing multisite implementation where should shared content be stored? Shared content should be stored out any one site's content tree structure Section 1 Why is the user getting the error in this picture? Non-existent Solr path 2 multiple choice options Section 1 From what interfaces can you access the Publishing Wizard? (2 correct) Experience editor and content editor (and Sitecore Desktop but not a choice?) Section 1 How would you publish after an item is changed in the code? code publish - manually copy cshtml files from solution to web root folder

(not publish from sitecore because that just moves master->web) Section 1 In what file would you map the home item to a corresponding host name? Patch config file Section 1 What is a template? A data structure 3 multiple choice options Section 2 What does the Allowed CORS Origin do? Tells ID server to authenticate requests from two files with different names Section 2 How can administrator unlock someone who forgets their password? UserManager -> unlock 1 multiple choice option Section 2 What is the Extranet domain? contains user accounts that correspond to visitors contains customized roles that gives visitors read access 2 multiple choice options Section 2 What rules apply to conflicting roles? Access rights – Denied overrides Allowed. Security accounts – Access rights assigned to a user account override access rights assigned to a role. Item – Access rights assigned specifically on an item override access rights specified for the descendants on the parent item. Section 2 Why is it recommended to assign rights to roles and not users?

Initial values that get replaced when an item is created ($name, $date, etc.) Section 3 Why would you add a tag to an item? to categorize items and make them easier to search for Section 3 If two text fields with same name, but one has a bigger font, are they good candidates for inheritance? Yes, because even though the fonts are different they still have the same source 1 multiple choice option Section 4 Where should you set up presentation details? In standard values to standardize the creation process and keep content editors from adding their own presentation details Section 4 Sitecore MVC Concepts Section 4 What is required to create a layout? A Layout definition item defined in Sitecore mapped to a layout .cshtml file Section 4 What happens if you remove any of the layout details? The rendering will not be visible because in order for a Layout to be visible it requires a Layout and Controls Section 4 What is a dynamic placeholder? same key - unique content can add the same placeholder name several times across one or multiple renderings

Section 4 What tag is used to order files in .config files? Section 4 What kind of layout would you use if you want to publish a temporary anniversary page? Versioned layout Section 4 How is a placeholder defined? A placeholder is uniquely defined by a placeholder key Section 5 Which of the following cannot be rendered using HTML.Sitecore.Field()? Checkbox 3 multiple choice options Section 5 When adding a new component that shares the same data source as another, what is an alternative to creating it from scratch? Using Compatible Renderings Section 5 Why would you use static component binding? when you want to stop content editors from removing a component 3 multiple choice options Section 5 Why would you specify a the Datasource location for a rendering? to restrict content editors so they must select content from a specific part of the content tree Section 5 What is the difference between Datasource location and Datasource template? Datasource location filters by location in the content tree, but Datasource template filters based on a template

]

Section 6 What does module.json do?

  • must be added to all folders where serialization takes place
  • specifies what path must be serialized
  • without module.json file, or if it doesn't contain the paths = no serialization Section 6 Sitecore CLI vs Sitecore for VS both are compatible - within one team on e person might use CLI while the other uses VS Section 7 What is the Sitecore Container Registry? It contains the base container images for production and development Section 7 When would you use HOST_LICENSE_FOLDER instead of SITECORE_LICENSE? When there is an error compressing the license file into a zip folder - SITECORE_LICENCE must contain the zipped version Which renderings are "in-line editable" Singleline, Image, Datetime