[Apr 13, 2024] Fully Updated Free Actual Nutanix NCP-MCA Exam Questions [Q37-Q59]

Share

[Apr 13, 2024] Fully Updated Free Actual Nutanix NCP-MCA Exam Questions

Free NCP-MCA Questions for Nutanix NCP-MCA Exam [Apr-2024]

NEW QUESTION # 37
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. Modify the Alert by adding the correct category
  • B. Assign the category Environment:Development to development VMs
  • C. Disable the Alert in Prism Central
  • D. Assign the category Environment:Production to the production VMs

Answer: A,B


NEW QUESTION # 38
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 # 39
A new Blueprint has been created for the Marketing Department and published to the Marketplace but is not visible to the Marketing Project Developers/Consumers.
What needs to be done to allow the Marketing Project to consume to the Marketplace Blueprint?

  • A. The Blueprint needs to have the Published Category applied in the Marketplace Item.
  • B. The Blueprint needs to have the Marketing Category assigned in the Marketplace Item.
  • C. The Blueprint needs to be Approved and Published with the Marketing Project.
  • D. The Blueprint needs to have e higher version number than previous Blueprints.

Answer: C

Explanation:
To make a Blueprint visible to a specific Project, it needs to be approved and published with that Project. This ensures that only authorized Blueprints are available for consumption by the Project members. Applying a Category or a version number to the Blueprint does not affect its visibility to the Project. References: Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide, page 14, section 3.1.2


NEW QUESTION # 40
What role must a user have in order to create or update a Playbook?

  • A. Prism Admin
  • B. Calm Admin
  • C. Project Admin
  • D. Calm Developer

Answer: D

Explanation:
A Calm Developer is a role that allows a user to create, update, and execute Playbooks in Calm. A Playbook is a collection of Tasks that can be executed on one or more Targets, such as VMs, applications, or services. A Calm Developer can also create and use Runbooks, Blueprints, and Library items in Calm. A Prism Admin is a role that allows a user to manage the Prism Central instance and its features, such as users, roles, alerts, policies, etc. A Calm Admin is a role that allows a user to manage the Calm service and its settings, such as endpoints, credentials, projects, etc. A Project Admin is a role that allows a user to manage a specific project and its resources, such as applications, Blueprints, Runbooks, etc. References:
* Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide, page 14, section 4.1.1
* Nutanix Calm Roles and Permissions
* Nutanix Calm Playbooks


NEW QUESTION # 41
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.)

  • A. If the application needs to be highly available
  • B. Expected resource utilization under load
  • C. SLA uptime of the application
  • D. Steady state resource utilization

Answer: B,C


NEW QUESTION # 42
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.)

  • A. Steady state resource utilization
  • B. If the application needs to be highly available
  • C. SLA uptime of the application
  • D. Expected resource utilization under load

Answer: A,D

Explanation:
To effectively automate the scaling of the environment, the administrator needs to know the steady state resource utilization and the expected resource utilization under load of the application, database, and web VMs. These two pieces of information will help the administrator to define the scaling policies, thresholds, and actions for the blueprint service that deploys the infrastructure. The administrator can use the Self-Service feature of Nutanix Multicloud Automation to create a blueprint service that can scale up or down based on the resource utilization metrics. The administrator can also use the Runbook feature to automate the scaling actions using scripts or APIs.
The other options are incorrect because:
* SLA uptime of the application: This is not a piece of information that is needed to automate the scaling of the environment. The SLA uptime of the application is a performance indicator that measures the availability and reliability of the application. The administrator can use the X-Play feature of Nutanix Multicloud Automation to create event-driven playbooks that can trigger actions based on alerts or schedules to ensure the SLA uptime of the application.
* If the application needs to be highly available: This is not a piece of information that is needed to automate the scaling of the environment. The high availability of the application is a design consideration that affects the architecture and configuration of the infrastructure and the application. The administrator can use the Projects feature of Nutanix Multicloud Automation to create projects that can define the availability domains, networks, and storage for the infrastructure and the application.
References:
* Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide, Section
2.1, 2.2, 2.4, 2.5
* Nutanix Multicloud Automation Administration (NMCAA) Course, Module 2: Self-Service, Module 3:
Runbook, Module 5: Projects
* Training Spotlight: Nutanix Multicloud Automation Administration (NMCAA), Video 2: Self-Service, Video 3: Runbook, Video 5: Projects


NEW QUESTION # 43
An administrator has a Linux VM that does batch processing out of a queue. Currently, a technician connects to the VM console and runs a command on the VM to initiate or terminate the batch processing application, as there is no programmatic interface for the application.
The application is processor intensive, so it should only run outside of business hours. The VM has the ability to send REST API calls to Prism.
How should the administrator configure a Playbook to satisfy the needs of this process with minimal external interaction?

  • A. Manual Trigger > VM SSH > Wait for Some Time > VM SSH
  • B. Time Trigger > VM SSH > Wait for Some Time > VM SSH
  • C. Manual Trigger > Power On > VM SSH > Wait for Some Time > Power Off VM
  • D. Webhook Trigger > REST API > Wait for Some Time > REST API

Answer: D


NEW QUESTION # 44
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
  • C. Enable-WSManCredSSP -Role Server -Force
  • D. Disable-WSManCredSSP -Role Server -Force

Answer: C


NEW QUESTION # 45
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
  • C. Enable-WSManCredSSP -Role Server -Force
  • D. Disable-WSManCredSSP -Role Server -Force

Answer: C


NEW QUESTION # 46
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 section has no network adapters selected for the Address box in Connection section.
  • B. Connection Type has a protocol selected.
  • C. Connection Type has no protocol selected.
  • D. Connection section has a network adapter selected for the Address box in Connection section.

Answer: A

Explanation:
In the context of deploying an application with Calm, if a customer receives an error for a Linux VM, it could be due to the absence of network adapters selected for the Address box in the Connection section within the blueprint. This means that there is no specified network connection for the VM, leading to a failure in script execution. References: Ifound some references from Nutanix Multicloud Automation (NCP-MCA) Learning documents or resources that might be helpful for you:
* Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide: 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. The question you asked is similar to the one in section 3.1.1.
* Nutanix Multicloud Automation Administration (NMCAA): This is a training course that teaches you the skills needed to install, configure, operate, and manage Nutanix X-Play and Nutanix Calm. It includes topics such as blueprint creation, connection configuration, and script execution.
* Nutanix Calm User Guide: This is a user guide that explains how to use Nutanix Calm to automate the deployment and management of applications across different environments. It includes topics such as connection settings, blueprint validation, and error handling.


NEW QUESTION # 47
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.

  • A. Creation of Calm Runbooks for each of the three steps &added to the library end consumed inside of 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 as Post VM Delete Task.
  • D. Creation of Calm Endpoint that includes all steps added 35 a Post VM Delete Task

Answer: A

Explanation:
Calm Runbooks are a way to automate workflows that span across multiple applications, services, or platforms. They can be used to perform actions such as provisioning, scaling, backup, restore, etc. Calm Runbooks can be added to the Library and reused in different Blueprints or Projects. A Post VM Delete Task is a special type of Task that is executed after a VM is deleted from a Blueprint. By creating Calm Runbooks for each of the manual steps required to decommission a VM, and adding them to the Library, the administrator can simplify the VM Decommission Process by consuming them inside of a Post VM Delete Task. This way, the application owners only need to delete the application from the Calm project, and the rest of the steps will be automated by the Runbooks. References:
* Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide, page 16, section 4.3.1
* Nutanix Calm Runbooks
* Nutanix Calm Library
* Nutanix Calm Tasks


NEW QUESTION # 48
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. Create a loop to retry connection
  • D. Use a sleep statement in a start script

Answer: A


NEW QUESTION # 49
Which products or features are dependencies of Calm? (Choose two.)

  • A. Prism Central
  • B. Data Service IP
  • C. Block Storage IP
  • D. Prism Element

Answer: A,D

Explanation:
Nutanix Calm is a feature of Prism Central that enables you to automate the deployment and management of infrastructure and applications across multiple clouds. Prism Central is a centralized management plane that provides unified visibility and control over Nutanix clusters and services. Prism Element is the local management plane for each Nutanix cluster that runs the Acropolis Operating System (AOS). Both Prism Central and Prism Element are required for Nutanix Calm to function properly and access the resources and services of the Nutanix platform. References:
* Nutanix Certified Professional - Multicloud Automation (NCP-MCA) v6.5, Section 2 - Deploy and Configure Nutanix Calm and Related Components, page 1
* Nutanix Multicloud Automation Administration (NMCAA), Module 1 - Introduction to Nutanix Multicloud Automation, Lesson 1.1 - Nutanix Multicloud Automation Overview, page 4
* Nutanix Calm User Guide, Introduction to Nutanix Calm, Nutanix Calm Architecture


NEW QUESTION # 50
Where can an administrator view captured snapshot for a single VM blueprint running with Nutanix as the provider?

  • A. Snapshot tab
  • B. AMIS tab
  • C. Recovery point tab
  • D. Manage tab.

Answer: A

Explanation:
The Snapshot tab allows you to view the captured snapshots, restore applications from snapshots, and delete the snapshots for an application. Use this tab to create snapshots of single VM applications that are running with Nutanix as the provider1. You can also view the date and time, and the name of the snapshot, and perform actions like Delete, Clone, Restore2. The AMIS tab is for Amazon Machine Images, the Recovery point tab is for Calm applications, and the Manage tab is for day 2 actions3. References: Nutanix Support & Insights, List VMs with snapshots on Nutanix AHV, Nutanix Calm: Introducing Snapshot and Restore Actions


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

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

Answer: B,D


NEW QUESTION # 52
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

Explanation:
A macro is a placeholder for a value that is resolved at runtime. Macros can be used to reference various Calm objects, such as variables, secrets, credentials, tasks, and services. The correct syntax for using a macro within a Calm blueprint is @@{calm.object}(@@, where calm.object is the name of the object to be referenced. For example, @@{username}(@@ would resolve to the value of the username variable at runtime. The other options are incorrect syntaxes for macros and would not be resolved by Calm. References: Nutanix Certified Professional - Multicloud Automation (NCP-MCA) v6.5, Nutanix Certified Professional - Multicloud Automation (NCP-MCA) 6 Exam, Nutanix Certified Professional - Multicloud Automation


NEW QUESTION # 53
An administrator creates a blueprint to deploy VMs to multiple clouds, so that business will remain functional in the event of a disaster.
What component describes this feature?

  • A. Profile Actions
  • B. Substrates
  • C. Package
  • D. Service

Answer: B

Explanation:
Substrates are the components of a blueprint that define the cloud resources and configurations for deploying VMs or applications. Substrates can be associated with different cloud accounts, such as AWS, Azure, GCP, or Nutanix, to enable multicloud deployments. By using substrates, an administrator can create a blueprint that can deploy VMs to multiple clouds, depending on the availability, cost, or performance requirements.
References:
* Nutanix Multicloud Automation Administration (NMCAA) course, Module 3: Blueprints, Lesson 3.2:
Substrates1
* Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide, Section
2.1: Create a blueprint to deploy infrastructure and applications using Nutanix Calm2


NEW QUESTION # 54
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.)

  • A. Assign the VMS to an Inactive:VM Category as an Action.
  • B. Trigger Playbook on Powered Off VM for all applicable VMS.
  • C. Send an Email with the Source Entity Name Parameter in the body.
  • D. Trigger Playbook on Alert with the Inactive VM Alert Policy.

Answer: A,D

Explanation:
The administrator should assign the VMs to an Inactive:VM category as an action and trigger a playbook on alert with the Inactive VM alert policy. By doing this, they can create a custom category to group and identify the inactive VMs and use a custom alert policy to trigger a playbook that can perform automated actions on them, such as powering them off, deleting them, or sending notifications. This is based on the general practices in managing VMs in a multicloud environment, as well as the specific features and requirements of Nutanix X-Play and Nutanix Calm. References:
* How to create custom categories | Prism central | Nutanix Community
* Nutanix Certified Professional - Multicloud Automation (NCP-MCA) v6.5 Exam Blueprint Guide, Section 1: Describe and Differentiate Automation Concepts and Principles, Objective 1.4: List how to implement categories for the appropriate use cases
* Nutanix Multicloud Automation Administration (NMCAA) course, Module 3: Nutanix X-Play, Lesson
2: Nutanix X-Play Playbooks
* Nutanix Multicloud Automation Administration (NMCAA) course, Module 4: Nutanix Calm Governance, Lesson 2: Nutanix Calm Alerts


NEW QUESTION # 55
Which two features does the Calm Marketplace provide? (Choose two.)

  • A. Library of executable tasks
  • B. Store of all Blueprints created in Calm
  • C. Set of pre-seeded application Blueprints
  • D. Published and versioned Blueprints

Answer: C,D

Explanation:
The Calm Marketplace acts as an application store, providing end users with a catalog of available applications. By default, Calm comes pre-seeded with validated Blueprints for multiple open source and enterprise applications. These are the set of pre-seeded application Blueprints. Additionally, Marketplace Manager acts as a staging area for publishing default and user-created Blueprints to your local Marketplace.
These are the published and versioned Blueprints. The other two options, library of executable tasks and store of all Blueprints created in Calm, are not features of the Calm Marketplace. References: Calm: Marketplace - Read the Docs and Calm: Marketplace - Read the Docs


NEW QUESTION # 56
What is the most optimal way to transfer Playbooks between different Nutanix Cloud Managers (NCM)?

  • A. NCM Disaster Recovery
  • B. Export and Import
  • C. Use Date Lens to migrate.
  • D. Recreate the Playbook

Answer: B

Explanation:
According to the Nutanix Support & Insights1, the most optimal way to transfer Playbooks between different Nutanix Cloud Managers (NCM) is to use the Export and Import function. This function allows you to save a copy of your Playbook as a JSON file and then upload it to another NCM instance. This way, you can easily reuse your Playbooks across different environments without having to recreate them from scratch or use other methods that may not be compatible or efficient. References: 1: Nutanix Support & Insights, Playbooks Summary View1


NEW QUESTION # 57
What two pieces of information can an administrator obtain from Plays? (Choose two.)

  • A. Host where the action runs
  • B. Execution result status
  • C. Start time and end time of each action
  • D. CVM IP where the alert was triggered

Answer: A,B


NEW QUESTION # 58
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. Direct the VM users to generate alerts within the affected VMs.
  • B. Create an Alert with the Accounting category assigned.
  • C. Create a dashboard in Prism Central with the CPU Usage.
  • D. Create a category named Department with the value Accounting.

Answer: B

Explanation:
Alerts are a way of monitoring the health and performance of the Nutanix cluster and the VMs running on it.
Alerts can be triggered by various metrics, such as CPU usage, memory usage, disk space, network traffic, etc.
Alerts can also be configured to send notifications to the administrator or other recipients via email, Slack, PagerDuty, etc. To satisfy the request from the Accounting department, the administrator should create an Alert with the following settings:
* Trigger: CPU Usage (%) > 90 OR Memory Usage (%) > 90
* Scope: VM
* Category: LOB:Accounting
* Notification: Email to [email protected] This way, the Alert will only apply to the VMs that belong to the Accounting department, and will send an email notification to the Accounting department when any of their VMs exceed the specified thresholds. References: Nutanix Multicloud Automation Administration (NMCAA), page 9; Nutanix Certified Professional - Multicloud Automation (NCP-MCA), section 1; [Nutanix Prism Central Guide - Alerts]


NEW QUESTION # 59
......


Nutanix NCP-MCA (Certified Professional - Multicloud Automation) Exam is a certification exam designed for IT professionals who want to validate their proficiency in using the Nutanix Multicloud Automation software. NCP-MCA exam measures the candidate's knowledge in designing, deploying, and managing Nutanix clusters across multiple clouds, as well as automating tasks, creating and managing application blueprints, and integrating with third-party tools. NCP-MCA certification demonstrates that the candidate has the skills and expertise needed to optimize IT infrastructure, reduce complexity, and improve business agility.

 

Validate your NCP-MCA Exam Preparation with NCP-MCA Practice Test: https://www.prepawaypdf.com/Nutanix/NCP-MCA-practice-exam-dumps.html

Get all the Information About Nutanix NCP-MCA Exam 2024 Practice Test Questions: https://drive.google.com/open?id=1ZQqUvKc2pTJp517TBlDtgMlj2agZLna1