Give Push to your Success with Nutanix Certified Professional NCP-MCA Exam Questions [Q19-Q38]

Share

Give Push to your Success with Nutanix Certified Professional NCP-MCA Exam Questions

NCP-MCA 100% Guarantee Download NCP-MCA Exam PDF Q&A


Nutanix NCP-MCA certification is highly respected in the industry and is recognized by many organizations as a mark of excellence in multicloud automation. Achieving this certification demonstrates that an IT professional has a deep understanding of Nutanix technologies and can use them effectively to automate and manage complex multicloud environments. It is an important certification for IT professionals who want to advance their careers in cloud computing and is a valuable asset for organizations looking to hire skilled professionals for their cloud initiatives.

 

NEW QUESTION # 19
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?

  • A. 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
  • B. 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.
  • C. 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.
  • D. 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.

Answer: A

Explanation:
US-EAST-1.


NEW QUESTION # 20
Refer to the exhibit.

Calm encountered the error shown in the exhibit when importing a script that maps a network drive.
Upon further investigation, the Calm administrator was unable to run the script manually on a VM and discovered that elevated permissions were needed.
Which command should the administrator add to the script?

  • A. Enable-WSManCredSSP -Role Client
  • B. Enable-WSManCredSSP -Role Server -Force
  • C. Enable-WSManCredSSP -Role Server
  • D. Disable-WSManCredSSP -Role Server -Force

Answer: B


NEW QUESTION # 21
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 webhook action to delete the VM from a ServiceNow approval flow.
  • B. Create a playbook REST API action to delete the VM from a ServiceNow approval flow.
  • C. Create a playbook REST API trigger to delete the VM from a ServiceNow approval flow.
  • D. Create a playbook webhook trigger to delete the VM from a ServiceNow approval flow.

Answer: B,D


NEW QUESTION # 22
Refer to the exhibit.

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?

  • A. The VM is already powered off.
  • B. The VM is missing Nutanix Guest Tools.
  • C. The SSH Service is not running on the VMs.
  • D. User executing the Playbook does not have Admin privileges.

Answer: D


NEW QUESTION # 23
What are two valid trigger types available for executing Playbooks? (Choose two.)

  • A. Alert
  • B. Audit
  • C. Report
  • D. Manual

Answer: A,D


NEW QUESTION # 24
Refer to the exhibit.

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?

  • A. The VM needs to be powered off before vCPU can be reduced.
  • B. The play will cause the VM to go below the minimum vCPU.
  • C. Reduction of vCPU cannot be done on a VM with a running snapshot.
  • D. This play cannot be executed against a VM on AHV.

Answer: C


NEW QUESTION # 25
Refer to the exhibit.

Saving the Calm Blueprint gives the validation error for VMware Blueprints shown in the exhibit.
What could be the cause of the error?

  • A. Number of Template devices components should be equal to the number of Devices configured.
  • B. Number of Template NICs components should be equal to the number of Network Settings configured.
  • C. Number of Template vCPU components should be equal to the number of pCPU configured.
  • D. Number of Template VMXNET3 components should be equal to the number of Virtual e1000 adapters configured.

Answer: B


NEW QUESTION # 26
Prism Central reporting indicates that there are multiple memory-constrained VMs in multiple clusters. The target VMs have Memory Hot Add enabled.
Using X-Play, in what order should the Playbook actions be added to ensure the VMs are properly remediated?

  • A. Power off VM, Take a VM Snapshot, VM add Memory, Resolve Alert
  • B. VM add Memory, Take a VM Snapshot, Resolve Alert
  • C. Take a VM Snapshot, VM add Memory, Resolve Alert
  • D. Take a VM Snapshot, Power Off VM, VM Add Memory, Resolve Alert, Power on VM

Answer: D


NEW QUESTION # 27
Which method will result in unique names per VM when scaling out a Service in a Calm Blueprint?

  • A. Set the VM Name field to allow user edits at launch so the user can enter a custom value at launch.
  • B. Guest OS customization using sysprep contains <ComputerName>@@{name}@@</ComputerName>.
  • C. Service VM Name field contains the macro variable @@{calm_array_index}@@.
  • D. Call an external Python eScript that uses an IPAM API to register the VM name in DNS.

Answer: C


NEW QUESTION # 28
Which two providers are supported in Calm? (Choose two.)

  • A. Oracle Cloud
  • B. Kubernetes
  • C. IBM Cloud
  • D. GCP

Answer: B,D


NEW QUESTION # 29
Refer to the exhibit.

A customer has decided to enable Calm Showback feature but started to receive an alert in Prism Central stating that Calm showback is not able to reach beam service.
Which two configuration items should the administrator check to ensure Calm can communicate with Beam? (Choose two.)

  • A. Flow is enabled in the same Prism Central
  • B. Ensure Pulse is enabled
  • C. Prism Element is configured with Proxy settings
  • D. DNS configuration in Prism Central

Answer: B,D


NEW QUESTION # 30
A developer has a Development Blueprint that performs the following high level items:
Creates a Windows and Ubuntu Server.
Installs IIS on Windows
Installs MySQL on Ubuntu
As part of Development, there is a need for an Operator to restart IIS Services for troubleshooting purposes.
How should the developer add this functionality to the Blueprint?

  • A. Add a Delay Task in the Restart Action of the Windows/IIS Service.
  • B. Add an Execute Task in the Restart Action of the Application Profile.
  • C. Add an Execute Task in the Restart Action of the Windows/IIS Service.
  • D. Create an Endpoint for the IIS server and a Runbook that restarts the service.

Answer: B


NEW QUESTION # 31
Refer to the exhibit.

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?

  • A. The VM needs to be powered off before vCPU can be reduced.
  • B. The play will cause the VM to go below the minimum vCPU.
  • C. Reduction of vCPU cannot be done on a VM with a running snapshot.
  • D. This play cannot be executed against a VM on AHV.

Answer: C


NEW QUESTION # 32
An administrator manages a Nutanix cluster with 630 VMs, all of which are in production.
The Accounting department wants to be notified when any of their production VMs exceed 90% CPU usage or 90% memory usage. Their VMs are categorized as LOB:Accounting.
How should the administrator satisfy this request from the Accounting department?

  • A. Create a category named Department with the value Accounting.
  • B. Create an Alert with the Accounting category assigned.
  • C. Create a dashboard in Prism Central with the CPU Usage.
  • D. Direct the VM users to generate alerts within the affected VMs.

Answer: B


NEW QUESTION # 33
Which Calm feature enables the ability to enforce project quotas for the ESXi hypervisor?

  • A. Runbooks
  • B. Policy Engine
  • C. Project Quotas
  • D. Project Environments

Answer: C


NEW QUESTION # 34
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 Small - 6vCPU and 30GB Memory per node.
  • B. 1 node Small - 6vCPU and 30GB Memory per node.
  • C. 1 node Large - 10vCPU and 52GB Memory per node.
  • D. 3 nodes Large - 10vCPU and 52GB Memory per node.

Answer: D


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

  • A. Create, read, automate, or delete an action template in the action gallery
  • B. Create, read, update, delete, enable, and run playbooks
  • C. Create, read, update, or delete an action template in the action gallery
  • D. Create, read, automate, delete, enable, and run playbooks

Answer: B,C


NEW QUESTION # 36
An administrator has created a task for a blueprint that could be applied to another blueprint. The administrator wants to reuse the task with the least amount of effort.
How can the administrator accomplish this?

  • A. Publish the task to Github select the task from the Github Repository from the other blueprint.
  • B. Publish the task to the Task Library select the task from the Task Library from the other blueprint.
  • C. Publish the task to the Marketplace, select the task from the Marketplace from the other blueprint.
  • D. Publish the task to the Task Repository, select the task from the Task Repository from the other blueprint.

Answer: B


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

  • A. Blueprints
  • B. Runbooks
  • C. Playbooks
  • D. Projects

Answer: B


NEW QUESTION # 38
......


The Nutanix NCP-MCA exam covers a wide range of topics, including Nutanix hybrid and multicloud architecture, automation with Nutanix Calm, and security and compliance in multicloud environments. Candidates are required to demonstrate their ability to design, deploy, and manage multicloud infrastructures using Nutanix technologies, as well as their proficiency in troubleshooting and optimizing these infrastructures. Passing the NCP-MCA exam is a great achievement for IT professionals who want to advance their careers in multicloud automation and become recognized experts in this field.


The advantages of taking Nutanix NCP-MCA Exams

You can differentiate yourself from your peers by getting certified and improve yourself. The demand for getting certified is increasing every day as it adds more value to one's profile and opens a plethora of opportunities for the candidates. It is always advisable to get a certificate from a reputed institute so that your resume will stand out from the rest. The Nutanix NCP-MCA certificate will help you to showcase your skills to the world and make you stand out in the crowd. Nutanix NCP-MCA exam dumps will help you to get certified in you first attempt. Nutanix NCP-MCA certificate holders are given preference over non-certified professionals by employers while recruiting professionals. This is because they are assured that they will get quality work done.

 

Get NCP-MCA Actual Free Exam Q&As to Prepare Certification: https://prepaway.testkingpdf.com/NCP-MCA-testking-pdf-torrent.html