Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

Identify when you need to use template inheritance

A.

When fields are unique in multiple data templates

B.

When fields are repeated in single data templates

C.

When fields are repeated in multiple data templates

D.

When field types are repeated in multiple data templates

Full Access
Question # 5

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

A.

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

B.

You need nothing additional

C.

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

Full Access
Question # 6

What is the purpose of the Standard Template?

A.

To define default values for templates

B.

Define fields that Sitecore uses internally but are not shown to the user

C.

To define some fields you will need in all your pages: title, text, keywords, etc.

D.

To define the overall structure of your page

Full Access
Question # 7

What happens if field section names are the same?

A.

Sitecore will remove these fields into the same field section

B.

Sitecore will merge these fields into the same field section

C.

Sitecore will edit these fields into the same field section

D.

Sitecore will merge these fields into the different field section

Full Access
Question # 8

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/Conclude folder, where folders and files are loaded alphabetically

B.

Through IIS Settings

C.

In App-Config/Include folder, where folders and files are loaded alphabetically

D.

Cant be controlled

Full Access
Question # 9

Packages can be installed using

A.

Sitecore Rocks

B.

Installation wizard/ Control Panel

C.

Both

D.

Only B Option

Full Access
Question # 10

Some fields require extra configuration beyond their name and type such as Multilist fields

A.

field definition

B.

field section

C.

field source

D.

data type

Full Access
Question # 11

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

A.

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

B.

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

C.

None

Full Access
Question # 12

Why does Sitecore have both a Master and Web database?

A.

Allow editing content in a sandbox without affecting the content on the live site

B.

To be able to have multiple servers delivering your live site content

C.

To make version upgrades much easier

D.

To separate your own configuration from the standard one that comes with Sitecore

Full Access
Question # 13

What are some of the features of Sitecore Rocks?

A.

Integration with Visual Studio

B.

Creating and editing items

C.

viewing website file system

D.

All

Full Access
Question # 14

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

A.

Html.Sitecore().FormHandler()

B.

Html.Sitecore().ValidateHandler()

C.

Both

D.

None

Full Access
Question # 15

contains only the published version of each item including the different language and version that have been published.

A.

web

B.

master

C.

core

D.

All

Full Access
Question # 16

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

A.

You will get two fields with the same name, which leads to confusion both to users and developers. It should be avoided.

B.

You will get two fields with the same name, which leads to confusion both to users and developers. It should not be avoided.

C.

You will get one fields with the same name, which leads to confusion both to users and developers. It should be avoided.

D.

None

Full Access
Question # 17

What field type would you use to store formatted HTML?

A.

Image

B.

Text

C.

Rich Text Field

D.

All

Full Access
Question # 18

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

A.

Name

B.

Template

C.

Location (parent node)

D.

All

Full Access
Question # 19

Whenever Sitecore retrieves an item, if a field is null, what happens?

A.

Instead of returning a null field value, it will check if the same field in the Standard Value item has a value and then it'll return that value.

B.

Error

C.

403

D.

500 Internal Error

Full Access
Question # 20

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

A.

Content Editor

B.

Experience Editor

C.

Control Panel

D.

All

Full Access
Question # 21

List what you should consider when you apply inheritance to data templates

A.

merges fields from all inherited templates

B.

All templates inherit from Standard Template

C.

contains fields that define system properties (like presentation details) and modifying the Content Base template will affect all the items immediately

D.

All

Full Access
Question # 22

How would you configure the buttons shown in an Edit Frame?

A.

By creating some definition items in the Core db by adding the buttons property to the Field Editor

B.

By creating some definition items in the Master db by adding the buttons property to the Field Editor

C.

By creating some definition items in the Web db by adding the buttons property to the Field Editor

D.

All

Full Access