Download SITECORE 10 CERTIFICATION EXAM 2024/2025 WITH 100% ACCURATE SOLUTIONS and more Exams Nursing in PDF only on Docsity! SITECORE 10 CERTIFICATION EXAM 2024/2025 WITH 100% ACCURATE SOLUTIONS Overview - Precise Answer ✔✔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? - Precise Answer ✔✔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? - Precise Answer ✔✔Non-existent Solr path Section 1 From what interfaces can you access the Publishing Wizard? (2 correct) - Precise Answer ✔✔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? - Precise Answer ✔✔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? - Precise Answer ✔✔Patch config file Section 1 What is a template? - Precise Answer ✔✔A data structure Section 2 What does the Allowed CORS Origin do? - Precise Answer ✔✔Tells ID server to authenticate requests from two files with different names Section 2 How can administrator unlock someone who forgets their password? - Precise Answer ✔✔UserManager -> unlock What is the difference between a droplist and a multilist? - Precise Answer ✔✔Droplist - users select one item, Multilist - users select 0 or more Section 3 What is a token? - Precise Answer ✔✔Initial values that get replaced when an item is created ($name, $date, etc.) Section 3 Why would you add a tag to an item? - Precise Answer ✔✔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? - Precise Answer ✔✔Yes, because even though the fonts are different they still have the same source Section 4 Where should you set up presentation details? - Precise Answer ✔✔In standard values to standardize the creation process and keep content editors from adding their own presentation details Section 4 Sitecore MVC Concepts - Precise Answer ✔✔ Section 4 What is required to create a layout? - Precise Answer ✔✔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? - Precise Answer ✔✔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? - Precise Answer ✔✔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? - Precise Answer ✔✔<loadorder> Section 4 What kind of layout would you use if you want to publish a temporary anniversary page? - Precise Answer ✔✔Versioned layout Section 4 How is a placeholder defined? - Precise Answer ✔✔A placeholder is uniquely defined by a placeholder key Section 5 Which of the following cannot be rendered using HTML.Sitecore.Field()? - Precise Answer ✔✔Checkbox Section 5 When adding a new component that shares the same data source as another, what is an alternative to creating it from scratch? - Precise Answer ✔✔Using Compatible Renderings Section 5 Why would you use static component binding? - Precise Answer ✔✔when you want to stop content editors from removing a component Section 5 Why would you specify a the Datasource location for a rendering? - Precise Answer ✔✔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? - Precise Answer ✔✔Datasource location filters by location in the content tree, but Datasource template filters based on a template