2023 beta known questions Flashcards
From which class do you need to inherit to make a custom setting available to manage in the Admin Console?
From BaseSettingsGroup
When creating a custom type rule option, from which class do you need to inherit from?
Derive from the base class CriteriaTypeBase and decorate the class with the Dependency attribute with a name of OrderTermsCode.
How to access the the Spire CMS?
You must add “/contentadmin” to the end of your site URL to access the Spire CMS.
How do you access the Spire content management system?
Add /contentadmin to the end of your site URL to access the Spire content management system.
What is the purpose of the SiteConnections.config file?
Set connections to Optimizely B2B instances
Name the 3 types of search documents
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 do you replace an existing pipe?
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.
B2B Commerce uses remote activation for licensing. What does this means?
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.
What does the NT tax code stands for?
The NT (non-taxable) tax code indicate a customer or product is not taxable
What does CustomerOrderTax table contains?
Multi tax codes information for CustomerOrder
What is the Entity Framework exact version
6.1.3
How to call the next handler in an handler chain?
NextHandler.Execute()
Why are payment providers in an IFrame?
PCI-DSS Compliance
Which attribute is used on a setting to define a dependency with another setting?
SettingFieldDependency
After how long is an admin user logged out?
15 min