Sitecore 9 practice exam (mostly compatible with 10) Flashcards
Where does the home item for your site is defined
a. Web.Config
b. Sitecore.config
c. Layers.config
d. App.config
b. Sitecore.config
How do you retrieve your site’s start item location?
a. Sitecore.Context.Site.StartPath;
b. Sitecore.Context.Site.root
c. Sitecore.Context.Site.PathStart
d. Sitecore.Context.Site.rootPath
a. Sitecore.Context.Site.StartPath;
How do you install a Sitecore package from within Sitecore?
a. Control Panel>Administration>Install a Package
b. Marketing Panel>Administration>Install a Package
c. Dashboard>Administration>Install a Package
d. Administration>Install a Package
a. Control Panel>Administration>Install a Package
What’s the default base template for all templates?
a. Standard Template
b. Base Template
c. Standard Values
d. Template
a. Standard Template
How can you extend the Sitecore Framework?
a. Packages
b. Module
c. Update Package
d. Using SDK
a. Packages
b. Module
c. Update Package
Sitecore Rocks plugin for visual studio can be used to perform which tasks
a. Manage Packages
b. Create Anti-Package for undo functionality
c. Create Items
d. Create Templates
e. All of the above
e. All of the above
What is an Anti-Package?
a. Helps you create a package with an option to roll back the changes
b. Helps you to import and delete the existing files
c. Helps you to export the package
d. None of the above
a. Helps you create a package with an option to roll back the changes
The Sitecore Package Designer helps you to
a. Add Items statically or dynamically
b. Sets installation options
c. Remove packages
d. None of the above
a. Add Items statically or dynamically
b. Sets installation options
How can you install a package in Sitecore?
a. Installation Wizard
b. Sitecore Rocks
c. Control Panel
d. None of the above
a. Installation Wizard
b. Sitecore Rocks
c. Control Panel
Where is the default site configuration located?
a. /app_config/Sitecore.config under site
b. /app_config/Layer.config
c. /config/sitecore.config under site
d. Web.config under site
a. /app_config/Sitecore.config under site
What static class contains the information about the current HTTP request and your site installation?
a. Sitecore.Context
b. Sitecore.Kernel
c. Sitecore.MVC
d. Sitecore.Presentation
a. Sitecore.Context
Where the Home page or start item for your site is defined in the Sitecore.config?
a. Rootpath
b. Start item
c. Rootpath and Startitem
d. Site node
c. Rootpath and Startitem
How can you retrieve your site’s start item location programmatically?
a. String startPath = Sitecore.Context.Site.StartPath
Item Homepage = Sitecore.Context.Database.GetItem(startPath)
b. String startPath = Sitecore.Context.Site.rootPath
Item Homepage = Sitecore.Context.Database.GetItem(rootPath)
c. String startPath = Sitecore.Context.Site.path
Item Homepage = Sitecore.Context.Database.GetItem(path)
d. String startPath = Sitecore.Context.Site.rootpath
Item Homepage = Sitecore.Context.Database.GetItem(rootpath)
a. String startPath = Sitecore.Context.Site.StartPath
Item Homepage = Sitecore.Context.Database.GetItem(startPath)
What’s the path of the Single website and Home Item?
a. /Sitecore/Content/Home
b. /Sitecore/Home
c. /Sitecore/Item/Home
d. /inetpub/wwroot/Web/Home
a. /Sitecore/Content/Home
What’s the recommended practices for a multisite implementation?
a. Creating a folder for each site
b. Ensuring that each site folder has its own Home item
c. Storing shared content outside of each site folder
d. All of the above
d. All of the above
Visual Studio is the main tool to:
a. Configure and manage Sitecore project
b. Code Layouts and renderings
c. Manage configuration files
d. All of the above
d. All of the above
Sitecore Rocks allows you to:
a. Create and manage site content from the Visual Studio
b. Create Presentation component items and code files
c. Integrate with your visual studio project
d. Use site management tools
e. Create and Install Sitecore packages
f. All of the above
f. All of the above
Everything in site is an item
a. True
b. False
a. True
An item consist of:
a. Fields
b. Field Sections
c. Data
d. Content Tree
a. Fields
b. Field Sections
The item is an addressable unit of data
a. True
b. False
a. True
Templates are the foundation of all content in Sitecore.
a. True
b. False
a. True
Templates defines:
a. Type of item
b. Determine the field sections
c. Determine the field names
d. Determine the field types
e. All of the above
e. All of the above
What does the field type determines for the field in the Content Editor and the Experience Editor?
a. Editor Control
b. Options
c. Value
d. Security
a. Editor Control
Modifying the base template of the template affects all items immediately
a. True
b. False
a. True