Free 2024 NCP-MCA Dumps 100 Pass Guarantee With Latest Demo
Prepare NCP-MCA Question Answers Free Update With 100% Exam Passing Guarantee [2024]
Nutanix NCP-MCA certification exam is an excellent way for IT professionals to demonstrate their expertise in multicloud automation using the Nutanix platform. By passing NCP-MCA exam, candidates can demonstrate their skills and knowledge to potential employers and clients, and open up new career opportunities in the IT industry. With the right preparation and dedication, anyone can pass the NCP-MCA certification exam and take their career to the next level.
NEW QUESTION # 15
A director would like to have an up to date Cluster Efficiency Summary report emailed on the first of every month to keep management up to date on how the cluster is being utilized.
How could a playbook be configured to satisfy this request with the least human interaction?
- A. Manual Trigger > Generate Report > Email
- B. Report Trigger > Wait Until Day of Month > Email
- C. Time Trigger > Generate Report > Email
- D. Manual Trigger > Wait Until Day of Month > Generate Report > Email
Answer: D
NEW QUESTION # 16
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 VMXNET3 components should be equal to the number of Virtual e1000 adapters configured.
- B. Number of Template NICs components should be equal to the number of Network Settings configured.
- C. Number of Template devices components should be equal to the number of Devices configured.
- D. Number of Template vCPU components should be equal to the number of pCPU configured.
Answer: B
NEW QUESTION # 17
Which two features does the Calm Marketplace provide? (Choose two.)
- A. Published and versioned Blueprints
- B. Set of pre-seeded application Blueprints
- C. Library of executable tasks
- D. Store of all Blueprints created in Calm
Answer: A,C
NEW QUESTION # 18
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. Runbooks
- D. Playbooks
Answer: C
NEW QUESTION # 19
An administrator wants to create a blueprint for a development environment that uses an existing on-premise GitLab repository. Every new development environment requires a new user in the GitLab repo.
Which two tasks should the administrator perform within a Calm blueprint to automate this process? (Choose two.)
- A. Create runtime-editable variables for user and password in the blueprint.
- B. Create an HTTP pre-create task to create the user in GitLab via REST API.
- C. Create a task script in order to login with ssh to GitLab and create a random user and password.
- D. Add a task within the service in order to ask for user and password at runtime.
Answer: A,B
NEW QUESTION # 20
A customer is trying to deploy an application with Calm and receives this error for a Linux VM:
What is the cause of this error within the blueprint?
- A. Connection Type has a protocol selected.
- B. Connection section has a network adapter selected for the Address box in Connection section.
- C. Connection section has no network adapters selected for the Address box in Connection section.
- D. Connection Type has no protocol selected.
Answer: D
NEW QUESTION # 21
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.)
- A. vSphere Essential Edition
- B. VMware ESXi
- C. Any Public Cloud
- D. Nutanix AHV
Answer: B,D
NEW QUESTION # 22
Which permission level grants access to Create, Update, Delete, and Duplicate Blueprints?
- A. Operator
- B. Consumer
- C. Developer
- D. Domain Admin
Answer: C
NEW QUESTION # 23
Refer to the exhibit.
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.)
- A. Assign the category Environment:Development to development VMs
- B. Assign the category Environment:Production to the production VMs
- C. Disable the Alert in Prism Central
- D. Modify the Alert by adding the correct category
Answer: A,D
NEW QUESTION # 24
Which Calm feature enables the ability to enforce project quotas for the ESXi hypervisor?
- A. Project Quotas
- B. Policy Engine
- C. Runbooks
- D. Project Environments
Answer: A
NEW QUESTION # 25
An end user for an application that has been assigned the Consumer role within the project has noticed multiple issues with a blueprint that need to be addressed. The decision has been made to bring the end user onto the team to be able to modify the blueprints for this project.
Using the concept of least privilege, what role should the end user be assigned?
- A. Consumer
- B. Project Admin
- C. Operator
- D. Developer
Answer: A
NEW QUESTION # 26
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 task based on requirements
- B. Import the playbook and adjust the values
- C. Clone and adjust the system-created playbooks
- D. Create a blueprint based on requirements
Answer: A
NEW QUESTION # 27
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?
- A. Delete the failed application and Launch a new application.
- B. Upon clicking Save the Blueprint task will be retried automatically.
- C. Soft Delete the failed application and Launch a new application.
- D. Use Continue in the failed application to retry.
Answer: B
NEW QUESTION # 28
An administrator wants to be alerted when production VMs become idle. The VMs will be determined to be idle when CPU usage is lower than 5% for more than 5 minutes. All affected VMs are categorized as Environment:Production, since they have Flow microsegmentation rules.
What should the administrator do to satisfy this requirement?
- A. Create an alert for all VMs, create a Playbook with this alert as the trigger > reduce 1 CPU > send an email as the action.
- B. Create an alert for all VMs, create a Playbook with this alert as the trigger and send an email as the action.
- C. Create an alert for VMs in the correct category, create a Playbook with this alert as the trigger and send an email as the action.
- D. Create an alert for VMs in the correct category, create a Playbook with this alert as the trigger > take a snapshot > send an email as the action.
Answer: B
NEW QUESTION # 29
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.)
- A. Memory can be removed from a powered on VM if the guest OS supports it
- B. CPU can be added to a powered on VM if the guest OS supports it
- C. VM must be powered off to reduce memory
- D. VM must be powered off to add CPU
Answer: B,D
NEW QUESTION # 30
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?
- A. The version of Playbooks is not correct for the version of Prism Central.
- B. The Playbook was never enabled.
- C. The path to the script was not correct.
- D. The script executed, but closed with an error code.
Answer: D
NEW QUESTION # 31
What is the correct method to upgrade Calm?
- A. LCM via Prism Central
- B. Calm Dashboard
- C. Calm Marketplace
- D. LCM via Prism Element
Answer: A
NEW QUESTION # 32
Refer to the exhibit.
What needs to be done in order to enable the developer to complete this requested task? (Choose two.)
- A. Create AWS and Azure Providers
- B. Enable Environment for AWS and Azure
- C. Add the Providers to the Project
- D. Upgrade Calm to version 3.2.x
Answer: C
NEW QUESTION # 33
An administrator needs to add AWS as a usable destination for application deployments.
Where would the administrator perform the task?
- A. Providers
- B. Marketplace
- C. Blueprints
- D. Projects
Answer: B
NEW QUESTION # 34
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?
- 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
Answer: B
NEW QUESTION # 35
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. Ensure Pulse is enabled
- B. DNS configuration in Prism Central
- C. Flow is enabled in the same Prism Central
- D. Prism Element is configured with Proxy settings
Answer: A,B
NEW QUESTION # 36
......
Dumps Real Nutanix NCP-MCA Exam Questions [Updated 2024]: https://examcollection.realvce.com/NCP-MCA-original-questions.html