Exam NCP-MCA All QuestionsBrowse all questions from this exam
Question 7

A developer has a Development Blueprint that performs the following high level items:

Creates a Windows and Ubuntu Server.

Installs IIS on Windows -

Installs MySQL on Ubuntu -

As part of Development, there is a need for an Operator to restart IIS Services for troubleshooting purposes.

How should the developer add this functionality to the Blueprint?

    Correct Answer: B

    To restart the IIS Services on the Windows Server for troubleshooting purposes, the appropriate action should be directly associated with the Windows/IIS Service. Adding an Execute Task in the Restart Action of the Windows/IIS Service ensures that the specific service can be restarted as needed. This is the correct approach because it targets the specific service rather than the overall application profile.

Discussion
yoh007Option: B

Answer is B

FrankEOption: B

It should be B. We have to select Restart action for a service under Execute task section of the service not Application Profile.