Sitecore 9 practice exam (mostly compatible with 10) Flashcards

1
Q

Where does the home item for your site is defined
a. Web.Config
b. Sitecore.config
c. Layers.config
d. App.config

A

b. Sitecore.config

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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

a. Sitecore.Context.Site.StartPath;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

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

a. Control Panel>Administration>Install a Package

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What’s the default base template for all templates?
a. Standard Template
b. Base Template
c. Standard Values
d. Template

A

a. Standard Template

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How can you extend the Sitecore Framework?
a. Packages
b. Module
c. Update Package
d. Using SDK

A

a. Packages
b. Module
c. Update Package

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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

A

e. All of the above

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

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

a. Helps you create a package with an option to roll back the changes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

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

a. Add Items statically or dynamically
b. Sets installation options

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How can you install a package in Sitecore?
a. Installation Wizard
b. Sitecore Rocks
c. Control Panel
d. None of the above

A

a. Installation Wizard
b. Sitecore Rocks
c. Control Panel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

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

a. /app_config/Sitecore.config under site

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

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

a. Sitecore.Context

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

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

A

c. Rootpath and Startitem

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

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

a. String startPath = Sitecore.Context.Site.StartPath
Item Homepage = Sitecore.Context.Database.GetItem(startPath)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

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

a. /Sitecore/Content/Home

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

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

A

d. All of the above

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

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

A

d. All of the above

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

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

A

f. All of the above

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Everything in site is an item
a. True
b. False

A

a. True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

An item consist of:
a. Fields
b. Field Sections
c. Data
d. Content Tree

A

a. Fields
b. Field Sections

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

The item is an addressable unit of data
a. True
b. False

A

a. True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Templates are the foundation of all content in Sitecore.
a. True
b. False

A

a. True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

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

A

e. All of the above

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

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

a. Editor Control

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Modifying the base template of the template affects all items immediately
a. True
b. False

A

a. True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

All templates inherit from the standard template
a. True
b. False

A

a. True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

The Tokens in the standard values are:
a. $name
b. $date
c. $now
d. All of the above

A

d. All of the above

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

What option overrides the Field Name in Sitecore interface?
a. Title
b. Field Name
c. Type
d. Property

A

a. Title

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

Sitecore publishes items from:
a. Master to Core database
b. Master to Web database
c. Core to Web database
d. None of the above

A

b. Master to Web database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

Sitecore groups the files in layers and maps each layer to a folder in the App_Config folder
a. True
b. False

A

a. True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q

The Sitecore groups the files in layers and maps each layer to a folder in
a. App_Config
b. Include
c. wwwroot
d. Sitecore

A

a. App_Config

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
31
Q

What are the two types of rendering most commonly used in Sitecore
a. View Rendering
b. Controller Rendering
c. Item Rendering
d. Method Rendering
e. URL Rendering

A

a. View Rendering
b. Controller Rendering

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
32
Q

Which rendering is used occasionally?
a. View Rendering
b. Controller Rendering
c. Item Rendering
d. Method Rendering
e. URL Rendering

A

c. Item Rendering

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
33
Q

What renderings are supported only for legacy reasons?
a. Method Rendering
b. XSLT Rendering
c. Url Rendering
d. All of the above

A

d. All of the above

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
34
Q

Where do you create a model in Sitecore for structured data to be consumed by MVC view?
a. Layout>Model
b. Template>System
c. System>Model
d. Sitecore>Model

A

a. Layout>Model

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
35
Q

What steps are required for a custom route in Sitecore?
a. Define a custom route
b. Register the custom route
c. Create a custom route
d. Execute the route

A

a. Define a custom route
b. Register the custom route

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
36
Q

Areas enable you to group collections of controllers and views together to help subdivide and organize complex projects.
a. True
b. False

A

a. True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
37
Q

What’s the recommendation practice to add Sitecore libraries to your project?
a. Copy and paste the library from a bin folder
b. Nuget
c. Reference the dll files in the bin folder
d. None of the above

A

b. Nuget

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
38
Q

What are the advantages of creating a project outside of the web root folder.
a. Separation of Concern: between solution files and Sitecore files
b. Use the same visual studio project when you upgrade Sitecore or create a new instance.
c. Easy to backup, restore, and move project.
d. All of the above

A

d. All of the above

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
39
Q

What server roles are supported in the <AppSettings> attribute of the Web.config file?
a. Content Delivery
b. Content Management
c. Processing
d. Reporting
e. Standalone
f. All of the above</AppSettings>

A

f. All of the above

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
40
Q

What are three major components of the Sitecore 9 product?
a. Sitecore Experience Manager (XM)
b. Sitecore Experience Platform (XP)
c. Sitecore Experience Commerce
d. All of the above

A

d. All of the above

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
41
Q

What component-based architecture guidelines are used by Sitecore?
a. Helix
b. Habitat
c. Bootstrap
d. Jquery
e. Adaptive

A

a. Helix

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
42
Q

What are the main topics important to Helix and Modular architecture?
a. Dependencies
b. Layers
c. Modules
d. All of the above

A

d. All of the above

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
43
Q

Low coupling relies on keeping the number of dependencies between different parts down to the absolute minimum?
a. True
b. False

A

a. True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
44
Q

High cohesion does not rely on breaking the solution down into the right parts with logic that belong together?
a. True
b. False

A

b. False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
45
Q

How can you control the dependencies between modules in Sitecore?
a. Use Explicit dependencies
b. Use Implicit dependencies
c. Use Sitecore Rocks
d. Use Content Editor

A

a. Use Explicit dependencies

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
46
Q

The layer concept in Helix provides a structure that is extremely suitable for”
a. Creating and maintaining solutions of any size
b. Produce maintenance-friendly and clean code
c. Makes the dependency flow completely clear everywhere in the solution, in Sitecore, in Visual Studio and even in the file system.
d. All of the above

A

d. All of the above

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
47
Q

What layers are defined by the Sitecore Architecture Conventions?
a. Project
b. Feature
c. Foundation
d. Module

A

a. Project
b. Feature
c. Foundation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
48
Q

What’s the most unstable layer in your Sitecore structure?
a. Feature
b. Project
c. Foundation
d. Module

A

b. Project

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
49
Q

What layer of the Sitecore Architecture Conventions stitch the features of the solution together into a cohesive solution?
a. Feature
b. Foundation
c. Project
d. Module

A

c. Project

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
50
Q

What layer of the Sitecore Architecture Conventions can contain page types, layout and graphical design?
a. Project
b. Foundation
c. Feature
d. Module

A

a. Project

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
51
Q

What layer of the Sitecore Architecture Conventions contains the concrete features of the solution?
a. Project
b. Foundation
c. Feature
d. Module

A

c. Feature

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
52
Q

Which layer is the lowest level and most stable layer in Helix?
a. Project
b. Foundation
c. Feature
d. Module

A

b. Foundation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
53
Q

Which layer contains the framework such as Sitecore, .Net, Bootstrap, Jquery etc. ?
a. Project
b. Foundation
c. Feature
d. Module

A

b. Foundation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
54
Q

The concept of module is derived from:
a. Component-based Architecture
b. Module-based Architecture
c. Adaptive Architecture
d. Helix-based Achiecture

A

a. Component-based Architecture

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
55
Q

Which service is responsible for processing and storing data?
a. xConnect
b. xDB
c. Reference Data Service
d. xDB Processing

A

b. xDB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
56
Q

Which of the following you can use to access the xDB core?
a. Content Search API
b. xConnect Client API
c. xDB API
d. xDB Processing

A

b. xConnect Client API

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
57
Q

The client has direct access to the collection database or the search index.
a. True
b. False

A

b. False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
58
Q

What single end point named is used by the collection and Search in the development environment?
a. xdb.collection
b. xdb.search
c. xdb.collection search
d. None of the above

A

a. xdb.collection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
59
Q

Where do you configure the xConnect end points?
a. \App_Config\ConnectionStrings.config
b. \App_Config\Layers.config
c. \App_Config\sitecore.config
d. \App_config\Web.config

A

a. \App_Config\ConnectionStrings.config

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
60
Q

Which one of the following can help you connect to Sitecore using a Console application?
a. xConnect Client API
b. xdb Service
c. xdb collection service
d. Content Search API

A

a. xConnect Client API

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
61
Q

Which model defines the CLR types, facets, and events?
a. xDB model
b. Sitecore
c. xConnect Collection model
d. xConnect search

A

c. xConnect Collection model

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
62
Q

The xConnect service must have a JSON representation of any model that a client application wishes to use.
a. True
b. False

A

a. True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
63
Q

How does the developer extend the xConnect?
a. Adding Contact and Interaction facets
b. Adding Custom events
c. Adding items
d. Adding Templates

A

a. Adding Contact and Interaction facets
b. Adding Custom events

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
64
Q

Which one of the following can help you to control the types of items that users can insert beneath existing item?
a. Using the Insert Options
b. Design Layout
c. Content Editor
d. Experience Editor

A

a. Using the Insert Options

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
65
Q

What’s the second pillar of Experience Manager?
a. Field
b. Item
c. Template
d. Content

A

d. Content

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
66
Q

What do you call a content instance of a template?
a. Template
b. Content
c. Item
d. Field

A

c. Item

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
67
Q

Where does the item store in Sitecore?
a. Database
b. File System
c. In an XML file
d. None of the above

A

a. Database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
68
Q

Which database stores the edited item when you edit an item in Sitecore?
a. Web
b. Master
c. Core
d. XDB

A

b. Master

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
69
Q

All content is publishable when no restrictions are applied.
a. True
b. False

A

a. True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
70
Q

The items in Sitecore have:
a. ID
b. Path
c. URL
d. All of the above

A

d. All of the above

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
71
Q

Items in Sitecore does not store website content.
a. True
b. False

A

b. False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
72
Q

Editors do not need to lock the item before modifying it.
a. True
b. False

A

b. False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
73
Q

Which of the following does the user need to specify when inserting an item from a template in Sitecore?
a. Template Location
b. Item Name
c. Data Source
d. Title Name

A

a. Template Location
b. Item Name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
74
Q

Which user can create content anywhere in the tree?
a. Editors
b. Marketers
c. Administrators
d. Users

A

c. Administrators

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
75
Q

How can developers create content directly from Sitecore Explorer?
a. Right-click an item > Add New Item
b. Right-click an item> Design Layout
c. Right-click an item>Tasks>Add New Item
d. Right-click an item> Tasks > Tools>Add New Item

A

a. Right-click an item > Add New Item

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
76
Q

How can developers add multiple items at once?
a. Sitecore Explorer > Right-click an item> Add New Item > Click Add on the Add new dialog box
b. Solution Explorer > Right-click an item> Add New Item > Click Add on the Add new dialog box
c. Content Editor> Right-click an item> Add New Item > Click Add on the Add new dialog box
d. None of the above

A

a. Sitecore Explorer > Right-click an item> Add New Item > Click Add on the Add new dialog box

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
77
Q

What are the recommended practices for creating content in Sitecore?
a. Place pages under the Site’s Home or Start item
b. Set insert options
c. Limit the number of children
d. Limit the number of versions
e. All of the above

A

e. All of the above

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
78
Q

The number of children that an item has and the number of versions can affect performance
a. True
b. False

A

a. True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
79
Q

A regular user calls stating that he is unable to create content under the Home item. What is the possible cause of this issue?
a. User does not have proper rights
b. User is not authenticated
c. Insert options are not defined
d. None of the above

A

c. Insert options are not defined

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
80
Q

How does the language store in the content tree?
a. Template
b. Data
c. Item
d. Information

A

c. Item

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
81
Q

Where do you manage languages in Sitecore?
a. Dashboard
b. Marketing Panel
c. Control Panel
d. Content Editor

A

c. Control Panel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
82
Q

Each language version can have it’s own list of numbered versions.
a. True
b. False

A

a. True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
83
Q

Where can you set a friendly name for an item that can be translated?
a. Display Name
b. Context Menu
c. Item Name
d. None of the above

A

a. Display Name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
84
Q

How does the Sitecore handles an item without a Display Name?
a. Generate an exception
b. Name is used as a fallback
c. Hides the item
d. None of the above

A

b. Name is used as a fallback

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
85
Q

Name and Display appear on the content item for all users.
a. True
b. False

A

b. False
(it displays only for administrators)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
86
Q

The fields in Sitecore can be
a. Versioned
b. Shared
c. Unversioned
d. All the above

A

d. All the above

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
87
Q

What version is created by default when you create a field in Sitecore?
a. Versioned
b. Shared
c. Unversioned
d. Single Versioned

A

a. Versioned

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
88
Q

Which option will allow users to create single version of field value for all languages?
a. Versioned
b. Shared
c. Unversioned
d. Single Versioned

A

b. Shared

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
89
Q

Which option will allow users to create unique version of the field value per language?
a. Versioned
b. Shared
c. Unversioned
d. Single Versioned

A

c. Unversioned

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
90
Q

All fields must be versioned in Sitecore
a. True
b. False

A

b. False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
91
Q

Sitecore automatically translate the labels, button text, etc. in other languages that you specify.
a. True
b. False

A

b. False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
92
Q

Where does the Sitecore looks for language when user clicks the URL or a link on the web page?
a. The sc_lang query string parameter
b. The language prefix in the path in the requested URL
c. The language cookie associated with the context site
d. The default language associated with the context logical site
e. The DefaultLanguage setting specified in Sitecore.org
f. All of the above

A

f. All of the above

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
93
Q

Why setting the icons and creating user friendly names are important when working with the templates in Sitecore?
a. to impress users
b. It’s easier for the user to identify the template for creating items.
c. Save space on the server
d. Templates will not render without icons

A

b. It’s easier for the user to identify the template for creating items.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
94
Q

What’s the best way to define default values and setting for items?
a. Use a base template
b. Use item fields
c. Use Template’s standard values
d. None of the above

A

c. Use Template’s standard values

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
95
Q

What is the recommended practices for data Architecture?
a. Making good use of Template Inheritance
b. Using Icons and user-friendly names for templates
c. Using a template’s Standard Values to define default values and settings for items
d. All of the above

A

d. All of the above

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
96
Q

What is the recommended practices for Content Structure?
a. Controlling the user experience and content tree by configuring Insert Options
b. Ensuring the tree structure mirrors the site structure
c. Limiting the child items and item versions
d. All of the above

A

d. All of the above

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
97
Q

What layer(s) does the Sitecore.Services.Client framework provides on both the Server and the Client side of the Sitecore applications for the developers to use to develop data-driven applications?
a. Service
b. Project
c. Foundation
d. Data

A

a. Service

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
98
Q

Which Web API the Sitecore.Services.Client uses as a foundation?
a. ASP.NET Web API
b. Content Search API
c. xConnect Client API
d. xDB API

A

a. ASP.NET Web API

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
99
Q

What attribute needs to be set on the controller to enable the features of Sitecore.Services.Client framework?
a. [ServicesController]
b. [ClientController]
c. [APIController]
d. [WebController]

A

a. [ServicesController]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
100
Q

What two services are provided by the Stecore.Services.Client framework?
a. ItemService
b. EntityService
c. DataTemplateService
d. ConnetService

A

a. ItemService
b. EntityService

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
101
Q

What service of Sitecore.Services.Client can be used by the developer to gain access to regular Sitecore Items?
a. ItemService
b. EntityService
c. DataTemplateService
d. ConnetService

A

a. ItemService

102
Q

What service of Sitecore.Services.Client can be used to gain access to business objects that you define.
a. ItemService
b. EntityService
c. DataTemplateService
d. ConnetService

A

b. EntityService

103
Q

What server-side classes client side of Sitecore applications can use when using Sitecore.Services.Client:
a. SPEAK components
b. Client-side JavaScript
c. Restful API directly
d. All of the above

A

d. All of the above

104
Q

What are the two type of items in Sitecore database?
a. Items
b. Definition Items
c. Content Items
d. Web Items
e. Templates

A

b. Definition Items
c. Content Items

105
Q

Which item defines the configuration or structure of the implementation?
a. Definition Item
b. Data Items
c. Content Items
d. None of the above

A

a. Definition Item

106
Q

Which environment the Definition item is created and managed?
a. Production
b. Test
c. Development
d. All of the above

A

c. Development

107
Q

The Definition items are managed and created in Production environment and moved as part of versioned deployments from development to test to production.
a. True
b. False

A

b. False

108
Q

Which one of the following item types are Definition items?
a. Layout and Rendering items
b. Template and Field Items
c. Placeholder and setting items
d. Custom Field Types
e. Lookup items for settings
f. All items in the Core database
g. All of the above

A

g. All of the above

109
Q

What items are managed by the editors on the website?
a. Content Items
b. Definition Items
c. Both a and b
d. None of the above

A

a. Content Items

110
Q

What items are owned by the Administrators and Editors in the production environment?
a. Definition Items
b. Content Items
c. Both a and b
d. None of the above

A

b. Content Items

111
Q

Which content item is owned by production and should never by overwritten by an item coming from the development or test environment?
a. Site home page item
b. Template
c. Field
d. None of the above

A

a. Site home page item

112
Q

The Definition items and some content items in Sitecore are created and managed in the development environment.
a. True
b. False

A

a. True

113
Q

What allows items stored in the Master or Core database to be written to disk in a text-based format and subsequently restored into a database?
a. Serialization
b. Restore
c. Versioning
d. None of the above

A

a. Serialization

114
Q

Remove this question

A

a. TDS
b. Unicron

115
Q

It is highly recommended to deploy business logic and items together in your deployment process
a. True
b. False

A

a. True

116
Q

What are the two tools that you can use to create and edit the content on your website?
a. Content Editor
b. Experience Editor
c. Sitecore Editor
d. Sitecore Rocks

A

a. Content Editor
b. Experience Editor

117
Q

Which tool can editors use to edit and write content directly on the page?
a. Content Editor
b. Sitecore Rocks
c. Experience Editor
d. Sitecore Editor

A

c. Experience Editor

118
Q

Which tool is best for more experienced content authors who are familiar with Sitecore and functionality that it contains?
a. Content Editor
b. Sitecore Rocks
c. Experience Editor
d. Sitecore Editor

A

a. Content Editor

119
Q

You can edit all the items on the page using Experience Editor even if they do not belong to the selected item
a. True
b. False

A

a. True

120
Q

What is a shared layout?
a. Contains the content that all versions of the page, in all languages
b. Contains a combination of the specific for the current version of the page and the content that is specified in the shared layout.
c. Both a and b
d. None of the above

A

a. Contains the content that all versions of the page, in all languages

121
Q

What is a final layout?
a. Contains the content that all versions of the page, in all languages
b. Contains a combination of the specific for the current version of the page and the content that is specified in the shared layout.
c. Both a and b
d. None of the above

A

b. Contains a combination of the specific for the current version of the page and the content that is specified in the shared layout.

122
Q

What functionality lets you preview all your items on your website without publishing them first?
a. Preview
b. Publish
c. Home
d. View

A

a. Preview

123
Q

What’s the default publishing target in Sitecore?
a. Master database
b. Web database
c. Core database
d. xDB

A

b. Web database

124
Q

A certain item can only be published if all it’s ancestors have been published. Which option(s) should be checked when publishing an item in Sitecore?
a. Publish subitems
b. Publish related items
c. Both a and b
d. None of the above

A

c. Both a and b

125
Q

What option will publish everything in Sitecore?
a. Smart Publish
b. Incremental Publish
c. Republish
d. None of the above

A

c. Republish

126
Q

Which option will publish all items that have changed since the last publication?
a. Smart Publish
b. Incremental Publish
c. Republish
d. None of the above

A

a. Smart Publish

127
Q

Which option will publish only items that are in the publishing queue?
a. Smart Publish
b. Incremental Publish
c. Republish
d. None of the above

A

b. Incremental Publish

128
Q

How many types of version are in Sitecore?
a. Numbered Versions
b. Language Versions
c. Numeric Versions
d. All of the above

A

a. Numbered Versions
b. Language Versions

129
Q

Which one of the following creates a versions of an item in the same language?
a. Numbered Versions
b. Language Versions
c. Numeric Versions
d. All of the above

A

a. Numbered Versions

130
Q

Which one of the following creates a version of an item in a different language?
a. Numbered Versions
b. Language Versions
c. Numeric Versions
d. All of the above

A

b. Language Versions

131
Q

What option will create an item that is not just a copy of the original item, but one that inherits the field values from the original item?
a. Copy
b. Duplicate
c. Clone
d. All of the above

A

c. Clone

132
Q

How do you identify the template that an item is based on?
a. Content area>Content tab>Quick Info>Template
b. Content area>Advanced>Quick Info>Template
c. Content area>Option>Quick Info>Template
d. None of the above

A

a. Content area>Content tab>Quick Info>Template

133
Q

What options can be used to run a few checks on the item to make sure that it is ready to be published.
a. Markup
b. Field Validation
c. Check an item
d. Run workflow

A

a. Markup
b. Field Validation

134
Q

What advanced search option can be used to locate exactly the item you are looking for in the Content tree?
a. Search Field
b. Search results
c. Facets
d. Filters
e. All of the above

A

c. Facets
d. Filters

135
Q

In a Multilanguage solution, which functionality will help you to control the items or fields to reuse content from another language?
a. Language Fallback
b. Multilanguage Fallback
c. Both a and b
d. None of the above

A

a. Language Fallback

136
Q

The fallback language can be enabled on:
a. Items
b. Fields
c. Data Types
d. Home
e. Content Tree

A

a. Items
b. Fields

137
Q

Item and Field fallback on the same items should not be used at the same time.
a. True
b. False

A

a. True

138
Q

Which one of the following language fallback is enabled by default on the templates that dictionary entries are based on?
a. Item-level fallback
b. Field-level fallback
c. Both a and b
d. None of the above

A

a. Item-level fallback

139
Q

How can you improve the time it takes to load the Experience Editor ribbon?
a. Change WebEdit.ShowNumberofLockedItemsOnButton value in Siteore.ExperienceEditor.config to false
b. Toggle down the ribbon
c. Change WebEdit.ShowNumberofLockedItemsOnButton value in Sitecore.config to false
d. Change WebEdit.ShowNumberofLockedItemsOnButton value in Web.config to false

A

a. Change WebEdit.ShowNumberofLockedItemsOnButton value in Siteore.ExperienceEditor.config to false

140
Q

Sitecore 9: What two frameworks Sitecore supports?
a. MVC
b. Web Forms
c. JSON
d. Bootstrap

A

a. MVC
b. Web Forms

141
Q

What is the recommended practice to reference Sitecore binaries to your project?
a. Nuget
b. Copy from the Sitecore installation
c. Copy from Coworker’s machine
d. Contact Sitecore support

A

a. Nuget

142
Q

The best practice is to set presentation details on the standard values?
a. True
b. False

A

a. True

143
Q

If the Sitecore page is displaying an error “no layout”, what’s can be the possible cause of this error?
a. Component .cshtml file is missing
b. Template is not set on the item
c. Template is not inherited from the base template
d. Presentation details are not set

A

d. Presentation details are not set

144
Q

Helix guidelines and conventions focuses on architecture and mapping dependencies correctly?
a. True
b. False

A

a. True

145
Q

Presentation in Sitecore is carried out by:
a. Layout
b. Component
c. Both a and b
d. None of the above

A

c. Both a and b

146
Q

Layout in Sitecore is:
a. Scaffold of the page
b. Inner parts of the page
c. Component
d. Template

A

a. Scaffold of the page

147
Q

Which property of an item stores the information that Sitecore requires to build a page response?
a. Item
b. Sitecore framework
c. Field
d. Presentation Details

A

d. Presentation Details

148
Q

Which one of the following form a layout in Sitecore?
a. .cshtml file
b. Definition Item
c. Both a and b
d. None of the above

A

c. Both a and b

149
Q

Which field of the definition item links with the layout .cshtml file?
a. Path field
b. Item field
c. Model
d. Source Field

A

a. Path field

150
Q

What Sitecore helper you will use to render field values to a page?
a. Field
b. Item
c. Template
d. Data

A

a. Field

151
Q

What rendering should only contain display logic?
a. Controller Rendering
b. View Rendering
c. Item Rendering
d. Template Rendering

A

b. View Rendering

152
Q

Which one of the following is the default model used by the components in Sitecore?
a. ViewRendering
b. RenderingModel
c. FieldRendering
d. ModelRendering

A

b. RenderingModel

153
Q

The field helper will accept the following arguments:
a. Field Name, Item, Set of parameters
b. Template Name, Field Name
c. Content Items, Layout, parameter
d. None of the above

A

a. Field Name, Item, Set of parameters

154
Q

If you do not specify an item in the field helper, which one of the following will be used by default to output the content:
a. Item
b. Template Item
c. Context Page Item
d. None of the above

A

c. Context Page Item

155
Q

What action will the field helper will take if the data source item is not found ?
a. Fall back to the context item
b. Generate an exception
c. Remove the item from the view
d. None of the above

A

a. Fall back to the context item

156
Q

You must use the RendringModel in your view rendering to access a Sitecore item
a. True
b. False

A

b. False (a custom model can be used as long as it gives you the access to Sitecore item)

157
Q

The Sitecore field helper can be used to render content from items and the content can also be edited in the experience editor.
a. True
b. False

A

a. True

158
Q

What parameter value can be set in the Sitecore Field helper to make the content read only?
a. new {DisableWebEdit=true}
b. new {EnableWebEdit=false}
c. new {WebEdit=false}
d. new {DisableEdit=true}

A

a. new {DisableWebEdit=true}

159
Q

What parameter value can be set in the Sitecore Field Helper to set the width and Height of an image?
a. mw,mh
b. Width,height
c. Width, length
d. All of the above

A

a. mw,mh

160
Q

The source fields in Sitecore are used:
a. To limit the set of item that can be used
b. To pull data from database
c. To make it difficult for the user to change the values
d. All of the above

A

a. To limit the set of item that can be used

161
Q

What templates define data types in Sitecore?
a. Data Templates
b. Standard Template
c. Base Template
d. None of the above

A

a. Data Templates

162
Q

What templates defines the base template for most data templates?
a. Data Templates
b. Standard Template
c. Base Template
d. None of the above

A

b. Standard Template

163
Q

What field values are defined by the standard template?
a. Standard values
b. Default values
c. None
d. Items

A

c. None

164
Q

Standard template inherits from a number of base templates defined under the /sitecore/templates/System/Templates/Sections item. Each of these base templates defines a single section of the standard template.
a. True
b. False

A

a. True

165
Q

The names of fields in the standard template begins with:
a. One underscore
b. string
c. Two underscores
d. Three underscores

A

c. Two underscores

166
Q

What field types can be rendered directly in Sitecore?
a. Text: Single-line, Multi-line, Rich text, Number, Integer
b. Date: Date, DateTime
c. Link: General Link, General Link with Search
d. Image: Image
e. All of the Above

A

e. All of the Above

167
Q

What field types cannot be rendered directly in Sitecore?
a. Reference another item: Droplink, Grouped Droplink, Droptree
b. Multiple References: Treelist, TreelistEx, Multilist, Checklist, Multilist with Search
c. Boolean: Check box
d. All of the above

A

d. All of the above

168
Q

What class types can be used for fields that cannot be rendered directly?
a. ReferenceField
b. MultilistField
c. CheckboxField
d. All of the above

A

d. All of the above

169
Q

What’s the namespace for field class types: ReferenceField, MultiListField, CheckboxField
a. Sitecore.data
b. Sitecore.data.items
c. Sitecore.data.Fields
d. None of the above

A

c. Sitecore.data.Fields

170
Q

What are the parameters of EditFrame()
a. DataSource
b. Buttons
c. Title
d. Tooltip
e. CssClass
f. Parameters
g. All of the above

A

g. All of the above

171
Q

How developers can allow content authors to edit complex fields such as Mutilist, Checkbox, and Treelist fields editable using the Expereiecne Editor?
a. Item Editor
b. Template Editor
c. Field Editor
d. All of the above

A

c. Field Editor

172
Q

What is an Edit Frame?
a. A region of the page that reacts to clicking by showing a toolbar
b. A component on that page to display item values
c. a view of image displayed within a page
d. None of the above

A

a. A region of the page that reacts to clicking by showing a toolbar

173
Q

Which one of the following will help developer to add a button to any toolbar to display a field editor?
a. Complex item
b. Render item
c. Edit Frame button
d. Edit Item button

A

c. Edit Frame button

174
Q

What is most significant features of the Sitecore system when designing the user experience in Sitecore?
a. dynamic layout engine
b. Static layout engine
c. Data Templates
d. All of the above

A

a. dynamic layout engine

175
Q

How partial view should be prefixed in Sitecore?
a. Underscore
b. CamelCase
c. User friendly names
d. All of the above

A

a. Underscore

176
Q

How do you register View Rendering with Sitecore?
a. Create a View Rendering definition item
b. Point to the path of the .cshtml file
c. Create a Controller rendering definition item
d. Reference the Controller and Controller Action view by name
e. All of the above

A

a. Create a View Rendering definition item
b. Point to the path of the .cshtml file

177
Q

How do you register Controller Rendering with Sitecore?
a. Create a View Rendering definition item
b. Point to the path of the .cshtml file
c. Create a Controller rendering definition item
d. Reference the Controller and Controller Action view by name
e. All of the above

A

c. Create a Controller rendering definition item
d. Reference the Controller and Controller Action view by name

178
Q

The recommended practice to when creating a controller rendering is:
a. Requesting the model or view model from the business layer
b. Passing on the model to the required view
c. Both a and b
d. None of the above

A

c. Both a and b

179
Q

John has created several complex components, he rendered the components using the path in the layout. What binding did john use to render the components?
a. Static
b. Dynamic
c. Adaptive
d. None of the above

A

a. Static

180
Q

John has created several complex components, he used place holders in the layout for those components. What binding did john use to render the components?
a. Static
b. Dynamic
c. Adaptive
d. None of the above

A

b. Dynamic

181
Q

Placeholders are added to the markup in code and are identified with a unique placeholder key.
a. True
b. False

A

a. True

182
Q

What are the advantages of using dynamic binding in Sitecore?
a. New page types can be assembled from existing components
b. Changes to a page structure do not require a developer
c. Supports content reuse
d. Supports Sitecore’s personalization and testing features
e. All of the above

A

e. All of the above

183
Q

What binding should be used when adding Header and Footer to the layout?
a. Static
b. Dynamic
c. Both a and b
d. None of the above

A

c. Both a and b

184
Q

When you should use static binding in Sitecore?
a. Component always needs to be present on a layout or component
b. Do not have time to code
c. Both a and b
d. None of the above

A

a. Component always needs to be present on a layout or component

185
Q

What binding a developer should use if a user wants to edit the component using the Experience editor?
a. Static
b. Dynamic
c. Adaptive
d. All of the above

A

b. Dynamic

186
Q

Where do authors add, remove, move, and configure components?
a. Content Editor
b. Experience Editor
c. Both a and b
d. None of the above

A

b. Experience Editor

187
Q

If the Allowed Controls are not defined in the Placeholder settings then the content users will be able to:
a. Add all controls to the placeholder
b. Cannot add any controls to the placeholders
c. Will not be able to use placeholders
d. None of the above

A

a. Add all controls to the placeholder

188
Q

The placeholder settings can:
a. Make placeholders selectable in the Experience Editor
b. Are used to restrict components
c. Both a and b
d. None of the above

A

c. Both a and b

189
Q

The items in the placeholder are called:
a. Definition Items
b. Templates
c. Items
d. Information

A

a. Definition Items

190
Q

Presentation details are set on a template’s standard values but can be overridden on the item
a. True
b. False

A

a. True

191
Q

What does the Sitecore creates when you override a presentation details on the item?
a. Layout Delta
b. Layout Details
c. Presentation Details
d. Template for the item

A

a. Layout Delta

192
Q

What happens when you create the regular placeholder multiple times on the page?
a. Same content appears on both placeholder definitions with the same key
b. It creates different content in each placeholder
c. It creates a unique key for each placeholder
d. All of the above

A

a. Same content appears on both placeholder definitions with the same key

193
Q

How can you make sure that each placeholder on the page has a unique key?
a. Create dynamic placeholders using @Html.Sitecore().DynamicPlaceholder(“Key”)
b. Create static placeholders using @Html.Sitecore().Placeholder(“Key”)
c. Change the Unique item in placeholder settings
d. None of the above

A

a. Create dynamic placeholders using @Html.Sitecore().DynamicPlaceholder(“Key”)

194
Q

What can you do to create more flexible components on the page?
a. Create static placeholders
b. Create dynamic placeholders
c. Use view rendering
d. All of the above

A

b. Create dynamic placeholders

195
Q

Which standard field is a shared field where you specify the common layout for all languages and versions of the item?
a. _Renderings
b. _Final Renderings
c. _Item Renderings
d. _Shared_Renderings

A

a. _Renderings

196
Q

Which standard field is a shared field where you specify Individual layouts for languages and versions of items?
a. _Renderings
b. _Final Renderings
c. _Item Renderings
d. _Shared_Renderings

A

b. _Final Renderings

197
Q

How the layouts are stored in the fields?
a. HTML
b. XML
c. JSON
d. Javascript

A

b. XML

198
Q

How does the final presentation gets created in Sitecore?
a. The contents of _Renderings and _Final Rendering fields are merged (“Patched”)
b. xml in _rendering field finalized
c. When xml in the _Final Renderings finanlzied
d. None of the above

A

a. The contents of _Renderings and _Final Rendering fields are merged (“Patched”)

199
Q

Which one of the following maps the item to the current URL?
a. RenderingContext.Current.ContextItem
b. RenderingContext.Current.Rendering.item
c. RenderingContext.Current.URL
d. None of the above

A

a. RenderingContext.Current.ContextItem

200
Q

Which on the following will help you to easily display contents from an item other than the context item?
a. RenderingContext.Current.ContextItem
b. RenderingContext.Current.Rendering.item
c. RenderingContext.Current.URL
d. None of the above

A

b. RenderingContext.Current.Rendering.item

201
Q

How can we prevent authors selecting the wrong type of data source for the component?
a. Set the Template Location
b. Set the Datasource Location
c. Set Insert Options
d. None of the above

A

b. Set the Datasource Location

202
Q

Where do you setup the Data Source location for a component?
a. Component Tool bar> More>Edit Experience Editor Option
b. View> Advanced>Edit Experience Editor Option
c. Home> Advanced>Edit Experience Editor Option
d. Component Tool bar> More>Advanced>Edit Experience Editor Option

A

a. Component Tool bar> More>Edit Experience Editor Option

203
Q

How can we restrict authors to use a specific item type?
a. Set the Template Location
b. Set the Datasource Template
c. Set Insert Options
d. None of the above

A

b. Set the Datasource Template

204
Q

What are the advantages of using the Datasource template?
a. Restricts users to a specific item type
b. Allows content creation of that item type
c. Both a and b
d. None of the above

A

c. Both a and b

205
Q

The Datastore Template cannot be configured with or without a Datasource location.
a. True
b. False

A

b. False

206
Q

When the Datasource Template is set without the Datasource location, the authors can see the entire content tree but are only allowed to select the specific item type for that component?
a. True
b. False

A

a. True

207
Q

The component parameters are stored as:
a. Key-value pairs
b. xml
c. html
d. None of the above

A

a. Key-value pairs

208
Q

Which one of the following will allow developer to access the parameters of the component programmatically?
a. @Model.Rendering.Parameters[“CssClass”]
b. @RenderingContext.Current.Rendering.Parameters[“ButtonText”]
c. Both a and b
d. None of the above

A

c. Both a and b

209
Q

How can the developers help authors choose the correct component parameter values?
a. Use fields
b. Key-value pair
c. Both a and b
d. None of the above

A

a. Use fields

210
Q

What are advantages of using Rendering Parameter templates?
a. No free-form text input
b. Prevent errors
c. Control Input
d. Improve the user experience
e. All of the above

A

e. All of the above

211
Q

How many parameter template are allowed on a component?
a. One
b. Two
c. Three
d. Unlimited

A

a. One

212
Q

Compatible Rendering is a component definition item that enables users to replace the one component with another.
a. True
b. False

A

a. True

213
Q

Where else do you specify the components so they can be swapped in the experience editor?
a. Template fields
b. Control Panel
c. Configuration Items
d. Placeholder’s Allowed Controls field

A

d. Placeholder’s Allowed Controls field

214
Q

How to Handle Redirects with Sitecore?
a. Third-party modules
b. Custom code overriding the LinksManager and ItemSolver
c. IIS redirects
d. All of the above

A

d. All of the above

215
Q

What’s the benefit of using Wildcard items in Sitecore?
a. Allows you to work with dynamic URLs
b. It matches to any request
c. It ensures the URL is dynamic
d. All of the above

A

d. All of the above

216
Q

What methods can be used to navigate the tree?
a. .Parent()
b. .GetChildren()
c. .Axes.GetAncestors()
d. .Axes.GetDescendants()
e. All of the above

A

e. All of the above

217
Q

The developers should use ContentSearch for the best performance in Sitecore.
a. True
b. False

A

a. True

218
Q

You should use Var in foreach loop with the ChidlList.
a. True
b. False

A

b. False

219
Q

What should you use instead of var in foreach loop with the childlist?
a. Sitecore.Data.Items.Item
b. Sitecore.Data.Items.Context
c. Site.Data.items.Item
d. None of the above

A

a. Sitecore.Data.Items.Item

220
Q

The LINQ is useful in Sitecore for:
a. Filtering small collection of items
b. Setting up configuration
c. Reviews items
d. None of the above

A

a. Filtering small collection of items

221
Q

Sitecore sorts subitems alphabetically by default.
a. True
b. False

A

a. True

222
Q

When you use LINQ to sort items, what needs to be done to improve performance?
a. Instruct the GetChildren method not to sort items
b. Execute query right away
c. Instruct Sitecore.Context not to execute the query
d. None of the above

A

a. Instruct the GetChildren method not to sort items

223
Q

What happens if you edit directly on the Web database?
a. Changes are lost after a publish
b. The developers can no longer work
c. Sitecore support will contact you
d. Edited content automatically moves to Core database

A

a. Changes are lost after a publish

224
Q

When you editing an item, how do you ensure that your changes are made on the Master database only?
a. Point to the Master data using the following statement Var masterDB = Sitecore.Configuration.Factory.GetDatabase(“master”)
b. Change the database from the Sitecore Desktop view
c. Change the database from the Sitecore Rocks plugin
d. All of the above

A

a. Point to the Master data using the following statement Var masterDB = Sitecore.Configuration.Factory.GetDatabase(“master”)

225
Q

Anonymous visitors have permissons to create items in Sitecore
a. True
b. False

A

a. True

226
Q

How do you run code as another user in Sitecore?
a. Sitecore.SecurityModel.SecurityDisabler()
b. Sitecore.Security.Accounts.UserSwitcher(“usersID”)
c. Sitecore.Context.Account.Switch(“userid”);
d. None of the above

A

a. Sitecore.SecurityModel.SecurityDisabler()
b. Sitecore.Security.Accounts.UserSwitcher(“usersID”)

227
Q

What are the steps to edit content programmatically?
a. Ensure you have the required permissions
b. Retrieve the item
c. Invoke the Editing.BeginEdit() method
d. Change the field values
e. Invoke the Editing.EndEdit() method
f. All of the above

A

f. All of the above

228
Q

Which one of the following you can use when you need an end point to access and manipulate data remotely?
a. Sitecore.Services.Client
b. Sitecore.Services.EndPoint
c. Sitecore.Services.Context
d. Sitecore.Services.DB

A

a. Sitecore.Services.Client

229
Q

Where developer can find JavaScript libraries?
a. \Sitecore\shell\client\Services\Assets\lib
b. \Sitecore\shell\configure\Assets
c. \Sitecore\shell\Configure\lib
d. None of the above

A

a. \Sitecore\shell\client\Services\Assets\lib

230
Q

The Search Facets are calculated after the search
a. True
b. False

A

a. True

231
Q

Administrators can add facets for other fields/properties
a. True
b. False

A

a. True

232
Q

The search interface operations allows you to:
a. Remove search results
b. Run bulk operations over all the search results
c. Format search results
d. None of the above

A

b. Run bulk operations over all the search results

233
Q

All fields are index by default in Sitecore.
a. False
b. True

A

a. False

234
Q

What are benefits of using Item buckets in Sitecore?
a. Reduce the number of children per item
b. Hide folder structure and content from Editor’s view
c. Allow editors to search the content by bringing the search interface to the forefront
d. All of the above

A

d. All of the above

235
Q

Where do you adjust the item bucket settings in Sitecore?
a. /Content/System/Settings/Buckets/Item Buckets Settings
b. /Home/System/Settings/Buckets/Item Buckets Settings
c. /Sitecore/System/Settings/Buckets/Item Buckets Settings
d. /Dashboard/Control Panel/Settings/Buckets/Item Buckets Settings

A

c. /Sitecore/System/Settings/Buckets/Item Buckets Settings

236
Q

What API is used by the Search UI and Sitecore Buckets?
a. ItemSearch Web API
b. ContentSearch Web API
c. Search Web API
d. ContentSearch API

A

d. ContentSearch API

237
Q

List two libraries that developer needs to construct a search in Sitecore?
a. Sitecore.ContentSearch
b. Sitecore.ContentSearch.Linq
c. Sitecore.context.Item
d. Both a and b
e. None of the above

A

e. None of the above

238
Q

What LINQ IQueryable methods are not supported in Sitecore?
a. GroupBy
b. Aggregate
c. Sum
d. All of the above

A

d. All of the above

239
Q

Which on the following LINQ IQueryable methods are supported in Sitecore?
a. GroupBy
b. Where
c. Contains
d. Any
e. All
f. OrderBy
g. All of the above except a

A

g. All of the above except a

240
Q

Why it’s not recommended to use Axes.GetDescendants to retrieve a large number of items?
a. Less code
b. Performance Issue
c. Sitecore does not support
d. Infrastructure cannot handle the query

A

b. Performance Issue

241
Q

Which one of the following are the official Sitecore documentations?
a. Dev.sitecore.net
b. Doc.sitecore.net
c. Sdn.sitecore.net
d. Kb.sitecore.net
e. Youtube.com/user/mastersitecore
f. Helix.sitecore.net
g. All of the above

A

g. All of the above

242
Q

Which one of the following are the community-driven sources?
a. Community.sitecore.net
b. Feeds.sitecore.net
c. Marketplace.sitecore.net
d. Sitecore.community.github.io
e. All of the above

A

e. All of the above

243
Q

Which one of the release adds significant functionality to a product?
a. Service Pack
b. Update
c. Feature Release
d. All of the above

A

c. Feature Release

244
Q

Sitecore will not provide individual customers with a hotfix or patch to resolve a single issue or a small number of issues in a Sitecore product.
a. True
b. False

A

b. False

245
Q

How long Sitecore will support the Mainstream Support Phase?
a. 1 year
b. 2 years
c. 3 years
d. Forever

A

c. 3 years

246
Q

Which one of the tool you will use to analyze the log files?
a. Event Viewer
b. Sitecore Log Viewer
c. Log Analyzer
d. Microsoft Word

A

c. Log Analyzer

247
Q

The self-test diagnostics can be run using:
a. Sitecore Diagnostics Toolset
b. Sitecore Control Panel
c. Wndows System settings
d. Sitecore Log Settings

A

a. Sitecore Diagnostics Toolset

248
Q

You must supply the license ID when you open a ticket with Sitecore.
a. True
b. False

A

a. True

249
Q

What needs to be attached before submitting the ticket to Sitecore Support?
a. Relevant Configuration Files
b. Recent Log files, Screenshots of UI, errors, and related files
c. Exceptions as plan text documents
d. All of the above

A

d. All of the above

250
Q

What tool can be used to generate a support package for Sitecore support?
a. Support Package Generator
b. Zip application
c. Sitecore Tool Generator
d. All of the above

A

a. Support Package Generator