Sitecore Experience Platform Questions [Module 1] Flashcards
A set of questions based on the videos from Sitecore Training Site
Describe the three Sitecore databases
- Core
- Web
- Master
Describe the two main Sitecore Server Roles
- Content Delivery
* Content Management
The Content Delivery server should have access to the master database? (true | false)
false
(true | false) The master database has access to all items in all versions in all languages
true
(true | false) The Web database has just the published versions from all items in all languages
true
(true | false) I should be able to create items in the web database
false
(true | false) The web database should be treated as a read-only DB
true
(true | false) You cannot publish a Sitecore website using the Content Editor
false
How is named the person that creates content in Sitecore
- Content Authors
- Editors
- Content Editors
Describe the activities that happen when you publish a Sitecore site
- New information from the master database is applied in the web database.
- Edited content in the master database is edited in the web database
- Removed content in the master database is removed in the web database.
(true | false) xDB and xConnect introduces new server roles and can be used in separated servers
true
(true|false) Is a good practice to write SQL Queries to access Sitecore Database
false
(true|false) You can access data templates using id, path and template name
true
(true|false) when you try to retrieve some content from xDB that doesn’t exist, you can either receive a null or a thrown exception
true
(true|false) Items are represented by the Sitecore.Data.Items.Item class
true
(true|false) You cannot retrieve items from the database using the item name
false
(true|false) Sitercore.ItemIDs.PlaceholderSettingsRoot isn’t a valid constant
false
(true|false) A good practice to bypass security context is to use the SecurityDisabler class
false
How to programmatically copy content from a place to other in Sitecore
use the CopyTo method specifying the new location and the new name.
(true|false) Use the property “.Parent” to access the parent item
true
How to access the child items?
Use the property “.Children” or the “.GetChildren()” method
Where is located the versions from an item?
In the “.Version” property
(true|false) everything in Sitecore is an item?
true
List the Rendering Types in Sitecore
- View Rendering
- Controller Rendering
- Method Rendering
- Item Rendering
- URL Rendering
- XSLT Rendering
(true|false) When using view rendering you don’t have to specify the controller for Sitecore
true
(true|false) URL Rendering is a perfect fit when you want to render content from another site into your Sitecore pages
true
(true|false) In the media library, is possible to import executable files?
False. You can upload documents, images, videos, and audio files.