Nutanix Certified Professional – Multicloud Automation (NCP-MCA) — Question 37
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?
Answer options
- A. Add an Execute Task in the Restart Action of the Application Profile.
- B. Add an Execute Task in the Restart Action of the Windows/IIS Service.
- C. Add a Delay Task in the Restart Action of the Windows/IIS Service.
- D. Create an Endpoint for the IIS server and a Runbook that restarts the service.
Correct answer: A
Explanation
The correct answer is A because adding an Execute Task in the Restart Action of the Application Profile directly enables the Operator to restart IIS Services as needed. Options B and C focus on tasks related to the Windows/IIS Service but do not provide the broader capability needed for troubleshooting. Option D, while a valid approach, is more complex and not necessary for simply restarting the service.