New Year Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: cramtick70

NCP-MCA Nutanix Certified Professional - Multicloud Automation (NCP-MCA 6.10) Exam Questions and Answers

Questions 4

Which scripting language should a blueprint developer use to code using eScript?

Options:

A.

PowerShell 7

B.

Python 3

C.

Python 2

D.

Golang

Buy Now
Questions 5

An administrator has recently completed creating all the necessary Playbooks for day-to-day operations. The administrator is struggling to configure User Impersonation.

What must the administrator do to ensure that their username is not associated with running Playbooks?

Options:

A.

Ensure executor is impersonating the correct local user account.

B.

Only impersonate Domain users.

C.

Ensure local user has logged into Prism Central at least once.

D.

Ensure playbook creator has runtime execution privileges.

Buy Now
Questions 6

An administrator is getting a lot of Memory Usage (%) alerts at 100% and has been tasked with ensuring that action is taken if Memory Usage (%) becomes greater than 95% to avoid application performance issues.

How would the administrator ensure that action is taken for the Playbook when memory exceeds 95%?

Options:

A.

Set KPI Target Memory Usage (%) > 95% in Autopilot.

B.

Change Trigger to be based off Critical Memory Usage Alert.

C.

Select Wait for approval for every attempt checkbox in Playbook.

D.

Set KPI Target Memory Usage (%) > 95% as first Playbook Action.

Buy Now
Questions 7

What is a category?

Options:

A.

A database for all the created VMs

B.

A grouping of VMs according to capacities

C.

A database grouped by the type of entities

D.

A grouping of entities into key-value pairs

Buy Now
Questions 8

What is a commonly used Macro that is built into the Self-Service Application?

Options:

A.

calm_date

B.

calm_generate_uuid

C.

calm_math

D.

calm_unique

Buy Now
Questions 9

An administrator has created a Self-Service Project and executes a post-deployment Playbook from a blueprint task. Before allowing users to deploy workloads, the administrator wants to validate that both the Project and Playbook configurations are functioning as expected.

What should the administrator do to perform this validation?

Options:

A.

Run the Playbook independently from the Playbook Library without deploying the blueprint.

B.

Review the Prism Element task history, confirm that VM creation logs are present.

C.

Assign the blueprint to another Project and compare resource usage across both Projects.

D.

Test deploy the blueprint associated with the Project, check the Playbook execution status.

Buy Now
Questions 10

Which element is required for a successful Self-Service deployment?

Options:

A.

Network Segmentation

B.

Prism Element DSIP

C.

SNMP Enablement

D.

Prism Central FQDN

Buy Now
Questions 11

A DevOps team is using Self-Service to manage its test environment. They want to allow developers to request the deployment of their own development VMs from the marketplace and manage day-2 operationswithout giving them full administrative accessto Self-Service.

Which is the appropriate role to achieve this requirement?

Options:

A.

Developer

B.

Consumer

C.

Project Admin

D.

Operator

Buy Now
Questions 12

An administrator wants to use a Self-Service blueprint to provision VMs and configure network settings in a single step. However, the administrator finds that provisioning frequently fails due to misconfigured network parameters.

What is the best way to optimize this blueprint?

Options:

A.

Split steps into smaller tasks for more efficient auditing.

B.

Add retry logic to the network configuration step to mask the failure.

C.

Disable error logging to prevent alerts being triggered.

D.

Add time delays after each config item in the network configuration step.

Buy Now
Questions 13

Which is a valid Endpoint in Self-Service?

Options:

A.

API Gateway

B.

Windows

C.

CentOS

D.

Kubernetes

Buy Now
Questions 14

Which is a supported Entity in a macro syntax?

Options:

A.

Playbook

B.

API Call

C.

Kubernetes

D.

Service

Buy Now
Questions 15

What are capabilities of Projects in Self-Service?

Options:

A.

Grouping users and managing role-based access

B.

Monitoring Prism Central hardware alerts

C.

Automating VM migrations across clusters and providers

D.

Assigning blueprints and runbooks to clusters

Buy Now
Questions 16

An application developer has been given operator permissions within a Project. The developer has been tasked with creating a blueprint that will create a Linux VM with the application NGINX installed and configured.

What is required to complete this task?

Options:

A.

The developer must request additional permissions before taking the steps to create the Linux blueprint and task sequence.

B.

The developer will create a multi-VM blueprint within the specified project.

C.

The developer will create a single-VM blueprint. Select Linux as the operating system. Then create a shell task to install NGINX.

D.

The developer will import a Linux blueprint into the project with the required task sequence pre-created and select the image.

Buy Now
Questions 17

After deploying a blueprint in Self-Service, an administrator notices that the invoked Playbook did not execute as expected. The blueprint deploys the VMs correctly, but no categories are applied and no notifications are sent.

What is the most likely cause of this issue?

Options:

A.

The blueprint was not assigned to a Self-Service Project.

B.

The Playbook was not properly called by the blueprint's Create task.

C.

The VMs were deployed in Prism Element instead of in Prism Central.

D.

The Playbook was not published to the Marketplace.

Buy Now
Questions 18

Which Self-Service capability allows for Infrastructure-as-Code (IaC)?

Options:

A.

Application Development and Modernization

B.

Unified Multi-Cloud Orchestration

C.

Marketplace and Application Management

D.

Self-Service Domain-Specific Language

Buy Now
Questions 19

There is a category called Protection and it has five values:

• snap_1_hr

• snap_6_hr

• snap_24_hr

• sync_remote_repl

• async_1hr_repl

An administrator would like to be sure that within the Engineering Project all development VMs have daily snapshots and all production VMs have asynchronous remote replication (every 1 hour).

How can this task be accomplished?

Options:

A.

Create an environment for development and another one for production in the project, then assign the category Protection: async_1hr_repl for production and Protection: snap_24_hr for development.

B.

Create an environment for development and another one for production in the project, and assign the category Protection: sync_remote_repl for production and Protection: snap_1_hr for development.

C.

Create a Playbook to assign the category Protection: snap_1_hr to production VMs and Protection: snap_24_hr to development VMs, the trigger should be Created VM.

D.

Create a Playbook to assign the category Protection: async_1hr_repl to production VMs and Protection: snap_24_hr to development VMs, the trigger should be Created VM.

Buy Now
Questions 20

What must be associated with a Project to enable cloud resource provisioning?

Options:

A.

Project Environment

B.

Task Library item

C.

Approval Policy

D.

Provider Account

Buy Now
Questions 21

Which component must first be configured to allow Self-Service to deploy workloads to public cloud environments?

Options:

A.

Account

B.

Project

C.

Macro

D.

Blueprint

Buy Now
Questions 22

When manually formatting parameters for supported triggers and actions within a playbook, what format is used?

Options:

A.

$trigger.source_entity_info.name

B.

@@{trigger.source_entity_info.name}@@

C.

[trigger[0].source_entity_info.name]

D.

{{trigger[0].source_entity_info.name}}

Buy Now
Questions 23

An automation developer has been tasked with creating a Self-Service multi-VM blueprint to deploy a Windows Server VM on AHV for testing purposes. One of the requirements for this blueprint is to determine a custom hostname for the VM before it is actually provisioned.

Which phase in the automation workflow should the developer create a set-variable to perform this hostname creation?

Options:

A.

post-delete

B.

post-create

C.

package-install

D.

pre-create

Buy Now
Questions 24

A company is expanding its workforce with 500 new employees and an administrator needs to provide each employee with their own VDI desktop. The environment is monitored by a third-party tool that notifies the administrator when the VDI solution is about to run out of capacity. This gives the administrator time to create more resources and add it to the VDI solution.

What should the administrator use when creating a playbook to automate this?

Options:

A.

An action based on Time

B.

An action based on Email

C.

A trigger based on Webhook

D.

A trigger based on Alert

Buy Now
Questions 25

An administrator needs to create a blueprint that sets default variables and specifies where the application should be deployed.

Which part of a blueprint allows this to be specified?

Options:

A.

Substrates

B.

Categories

C.

App Profiles

D.

Dependencies

Buy Now
Questions 26

How can expirations be set for the snapshots taken from a Snapshot action in an application deployed with Self-Service?

Options:

A.

Create a Snapshot Policy for the Environments in the Project.

B.

Configure Multicloud Snapshot Technology (MST) for the Project.

C.

Create an Approval Policy for the snapshots.

D.

Create a Protection Domain in Prism Element.

Buy Now
Questions 27

Which feature allows for publishing blueprints for consumption?

Options:

A.

Unified Multi-Cloud Orchestration

B.

Marketplace and Application Management

C.

Application Development and Modernization

D.

Self-Service DSL - Infrastructure-as-Code

Buy Now
Questions 28

An administrator reports that a Project's applications are being deployed across multiple cloud providers.

The cloud provider was intended to only be AWS.

What is the most likely cause?

Options:

A.

Project Account password has changed and must be updated.

B.

Project policy is misconfigured, indicating it is not working as designed.

C.

Project role has access to multiple providers, overriding blueprint scope.

D.

Project construct and blueprints are using multiple providers.

Buy Now
Questions 29

An administrator would like to scale out an existing Self-Service deployment.

What steps must the administrator take to accomplish this task using the Self-Service VM (SSVM)?

Options:

A.

1. Backup existing SSVM 2. Deploy two additional SSVMs from OVA 3. Create a cluster using the three SSVMs 4. Enable Microservices Infrastructure

B.

1. Automatically scale out SSVM via SSVM GUI 2. Enable Microservices Infrastructure 3. Restore SSVM config from backup 4. Start SSVM cluster services

C.

1. Backup Self-Service on Prism Central 2. Deploy three new SSVMs from OVA 3. Restore Self-Service config from backup 4. Create SSVM cluster

D.

1. Backup existing SSVM 2. Automatically scale out SSVM via SSVM GUI 3. Restore SSVM config 4. Enable Microservices Infrastructure

Buy Now
Questions 30

An administrator has created a Runbook to periodically reboot virtual machines and update their credentials. However, when executing the Runbook, the administrator notices that the credential-setting process consistently fails.

What tasks should the administrator include in the Runbook to meet this objective?

Options:

A.

VM restart, Add Delay, Add new credential

B.

HTTP task, VM power on, create Replica

C.

VM Power off, error handling, while loop

D.

Pre-Create, VM power cycle, Set Endpoint

Buy Now
Exam Code: NCP-MCA
Exam Name: Nutanix Certified Professional - Multicloud Automation (NCP-MCA 6.10) Exam
Last Update: Jan 2, 2026
Questions: 101
NCP-MCA pdf

NCP-MCA PDF

$25.5  $84.99
NCP-MCA Engine

NCP-MCA Testing Engine

$30  $99.99
NCP-MCA PDF + Engine

NCP-MCA PDF + Testing Engine

$40.5  $134.99