Known tricky questions Flashcards
What would be the best solution for a case where I have a lot of custom prop on an entity?
(Didn’t get this question but other questions on custom tables)
Custom table
How do I configure the identityServer?
(Got this one)
In appSettings.config with the parameters IdentityServerUrl, IdentityServerCertificatePassword and IdentityServerSkipUrlValidation
How do I bypass the identityServer?
(Got this one)
Set IdentityServerSkipUrlValidation to true
Can I implement my own payment gateway?
(I had a similar question)
No
Which payment gateways accept setting overrides?
(Didn’t get this question)
Authorize.NET
Cenpos
VantivExpress/WorldPay Express
Moneris
Stripe
What are the tax connectors?
(Didn’t get this question. No question on tax connectors)
Avalara
CyberSource
Vertex
(ACV)
How can Elasticsearch be replaced?
(Didn’t get this question but other questions on Elastic Search especially on performances)
In appSettings.config
Can we read the SSO secret client in the database?
(I had a similar question)
No
What are the types of SSO?
(I had this question, choices included Twitter)
Facebook SSO
OpenId Connect SSO
Google SSO
Microsoft Azure SSO (FOGM)
What would be a good solution to give access to data to a Third-Party?
(I had similar questions and a lot of questions about Admin API and what you can do)
Admin API (OData)
What are the differences between Storefront API and Admin API?
(I had similar questions and a lot of questions about Admin API and Storefront API)
StoreFront API is more focused on site usage while Admin API is more focused on data access
What are the two methods of the ITaxCalculator?
(I had this one)
CalculateTax and PostTax
What are the currency conversion?
(I didn’t see this one)
TheMoneyConvert and WebserviceX
What are the roles required to give access to an employee to edit content in the CMS (not in the admin) ?
(Didn’t get this one but a similar question on roles)
ISC_ContentEditor or ISC_ContentAdmin
What roles are required to copy CMS content (Classic) between sites AND between environments?
(I saw this one)
ISC_ContentAdmin, ISC_Admin, ISC_Implementer or ISC_System (2 types of admin, Implementer and System)