NCP-MCA Free Exam Study Guide! (Updated 102 Questions)
NCP-MCA Dumps for Nutanix Certified Professional Certified Exam Questions and Answer
NEW QUESTION # 24
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. User executing the Playbook does not have Admin privileges.
- C. The VM is missing Nutanix Guest Tools.
- D. The SSH Service is not running on the VMs.
Answer: B
NEW QUESTION # 25
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 forgot to save the updated blueprint
- B. Developer created a pre-create task for reserving the IP address
- C. Developer created a post-create task for reserving the IP address
- D. Developer forgot to publish the updated blueprint
Answer: C
Explanation:
The most likely reason for this behavior is that the developer created a post-create task for reserving the IP address. A post-create task is executed after the VM is created and powered on, which means that the VM already obtained a DHCP IP address before the task is run. To reserve the IP address in IPAM as part of the deployment process, the developer should create a pre-create task instead. A pre-create task is executed before the VM is created and powered on, which allows the task to reserve the IP address in IPAM and assign it to the VM. References: Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide, page 15; Nutanix NCP-MCA Questions, question 57.
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. Import the playbook and adjust the values
- B. Create a blueprint based on requirements
- C. Create a task based on requirements
- D. Clone and adjust the system-created playbooks
Answer: A
Explanation:
The easiest way to automate the VM utilization and resource allocation is to use a playbook that has been already tested and validated in a test environment. A playbook is a collection of actions that can be triggered by events or schedules to perform various tasks on the Nutanix platform. By importing the playbook from the test environment to the production environment, the administrator can save time and effort in creating a new playbook from scratch. The administrator only needs to adjust the values of the playbook parameters, such as the VM name, the CPU and memory thresholds, the VCPU and memory increments, and the notification settings, to match the production environment. The playbook can then be executed manually or automatically based on the desired frequency and conditions.
Reference:
Nutanix Certified Professional - Multicloud Automation (NCP-MCA) v6.5, Section 3 - Validate Blueprints, Runbooks, Playbooks, and Automation Settings, Objective 3.3 - Determine the correct method to validate required Playbook configurations Nutanix Multicloud Automation Administration (NMCAA), Module 4 - X-Play, Lesson 4.2 - Playbooks How to create and execute playbooks in Prism Central | Nutanix Community
NEW QUESTION # 27
Exhibit.
An administrator needs to add pre-create tasks and install package in the VM, but all options are grayed out.
What is the issue?
- A. The user profile does not allow to add tasks.
- B. There are no credentials added yet.
- C. Single VM blueprints don't support these tasks.
- D. No environment has been configured.
Answer: B
Explanation:
The options for adding pre-create tasks and installing packages in the VM are grayed out because there are no credentials added yet. Nutanix Calm requires VM credentials to perform package installations and pre/post tasks, as these actions need access to the VM to execute the necessary commands and scripts.
References:
* Nutanix Calm documentation on Managing VM Credentials.
* Nutanix Best Practices for Blueprint Configuration.
NEW QUESTION # 28
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 Server -Force
- B. Disable-WSManCredSSP -Role Server -Force
- C. Enable-WSManCredSSP -Role Client
- D. Enable-WSManCredSSP -Role Server
Answer: C
Explanation:
The error message indicates that the script failed to authenticate to the remote server using CredSSP. CredSSP is a security mechanism that allows a client to delegate its credentials to a remote server for authentication. To use CredSSP, both the client and the server need to enable it and configure the role and the trusted hosts. The command Enable-WSManCredSSP -Role Client enables CredSSP on the client side and specifies the remote server as a trusted host. This command should be added to the script before invoking the Invoke-Command cmdlet that runs the script block on the remote server. The other commands are either irrelevant or incorrect for this scenario. References: Nutanix Calm: PowerShell Scripts - Read the Docs and Enable-WSManCredSSP (Microsoft.PowerShell.Management) - PowerShell | Microsoft Docs.
NEW QUESTION # 29
Exhibit.
A Blueprint Developer has been asked to Create a Application Blueprint for AWS and Azure.
Which two actions must be complete to enable the developer to complete this requested task? (Choose two.)
- A. Add the provider Accounts to the project.
- B. Create AWS and Azure Accounts.
- C. Select a public image in the region.
- D. Enable Environment for AWS and Azure.
Answer: A,B
Explanation:
To create an application blueprint for AWS and Azure in Nutanix Calm, the Blueprint Developer needs to complete the following actions:
* Create AWS and Azure Accounts: These accounts must be created and configured within Nutanix Calm to allow integration with the respective cloud providers.
* Add the provider Accounts to the project: Once the accounts are created, they need to be added to the specific project in which the blueprint will be developed. This ensures that the blueprint can use the resources and configurations associated with these accounts.
References:
* Nutanix documentation on Creating Cloud Accounts.
* Nutanix Best Practices for Project Configuration.
NEW QUESTION # 30
Exhibit.
An administrator must launch applications deployments on any remote Prism Central (PC) from the PC hosting Calm Global.
What must the administrator do to satisfy this requirement?
- A. Create a Nutanix account any remote PE on Calm Global and add the account to the project.
- B. Create a Nutanix account for any remote PC on Calm Global and add the account to the project.
- C. Create a Nutanix account for each remote PC on the local PC and add the accounts to the project.
- D. Create a Nutanix account for each remote PE on the local PC and add the accounts to the project.
Answer: C
Explanation:
To launch application deployments on any remote Prism Central (PC) from the PC hosting Calm Global, the administrator must create a Nutanix account for each remote PC on the local PC (the one hosting Calm Global) and add these accounts to the relevant project. This setup allows Calm to manage and orchestrate resources across multiple Prism Central instances.
Reference:
Nutanix Calm documentation on Multi-Cluster Management.
Nutanix Best Practices for Global Deployments.
NEW QUESTION # 31
An administrator needs to simplify daily operations within Prism Central for multiple clusters. Which entity can a category be assigned to?
- A. Storage Container
- B. Protection Domain
- C. Cluster
- D. Hypervisor
Answer: C
Explanation:
A category is a key-value pair that can be assigned to an entity in Prism Central to simplify daily operations and management. Categories can be used to filter, search, and group entities basedon common attributes.
Categories can also be used to define policies and permissions for different entities. A category can be assigned to a cluster, a VM, an image, a network, a blueprint, an application, or a project. A category cannot be assigned to a hypervisor, a protection domain, or a storage container, as these are not entities in Prism Central. References: Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide, page 12; Nutanix Prism Central Guide, section 4.1.
NEW QUESTION # 32
A DevOps team is using Self-Service to manage its test environment. They want to allow developers to request the deployment of their own development VMs from the marketplace and manage day-2 operations without giving them full administrative accessto Self-Service.
Which is the appropriate role to achieve this requirement?
- A. Consumer
- B. Operator
- C. Developer
- D. Project Admin
Answer: A
Explanation:
Nutanix Self-Service defines several user roles, each with specific permissions.
Documentation describes theConsumerrole as:
* Allowed todeploy applications from the Marketplace or assigned blueprints
* Allowed to performday-2 operations(power actions, snapshots, etc.)
* Restricted from modifying blueprints, environments, or project configurations
* Ideal for end users who need access to deploy and manage their workloadswithout administrator capabilities This matches exactly what the DevOps team requires.
Why the other roles are incorrect
* Developer (A):Can modify blueprints and environments - too much privilege.
* Project Admin (C):Full control over project resources - far more access than needed.
* Operator (D):Used for automation and operational oversight, not end-user VM deployment.
Thus,Consumer (B)is the correct and intended role.
NEW QUESTION # 33
How should an administrator enable Calm?
- A. Prism Element -> LCM -> Calm -> Enable
- B. Prism Central -> Settings -> Calm -> Enable
- C. Prism Central -> Settings -> Upgrade Prism Central -> Calm -> Enable
- D. Prism Central -> Services -> Calm -> Enable
Answer: D
Explanation:
To enable Calm, the administrator needs to log on to Prism Central with a local ADMIN account and click Services -> Calm -> Enable. This will install the Calm service on Prism Central and allow the administrator to access the Calm UI and features. The other options are incorrect because they either refer to Prism Element, which is not the correct platform for Calm, or they involve unnecessary or incorrect steps. Reference: [Enabling and Accessing Calm | Nutanix Community] (https://next.nutanix.com/installation-configuration-23/enabling-and-accessing-calm-40191); [Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide] (https://www.nutanix.com/content/dam/nutanix/resources/support/ds-ncp-mca.pdf), section 2.1.
NEW QUESTION # 34
An administrator needs to configure a Prism Central automation task to be notified if production VMs exceed the CPU threshold of 70%.
How can this be achieved?
- A. Create an Alert policy for Category Env:Production.
- B. Create a script from the Guest OS for the alert.
- C. Create an NCC alert based on performance data.
- D. Create an Alert policy for all VMs.
Answer: A
Explanation:
To create a custom alert policy, the administrator needs to specify the entity type, the impact, the severity, the condition, and the notification method. In this case, the entity type is VM, the impact is performance, the severity is warning, the condition is CPU usage > 70%, and the notification method is email. Additionally, the administrator can use categories to filter the entities that are affected by the alert policy. By selecting the category Env:Production, the administrator can limit the alert policy to only apply to the production VMs.
Reference:

Nutanix Certified Professional - Multicloud Automation (NCP-MCA) v6.5, Section 2 - Deploy and Configure Self-service and Related Components, Objective 2.5 - Identify required configuration settings for a Self-Service deployment How to create custom alert policies | Prism central | Nutanix Community
NEW QUESTION # 35
Where should an administrator check why a Playbook failed to grow the memory of a VM?
- A. Plays dashboard in Prism Central
- B. VM Details in Prism Element
- C. Plays dashboard in Prism Element
- D. VM Details in Prism Central
Answer: A
Explanation:
The Plays dashboard in Prism Central provides a centralized view of all the Playbooks that have been executed across the clusters registered with Prism Central. It shows the status, duration, and output of each Playbook run, as well as the details of the triggers, targets, and actions involved. An administrator can use the Plays dashboard to troubleshoot why a Playbook failed to grow the memory of a VM by checking the error messages, logs, and output of the Playbook run. The other options are not the correct places to check for Playbook failures, as they do not provide the same level of information and visibility as the Plays dashboard. Reference: Nutanix Certified Professional - Multicloud Automation (NCP-MCA) v6.5, Nutanix Certified Professional - Multicloud Automation (NCP-MCA) 6 Exam, Nutanix Exam NCP-MCA Topic 4 Question 20 Discussion
NEW QUESTION # 36
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. The Playbook actions are in the wrong order.
- B. The script is incorrect.
- C. Not enough storage space in order to take a snapshot.
- D. Slack configuration should be reviewed.
Answer: A
Explanation:
In the context of Nutanix Multicloud Automation (NCP-MCA), the order of actions in a playbook is crucial for its successful execution. In this case, the playbook is designed to execute a script to fix a known problem in an application but keeps failing because it attempts to power off the VM and take a snapshot before executing the script. The correct order should be to execute the script first, then power off the VM if necessary, and finally take a snapshot.
Nutanix Certified Professional - Multicloud Automation (NCP-MCA) 6.5 Exam: This is the official exam blueprint guide that covers the objectives, topics, and skills required for the certification. It also provides some sample questions and answers.
Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide: This is another version of the exam blueprint guide that has similar content as the previous one.
Free Questions for NCP-MCA by certscare - p2pexams.com: This is a PDF document that contains 11 questions and answers for the NCP-MCA exam. The question you asked is one of them, and the answer is the same as mine.
NEW QUESTION # 37
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
Explanation:
The error message in the exhibit indicates a mismatch between the number of network settings and the number of NICs on the VM. This is a common validation error when saving Calm Blueprints for VMware, where it is essential to ensure that these configurations match to avoid issues with VM deployment and operation1. Reference: 1: Nutanix NCP-MCA Certification Exam Sample Questions2
NEW QUESTION # 38
A Consumer has been tasked with deleting a running Calm managed application. How can the Consumer ensure all underlying VMS are deleted with the removal of the application?
- A. Go to the Manage tab of the application and select the Hard Delete action.
- B. From the Marketplace page, select the checkbox next to the application and select Delete from the actions menu.
- C. From the Applications page, select the checkbox next to the application and select Delete from the action's menu.
- D. Go to the Manage tab of the application and select the Delete action.
Answer: A
Explanation:
The Consumer can ensure all underlying VMs are deleted with the removal of the application by going to the Manage tab of the application and selecting the Hard Delete action. This option will delete the application and all its associated resources from the Nutanix platform, without leaving any traces or backups. This option is useful when the application is no longer needed or has to be removed for compliance reasons.
From the Applications page, selecting the checkbox next to the application and selecting Delete from the action's menu will not delete all underlying VMs. This option will only delete the application from the Calm UI, but not from the Nutanix platform. The application and its resources will still be available in the Nutanix cluster and can be restored from the Calm UI using the Restore action.
From the Marketplace page, selecting the checkbox next to the application and selecting Delete from the actions menu will not delete the application or its underlying VMs. This option will only delete the application from the Marketplace, but not from the Calm UI or the Nutanix platform. The application and its resources will still be available in the Calm UI and the Nutanix cluster.
Going to the Manage tab of the application and selecting the Delete action will also not delete all underlying VMs. This option will only delete the application from the Calm UI, but not from the Nutanix platform. The application and its resources will still be available in the Nutanix cluster and can be restored from the Calm UI using the Restore action.
Reference:
Nutanix Calm User Guide: Chapter 6: Managing Applications
Nutanix Calm DSL User Guide: Chapter 4: Blueprints
Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide: Section 2: Deploy and Configure Self-service and Related Components
NEW QUESTION # 39
What is the prerequisite for reducing the CPU and RAM memory allocation on a VM when using playbooks?
- A. VM must be powered off.
- B. VM must have NGT installed.
- C. Guest OS must support CPU hot remove functionality.
- D. Guest OS must support memory hot remove functionality.
Answer: A
Explanation:
To reduce the CPU and RAM memory allocation on a VM using playbooks, the VM must be powered off.
This is because the operation of reducing CPU and memory allocation cannot be performed on a running VM without causing instability or potential crashes.
References:
* Nutanix documentation on VM Management.
* Nutanix Best Practices for Resource Allocation.
NEW QUESTION # 40
......
Nutanix NCP-MCA (Certified Professional - Multicloud Automation) exam is a certification exam designed for IT professionals who want to validate their expertise and knowledge in multicloud automation using Nutanix technologies. NCP-MCA exam is intended for individuals who have experience with automation and orchestration tools, as well as experience working with public and private clouds.
The NCP-MCA certification exam is a computer-based exam that can be taken at a Pearson VUE testing center or online. NCP-MCA exam consists of 60 multiple-choice questions and must be completed within 90 minutes. The cost of the exam varies depending on your location, but it typically ranges from $199 to $399.
The NCP-MCA exam is a 90-minute, multiple-choice exam that consists of 60 questions. Candidates must achieve a minimum score of 70% to pass the exam and earn their certification. NCP-MCA exam is available in English, Japanese, and Simplified Chinese, and can be taken either online or at a testing center. Candidates who pass the exam will receive a digital badge and certificate, which can be used to demonstrate their expertise in multicloud automation to employers and colleagues.
Use Real NCP-MCA Dumps - 100% Free NCP-MCA Exam Dumps: https://lead2pass.troytecdumps.com/NCP-MCA-troytec-exam-dumps.html