nerdexam
Microsoft

70-499 · Question #15

You develop a solution that contains an ASP.NET Model View Controller (MVC) application. You have a continuous integration build named CodeBuild which compiles the application. Your information…

The correct answer is B. Create a standard environment using the test VM. See the full explanation below for the reasoning.

Question

You develop a solution that contains an ASP.NET Model View Controller (MVC) application. You have a continuous integration build named CodeBuild which compiles the application. Your information technology (IT) department provides you with a virtual machine (VM) for testing purposes. The VM has Internet Information Services (IIS) 7.5 installed and configured. Currently, developers publish to the VM directly from Visual Studio when the test team requests a deployment. The current release process is unreliable and burdensome to the development team. You need to create an efficient and flexible method to automate the deployment of the website when requested by the test team. What should you do?

Options

  • ACreate a Powershell script that copies the website from the build drop folder to the test VM.
  • BCreate a standard environment using the test VM.
  • CCustomize the CodeBuild workflow to copy the website from the build drop folder to the IIS
  • DMake the IIS Web Directory on the test VM a Universal Naming Convention (UNC) file share.

How the community answered

(28 responses)
  • A
    4% (1)
  • B
    82% (23)
  • C
    4% (1)
  • D
    11% (3)

Community Discussion

No community discussion yet for this question.

Full 70-499 Practice