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

Home > Nutanix > Nutanix Certified Professional (NCP) > NCP-MCA

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

Question # 4

Within an HTTP task, which configuration allows Self-Service to retry a failed task?

A.

Retry Interval

B.

Timeout Interval

C.

Retry Count

D.

Approval Policy

Full Access
Question # 5

What is the best way to assign a role to a group of users within a project?

A.

Create a local group in Prism Central and add them to the Project.

B.

Add an Active Directory group to a role in the Project.

C.

Add an Active Directory group in the Admin Center.

D.

Create users in PC and assign them to the Project.

Full Access
Question # 6

In which tab would a configured Credential Provider be added to a Self-Service-enabled Project?

A.

Users & Groups

B.

Policies

C.

Infrastructure

D.

Tunnels

Full Access
Question # 7

An administrator is recovering from a ransomware incident and would like to ignore non-critical Alerts for failing to reconfigure Nutanix Guest Tools (NGT) for the recovered VMs.

How would the administrator automatically acknowledge Info and Warning messages while still getting Critical Alerts?

A.

Create Alerts Matching Criteria-based playbook for NGT.

B.

Create Manual trigger-based playbook for NGT VMs.

C.

Create Alert-based playbook for specific NGT Alerts.

D.

Create Event-based playbook for recovered NGT Events.

Full Access
Question # 8

A company wants to adopt a charge-back model for their virtual infrastructure. They have purchased NCM Pro licenses to help with this initiative. With Prism Central, they have created a Category: CostCenter.

Each new VM created must have a CostCenter value assigned to it. The VM requestor should enter their cost center when they request a VM from the Marketplace. The administrator has enabled Pulse to support Cost Governance as part of the solution.

How can the administrator complete this task in Self-Service?

A.

1. Create a blueprint with Pre-Defined variable for the CostCenter category. 2. Use the variable to assign to the Category to the VM. 3. Publish the blueprint to the Marketplace.

B.

1. Create a blueprint, with a runtime variable for CostCenter. 2. Create a task to map the CostCenter variable to the Category and apply to the VM. 3. Publish the blueprint to the Marketplace.

C.

1. Create a blueprint, with a runtime variable for CostCenter. 2. Use the Environment to set the CostCenter Category value. 3. Publish the blueprint to the Marketplace.

D.

1. Create a blueprint, with a runtime variable for CostCenter. 2. Create a Project and associate the variable to the Category CostCenter. 3. Publish the blueprint to the Marketplace.

Full Access
Question # 9

An administrator created a Self-Service Project, including a blueprint that deploys a multi-tier application and a Playbook to perform post-deployment automation (e.g., tagging, monitoring setup, and email notifications).

However, during testing, users report that while the VMs are successfully deployed, the post-deployment automation tasks are not executing as expected.

Which two steps should the administrator take to determine the cause of the issue? (Choose two.)

A.

Reassign the blueprint to a different Project and test deployment to rule out project-specific quota limits.

B.

Review the Audit Logs of the Prism Element cluster for VM creation timestamps.

C.

Check the Playbook Execution History to verify if the Playbook was triggered and any tasks failed.

D.

Verify that the Playbook is properly invoked by the correct blueprint action (e.g., Post-Deploy).

Full Access
Question # 10

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?

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.

Full Access
Question # 11

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

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}}

Full Access
Question # 12

What is a prerequisite to configuring and using resource quota limits within a project?

A.

Policy Engine has been deployed and enabled.1

B.

Quotas are only available at the Global Self-Service level.

C.

Prism Central configuration for Allow Quota is enabled.

D.

Self-Service configuration for Allow Quota is enabled.

Full Access
Question # 13

An administrator is tasked with making a newly-deployed Prism Central and its associated AHV clusters available to a Project. The administrator created the Nutanix provider account, verified it, added it to the Project, and whitelisted the clusters. Project users are reporting they are unable to deploy marketplace blueprints on the new infrastructure.

What should the administrator do?

A.

Create a new environment in the Project using the new account.

B.

Republish the blueprint to the marketplace.

C.

Add the users to the Consumer role on the new account.

D.

Make sure the provider service account credentials are correct.

Full Access
Question # 14

An administrator has created a new Project and assigned users, roles, and quotas. A Playbook has also been created to power off idle VMs in that Project. However, users report that the Playbook is not executing as expected.

What is the most appropriate next step to validate the configuration?

A.

Modify the Project to use Prism Element as the execution context.

B.

Reboot the Prism Central instance to refresh settings.

C.

Increase the quota limit for CPU and memory in the Project.

D.

Check the Playbook's execution history to confirm trigger conditions.

Full Access
Question # 15

Which statement is true regarding adding an additional step at the end of a predefined playbook?

A.

The predefined playbook must be updated using a REST API.

B.

A new playbook must be created in this scenario.

C.

The predefined playbook can be cloned and updates made to the clone.

D.

The predefined playbook can be updated and the action added directly.

Full Access
Question # 16

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?

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.

Full Access
Question # 17

What is the correct format for a Self-Service Macro?

A.

@{var_name}@

B.

{var_name}

C.

[[var_name]]

D.

@@{var_name}@@

Full Access
Question # 18

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 request and obtain an IP address for the VM from the IP Address Management solution via its REST API. This needs to be done without having to write a script to perform the task.

What type of task should the developer choose to fulfill this requirement?

A.

Use an Execute task and use the script language of choice to obtain an IP address.

B.

Use a Set Variable task and use the script language of choice to obtain an IP address and output it as a Service variable to be used in the blueprint.

C.

Use a Delay task to pause the automation flow while waiting to obtain an IP address.

D.

Use an HTTP task to obtain an IP address and output it as a Service variable to be used in the blueprint.

Full Access
Question # 19

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

A.

Application Development and Modernization

B.

Unified Multi-Cloud Orchestration

C.

Marketplace and Application Management

D.

Self-Service Domain-Specific Language

Full Access
Question # 20

What are capabilities of Projects in Self-Service?

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

Full Access
Question # 21

How long does Self-Service retain deleted blueprints and applications?

A.

3 months

B.

1 months

C.

6 months

D.

Until space is needed

Full Access
Question # 22

There is a Security Policy that blocks access to VMs on all ports, except for HTTPS (port 443) for VMs with category AppType: Web-Servers.

The policy also allows SSH (port 22) traffic for VMs categorized as AppType: Admin-VM. Additionally, a Protection Policy takes snapshots every 24 hours for VMs categorized as Protection: 24_hr_RPO, and an Anti-Affinity Policy is defined for AppType: Web-Servers.

A developer created a blueprint to deploy VMs for Administrators, but the VM cannot be accessed via SSH.

What change must be done to the blueprint?

A.

Blueprint must assign the AppType: Admin-VM category to the VM.

B.

Blueprint must assign the AppType: Web-Servers category to the VM.

C.

Blueprint must use the Protection: 24_hr_RPO Protection Policy.

D.

Blueprint must add the Administrators to the Project.

Full Access
Question # 23

What is an Application Profile?

A.

A function of a Cloud Provider to define an application installation and its configuration possibly including custom code for testing.

B.

A type of blueprint available to select when creating a new blueprint.

C.

A plugin configuration for using Ansible, Chef or Salt.

D.

A capability for a blueprint to provide different combinations of the service, package, and VM while configuring a blueprint.

Full Access
Question # 24

A Playbook is configured to auto-remediate high severity alerts, but no remediation actions are being Triggered.

What is the most likely explanation?

A.

Playbook trigger condition doesn't match alert rule criteria. Playbook is working as implemented.

B.

Remediation actions are incorrectly defined, indicating the Playbook is not working as designed.

C.

Playbook has autopilot disabled. Playbook is unable to take actions without autopilot enabled.

D.

Alert severity is set to medium, which should still trigger the Playbook. Playbook not working as designed.

Full Access
Question # 25

To use Scheduler Tasks, which feature must be enabled?

A.

Policy Engine

B.

Tunnel VM

C.

Cost Governance

D.

Intelligent Operations

Full Access
Question # 26

An administrator is configuring Self-Service and would like to create fundamental building blocks that help automate various processes within blueprints and runbooks.

Where would the administrator create these automation building blocks?

A.

VAML

B.

Projects

C.

Tasks

D.

Library

Full Access
Question # 27

What must be enabled on a Project to allow modification of a Scheduler Job created by someone else?

A.

Allow Collaboration

B.

Operator Role

C.

Environments

D.

Quotas

Full Access
Question # 28

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?

A.

post-delete

B.

post-create

C.

package-install

D.

pre-create

Full Access
Question # 29

What will a Quota Policy monitor and enforce?

A.

Self-Service Application and Replication

B.

VM Power state, NIC count, IOPs

C.

VM vCPU, Memory, Disk size

D.

Self-Service Blueprint and Runbook count

Full Access
Question # 30

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

A.

Account

B.

Project

C.

Macro

D.

Blueprint

Full Access