Home
46.
Which of the following is not included within a cloud service application package? (Choose all that apply.)
  • A.
    Compiled application code
  • B.
    Cloud service configuration (*.cscfg)
  • C.
    Dependent assemblies
  • D.
    Cloud service definition (*.csdef)
  • Answer & Explanation
  • Report
Answer : [B]
Explanation :
A. Incorrect: Compiled application code is included within a package. B. Correct: Cloud service configuration is external to the package and is not included in it. C. Incorrect: Dependent assemblies are included within a package. D. Incorrect: The cloud service definition is included within a package.
Report
Name Email  
47.
Which of the following situations prevent you from performing an upgrade deployment? (Choose all that apply.)
  • A.
    Increase in the VM instance size
  • B.
    Change in the name of a role
  • C.
    Adjustment in the upgrade domain count
  • D.
    Reduction in the size of local storage resources
  • Answer & Explanation
  • Report
Answer : [B, C, D]
Explanation :
A. Incorrect: The instance size can be changed and deployed as an upgrade. B. Correct: Role name changes require a full deployment. C. Correct: Changes to the upgrade domain count require a full deployment. D. Correct: Reducing the size of local resources requires a full deployment (increasing the size, however, is allowed as an upgrade).
Report
Name Email  
48.
Which of the following is true regarding VIP swap? (Choose all that apply.)
  • A.
    You can swap an environment from staging to production and back to production.
  • B.
    A VIP swap moves a deployment between hosts.
  • C.
    A VIP swap re-maps only the VIP.
  • D.
    A VIP swap is a time-consuming operation.
  • Answer & Explanation
  • Report
Answer : [A]
Explanation :
A. Correct: A VIP swap can be used to repeatedly swap between slots. B. Incorrect: A VIP swap operation does not move role VM instances. C. Incorrect: A VIP swap remaps both the VIP and the URL. D. Incorrect: A VIP swap is a very fast operation.
Report
Name Email  
49.
Which of the following is not true regarding debugging cloud services? (Choose all that apply.)
  • A.
    You can attach the debugger to a role instance running within Azure.
  • B.
    You can attach the debugger to a cloud service running within Azure.
  • C.
    You cannot debug cloud services role instances locally.
  • D.
    You can debug a cloud service role instance using IntelliTrace.
  • Answer & Explanation
  • Report
Answer : [B, C,]
Explanation :
A. Incorrect: You can attach the debugger to a role instance running in Azure. B. Correct: It is not possible to attach the debugger to a cloud service; a role instance must be the target to attach to. C. Correct: It is possible to debug role instances locally by using the Compute Emulator. D. Incorrect: You can debug a role instance using IntelliTrace.
Report
Name Email  
50.
Which of the following is the correct way to configure diagnostics?
  • A.
    Configure diagnostics via code.
  • B.
    Configure diagnostics by using the app.config.
  • C.
    Configure diagnostics by editing the diagnostics.wadcfgx
  • D.
    None of the above.
  • Answer & Explanation
  • Report
Answer : [C]
Explanation :
A. Incorrect: As of Azure SDK 2.5, configuration by code is no longer supported. B. Incorrect: Diagnostics are configured using the diagnostics.wadcfgx, not app. config. C. Correct: The only supported way to edit configuration is by editing the diagnostics.wadcfgx file. As of Azure SDK 2.5, configuration by code is no longer supported. D. Incorrect: Answer C is a correct way to configure diagnostics.
Report
Name Email