ExamGecko
Home Home / Nutanix / NCP-MCA

Nutanix NCP-MCA Practice Test - Questions Answers, Page 5

Question list
Search
Search

List of questions

Search

Related questions











When creating a blueprint, which Pre-create and Post-delete tasks are valid?

A.
Create, Start, Stop, Delete
A.
Create, Start, Stop, Delete
Answers
B.
Execute, Set variable, HTTP, Delay
B.
Execute, Set variable, HTTP, Delay
Answers
C.
Create, Start, Stop, Soft Delete
C.
Create, Start, Stop, Soft Delete
Answers
D.
Execute, Set variable, API, Delay
D.
Execute, Set variable, API, Delay
Answers
Suggested answer: B

Explanation:

Pre-create and Post-delete tasks are actions that can be performed before creating or after deleting a blueprint deployment. They can be used to integrate with external systems, set variables, or add delays. The valid tasks are Execute, Set variable, HTTP, and Delay. Create, Start, Stop, and Delete are not valid tasks, as they are part of the deployment lifecycle, not the pre-create or post-delete actions.Reference:Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide, page 10;Nutanix Multicloud Automation Administration (NMCAA) Course, Module 5: Blueprints.

Which two groups of operations can a Prism Admin or Super Admin role perform? (Choose two.)

A.
Create, read, automate, or delete an action template in the action gallery
A.
Create, read, automate, or delete an action template in the action gallery
Answers
B.
Create, read, update, or delete an action template in the action gallery
B.
Create, read, update, or delete an action template in the action gallery
Answers
C.
Create, read, automate, delete, enable, and run playbooks
C.
Create, read, automate, delete, enable, and run playbooks
Answers
D.
Create, read, update, delete, enable, and run playbooks
D.
Create, read, update, delete, enable, and run playbooks
Answers
Suggested answer: B, D

Explanation:

A Prism Admin or Super Admin role can perform the following operations related to X-Play and Nutanix Calm12:

Create, read, update, or delete an action template in the action gallery

Create, read, update, delete, enable, and run playbooks

Create, read, update, delete, enable, and run blueprints and runbooks

Manage applications and projects

Configure endpoints and plug-ins

Access the library and categories Option A is incorrect because the action gallery does not support automation of action templates.Option C is incorrect because only a Prism Admin or Super Admin role can enable and run playbooks, not a Prism User role3.Reference:

Nutanix Certified Professional - Multicloud Automation (NCP-MCA) v6.5

Nutanix Multicloud Automation Administration (NMCAA)

Prism user permissions -- what are the options?

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.
Use a local install instead of downloading
A.
Use a local install instead of downloading
Answers
B.
Create a loop to retry connection
B.
Create a loop to retry connection
Answers
C.
Create a service dependency
C.
Create a service dependency
Answers
D.
Use a sleep statement in a start script
D.
Use a sleep statement in a start script
Answers
Suggested answer: C

Explanation:

A service dependency is a feature of Nutanix Calm that allows you to define the order of execution and the conditions for starting and stopping services in a blueprint. By creating a service dependency between the application and the database, you can ensure that the application will not start until the database is fully installed and ready. This avoids the need for manual intervention or inefficient workarounds like loops or sleep statements.Reference:Nutanix Multicloud Automation Administration (NMCAA), page 41;Nutanix Certified Professional - Multicloud Automation (NCP-MCA), section 2.

Which Prism Central setting must first be configured in order to add users to a Project?

A.
HTTP Proxy
A.
HTTP Proxy
Answers
B.
Authentication Directory
B.
Authentication Directory
Answers
C.
Pulse
C.
Pulse
Answers
D.
Local User Role Mapping
D.
Local User Role Mapping
Answers
Suggested answer: B

Explanation:

In order to add users to a Project, the Prism Central administrator must first configure an Authentication Directory. This is a service that provides user authentication and authorization for Prism Central, such as Active Directory or OpenLDAP. By configuring an Authentication Directory, the administrator can enable users to log in to Prism Central using their existing credentials and assign them roles and permissions based on their group membership. The administrator can also create local user accounts for users who do not belong to any Authentication Directory.

Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide, Section 2, Objective 2.5

Nutanix Multicloud Automation Administration (NMCAA) Course, Module 2, Lesson 2.2

Configuring Authentication | Nutanix Community

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 a network adapter selected for the Address box in Connection section.
A.
Connection section has a network adapter selected for the Address box in Connection section.
Answers
B.
Connection section has no network adapters selected for the Address box in Connection section.
B.
Connection section has no network adapters selected for the Address box in Connection section.
Answers
C.
Connection Type has a protocol selected.
C.
Connection Type has a protocol selected.
Answers
D.
Connection Type has no protocol selected.
D.
Connection Type has no protocol selected.
Answers
Suggested answer: B

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.Reference: I found 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.

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

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

Explanation:

The correct method to result in unique names per VM when scaling out a Service in a Calm Blueprint is to use the macro variable @@{calm_array_index}@@ in the Service VM Name field (Option B). This variable will append a unique index number to each VM name based on the scale-out count. For example, if the Service VM Name is MyAppVM-@@{calm_array_index}@@ and the scale-out count is 3, the resulting VM names will be MyAppVM-0, MyAppVM-1, and MyAppVM-2. Option A is incorrect because the <ComputerName> tag in the sysprep file will only affect the hostname of the guest OS, not the VM name in the cloud provider. Option C is incorrect because calling an external Python eScript to register the VM name in DNS will not change the VM name in the cloud provider either. Option D is incorrect because setting the VM Name field to allow user edits at launch will require manual input from the user for each VM, which is not scalable or automated.

Which two providers are supported in Calm? (Choose two.)

A.
Oracle Cloud
A.
Oracle Cloud
Answers
B.
Kubernetes
B.
Kubernetes
Answers
C.
GCP
C.
GCP
Answers
D.
IBM Cloud
D.
IBM Cloud
Answers
Suggested answer: B, C

Explanation:

Nutanix Calm supports various providers to manage and orchestrate applications across different cloud environments. Providers are the cloud platforms or services that host the VMs or containers that run the application components.Calm supports the following providers12:

Nutanix AHV

VMware vSphere

AWS

Azure

GCP

Kubernetes

Bare Metal

OpenStack

Cloud-Init

Terraform

Among the options given, only Kubernetes and GCP are supported providers in Calm. Oracle Cloud and IBM Cloud are not supported providers in Calm.Reference:

1: Nutanix Calm Admin and Operations Guide3

2: Nutanix Calm Configuration and Training4

An administrator has created a task for a blueprint that could be applied to another blueprint. The administrator wants to reuse the task with the least amount of effort.

How can the administrator accomplish this?

A.
Publish the task to Github select the task from the Github Repository from the other blueprint.
A.
Publish the task to Github select the task from the Github Repository from the other blueprint.
Answers
B.
Publish the task to the Marketplace, select the task from the Marketplace from the other blueprint.
B.
Publish the task to the Marketplace, select the task from the Marketplace from the other blueprint.
Answers
C.
Publish the task to the Task Repository, select the task from the Task Repository from the other blueprint.
C.
Publish the task to the Task Repository, select the task from the Task Repository from the other blueprint.
Answers
D.
Publish the task to the Task Library select the task from the Task Library from the other blueprint.
D.
Publish the task to the Task Library select the task from the Task Library from the other blueprint.
Answers
Suggested answer: D

Explanation:

The Task Library is a centralized repository of tasks that can be reused across multiple blueprints. The administrator can publish a task to the Task Library by clicking on the Publish icon in the task editor. The task will then be available in the Task Library tab under the Tasks section in the Calm UI. The administrator can select the task from the Task Library and drag and drop it into another blueprint. This way, the administrator can reuse the task with the least amount of effort.

Nutanix Certified Professional Multicloud Automation (NCP-MCA) 6 Exam, page 11

Nutanix University - NCP-MCA 6 Exam Prep - Tasks and Task Library

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.
A.
Delete the failed application and Launch a new application.
Answers
B.
Soft Delete the failed application and Launch a new application.
B.
Soft Delete the failed application and Launch a new application.
Answers
C.
Use Continue in the failed application to retry.
C.
Use Continue in the failed application to retry.
Answers
D.
Upon clicking Save the Blueprint task will be retried automatically.
D.
Upon clicking Save the Blueprint task will be retried automatically.
Answers
Suggested answer: C

Explanation:

If a Blueprint deployment fails, the administrator can use the Continue option in the Self-Service Portal to resume the deployment from the point of failure. This option will retry the failed task and continue with the remaining tasks in the Blueprint. The administrator does not need to delete the application or launch a new one, as this would waste time and resources. Saving the Blueprint will not automatically retry the task, as the Blueprint is only a template for the deployment.

Nutanix Certified Professional - Multicloud Automation (NCP-MCA) v6.5, Section 3, Objective 3.1: Determine the causes of a Blueprint or Runbook deployment failure.

Nutanix NCP-MCA Certification Exam Sample Questions, Question 17.

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

Explanation:

The easiest way to satisfy the request is to add an Email action to the end of the existing playbook and use the {{action[index] .stdout}} parameter in the Message field. This way, the administrator does not need to modify the script or create a file to store the output. The {{action[index] .stdout}} parameter will capture the standard output of the previous action, which is the VM SSH action that executes the script. The Email action will then send the output as the message body to the specified recipients.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 10

Nutanix Multicloud Automation Administration (NMCAA), Module 4 - X-Play, Lesson 2 - Playbooks, page 4-11

Total 126 questions
Go to page: of 13