Pass NCP-MCA Brain Dump Updated Certification Sample Questions [Q40-Q64]

Share

Pass NCP-MCA Brain Dump Updated Certification Sample Questions

Online NCP-MCA Test Brain Dump Question and Test Engine

NEW QUESTION # 40
In order to give Consumers the ability to modify attributes, what should the Blueprint creator implement in the design?

  • A. HTTP task with built-in macros
  • B. Runtime variables
  • C. Custom actions
  • D. eScript task with custom macros

Answer: B


NEW QUESTION # 41
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. Direct the output of the script to a file and use the Send Email with Payload action at the end of your existing playbook.
  • B. Add an Email action to the end of the existing playbook and use the {{action[index] .stdout}} parameter in the Message field.
  • C. Modify the script to include a function to format the output of the script and email the output to the desired address.
  • D. Add an Email action to the end of the existing playbook and use the {{action [index].response_body}} parameter in the Message field.

Answer: A


NEW QUESTION # 42
How should an administrator enable Calm?

  • A. Prism Central -> Settings -> Upgrade Prism Central -> Calm -> Enable
  • B. Prism Element -> LCM -> Calm -> Enable
  • C. Prism Central -> Settings -> Calm -> Enable
  • D. Prism Central -> Services -> Calm -> Enable

Answer: D


NEW QUESTION # 43
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 VMXNET3 components should be equal to the number of Virtual e1000 adapters configured.
  • C. Number of Template vCPU components should be equal to the number of pCPU configured.
  • D. Number of Template NICs components should be equal to the number of Network Settings configured.

Answer: D


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

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

Answer: A


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

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

Answer: B,D


NEW QUESTION # 46
Which are valid entity types to be associated with a playbook using a manual trigger?

  • A. VM, Category, Prism Element
  • B. VM, Host, Cluster
  • C. VM, Host, Prism Central
  • D. VM, Category, Cluster

Answer: B


NEW QUESTION # 47
A blueprint was developed for deploying a standard 3-tier hosting environment for a company's applications. The blueprint includes a load balancer, multiple web servers, a database server, and a small test application.
During testing of the blueprint, the application fails to connect to the database. The cause is found to be the database software is still installing when the application starts.
Which method most efficiently prevents the application from starting before the database?

  • A. Create a service dependency
  • B. Use a local install instead of downloading
  • C. Use a sleep statement in a start script
  • D. Create a loop to retry connection

Answer: A


NEW QUESTION # 48
A company has a business-critical VM. The VM Utilization of CPU and memory differs from time to time, but can never be allowed to run out of resources. The administrator also wants to make sure that the VM is not over provisioned when not needed.
The administrator determines these requirements that have been validated and automated in a test environment should also apply for the production environment:
VCPU needs to be added when CPU Utilization been over 80% for 15 minutes.
Memory needs to be increased by 4 GB when utilization reaches 80%.
Return of over-allocated resources must not affect other business applications.
What can the administrator do with the least amount of effort to make sure the VM is always performant and returns resources when not required?

  • A. Create a blueprint based on requirements
  • B. Import the playbook and adjust the values
  • C. Create a task based on requirements
  • D. Clone and adjust the system-created playbooks

Answer: C


NEW QUESTION # 49
An administrator manages two Nutanix clusters: Cluster01 and Cluster02 and has needs to automate similar workload types using these images that are located on Cluster01:
ImageA
ImageB
ImageC
The administrator needs to deploy ImageA and ImageC within the Cluster02 environment.
How this can be achieved?

  • A. All images are available to all clusters managed by a single Prism Central.
  • B. Utilize Prism Central image placement policies.
  • C. Configure a Protection Domain to replicate images.
  • D. Clone the images from the Cluster01 to Cluster02.

Answer: B


NEW QUESTION # 50
Refer to the exhibit.

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

  • A. Add the Providers to the Project
  • B. Enable Environment for AWS and Azure
  • C. Create AWS and Azure Providers
  • D. Upgrade Calm to version 3.2.x

Answer: A


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

  • A. On the Overview tab of the Calm application
  • B. On the Environments tab of the Calm project
  • C. On the Audit tab of the Calm application
  • D. On the Prism Central Tasks page

Answer: D


NEW QUESTION # 52
A developer has been asked to update the existing blueprint with an additional option of scaling it both out and in.
Where in the Blueprint Editor should the developer make the relevant changes?

  • A. Environment, Actions
  • B. Configuration, Settings
  • C. Application Profile, Actions
  • D. Blueprint, Configuration

Answer: C


NEW QUESTION # 53
An administrator has an existing set of VMs that were deployed before the company started using Calm. The administrator would like to now use Calm to manage those existing VMs.
What should the administrator do to manage the existing VMs?

  • A. Create a Brownfield Application, select the snapshots of the VMs to manage and redeploy the VMs from the latest snapshot.
  • B. Create a Greenfield Application, select the VMs that are needed for each deployment from the drop down list.
  • C. Create a Greenfield Application, select the snapshots of the VMs to manage and redeploy the VMs from the latest snapshot.
  • D. Create a Brownfield Application, select the VMs that are needed for each deployment from the drop down list.

Answer: A


NEW QUESTION # 54
Refer to the exhibit.

A Blueprint fails on executing a check-login task against a Windows 2016 VM and displays the error shown in the exhibit. The administrator is using a SSH key-based credential to authenticate the task.
What should the administrator change to resolve the issue?

  • A. Modify the timeout to give the task longer to complete.
  • B. Increase the retries to allow for the task to complete.
  • C. Change to password authentication credential.
  • D. Ensure the private key for the credential is correct.

Answer: D


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

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

Answer: D


NEW QUESTION # 56
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. DNS configuration in Prism Central
  • C. Ensure Pulse is enabled
  • D. Prism Element is configured with Proxy settings

Answer: B,C


NEW QUESTION # 57
What is the correct syntax for using a macro within a Calm blueprint?

  • A. $_calm.object_$
  • B. @@{calm.object}(@@
  • C. %calm.object%
  • D. {{calm.object}}

Answer: B


NEW QUESTION # 58
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. Take a VM Snapshot, VM add Memory, Resolve Alert
  • B. Take a VM Snapshot, Power Off VM, VM Add Memory, Resolve Alert, Power on VM
  • C. Power off VM, Take a VM Snapshot, VM add Memory, Resolve Alert
  • D. VM add Memory, Take a VM Snapshot, Resolve Alert

Answer: B


NEW QUESTION # 59
When a developer launches the created Blueprint within the Blueprint Editor, the application gets deployed correctly. However, when the Blueprint is launched via Marketplace, it gets a check login error.
What is causing this issue?

  • A. The credential in the Project Environment is invalid.
  • B. The SSH key within the user's laptop is not valid.
  • C. User is not authorized to launch Blueprints.
  • D. Prism Central can't communicate with Active Directory.

Answer: A


NEW QUESTION # 60
Refer to the exhibit.

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?

  • A. Slack configuration should be reviewed.
  • B. The Playbook actions are in the wrong order.
  • C. The script is incorrect.
  • D. Not enough storage space in order to take a snapshot.

Answer: B


NEW QUESTION # 61
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 an Execute Task in the Restart Action of the Application Profile.
  • B. Create an Endpoint for the IIS server and a Runbook that restarts the service.
  • C. Add an Execute Task in the Restart Action of the Windows/IIS Service.
  • D. Add a Delay Task in the Restart Action of the Windows/IIS Service.

Answer: A


NEW QUESTION # 62
Refer to exhibits.

The variable VM_NAME is giving a warning that indicates that the variable is not found. When checking the Service tab, the variable is found to match the VM_NAME field entry as shown in the exhibit below:

What is causing this warning message?

  • A. @@{calm_time}@@ output is longer than allowed for a Service Name
  • B. VM_NAME variable must be defined under Application Profile
  • C. Service Name matches the variable name
  • D. User modifiable variable for VM_NAME is not allowed

Answer: D


NEW QUESTION # 63
Where would a Calm Developer find logging related to blueprint package failures?

  • A. In Prism Central go to Activities > Audits and get the audits filter by date
  • B. SSH to Prism Central > /home/calm/log/styx.log
  • C. In Calm select Application icon > select application name > Audit Tab
  • D. In Calm select Application icon > select application name > Services Tab

Answer: D


NEW QUESTION # 64
......

Real Nutanix NCP-MCA Exam Dumps with Correct 77 Questions and Answers: https://certblaster.lead2passed.com/Nutanix/NCP-MCA-practice-exam-dumps.html