Practice Free NCP-MCA Exam Online Questions
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 . SLA uptime of the application
- B . Steady state resource utilization
- C . Expected resource utilization under load
- D . If the application needs to be highly available
B C
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.
Reference: 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
An application team wants faster releases and starts an initiative to automate the entire database and application deployments.
The current manual process involves:
Creating virtual machines to host the databases and applications
Allocate right amount of storage for the database and applications
Deploy database software and create database
Schedule backup and recovery process for the database
Deploy applications
How can application releases be repeatedly deployed in the least amount of time?
- A . Create a Calm blueprint calling Calm APIs for both database and applications deployments
- B . Deploy databases manually and create a Calm blueprint to automate application deployment
- C . Deploy databases through Era and create a Calm blueprint to automate application deployment
- D . Create a Calm blueprint deploying applications and calling Era APis to automate database deployments
D
Explanation:
The best way to automate the entire database and application deployments is to use a combination of Nutanix Calm and Nutanix Era. Nutanix Calm is a multicloud automation platform that allows you to create blueprints to deploy and manage infrastructure and applications across different cloud environments. Nutanix Era is a database management platform that allows you to provision, clone, patch, refresh, and restore databases in a simplified and automated way. By creating a Calm blueprint that deploys applications and calls Era APIs to automate database deployments, you can achieve faster and consistent releases, as well as reduce the manual effort and complexity involved in the process. You can also leverage the features of Calm and Era, such as self-service, governance, showback, backup, and recovery, to enhance the efficiency and security of your deployments.
Reference: https://www.nutanix.com/support-services/training-certification/certifications/certification-details-nutanix-certified-professional-multicloud-automation-v6-5
https://www.nutanix.com/content/dam/nutanix/resources/support/ds-ncp-mca.pdf
An administrator has been asked to review and clean up all existing categories within the Nutanix environment.
What information should the administrator filter on to organize the findings and eliminate unused categories?
- A . Policies, Triggers, Categories, and Entities
- B . Blueprint, Triggers, Categories, and Polices
- C . Blueprint, Policies, Value, and Entities
- D . Name, Value, Entities, and Policies
D
Explanation:
According to the Nutanix Prism Central Guide1, categories are key-value pairs that can be assigned to entities such as VMs, images, blueprints, etc. Categories can be used to filter, group, and manage entities based on their attributes. To review and clean up all existing categories within the Nutanix environment, the administrator should filter on the name, value, entities, and policies of the categories. The name and value of the categories identify the category type and the category value respectively. The entities show how many and which entities are assigned to the category. The policies show how many and which policies are associated with the category. By filtering on these information, the administrator can organize the findings and eliminate unused categories.
Reference: 1 Nutanix Prism Central Guide: Categories2
Which feature of Calm allows for the creation of task-based automation against dynamic lists of Windows or Linux VMs?
- A . Projects
- B . Blueprints
- C . Playbooks
- D . Runbooks
D
Explanation:
Runbooks are a feature of Calm that allows for the creation of task-based automation against dynamic lists of Windows or Linux VMs. A runbook is a collection of tasks that can be executed on one or more VMs or services. A task is a unit of automation that can perform actions such as executing commands, running scripts, invoking APIs, or sending notifications. A runbook can be triggered manually, on a schedule, or based on an event. Runbooks can be used to automate common operations such as backup, restore, patching, scaling, or troubleshooting.
Reference: Nutanix Certified Professional – Multicloud Automation (NCP-MCA) Exam Blueprint Guide, page 16; Nutanix Calm User Guide, section 3.4.
Reference: https://portal.nutanix.com/page/documents/details?targetId=Nutanix-Calm-Admin-Operations-Guide-v3_2_7:nuc-nucalm-using-nucalm-c.html
A developer has been asked to ensure that when a Blueprint is executed. an IP address is reserved in the IPAM system before the execution can continue. The developer must achieve this with the least amount of work.
How should the developer satisfy this requirement?
- A . Use an application profile.
- B . Use Service dependency.
- C . Use a Pre-create task.
- D . Use an HTTP task.
D
Explanation:
An HTTP task is a type of task that can be added to a blueprint or a runbook to perform REST API calls to external systems. An HTTP task can be used to reserve an IP address in the IPAM system before deploying a VM or an application, by sending a POST request with the required parameters and headers. The HTTP task can also capture the response from the IPAM system and store it as a variable for later use. This is the simplest and most efficient way to integrate with an IPAM system, as it does not require any additional configuration or scripting.
Reference: Nutanix Multicloud Automation Administration (NMCAA) Course, Module 2: Self-Service, Lesson 2.4:
Creating and Managing Blueprints, Slide 23: HTTP Task
Nutanix Certified Professional – Multicloud Automation (NCP-MCA) Exam Blueprint Guide, Section 2: Deploy and Configure Self-service and Related Components, Objective 2.1: Given a scenario, create a blueprint to deploy infrastructure and applications using Self-Service
An administrator receives the following error while running a script through Calm on VM:
Which two conditions could cause this issue? (Choose two.)
- A . The VM port is not allowed by the firewall.
- B . The credentials have insufficient permissions.
- C . The VM is still in the boot process.
- D . There is an error in the script.
A, B
Explanation:
The error “Connection refused” can occur due to several reasons but in the context of running a script through Calm on VM, it is most likely caused by firewall restrictions or insufficient permissions. Option A suggests that the VM port is not allowed by the firewall, meaning that the firewall settings are preventing the connection. This could be because specific ports needed for the script to run are being blocked. Option B indicates that the credentials have insufficient permissions, meaning that the user or system trying to execute the script does not have the necessary permissions to establish a connection. Option C is unlikely because the VM should be ready before the script is executed. Option D is possible but not specific enough to explain the connection issue.
Reference: You can find more information about this topic in the following sources:
Nutanix Certified Professional – Multicloud Automation (NCP-MCA) Exam Blueprint Guide, Section 3 – Validate Blueprints, Runbooks, Playbooks, and Automation Settings, page 9
Nutanix Multicloud Automation Administration (NMCAA), Module 5 – Troubleshooting, Lesson 1 – Troubleshooting Calm, page 5-4
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 . Service
- B . Profile Actions
- C . Package
- D . Substrates
D
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.
Reference: 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
An administrator would like to be notified each time a subset of VMS within the Environment: Dev category is restored from snapshot.
Which trigger should the administrator use to satisfy this requirement?
- A . Event, where event type is Restored VM from Snapshot and Target VM is the specific VMS.
- B . Event, where the event is Snapshot Restoration, and the Target VM is VMS in Environment: Dev
- C . Alerts Matching Criteria. where alert type is Snapshot Restoration, and the criteria is the VM names.
- D . Alert. where alert type is Restored VM from Snapshot and target VM Category is Environment: Dev
B
Explanation:
An event trigger is a type of trigger that can be used to execute a playbook when a specific event occurs in the Nutanix platform. An event trigger can be configured with various parameters, such as the event type, the target VM, the target VM category, the target project, and the target user. In this scenario, the administrator wants to be notified when a subset of VMs within the Environment: Dev category is restored from snapshot.
Therefore, the event trigger should have the following parameters:
Event type: Snapshot Restoration. This is the event that indicates a VM has been restored from a snapshot.
Target VM: VMS in Environment: Dev. This is the filter that specifies which VMs are relevant for the trigger. By selecting VMS in Environment: Dev, the trigger will only apply to the VMs that belong to the Environment: Dev category.
Other parameters: These can be left as default or customized as needed.
Reference: Nutanix Multicloud Automation Administration (NMCAA) Course, Module 3: X-Play, Lesson 3.2:
Creating and Managing Playbooks, Slide 13: Event Trigger
Nutanix Certified Professional – Multicloud Automation (NCP-MCA) Exam Blueprint Guide, Section 3: Validate Blueprints, Playbooks, and Automation Settings, Objective 3.1: Determine the causes of a Playbook execution failure