Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmaspas7

Easiest Solution 2 Pass Your Certification Exams

NCP-MCA Nutanix Certified Professional - Multicloud Automation (NCP-MCA v6.5) Exam Free Practice Exam Questions (2025 Updated)

Prepare effectively for your Nutanix NCP-MCA Nutanix Certified Professional - Multicloud Automation (NCP-MCA v6.5) Exam certification with our extensive collection of free, high-quality practice questions. Each question is designed to mirror the actual exam format and objectives, complete with comprehensive answers and detailed explanations. Our materials are regularly updated for 2025, ensuring you have the most current resources to build confidence and succeed on your first attempt.

Page: 1 / 3
Total 182 questions

A developer has been asked to ensure that when a Blueprint is executed. an IP address is reserved in the IPAM system before the execution can continue. The developer must achieve this with the least amount of work.

How should the developer satisfy this requirement?

A.

Use an application profile.

B.

Use Service dependency.

C.

Use a Pre-create task.

D.

Use an HTTP task.

How often does Self-Service (formerly Calm) automatically clean up the database?

A.

Every 3 weeks

B.

Every 6 weeks

C.

Every 3 months

D.

Every 6 months

Which two providers does Calm integrate natively with? (Choose two.)

A.

AWS

B.

Alibaba

C.

AHV

What are Self-Service (formerly Calm) Substrates?

A.

Substrates use install and Uninstall operations run when a blueprint is first launched or when the entire app is finally deleted.

B.

Substrates are a combination of the underlying cloud and the virtual machine instance.

C.

Substrates are runbooks used to accomplish a particular task on an app

D.

Substrates are part of a templating language for Self-Service scripts. These are evaluated by the Self-Service execution before the script is run.

What is the default Connection timeout(sec) value, in seconds, for an HTTP endpoint?

A.

60

B.

90

C.

120

D.

150

A customer is trying to deploy an application with Calm and receives this error for a Linux VM:

What is the cause of this error within the blueprint?

A.

Connection section has a network adapter selected for the Address box in Connection section.

B.

Connection section has no network adapters selected for the Address box in Connection section.

C.

Connection Type has a protocol selected.

D.

Connection Type has no protocol selected.

When configuring Calm to use Kubernetes as a provider, what two options does an administrator have as Kubernetes types? (Choose two.)

A.

Rancher

B.

Karbon

C.

OpenShift

D.

Vanilla

Save Playbook

Given input is invalid. No existing secret params found. password cannot XXXXXXX have value.

An administrator is receiving the error shown in the exhibit while saving the Playbook.

What is causing this issue?

A.

Password Policy does not match for the given password.

B.

There are no saved credentials found in the Playbook.

C.

The given credentials do not have the access for execution.

D.

The Playbook is cloned from another playbook with a password.

A company wants to ensure that all developers are able to request new development environments on demand by using ServiceNow.

The administrator notices that even though developers create new environments, they rarely remove these environments when moving on to new assignments. Today, the administrator has gone into Prism Central to check when the VM was created, in order to reach out to the developer and ask if it can be deleted. The administrator has accidentally deleted the wrong VM in the past.

Which two methods can the administrator use to automate this task to avoid deleting the incorrect VMs? (Choose two.)

A.

Create a playbook REST API action to delete the VM from a ServiceNow approval flow.

B.

Create a playbook webhook action to delete the VM from a ServiceNow approval flow.

C.

Create a playbook webhook trigger to delete the VM from a ServiceNow approval flow.

D.

Create a playbook REST API trigger to delete the VM from a ServiceNow approval flow.

What is the prerequisite for reducing the CPU and RAM memory allocation on a VM when using playbooks?

A.

VM must have NGT installed.

B.

Guest OS must support memory hot remove functionality.

C.

VM must be powered off.

D.

Guest OS must support CPU hot remove functionality.

What is the correct method to upgrade Calm?

A.

Calm Marketplace

B.

LCM via Prism Element

C.

LCM via Prism Central

D.

Calm Dashboard

Which products or features are dependencies of Calm? (Choose two.)

A.

Prism Central

B.

Data Service IP

C.

Prism Element

D.

Block Storage IP

What action will be performed if the VM named ORACLE gets CPU constrained?

A.

The playbook will fall to add more vCPU and will send a Slack message.

B.

The playbook will add more vCPU and will send a Slack message.

C.

The playbook will add vCPU and send an email.

D.

The playbook will send an email.

An administrator at a busy software development company is looking to roll out Calm for automation and estimates they will be creating 200 Projects, 500 Runbooks, 1500 Blueprints and automating the deployment of 7500 VMs for their development teams.

What size of Prism Central VM(s) is recommended to host the Calm environment?

A.

3 nodes Large - 10vCPU and 52GB Memory per node.

B.

1 node Small - 6vCPU and 30GB Memory per node.

C.

3 nodes Small - 6vCPU and 30GB Memory per node.

D.

1 node Large - 10vCPU and 52GB Memory per node.

Which is the correct Macro syntax?

A.

@@{and}@@

B.

@@(and)@@

C.

@@[and]@@

D.

@@{and]@@

An administrator has just noticed that a play is stuck in a suspended state.

What is possible reason for this issue?

A.

The playbook is in a disabled status.

B.

The playbook was set with a Manual trigger and required being resourced.

C.

Autopilot was set for Wait for approval for every attempt.

D.

Autopilot status is set to disabled.

An administrator is configuring Playbooks and is concerned about adding or reducing CPU and memory resources to VMs.

Which two prerequisites should an administrator take into consideration when configuring the Playbooks? (Choose two.)

A.

CPU can be added to a powered on VM if the guest OS supports it

B.

VM must be powered off to add CPU

C.

VM must be powered off to reduce memory

D.

Memory can be removed from a powered on VM if the guest OS supports it

An administrator has been asked to review and clean up all existing categories within the Nutanix environment.

What information should the administrator filter on to organize the findings and eliminate unused categories?

A.

Policies, Triggers, Categories, and Entities

B.

Blueprint, Triggers, Categories, and Polices

C.

Blueprint, Policies, Value, and Entities

D.

Name, Value, Entities, and Policies

How should an administrator enable Calm?

A.

Prism Central -> Services -> Calm -> Enable

B.

Prism Element -> LCM -> Calm -> Enable

C.

Prism Central -> Settings -> Calm -> Enable

D.

Prism Central -> Settings -> Upgrade Prism Central -> Calm -> Enable

An administrator has a vendor-provided script that must be run at 9 am every Saturday on a Linux application VM.

The administrator currently has a playbook that has a Time trigger and a VM SSH action to execute the script. However, the administrator has received a request to have the output of the script emailed to the application team when it is executed.

What is the easiest way to satisfy this request?

A.

Modify the script to include a function to format the output of the script and email the output to the desired address.

B.

Add an Email action to the end of the existing playbook and use the {{action [index].response_body}} parameter in the Message field.

C.

Direct the output of the script to a file and use the Send Email with Payload action at the end of your existing playbook.

D.

Add an Email action to the end of the existing playbook and use the {{action[index] .stdout}} parameter in the Message field.

Page: 1 / 3
Total 182 questions
Copyright © 2014-2025 Solution2Pass. All Rights Reserved