2023 beta known questions Flashcards

1
Q

From which class do you need to inherit to make a custom setting available to manage in the Admin Console?

A

From BaseSettingsGroup

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

When creating a custom type rule option, from which class do you need to inherit from?

A

Derive from the base class CriteriaTypeBase and decorate the class with the Dependency attribute with a name of OrderTermsCode.

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

How to access the the Spire CMS?

A

You must add “/contentadmin” to the end of your site URL to access the Spire CMS.

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

How do you access the Spire content management system?

A

Add /contentadmin to the end of your site URL to access the Spire content management system.

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

What is the purpose of the SiteConnections.config file?

A

Set connections to Optimizely B2B instances

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

Name the 3 types of search documents

A

Product – this is used for both autocomplete results and full product search results
Category – this is used to populate the autocomplete with categories
Content – this is used to populate autocomplete with content

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

How do you replace an existing pipe?

A

To replace an existing pipe, the new pipe must:

-Implement the IPipe<TIn, TOut> interface
-Return a result from the “Execute” method
-Specify an order via the “Order” property
-Be named the same as the pipe being replaced. This is an additional requirement compared to adding a new pipe.

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

B2B Commerce uses remote activation for licensing. What does this means?

A

This means that a remote call is made each time the Admin Console is accessed, regardless of the hosting solution. Remote calls are made to the licensing server hosted by Optimizely.

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

What does the NT tax code stands for?

A

The NT (non-taxable) tax code indicate a customer or product is not taxable

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

What does CustomerOrderTax table contains?

A

Multi tax codes information for CustomerOrder

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

What is the Entity Framework exact version

A

6.1.3

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

How to call the next handler in an handler chain?

A

NextHandler.Execute()

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

Why are payment providers in an IFrame?

A

PCI-DSS Compliance

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

Which attribute is used on a setting to define a dependency with another setting?

A

SettingFieldDependency

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

After how long is an admin user logged out?

A

15 min

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

How to allow a widget to include another widget?

A

You need to import it

17
Q

Select one thing that you cannot change with the style guide? (Options are Font size, font face, Primary and secondary colors, …)

A

you can change everything under Site Colors, Site Typography (except Font Family), Components

18
Q

You can extend Spire except:
Shell
client-framework
Mobius

A

Shell

19
Q

How do you access the style guide?

A

/contentAdmin/DesignStyleGuide

or /contentAdmin (if the answer above is not available in the choices)

20
Q

From where does the content admin read the available properties of a widget?

A

field definition of WidgetModule