Labour Day Special Limited Time Flat 70% Discount offer - Ends in 0d 00h 00m 00s - Coupon code: 70spcl

Nutanix NCP-MCA Nutanix Certified Professional - Multicloud Automation (NCP-MCA) v6 Exam Exam Practice Test

Page: 1 / 13
Total 125 questions

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

Question 1

Refer to the exhibit.

Question # 1

A subset of Linux VMs are required to be gracefully shutdown each evening. A Playbook is created to shutdown the targeted VMs, however the error message shown in the exhibit is displayed when the Playbook is executed.

What is causing the error message?

Options:

A.

User executing the Playbook does not have Admin privileges.

B.

The VM is already powered off.

C.

The VM is missing Nutanix Guest Tools.

D.

The SSH Service is not running on the VMs.

Question 2

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?

Options:

A.

Contact professional services to modify the third-party tool to add the Calm integration.

B.

Create a Playbook with a webhook as a trigger and a REST API call as an action

C.

Create script to run the Calm scale out action.

D.

Configure an alert to notify the administrator.

Question 3

An administrator has built a Playbook to run a Powershell script in a VM when a specific alert is generated. Several days later, the alert is generated, but the script does not execute and there are no Plays recorded for the Playbook.

What is causing this issue?

Options:

A.

The Playbook was never enabled.

B.

The version of Playbooks is not correct for the version of Prism Central.

C.

The script executed, but closed with an error code.

D.

The path to the script was not correct.

Question 4

Which two providers are supported in Calm? (Choose two.)

Options:

A.

Oracle Cloud

B.

Kubernetes

C.

GCP

D.

IBM Cloud

Question 5

An Application team has provided an administrator the following high level requirements for infrastructure they require:

5 Application VMs

2 Database VMs

2 Web VMs

Which two pieces of information are needed, at a minimum, to effectively automate the scaling of the environment? (Choose two.)

Options:

A.

SLA uptime of the application

B.

Steady state resource utilization

C.

Expected resource utilization under load

D.

If the application needs to be highly available

Question 6

An administrator is trying to deploy a VM from an image onto a newly-built cluster, but the image is unavailable. The administrator is able to deploy the image onto other clusters with no issue. Image placement policies have already been created within Prism Central.

Why is the image unavailable for deployment on the cluster?

Options:

A.

The cluster does not have the proper category assigned for the placement policy,

B.

The image is corrupted.

C.

The image does not have the proper category assigned for the placement policy,

D.

The image has not been directly uploaded to the cluster

Question 7

An administrator had provided Linux VM console access to the OS Team. However, the team is unable to access one of the newly-created Linux VMS within Prism Central.

How can the administrator resolve this issue?

Options:

A.

Create and assign the Linux OS Category to the newly-created VM,

B.

Create and assign the Linux OS Category to the OS Team Active Directory Group,

C.

Create a role for the OS Team Active Directory Group and add the VMS to it.

D.

Create a local user in Linux OS and provide access to the OS Team.

Question 8

What is the correct syntax for using a macro within a Calm blueprint?

Options:

A.

@@{calm.object}(@@

B.

%calm.object%

C.

{{calm.object}}

D.

$_calm.object_$

Question 9

An administrator has been tasked with creating a multicloud, three-tier application using Calm. The application needs to consist of:

A MongoDB backend database

A NodeJS Javascript runtime environment

An NGINX webserver

The administrator has access to an AWS account, as well as a locally hosted Nutanix cluster. The three parts of the application should be fully redundant, and be able to tolerate either a cloud provider outage, or a local Nutanix cluster outage.

What is the most appropriate solution the administrator should choose in order to meet the requirements?

Options:

A.

Create a Calm blueprint with MongoDB, Node/S, and NGINX VMs running on Nutanix, as well as an NGINX server running in AWS on US-WEST-1 and US-EAST-1.

B.

Create a Calm blueprint with MongoDB, Node/S and NGINX VMs running on Nutanix, and a separate blueprint for MongoDB, NodeJS, and NGINX running in AWS on US-WEST-1 and US-EAST-1.

C.

Create a Calm blueprint with MongoDB, NodelS, and NGINX VMs running on Nutanix, as well as MongoDB, NodeJS, and NGINX servers running in AWS on US-WEST-1 and US-EAST-1.

D.

Create a Calm blueprint with MongoDB, NodelS, and NGINX VMs running on Nutanix, then manually create three EC2 instances for MongoDB, NodeJS and NGINX in AWS running on US-WEST-1 and

US-EAST-1.

Question 10

An administrator is trying to save new settings for an Azure integration. but is having issues applying the changes.

What log should the administrator check?

Options:

A.

/ home/calm/log/sytx.log

B.

/ home/calm/log/hercules.log

C.

/ home/espilon/log/durga.log

D.

/ home/espilon/log/arjun.log

Question 11

During the deployment of a multi-step Blueprint, a failure is encountered. The administrator corrected the failed step and saved the Blueprint.

What should the administrator do next?

Options:

A.

Delete the failed application and Launch a new application.

B.

Soft Delete the failed application and Launch a new application.

C.

Use Continue in the failed application to retry.

D.

Upon clicking Save the Blueprint task will be retried automatically.

Question 12

Refer to the exhibit.

Question # 12

The Playbook is designed to execute a script, in order to fix a known problem in the application. However, it keeps failing.

Why is this Playbook continuing to fail?

Options:

A.

Slack configuration should be reviewed.

B.

The script is incorrect.

C.

The Playbook actions are in the wrong order.

D.

Not enough storage space in order to take a snapshot.

Question 13

Refer to the exhibit.

Question # 13

An administrator created the Playbook shown in the exhibit to allow for manual reduction of vCPU count on any selected VM within their environment. During a test run of the play on one of the VMs running in development, the administrator ran into an error that the Playbook cannot be completed against the selected VM.

Here are the details of the affected VM:

VM Name: VM2

vCPU: 4

RAM: 8 GB

OS: Windows 2016

Hypervisor: AHV

What caused this Playbook to fail?

Options:

A.

This play cannot be executed against a VM on AHV.

B.

The VM needs to be powered off before vCPU can be reduced.

C.

Reduction of vCPU cannot be done on a VM with a running snapshot.

D.

The play will cause the VM to go below the minimum vCPU.

Question 14

An application deployment failed, and a correction was implemented.

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

Options:

A.

Redeploy the application.

B.

Create a Run book to retry.

C.

Rewrite blueprint to have error handling.

D.

Retry the failed deployment

Question 15

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

What information does the administrator require to complete this task?

Options:

A.

Public key of the Calm VM. For the Scale-Out Calm VIVI, provide the public 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.

C.

Every Prism Central Virtual IP address to be managed by the policy engine for Calm.

D.

Networking information for all devices to be managed by the policy engine for Calm.

Question 16

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?

Options:

A.

vpc

B.

Site-to-Site VPN Tunnel

C.

VPN Client

D.

Tunnel Entity

Question 17

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

Options:

A.

Prism Central

B.

Data Service IP

C.

Prism Element

D.

Block Storage IP

Question 18

An administrator has been tasked in auditing the company's Configuration Management Database (CMDB) and notices that there are several entries for VMS that were previously decommissioned.

Current VM Decommission Process:

Application owners delete the application from the Calm project.

Application owners submit a ticket to IT for:

Removal of the Domain object

DNS record removal

CMDB entry removal

What Blueprint activity should be used to automate the manual steps listed above?

Creation of Calm Tasks for each of the three steps added to Library and consumed inside of a post VM Delete Task.

Options:

A.

Creation of Calm Runbooks for each of the three steps added as Post VM Delete Task.

B.

Creation of Calm Runbooks for each of the three Steps to the Library and consumed inside of a post VM Task.

C.

Creation of Calm Runbooks for each of the three steps &added to the library end consumed inside of Post VM Delete Task.

D.

Creation of Calm Endpoint that includes all steps added 35 a Post VM Delete Task

Question 19

Which Calm feature provides the ability for administrators to approve Single or Multi-VM Blueprints for assignment to Projects?

Options:

A.

Application Manager

B.

Marketplace

C.

Projects

D.

Marketplace Manager

Question 20

Which two platforms does Calm support for Cost Showback? (Choose two.)

Options:

A.

SCVMM

B.

vCenter

C.

AHV

D.

AWS Account

Question 21

Which two features does the Calm Marketplace provide? (Choose two.)

Options:

A.

Published and versioned Blueprints

B.

Library of executable tasks

C.

Store of all Blueprints created in Calm

D.

Set of pre-seeded application Blueprints

Question 22

An administrator needs to create a Playbook to be notified when VMs are deleted.

Which X-Play Trigger would satisfy this task?

Options:

A.

Alert

B.

Audit

C.

Event

D.

Time

Question 23

Where would a Calm administrator find the archived application logs within Prism Central?

Options:

A.

Services > Calm > Projects

B.

Services > Calm > Settings

C.

Services > Calm > Applications

D.

Services > Calm > Blueprints

Question 24

A company is new to automation and has infrastructure they would like to automate with Calm to provide standardized automation. The company also wants to create a Hybrid Cloud environment with their existing infrastructure which includes AHV, Azure, AWS, and a small legacy vSphere environment.

In which two locations can Calm be deployed? (Choose two.)

Options:

A.

vSphere Essential Edition

B.

VMware ESXi

C.

Nutanix AHV

D.

Any Public Cloud

Question 25

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.)

Options:

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

Question 26

Which two groups of operations can a Prism Admin or Super Admin role perform? (Choose two.)

Options:

A.

Create, read, automate, or delete an action template in the action gallery

B.

Create, read, update, or delete an action template in the action gallery

C.

Create, read, automate, delete, enable, and run playbooks

D.

Create, read, update, delete, enable, and run playbooks

Question 27

In which two ways can Calm be deployed? (Choose two.)

Options:

A.

Enabled inside of Prism Element

B.

Deployed as a VM on ESXi

C.

Deployed as a VM on Hyper-V

D.

Deployed as a VM on AHV

Question 28

Refer to the exhibit.

Question # 28

The VM appSAP01dev is a SAP development environment application and it is common to have memory constrained alerts on this VM, but the administrator wants to avoid adding memory to development VMs like this one, since this is normally done for only production VMs.

Which two actions should the administrator take to avoid adding memory to the development VMs? (Choose two.)

Options:

A.

Assign the category Environment:Production to the production VMs

B.

Modify the Alert by adding the correct category

C.

Disable the Alert in Prism Central

D.

Assign the category Environment:Development to development VMs

Question 29

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

Options:

A.

AWS

B.

Alibaba

C.

AHV

Question 30

A developer updated a blueprint to ensure that the IP address of the VM is reserved in IPAM as part of the deployment process. The developer noticed that when new VMs are created, they still get a DHCP IP address and not a reserved IP address.

What is the most likely reason for this behavior?

Options:

A.

Developer created a pre-create task for reserving the IP address

B.

Developer created a post-create task for reserving the IP address

C.

Developer forgot to save the updated blueprint

D.

Developer forgot to publish the updated blueprint

Question 31

An administrator is notified of changes made to VMs on an AHV cluster and wants to verify the changes inside of a Calm application.

Where should the administrator check for synchronized changes between Prism Central and Calm?

Options:

A.

On the Prism Central Tasks page

B.

On the Audit tab of the Calm application

C.

On the Environments tab of the Calm project

D.

On the Overview tab of the Calm application

Question 32

Which permission level grants access to Create, Update, Delete, and Duplicate Blueprints?

Options:

A.

Consumer

B.

Operator

C.

Developer

D.

Domain Admin

Question 33

Which feature of Calm allows for the creation of task-based automation against dynamic lists of Windows or Linux VMs?

Options:

A.

Projects

B.

Blueprints

C.

Playbooks

D.

Runbooks

Question 34

What are two valid trigger types available for executing Playbooks? (Choose two.)

Options:

A.

Manual

B.

Alert

C.

Report

D.

Audit

Question 35

Which two statements are true regarding the Nutanix public Github repository? (Choose two.)

Options:

A.

Nutanix provides a documented process to seed Github based scripts into the Calm Task Library.

B.

Calm's public repository contains Nutanix-vetted custom scripts created and published by community members.

C.

Nutanix publishes official vetted blueprints and tasks to Nutanix's public Github Calm repository.

D.

Nutanix provides documented processes to seed scripts from any source repository.

Question 36

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.)

Options:

A.

Assign the VMS to an Inactive:VM Category as an Action.

B.

Trigger Playbook on Powered Off VM for all applicable VMS.

C.

Trigger Playbook on Alert with the Inactive VM Alert Policy.

D.

Send an Email with the Source Entity Name Parameter in the body.

Question 37

Refer to the exhibit.

Question # 37

What needs to be done in order to enable the developer to complete this requested task? (Choose two.)

Options:

A.

Create AWS and Azure Providers

B.

Add the Providers to the Project

C.

Enable Environment for AWS and Azure

D.

Upgrade Calm to version 3.2.x

Page: 1 / 13
Total 125 questions