Easter Special Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

Sitecore-Experience-Solution-9-Developer Sample Questions Answers

Questions 4

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

Options:

A.

host name

B.

rootPath

C.

startItem

D.

All

Buy Now
Questions 5

How would you render the content of a single line text field called Title?

Options:

A.

@Html.Sitecore().FieldType("Title")

B.

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

C.

@Html.Sitecore().Text("Title")

D.

@Html.Sitecore()("Title")

Buy Now
Questions 6

What happens if field section names are the same?

Options:

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

Buy Now
Questions 7

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

Options:

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

Buy Now
Questions 8

Add servers to each role, adding more servers that fulfill the same function

Options:

A.

Vertical Scaling

B.

Horizontal Scaling

C.

Inclined Scaling

D.

None

Buy Now
Questions 9

Why does Sitecore have both a Master and Web database?

Options:

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

Buy Now
Questions 10

How can you get Sitecore to produce translated URLs

Options:

A.

By configuring LinkURIManager to use the item's DisplayName

B.

By setting the URIManager to use the item's DisplayName

C.

By setting the IndexManager to use the item's DisplayName

D.

By setting the LinkManager to use the item's DisplayName

Buy Now
Questions 11

For multisite implementation, we recommend:

Options:

A.

Creating a folder for each site in the Content section of the content tree

B.

Create a Home item of each site in the content tree

C.

Shared content should not be stored outside of each site folder

D.

All

Buy Now
Questions 12

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

Options:

A.

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

B.

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

C.

Both

D.

None

Buy Now
Questions 13

All Sitecore templates inherit from a

Options:

A.

Standard Template Values

B.

Standard Template

C.

Standard Data Template

D.

Base Template

Buy Now
Questions 14

Where should you set insert options as a best practice?

Options:

A.

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

B.

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

C.

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

D.

In the base tempates, so they are applied as a default to newly created items.

Buy Now
Questions 15

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

Options:

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

Buy Now
Questions 16

What are workflows made of?

Options:

A.

States

B.

Commands

C.

Actions

D.

All

Buy Now
Questions 17

How can you make sure that you can undo a package installation?

Options:

A.

A package installation cannot be undone

B.

Create an Undo Package when you create the package

C.

Install the Package Uninstaller module

D.

Create an Anti-Package when you install with Sitecore Rocks

Buy Now
Questions 18

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

Options:

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

Buy Now
Questions 19

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

Options:

A.

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

B.

IIS

C.

Web.config

D.

All

Buy Now
Questions 20

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

Options:

A.

Name

B.

Template

C.

Location (parent node)

D.

All

Buy Now
Questions 21

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

Options:

A.

The Standard template

B.

The Inherited template

C.

The Standard Rendering Parameters template

D.

All

Buy Now
Questions 22

Find all the relevant docs for Sitecore XP and modules for 8.0+

Options:

A.

doc.sitecore.net

B.

dev.sitecore.net

C.

doc.sitecore.sdn

D.

None

Buy Now
Questions 23

Name field types

Options:

A.

Text (single-line, multi-line, rich text)

B.

Media (image, file)

C.

Link (droplink group droplink, droptree)

D.

All

Buy Now
Questions 24

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

Options:

A.

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

B.

On the Layout definition item in the Parameters Template field

Buy Now
Questions 25

Are property of each item that stores the information Sitecore needs to make up a page response. Available for any item and they're stored in standard fields of any item.

Options:

A.

presentation details

B.

Edit Frame

C.

Component

D.

None

Buy Now
Questions 26

What's the name of Sitecore's default search result class?

Options:

A.

SearchResultItem

B.

SearchItem

C.

ResultItem

D.

All

Buy Now
Questions 27

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

Options:

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

Buy Now
Questions 28

List of item types that can be inserted by authors as a child of particular item and must be first defined by developers

Options:

A.

Insert Options

B.

Standard Values

C.

Token

D.

Standard Template

Buy Now
Questions 29

What is Sitecore's easy-to-use authoring tool and what functionality does it provide?

Options:

A.

The Experience Editor provides editing and designing functionality(Also accept: marketing)

B.

The Content Editor provides editing and designing functionality. (Also accept: marketing)

C.

Both

D.

None

Buy Now
Questions 30

What can you use to translate fields and Help texts in the Sitecore Client?

Options:

A.

Sitecore Dictionary entries

B.

Sitecore Indexing entries

C.

both a and b

D.

Only b

Buy Now
Questions 31

Which fields are editable inline using the Experience Editor?

Options:

A.

Text fields (Single-Line, Multi-Line, Rich Text)

B.

Date/datetime

C.

Image, General Link

D.

All

Buy Now
Questions 32

How would you enable the use of a Field Editor?

Options:

A.

By adding a Content Editor Button to a toolbar

B.

By adding a Frame Button to a toolbar

C.

By adding a Field Editor Button to a toolbar

D.

none

Buy Now
Questions 33

How can you change the order of files imported in App_Config/Include?

Options:

A.

Using

B.

Using

C.

Using

D.

Using

Buy Now
Questions 34

When you created a module and want to share with the community

Options:

A.

marketplace.sitecore.net

B.

marketplace.sitecore.com

C.

doc.sitecore.net

D.

dev.sitecore.net

Buy Now
Questions 35

What is Solr

Options:

A.

Out of process Java extension of Lucene

B.

Enterprise ready

C.

Multiserver

D.

All

Buy Now
Questions 36

What syntax do you use to query an index?

Options:

A.

LINQ

B.

IIS

C.

GroupBy

D.

None

Buy Now
Questions 37

How should you persist your items in source control?

Options:

A.

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

B.

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

Buy Now
Questions 38

The Tokens in the standard values are:

Options:

A.

$name

B.

$date

C.

$now

D.

All

Buy Now
Questions 39

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

Options:

A.

Content Editor

B.

Experience Editor

C.

Control Panel

D.

All

Buy Now
Questions 40

What is the purpose of the Standard Template?

Options:

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

Buy Now
Questions 41

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

Options:

A.

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

B.

In the Experience Editor, the user will not be able to add any component to the place-holder.

Buy Now
Questions 42

90% of the IQueryable interface is supported.

Options:

A.

Where

B.

Contains

C.

Any, All, OrderBy

D.

All

Buy Now
Questions 43

Which type of component would you create if you wanted to closely follow MVC patterns or in-voke complex logic?

Options:

A.

Controller Rendering

B.

View Rendering

C.

both a and b

D.

None

Buy Now
Questions 44

Which attribute must be set to YES in order for values to be stored in the index?

Options:

A.

storage type

B.

index type

C.

index name

D.

All

Buy Now
Questions 45

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

Options:

A.

field definition

B.

field section

C.

field source

D.

data type

Buy Now
Exam Code: Sitecore-Experience-Solution-9-Developer
Exam Name: Sitecore Experience Solution 9 Developer Exam
Last Update: May 14, 2024
Questions: 150
$64  $159.99
$48  $119.99
$40  $99.99
buy now Sitecore-Experience-Solution-9-Developer