• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/147

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

147 Cards in this Set

  • Front
  • Back

What is Sitecore's easy-to-use authoring tool?


The Experience Editor

Which interface would an author use to see and edititems in a tree structure?

Content Editor

What is horizontal scaling? (On exam)

Horizontal Scaling is adding servers to eachrole.

What is vertical scaling? (On Exam)

Vertical Scaling is using servers toperform different roles.

What should you define in a template?

Fields, Field sections, Icon and parent templates

What field type would you use to store formatted HTML?

Rich Text Field

What happens if you use the same field name in a template that is already used in a parent template? (On Exam)

You will get two fields with the same name

What is the name of the template all templates should inherit from? (On Exam)

Standard Template

Why should you avoid defining the same field multiple times in more than one template?

It makes it much harder to manage later on.




(There is a question on the exam that covers this principle)

What would you use the Field source for in the following field types: Image, Rich Text Field, Droplink?

Image: Set the folder in the Media Library it will open when selecting an image for the field.

Rich Text: Configuration of the toolbar and functionality of the Rich Text Editor.

Droplink: Set the items to be displayed as options.

While working on extending search functionality for Solr, why might you get a compilation error? (On exam)

You've forgotten to include a Solr dll in your project references.

Why do you create Standard values?

To be able to define default and initial values.

What happens if you don't set any insert options? (On version 8 Exam)

Only admins and privileged users will be able to create content (using the Insert from template option).

Where should you set insert options as a best practice? (On version 8 exam)

In the Standard Values, so they are applied as a default to newly created items.

If you are not installing the commerce management tools for Sitecore, which 2 databases will you still need? (On version 9 exam)

Web and Core

What happens when you set a field as shared? And unversioned? (On version 9 Exam)

A shared field contains a single version of the data for all versions in all languages. An unversioned field contains one version of the data per language.

What is the difference between the Master and Web database? (On exam)

In terms of schema, there is no difference. The difference is more conceptual, in that, content for the live website is read from the Web database and content that is work-in-progress should be edited in the Master database.

If you set up some publishing restrictions, will Sitecore automatically publish that content at that exact time? (There is a theoretical question regarding this on the version 8 exam)

No. The publishing restrictions only dictates when an item or its versions are publishable or not.

(The question on the exam asks you about a scenario on setting a publishing restriction based on date and whether or not sitecore will stop showing the content automatically or if it needs to be published first)

When do tokens get replaced?

Only when items are created.

Why would you need to run a full republish?

Theoretically, you should not need to do this as a user.

Should a user work directly in the Web database if they need something to go live immediately? (On version 8 exam)

A user should never work directly in the Web database. In fact, they should not even be able to access the Web database in the authoring tools.

Where are the search indexes located in wwwroot? (On Exam)

/{sitename}/App_Data/indexes

Why would I want to use the data source in a component? (On Exam)

The data source allows you to build more flexible and re-usable components because the data source is determined by users and not hardcoded by developers.

Can we have placeholders inside of placeholders?

Not directly. However, you can have components inside a placeholder that in turn define other placeholders. This is referred to as nested placeholders.

Why is it a good idea to avoid using Rich Text fields as much as possible?

One of the benefits of using Sitecore is the separation of content and presentation. The Rich text field is the only exception to this, as it stores HTML content directly. If abused and not configured properly, it may give users the ability to break the design of the site.

What do you need to do to allow users to add and remove components from a placeholder using the Experience Editor?

Create a Placeholder Settings item for that placeholder.

This happens when you request a page that has no layout defined in the presentation details? (On Exam)

Sitecore shows a Layout not found error page.

Why do you define Presentation Details on Standard Values if the Standard Values item is never going to be mapped to the requested URL?

You want to define those Presentation Details as a default for all items based on that template.


This will allow items to have valid presentation details already set when they are created.

Can you edit an item in the Experience Editor when the item has no presentation details set?

No, since it cannot be presented.

Which fields are editable inline using the Experience Editor?

Text fields (Single-Line, Multi-Line, Rich Text), Date/datetime, Image, General Link.

Give an example of when you would use the DisableWebEdit parameter when rendering a field.

Rendering a field inside the tag in the of the HTML.

How does Sitecore define a type of item (data schema)? (On Exam)

Using data templates

What is the name of the feature that makes WCM possible in Sitecore?

Experience Management ( xManagement)

What do you need in addition to the Experience Management to take full advantage of the Sitecore Experience Platform?

You need the Experience Database to take full advantage of the available features. It supports the Analytics and Marketing features.

Are all items pages in a Sitecore project?

No, items that are pages have their presentation details set.

What is the recommended version of Visual Studio for Sitecore development?

Any version that supports the .NET framework 4.0 will work for Sitecore development.

What tools can you use to install Sitecore?

Manual or zip file, EXE, Sitecore Rocks, SIM (SIL for version 9)

What additional databases are required when running xDB? (Version 8)

Collection Database (MongoDB), Reporting, Session State

How do you patch in changes to the "sitecore" section of web.config? (On Exams)

Put a .config patch file in the App_Config/Include folder

You have just created new content but you cannot see it on your live website. Why not?

You need to publish new or edited content.

When you set up multiple site structures in the content tree, what is the recommended practice for handling content that will be shared between sites?

Keep it outside of any site structure.

What types of Visual Studio projects does Sitecore support?

ASP.NET Web Application, supporting MVC or Web Forms

Why should you not create or modify items directly on the web database? (On Exam)

If the changes only exist on the web database they will get lost during the next publish operation.

How can you make your Visual Studio project portable? (On Exam)

By working outside the webroot

What is the difference between publishing and deploying? (On Exam)

Publishing copies items from the Master to Web databases while deploying copies files from your Visual Studio project to your webroot.

Name some the attributes that can be configured in the site node for a website. (think SiteDefinition.config file).

Name, host name, rootPath, startItem, language

What are some of the features of Sitecore Rocks?

Integration with Visual Studio. Creating and editing items, management tools, viewing website file system

To provide a rich user experience, what are some recommended practices you should use when you create templates?

Provide default values, use user friendly names and icons, limit the use of Rich Text Editors.

Where are default field values defined? (On Exam)

On the Template Standard Values item

Why is storing media in the Sitecore database an advantage? (On Exam)

It makes publishing easier because the item and the media are both published so you do not have to keep files in sync.

What item setting needs to be specified for authors to be able to add content?

Insert options

What is the recommended practice for setting insert options? (On Exam)

Insert options are set on the Template Standard Values item

Describe the anatomy of a Sitecore Layout? (On Exam)

A code file on the file system and definition item in the content tree

How is the layout file linked to the definition item?

By the Path field on the definition item.

How do you display the contents of a field in code? (On Exam)

@Html.Sitecore().Field(“")

What can you use to translate fields and Help texts in the Sitecore Client? (On version 8 Exam)

Sitecore Dictionary entries

Why would you choose Solr over Lucene.net? (On Exams)

SOLR is a multiserver implementation of Lucene, which allows easier scaling, better language support and allows there to be a dedicated endpoint for Search.




(This question isn't exactly on the version 8 exam but there is a question on which is more scalable. On version 9, is just asks you how it's more scalable)

Which type of component would you create if you wanted to closely follow MVC patterns or invoke complex logic? (On Exam)

Controller Rendering

True or False: The view should contain all the business logic.

False

What happens if allowed controls are not specified on a placeholder settings item?

In the Experience Editor, the user will be able to add any component to the placeholder.

How do you make Sitecore recognize of a controller rendering?

Create a component definition item and set the controller and controller action. Additionally, you can also set an Area.

You want to ensure header and footer are always visible on your Main layout. Will you statically or dynamically bind it?

Statically bind it when you need it to always appear on a layout or rendering.

What is the difference between the Renderings and Final Renderings fields?

The Rendering field is shared between all item versions and is used for global changes; The Final Renderings field is not shared and stores language and version-specific changes.

An author adds a component to a page in the Experience Editor and the selects the Associated Content dialog box automatically appears. What triggers this behavior?

The component's Datasource Location field is filled in.

How can you restrict authors to specific types of item for a component's data source?

Add the data template to the component's Datasource Template field.

How are component parameters stored in the Sitecore database?

As clear text in URL query string format

What data template must be used as a base template for your Parameters Template?

The Standard Rendering Parameters template

You have created a new Parameters Template. How do you ensure your component to uses it?

On the component’s definition item in the Parameters Template field

What are Compatible Renderings?

Components that can be exchanged or replaced with each other

What should you keep in mind when configuring Compatible Renderings?

They should be set on both components so you can exchange them. Both need to be in the Allowed Controls for any placeholders they will appear in. They may need to share data source and parameters.

You have a component you would like cached anywhere it is used. Where would you define its cache settings?

On the component definition item in the Sitecore tree.

Why should you never cache a component that displays personal information? (On Exam)

Another visitor to your site can see that information

You have a component that you want cached on every Event Details page. Where would you define its cache settings?

On the component on the Event Details Template Standard Values item.

Why would you want to have the languageEmbedding option set to never?

The site is not multilingual.

How would an author cause a broken link when renaming an item?

The URL is usually made using the item names. If the page was bookmarked in the browser, it will no longer work. You will need to implement 301 redirect logic.

How would you disable .aspx being added to all URLs that are generated from Sitecore?

By changing the addAspxExtension attribute of the LinkManager.

How can you globally change characters in the URLs that are generated from and resolved from Sitecore?

Using the encodeNameReplacements option in the web.config.

In which situations would you want to change the Links that are generated for an individual link?

If you need to force the language of content that is to be rendered from Sitecore.

Why is it important to have friendly folder structures within your content tree?

Because they dictate the segments that are within your URL.

How would you display the direct children of the Home item? (On Exam)

By retrieving the Home item using the GetChildren() method.




Sitecore.Context.Site.StartPath.GetChildren()




(The question on the exam just asks how to get the direct children of any item. GetChildren() is the method to use)

What is the danger of using a method like Axes.GetDescendants()?

It retrieves recursively all the children of all the children of the item. If invoked in an item near the root, it would load the entire tree in memory, with the corresponding performance penalty.

How can you skip certain items when you build the navigation?

Use LINQ to filter by template or the value of a particular field.

How would you render the content of an Image field on the website?

@Html.Sitecore().Field().FieldRenderer.Render()

What happens if you use FieldRenderer.Render() to render a Multilist field?

It would render the raw value of the field: pipe-delimited GUIDs

How would you render a Multilist field? (On version 8 Exam)

By retrieving its value in code and using it to create some output.

Which rendering is most suited for MVC? (On Version 9 Exam)

Controller Rendering

What class would you use to retrieve the contents of a Treelist field? (On version 9 exam)

Sitecore.Data.Fields.MultilistField

How do you get the children items of an item? (On Exams)

.GetChildren()

In what order do child items appear by default? (On version 8 Exam)

Alphabetically

Why would you preferably avoid sorting items in code, for example, using LINQ?

It might confuse authors to see items appear in a different order to the order shown in the Content Editor.

What is the name of the pop-up window in the Experience Editor that can be used to edit fields that are not editable inline? (On exams)

A Field Editor

How would you enable the use of a Field Editor?

By adding a Field Editor Button to a toolbar

How would you show a toolbar in a random part of the page?

Using an Edit Frame

How would configure the buttons shown in an Edit Frame?

By creating some definition items in the Core databaseBy adding the Buttons property to the Field Editor

What is the biggest challenge when you post forms with Sitecore MVC?

Having multiple controllers invoked in the same page request. Only one of them should handle the post.

How do you bind a controller to deal with the post of a View Rendering?

By filling the Form Controller Name and Form Controller Action fields in the definition item of the View Rendering

What method do you need to invoke inside a View Rendering form to ensure only its controller reacts to the post?

Html.Sitecore().FormHandler()

What three pieces of information do you require to create an item?

Name


Template


Location (parent node)

How can you run part of your code with a set of privileges different from those of the context user?

UserSwitcher


SecurityDisabler



Why does Sitecore not allow the use of certain characters in an item name?

Item names are used to form the URLs. Some characters have a special meaning in a URL.

What methods do you invoke when you begin and finish editing an item through the API?

.Editing.BeginEdit().Editing.EndEdit()

What two core services conform the Sitecore Services Client?

ItemService


EntityService

What is the difference between a profile card and a pattern card?

A profile card is used to profile content. It acts as a preset of profile keys and values.




Used during personalization or contact segmentation, pattern cards define archetypes to compare with the current profile of a contact and establish which one corresponds most closely with the interests of the visitor.

How can authors change a component through personalization?

They can change its data source, hide it, or exchange it for another component.

What do you need to do to support the use of personalization?

Componentize the page, and use data sources whenever possible.

What happens if you forget to include @Html.Sitecore().VisitorIdentification() inside the of the page? (On version 8 Exam)

All visitors will be treated as bots and their information not stored in the xDB

How does Sitecore track a device?

Sitecore places a tracking cookie in the browser and stores a reference to this in the xDB.

How does Sitecore initially identify a contact?

By using the Identify() method invoked with a suitable identifier.

Why is Engagement Value so important?

It is a better metric than simply measuring traffic to evaluate the success of the site.



Most Sitecore reporting provides engagement value/visit information.

How does Sitecore calculate the engagement value?

By adding up the points assigned to all the goals triggered by the visitor

When should you use a Computed field?

When you need to use field data to calculate a different value to be stored in the index itself.

Why do you use an Item Bucket?

If you have a large amount of content within the content tree and need a scalable solution for authors to work with.

How do you use Search facets?

To filter results after an initial search has been run.

Why would you script your build process when you develop with Sitecore?

To achieve automated repeatable builds

Why is it a easier to work outside the webroot when it comes to deployment? (On Exam)

It is easier to manage files that need to be deployed and configure deployments to multiple Sitecore installations.

Why is it a good idea to secure Sitecore before it is deployed?

The default Sitecore installation is set up for development not production, so it is set up to optimize convenience not security.

Why would you use the zip version of Sitecore to drive your scripts?

It is easier to create scripts working from a compressed version of all the necessary files to run Sitecore than a executable wizard.

How should you persist your items in source control?

By serializing them. How they get serialized will depend on the tools you have at your disposal.

What elements should be committed to source control?

All the assets that can't be re-generated from other sources. This will include mostly your code and items.

What are the main steps involved in deploying your application?

Install Sitecore




Copy the assets from your solution (Views, JS, CSS, DLLs)




Restore serialized items (deserialization or through a package)




Extra steps (publishing, index rebuild)

What process is used to write database rows of Sitecore to files on disk? (On Exam)

Serialization.

What is Sitecore's security based on?

asp.net providers

What are the two types of accounts?

Users




Roles

Where are access rights stored?

Standard field on items

What happens if an access right is unspecified? (On version 8 Exam)

Sitecore will inherit the value from the parent item unless inheritance is disabled (denied).

What are the effective permissions of a user?

Those defined on the user, plus those defined on any role it belongs to.

What role can you give access rights so that they apply to all accounts in Sitecore?

Everyone

What happens if a role denies an access right and another one allows it? (On version 8 exam)

It is denied

How can you check the effective permission of an account?

Using the Access Viewer

What are the two main security best practices?

Don't set security on users




Avoid using explicit denies

Which user is bound to unauthenticated requests to the front-end website?

extranet\Anonymous

What role does a user need to be able to log in to the Sitecore back end?

Sitecore Client Users

Can you assign a user to a role from a different domain?

Yes

What are workflows made of?

States




Commands




Actions

How are workflows defined?

Through definition items under /sitecore/settings/workflow

How do you bind a particular workflow with a certain type of items?

Setting the initial workflow in the data template's standard values

What is a workflow action? (On version 8 Exam)

An automatic side effect of invoking a command or entering a state

What are the two consequences of making a state Final?

Items in it can be published




Sitecore creates a new version when a (non-admin) user tries to edit it

What is the point of the workflow state Write access right?

To override the Write Permission for an item while it is in a particular workflow state

Name the five official Sitecore Documentation Resources and their purpose. (On exam as a 'matching' question)

Sitecore Developer Network: Contains downloads and documentation of supported Sitecore products and modules prior to the 8.0 versions.




Sitecore Developer Portal: Download the Sitecore Experience Platform and all associated products and modules for 8.0 and beyond - including Print Experience Manager and Sitecore Commerce.




Sitecore Documentation: Contains all relevant documentation for the Sitecore Experience Platform and all associated products and modules for 8.0 and beyond.




Sitecore Knowledge Base: Contains details about known issues, problems, and common questions related to Sitecore products with guidance to find the right solution.




Master Sitecore YouTube channel: Contains freely available video tutorials for developers, business users, and optimization experts.

List the benefits of participating in the Sitecore Community.

Complete sample modules can be found on the Sitecore Marketplace. You can reuse these sample modules in your own project.




You can get free 24/7 help from hundreds of community members around the globe, including Sitecore employees, Sitecore Certified Developers, and MVPs.




While contributing actively to the Sitecore Community, you can become a Sitecore MVP. This gives you all kinds of Sitecore related benefits.

What should you do before contacting Sitecore Support?

Examine the Sitecore log files for errors and warnings.


Compare your configs, with the Sitecore stock configs or with prior deployments.


Search for solutions on the various official and community documentation sources.


Run the self-test diagnostics from the Sitecore Diagnostics Toolset.


If these solutions do not help, reproduce the issue on a clean Sitecore environment, and create a Sitecore Support package with the diagnostics information.

Can non-authenticated users access the EntityService?

No

When checking for a user's language, what does Sitecore check first? (On version 8 Exam)

Sitecore first checksthe query string in the URL

What do you use a General Link field for? (On version 8 Exam)

To store the contents of an anchor tag.

Describe some xWeb Content Management System features that separate Sitecore from other systems (On version 8 Exam)


Analytics, Insights, Decisions, Automation. (On exam, 'Marketing' may also be the answer)

Where is the license file located in a sitecore installation? (On version 8 Exam)

Inside the "Data" folder.