Sei sulla pagina 1di 4

Where sitecore stores the indexes

a- into core database


b- into App_indexes folder
c- into App_Data/indexes folder (X)
d- sitecore does not stores indexes
e- none of above

answer: c

You are trying to search items by using ContentSearchManager class and you get a compiling error. What
probably is causing the error?

a- You forgot add using statement


b- You forgot deploy your files
b- you forgot publish content changed

answer: a

Select the name of the Sitecore component-based architecture guidelines from the list.

a- Helix
b- Habitat
c- Bootstrap
d- Adaptive

answer: a

How to set LinkManager configurations

a- using LinkManager.SetDefault() Method


b- in web.config file
c- in sitecore.config file

answer: b

a developer have set the value of a field with $name token but the token is showing as a field value, what
should you do to render
$name value correctly

a- enable an option in web.config


b- Nothing, the token value will be renderen when an item is created
c- you should enable the option in sitecore.config file

answer: b
When using the RenderingContext, how can you get the value from an specific parameter?

a- Current.RenderingContext.Parameters["Parameter"]
b- Current.Rendering.Parameters["Parameter"]
c- Current.Context.Parameters["Parameter"]
d- Current.Rendering.Context.Parameters["Parameter"]

answer: b

When you are working with a Sitecore.Data.Items.Item object, which method should you use to get a list
of all its children?

a- .GetChildren()
b- Axes.GetChild()
c- Axes.GetDescendants()
d- Database.GetChildren()

answer: a

What is a Sitecore item?

a- The construct Sitecore uses to store data


b- A page the visitor views on the website
c- An entity storing the information used to find the content in the file system
d- A definition for the type of date that you want to store

answer: a

When you patch in changes to the Sitecore.config file, how can you control the order in which your
changes are applied?

a- In App_Config/Include, use a naming convention and sub-folders for config files


b- In App_Config/, create <order> entries in the Sitecore.Patch.config file
c- In App_Config/Include/Project, add your config files
d- In Web.Config, manually insert the changes in order

answer: a
Select the name of the Sitecore component-based architecture guidelines from the list.

a- Adaptive
b- Habitat
c- Bootstrap
d- Helix

answer: d
Lucene was replaced by Solr because:

a- it has more security functionalities


b- it allows multi server
c- it is more faster
d- it starts indexing

answer b)

How can you render statically


a) @Html.Sitecore().Static(“/home/content/Home/Item”)
b) @Html.Sitecore().Bind(“/home/content/Home/Item”)
c) @Html.Sitecore().Rendering(“/home/content/Home/Item”)
d) @Html.Sitecore(“/home/content/Home/Item”)

answer: c)

Why is it better to publish media files within the database:

a- because it stays in the same place as the item


b- because it makes easier to publish the media
c- because you can upload it and download it faster
d- because it makes it more available

answer: a)

How can you scale sitecore horizontally?

a- by adding different servers to different roles


b- by adding more capacity in role server
c- by adding less content in servers
d- by adding load balancers to a single server role

answer d)

What dll do you need to reference in order to use LINQ in searches results?

a- Sitecore.ContentSearch.Linq.dll
b- Sitecore.ContentSearch.dll
c- Sirecore.Linq.dll
d- Sitecore.Mvc.Linq.dll

answer: a)
Two templates have a similar field which is responsible to store a font size value. The user is allowed to
change the font size value in the item inheriting from the first template but it is not supposed be allowed to
change it in the item inheriting from the second template. Could you have made both templates inheriting
from the same parent template, so they inherit this common field?

a- No, because they have datasource different


b- No, because they different permission values
c- Yes, because they have datasource different
d- Yes, because they store the same type of data

answer: no idea d?

Potrebbero piacerti anche