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.
Explain the difference between Media File and Media Item
The media file is the digital file imported by the user to the media library, the media item is a Sitecore item containing a set of fields including the media file imported by the user.
How does the media is stored in Sitecore?
The media is stored in Sitecore as blob by default, but also can be stored at the file system or at another file repository.
What is a package in Sitecore?
A package is an alternative to move Sitecore items from an installation to another.
What is the package limit size?
2 GB
Which type of item can be exported to the package?
- Code files
- Sitecore items
- Configuration files
How to setup where Sitecore keep the packages?
In the web.config in the PackagePath setting
What is the difference between getting the package files dynamically and statically?
Dynamically: You create a set of filters that Sitecore uses to get the desired items
Statically: You set which folders and files Sitecore should export.
List All the Data field types in Sitecore
- Analytics
- Simple
- Lists
- Links
- System
- Developer
List the Simple field types
- Single line Text
- Multine text
- Password
- Integer
- Number
- Date
- Datetime
- Checkbox
- Rich Text Editor
- Word Document
- File
- Media
List the List field Types
- Droplist
- Treeview
- Treeview Ex
- Multilist
- Checklist
- Multilist with Search
- Treelist with Search
- Grouped Droplink
- Grouped Droplist
- Name Value list
List the Link field types
- Droplink
- Droptree
- General Link
- General link with search
(true|false) The password field is hashed in the DB
false
(true|false) The Media item is stored in binary format
true
(true|false) The non-media items are stored in text format
true
What is the default format of the DateTime field
yyyyMMddThhmmss
Which list types stores item GUIDs?
- Checklist
- Droptree
- Multilist
- Treelist
- Treelist Ex
How the list type fields save the selected items?
They’re saved as text separated by the pipe character
What is the function of the Source property in the template fields
They refer to the source item where the child items will be listed.
(true|false) Droplink stores the item id
true
(true|false) Droplist stores the item name
true
Where to find information about versions older than Sitecore 8
Sitecore Developer Portal
Where to find information about versions from Sitecore 8 on?
Sitecore Documentation
Information about known issues, problems and common questions
Sitecore Knowledge Base
Aggregated content from Sitecore
Sitecore Feed
What are buckets in Sitecore?
Buckets are a repository to store a large number of items in an unstructured way
Is that possible to keep a parent-child relationship for items inside of the bucket?
yes
By default, how the items are organized inside of the bucket?
Items are organized based on the date
(true|false) Non-bucktable items inside of an item bucket are also hidden?
false
(true|false) After marking an item/template as bucktable is necessary to synchronize the bucket item
true
Describe how to set up a template as bucktable
Navigate to the desired template, in the ribbon area, check that the standard values checkbox is checked, in the template content section, open the Item bucket tab, after that click in the “bucktable” checkbox.
Describe all server Roles
- Content Management
- Content Delivery
- Standalone
- Reporting
- Processing
Describe the Content management server role
This role means that the current server is designed to create and publish content
Describe the content delivery server role
On this mode, the server is used to render the created content
Describe the processing server role
On this mode, the server is used to extract the raw data collected and transform it into report data
Describe the reporting server role
Collects information for all sitecore data sources and delivery them to the reporting applications
Describe the stand alone server role
This server executes all the roles (reporting, processing, content delivery and content management) at the same time
List the three major products from Sitecore
- Sitecore Experience Manager (XM)
- Sitecore Experience Platform (XP)
- Sitecore Experience Commerce (XC)
Describe the functionalities of Experience Manager
This product works as a Web Content Management (WCM) system, where you can create, manage and delivery content for the final users.
Describe the functionalities of the Experience Platform
This product delivers all the XM features plus Marketing and customer intelligence tools.
(true|false) xConnect and xDb are features from the XP product?
true
(true|false) xConnect and xDb are out of the XM product
true