Podcast
Questions and Answers
What should a developer do to install a blank Optimizely development site using the .NET CLI?
What should a developer do to install a blank Optimizely development site using the .NET CLI?
- dotnet new epi-cms-empty (correct)
- dotnet new epi-alloy-mvc
- dotnet new epi-alloy-mvc
- dotnet new epi-cms
In Optimizely, where is language-specific content saved in the built-in localization?
In Optimizely, where is language-specific content saved in the built-in localization?
- In XML files
- In the database (tblContentProperty) (correct)
- In JSON files
- In external content providers
Which browser is officially supported for the Edit mode in Optimizely?
Which browser is officially supported for the Edit mode in Optimizely?
- Firefox
- Safari
- Chrome (correct)
- Edge
What does the job "Convert Page Types" do in the Optimizely admin?
What does the job "Convert Page Types" do in the Optimizely admin?
How does the event system in Optimizely ensure data consistency in a load-balanced environment?
How does the event system in Optimizely ensure data consistency in a load-balanced environment?