ExamGecko
Home Home / Nutanix / NCP-MCA

Nutanix NCP-MCA Practice Test - Questions Answers, Page 13

Question list
Search
Search

Related questions











A DevOps team created a Calm blueprint that includes the scale-out of the application layer (made with Linux VMs). Now the DevOps team would like to automate the scale-out using a third-party tool so they can further automate the CI/CD environment with a single command.

Which action should the administrator take to accomplish this task?

A.
Contact professional services to modify the third-party tool to add the Calm integration.
A.
Contact professional services to modify the third-party tool to add the Calm integration.
Answers
B.
Create a Playbook with a webhook as a trigger and a REST API call as an action
B.
Create a Playbook with a webhook as a trigger and a REST API call as an action
Answers
C.
Create script to run the Calm scale out action.
C.
Create script to run the Calm scale out action.
Answers
D.
Configure an alert to notify the administrator.
D.
Configure an alert to notify the administrator.
Answers
Suggested answer: B

Explanation:

The best way to automate the scale-out of the application layer using a third-party tool is to create a Playbook with a webhook as a trigger and a REST API call as an action. A webhook is a mechanism that allows a third-party service to send a notification to a Calm server when a certain event occurs, such as a code commit or a build completion. A REST API call is a way to interact with the Calm server programmatically, such as launching a blueprint or scaling out a service. By creating a Playbook that combines these two elements, the administrator can enable the third-party tool to trigger the scale-out action on the Calm server with a single command. The other options are either not feasible, not efficient, or not relevant for this task.Reference:Nutanix Calm: Playbooks - Read the DocsandNutanix Calm: REST API - Read the Docs.

An application deployment failed, and a correction was implemented.

What is the most optimal way to correct the failed deployment?

A.
Redeploy the application.
A.
Redeploy the application.
Answers
B.
Create a Run book to retry.
B.
Create a Run book to retry.
Answers
C.
Rewrite blueprint to have error handling.
C.
Rewrite blueprint to have error handling.
Answers
D.
Retry the failed deployment
D.
Retry the failed deployment
Answers
Suggested answer: D

Explanation:

The most optimal way to correct the failed deployment is to retry the failed deployment. This option allows the administrator to resume the deployment from the point of failure, without having to redeploy the entire application or create a new runbook. Retrying the failed deployment also preserves the application state and configuration, and avoids creating duplicate resources or conflicts.

Redeploying the application is not the best option, because it requires the administrator to delete the existing application and launch a new one from scratch. This option wastes time and resources, and may result in data loss or inconsistency.

Creating a runbook to retry is also not the best option, because it requires the administrator to write a custom script or workflow to handle the retry logic. This option adds complexity and overhead to the automation process, and may not be compatible with the original blueprint or application.

Rewriting the blueprint to have error handling is a valid option, but it is not the most optimal one. This option requires the administrator to modify the blueprint code and add logic to handle different types of errors and exceptions. This option improves the robustness and reliability of the blueprint, but it does not correct the failed deployment itself. The administrator still has to redeploy the application or retry the failed deployment after rewriting the blueprint.

Nutanix Calm User Guide: Chapter 6: Managing Applications

Nutanix Calm DSL User Guide: Chapter 4: Blueprints

Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide: Section 3: Validate Blueprints, Runbooks, Playbooks, and Automation Settings

An IT Director is concerned about the available storage capacity. The Nutanix environment has 200T3 of usable physical storage, but users have over-provisioned the environment in excess of 700TB. The cluster administrator has enabled compression. The IT director would like to be notified before storage capacity runs out.

What should the administrator do, to report the used capacity to the IT Director?

A.
Grant the IT Director access to view the Capacity Planner within Prism Central
A.
Grant the IT Director access to view the Capacity Planner within Prism Central
Answers
B.
Every morning, check the capacity used in Prism Central or prism Element.
B.
Every morning, check the capacity used in Prism Central or prism Element.
Answers
C.
Create a Playbook with storage capacity alert as a trigger generate a forecast report > email the IT Director as an action.
C.
Create a Playbook with storage capacity alert as a trigger generate a forecast report > email the IT Director as an action.
Answers
D.
Create a script end run every morning with a cronjob check the storage capacity send an SMS alert to the IT director.
D.
Create a script end run every morning with a cronjob check the storage capacity send an SMS alert to the IT director.
Answers
Suggested answer: C

Explanation:

A Playbook is a feature of Nutanix Calm that allows you to automate tasks based on certain triggers or events. You can use a Playbook to create a workflow that monitors the storage capacity of the cluster and sends an email notification to the IT Director when the capacity reaches a certain threshold. You can also use the Playbook to generate a forecast report that shows the projected storage usage and availability based on historical data and trends.

Nutanix Support & Insights, section ''Playbooks''

Managing Storage Resiliency is now Simpler than Ever - Nutanix, section ''Updates to the Storage Summary Widget''

Alert on resilient capacity of a cluster | Nutanix Community, section ''What you can do is enable (check the warning checkbox) for this alert policy''

An administrator has noticed an increasing number of inactive VMS being left powered on within the environment over the course of OS migrations, using Playbooks, which two Actions should the administrator use to start documenting which VMS are marked as inactive to take future Automated actions on? (Choose two.)

A.
Assign the VMS to an Inactive:VM Category as an Action.
A.
Assign the VMS to an Inactive:VM Category as an Action.
Answers
B.
Trigger Playbook on Powered Off VM for all applicable VMS.
B.
Trigger Playbook on Powered Off VM for all applicable VMS.
Answers
C.
Trigger Playbook on Alert with the Inactive VM Alert Policy.
C.
Trigger Playbook on Alert with the Inactive VM Alert Policy.
Answers
D.
Send an Email with the Source Entity Name Parameter in the body.
D.
Send an Email with the Source Entity Name Parameter in the body.
Answers
Suggested answer: A, C

Explanation:

The administrator should assign the VMs to an Inactive:VM category as an action and trigger a playbook on alert with the Inactive VM alert policy. By doing this, they can create a custom category to group and identify the inactive VMs and use a custom alert policy to trigger a playbook that can perform automated actions on them, such as powering them off, deleting them, or sending notifications. This is based on the general practices in managing VMs in a multicloud environment, as well as the specific features and requirements of Nutanix X-Play and Nutanix Calm.Reference:

How to create custom categories | Prism central | Nutanix Community

Nutanix Certified Professional - Multicloud Automation (NCP-MCA) v6.5 Exam Blueprint Guide, Section 1: Describe and Differentiate Automation Concepts and Principles, Objective 1.4: List how to implement categories for the appropriate use cases

Nutanix Multicloud Automation Administration (NMCAA) course, Module 3: Nutanix X-Play, Lesson 2: Nutanix X-Play Playbooks

Nutanix Multicloud Automation Administration (NMCAA) course, Module 4: Nutanix Calm Governance, Lesson 2: Nutanix Calm Alerts

An administrator is tasked with setting up a Policy Engine for a Calm VM.

What information does the administrator require to complete this task?

A.
Public key of the Calm VM. For the Scale-Out Calm VIVI, provide the public key of all VMs,
A.
Public key of the Calm VM. For the Scale-Out Calm VIVI, provide the public key of all VMs,
Answers
B.
Private Key of the Calm VX'L For the Scale-Out Calm VMU provide the private key of all VMs.
B.
Private Key of the Calm VX'L For the Scale-Out Calm VMU provide the private key of all VMs.
Answers
C.
Every Prism Central Virtual IP address to be managed by the policy engine for Calm.
C.
Every Prism Central Virtual IP address to be managed by the policy engine for Calm.
Answers
D.
Networking information for all devices to be managed by the policy engine for Calm.
D.
Networking information for all devices to be managed by the policy engine for Calm.
Answers
Suggested answer: D

Explanation:

The policy engine is a single VM setup for the single or scale-out Prism Central. When you enable the policy engine for your Calm instance, a new VM is created and deployed for the policy engine. All you need is an available IP address that belongs to the same network as that of your Prism Central VM for the policy engine VM. You do not need to provide any public or private keys, or any Prism Central virtual IP addresses for this task.Reference:Nutanix Support & Insights,Calm on ESXi Deployment | Nutanix Community

An administrator needs to deploy blueprints to Calm SaaS and begin executing them, Before the administrator can execute a blueprint, what must be configured in the environment where the blueprint will be deployed?

A.
vpc
A.
vpc
Answers
B.
Site-to-Site VPN Tunnel
B.
Site-to-Site VPN Tunnel
Answers
C.
VPN Client
C.
VPN Client
Answers
D.
Tunnel Entity
D.
Tunnel Entity
Answers
Suggested answer: B

Explanation:

To deploy blueprints to Calm SaaS and execute them, the administrator must first configure a site-to-site VPN tunnel and a tunnel entity in the environment where the blueprint will be deployed. A site-to-site VPN tunnel is a secure connection between two networks over the internet that allows Calm SaaS to communicate with the on-premises or cloud environment. A tunnel entity is a logical representation of the VPN tunnel in Calm SaaS that contains the tunnel configuration and credentials. The administrator must also register the environment and the provider accounts in Calm SaaS before deploying the blueprints.Reference:Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide, page 9; Nutanix Calm SaaS User Guide, section 3.1.1 and 3.1.2.

Total 126 questions
Go to page: of 13