DxC Developer Course Q&A
This is an incomplete list, but some questions I noted from the course:
In which DxC Service environment should you perform functional testing?
Integration *
Preproduction
Production
Release
In which DxC service envirnment(s) is automatic scaling out enabled?
Integration
Preproduction *
Production *
Release
What must you do if you have a scheduled job that is likely to use an excessive amount of resources when it executes?
Create a Windows service project to hose the scheduled job and deploy it to the Azure App Service with your
website project
Create and Azure App Service Webjob project to host the scheduled job and deploy it to the azure app service with your
website project
Create an Azure function project to replace the scheduled job....
Nothing *
You have deployed an update to your Episerver website that requires an SQL database schema update. What should you do?
Create static html page named maintenancepage.htm in the root of your website... *
Create static HTML page named app_offline.htm in the ...
Create an
web.forms page named...
Create a page type named maintenancepage....
For which DxC service environments can you view streaming logs?
Integration *
Preproduction *
Production *
Release
Which of the following can be used as build servers?
teamcity *
appveyor *
octopus
vsts *
To remotely debug code executing in the integration...
enable debugging in web config
include full debugging info in the program db file