ExamGecko
Home Home / Nutanix / NCP-MCA

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

Question list
Search
Search

List of questions

Search

Related questions











An administrator has been tasked with creating a multicloud, three-tier application using Calm. The application needs to consist of:

A MongoDB backend database

A NodeJS Javascript runtime environment

An NGINX webserver

The administrator has access to an AWS account, as well as a locally hosted Nutanix cluster. The three parts of the application should be fully redundant, and be able to tolerate either a cloud provider outage, or a local Nutanix cluster outage.

What is the most appropriate solution the administrator should choose in order to meet the requirements?

A.
Create a Calm blueprint with MongoDB, Node/S, and NGINX VMs running on Nutanix, as well as an NGINX server running in AWS on US-WEST-1 and US-EAST-1.
A.
Create a Calm blueprint with MongoDB, Node/S, and NGINX VMs running on Nutanix, as well as an NGINX server running in AWS on US-WEST-1 and US-EAST-1.
Answers
B.
Create a Calm blueprint with MongoDB, Node/S and NGINX VMs running on Nutanix, and a separate blueprint for MongoDB, NodeJS, and NGINX running in AWS on US-WEST-1 and US-EAST-1.
B.
Create a Calm blueprint with MongoDB, Node/S and NGINX VMs running on Nutanix, and a separate blueprint for MongoDB, NodeJS, and NGINX running in AWS on US-WEST-1 and US-EAST-1.
Answers
C.
Create a Calm blueprint with MongoDB, NodelS, and NGINX VMs running on Nutanix, as well as MongoDB, NodeJS, and NGINX servers running in AWS on US-WEST-1 and US-EAST-1.
C.
Create a Calm blueprint with MongoDB, NodelS, and NGINX VMs running on Nutanix, as well as MongoDB, NodeJS, and NGINX servers running in AWS on US-WEST-1 and US-EAST-1.
Answers
D.
Create a Calm blueprint with MongoDB, NodelS, and NGINX VMs running on Nutanix, then manually create three EC2 instances for MongoDB, NodeJS and NGINX in AWS running on US-WEST-1 and US-EAST-1.
D.
Create a Calm blueprint with MongoDB, NodelS, and NGINX VMs running on Nutanix, then manually create three EC2 instances for MongoDB, NodeJS and NGINX in AWS running on US-WEST-1 and US-EAST-1.
Answers
Suggested answer: C

Explanation:

This solution meets the requirements of creating a multicloud, three-tier application using Calm. It ensures that each tier of the application has a redundant copy running on both Nutanix and AWS, and that the application can tolerate either a cloud provider outage or a local Nutanix cluster outage. The other options do not provide full redundancy for each tier, or require manual intervention to create the AWS instances.Reference:Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide, page 10;Nutanix Multicloud Automation Administration (NMCAA) Course, Module 5: Blueprints.

Which permission level grants access to Create, Update, Delete, and Duplicate Blueprints?

A.
Consumer
A.
Consumer
Answers
B.
Operator
B.
Operator
Answers
C.
Developer
C.
Developer
Answers
D.
Domain Admin
D.
Domain Admin
Answers
Suggested answer: C

Explanation:

A Developer permission level grants access to create, update, delete, and duplicate blueprints in Nutanix Calm12.A Developer can also launch, manage, and delete applications from blueprints, as well as create, update, delete, and duplicate runbooks2.A Consumer can only launch and manage applications from blueprints, but cannot modify them2.An Operator can launch, manage, and delete applications from blueprints, as well as run and manage runbooks, but cannot create or modify them2.A Domain Admin can perform all the actions of a Developer and an Operator, as well as manage projects, categories, and endpoints2.Reference:

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

Nutanix Multicloud Automation Administration (NMCAA)

What are two valid trigger types available for executing Playbooks? (Choose two.)

A.
Manual
A.
Manual
Answers
B.
Alert
B.
Alert
Answers
C.
Report
C.
Report
Answers
D.
Audit
D.
Audit
Answers
Suggested answer: A, B

Explanation:

Playbooks are a collection of tasks that can be executed on demand or based on a trigger. There are two types of triggers available for executing Playbooks: manual and alert. A manual trigger allows you to run a Playbook on demand from the Prism Central UI or the Calm API. An alert trigger allows you to run a Playbook automatically when a specific alert is generated by Prism Central or a third-party system. Report and audit are not valid trigger types for Playbooks.Reference:Nutanix Multicloud Automation Administration (NMCAA), page 9;Nutanix Certified Professional - Multicloud Automation (NCP-MCA), section 1.

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 NCC alert based on performance data.
A.
Create an NCC alert based on performance data.
Answers
B.
Create an Alert policy for Category Env:Production.
B.
Create an Alert policy for Category Env:Production.
Answers
C.
Create an Alert policy for all VMs.
C.
Create an Alert policy for all VMs.
Answers
D.
Create a script from the Guest OS for the alert.
D.
Create a script from the Guest OS for the alert.
Answers
Suggested answer: B

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.

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

An administrator needs to create a Playbook to be notified when VMs are deleted.

Which X-Play Trigger would satisfy this task?

A.
Alert
A.
Alert
Answers
B.
Audit
B.
Audit
Answers
C.
Event
C.
Event
Answers
D.
Time
D.
Time
Answers
Suggested answer: C

Explanation:

An X-Play Trigger is a condition that initiates a Playbook.There are four types of X-Play Triggers: Alert, Audit, Event, and Time1. An Alert Trigger is based on a Prism alert, such as a VM power state change or a disk failure. An Audit Trigger is based on a Prism audit entry, such as a user login or a cluster operation. An Event Trigger is based on a Prism event, such as a VM creation or deletion.A Time Trigger is based on a schedule, such as daily, weekly, or monthly2. In this scenario, the administrator needs to create a Playbook to be notified when VMs are deleted.Therefore, the appropriate X-Play Trigger would be an Event Trigger, since VM deletion is a Prism event.Reference:1: Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide, page 42: Getting Started with Nutanix X-Play -- Nutanix.dev

When a developer launches the created Blueprint within the Blueprint Editor, the application gets deployed correctly. However, when the Blueprint is launched via Marketplace, it gets a check login error.

What is causing this issue?

A.
Prism Central can't communicate with Active Directory.
A.
Prism Central can't communicate with Active Directory.
Answers
B.
The SSH key within the user's laptop is not valid.
B.
The SSH key within the user's laptop is not valid.
Answers
C.
User is not authorized to launch Blueprints.
C.
User is not authorized to launch Blueprints.
Answers
D.
The credential in the Project Environment is invalid.
D.
The credential in the Project Environment is invalid.
Answers
Suggested answer: D

Explanation:

When a Blueprint is launched via Marketplace, it uses the credential that is configured in the Project Environment. If the credential is invalid, the Blueprint deployment will fail with a check login error. To fix this issue, the developer needs to verify and update the credential in the Project Environment and ensure that it has the required permissions to access the target infrastructure and applications.Reference:Nutanix Multicloud Automation Administration (NMCAA), page 29-30; [Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide] (https://www.nutanix.com/content/dam/nutanix/resources/support/ncp-mca-ebg.pdf), section 3.1.

What is the correct syntax for using a macro within a Calm blueprint?

A.
@@{calm.object}(@@
A.
@@{calm.object}(@@
Answers
B.
%calm.object%
B.
%calm.object%
Answers
C.
{{calm.object}}
C.
{{calm.object}}
Answers
D.
$_calm.object_$
D.
$_calm.object_$
Answers
Suggested answer: A

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.Reference:Nutanix Certified Professional - Multicloud Automation (NCP-MCA) v6.5,Nutanix Certified Professional - Multicloud Automation (NCP-MCA) 6 Exam,Nutanix Certified Professional - Multicloud Automation

An administrator manages two Nutanix clusters: Cluster01 and Cluster02 and has needs to automate similar workload types using these images that are located on Cluster01:

ImageA

ImageB

ImageC

The administrator needs to deploy ImageA and ImageC within the Cluster02 environment.

How this can be achieved?

A.
Configure a Protection Domain to replicate images.
A.
Configure a Protection Domain to replicate images.
Answers
B.
Clone the images from the Cluster01 to Cluster02.
B.
Clone the images from the Cluster01 to Cluster02.
Answers
C.
All images are available to all clusters managed by a single Prism Central.
C.
All images are available to all clusters managed by a single Prism Central.
Answers
D.
Utilize Prism Central image placement policies.
D.
Utilize Prism Central image placement policies.
Answers
Suggested answer: A

Explanation:

Protection Domains are a Nutanix feature that allows you to replicate data across clusters or to a remote site. You can use Protection Domains to replicate images from one cluster to another, and then use them for workload automation.This is one of the methods documented in the Nutanix Solutions Portal for Citrix MCS on Nutanix AHV1.Alternatively, you can also use Prism Central to manage multiple clusters and use Protection Policies to replicate images across clusters2. However, this option is not listed in the question, so the best answer is A.Reference:

1: Multi Cluster Image Replication for Citrix MCS on Nutanix

2: Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide

A developer has been asked to update the existing blueprint with an additional option of scaling it both out and in.

Where in the Blueprint Editor should the developer make the relevant changes?

A.
Environment, Actions
A.
Environment, Actions
Answers
B.
Configuration, Settings
B.
Configuration, Settings
Answers
C.
Blueprint, Configuration
C.
Blueprint, Configuration
Answers
D.
Application Profile, Actions
D.
Application Profile, Actions
Answers
Suggested answer: D

Explanation:

To enable scaling for a blueprint, the developer needs to add scaling actions to the application profile. Scaling actions are scripts that define how to scale out (add more instances) or scale in (remove instances) of an application tier. The developer can also specify the minimum and maximum number of instances allowed for each tier, and the scaling policy (manual or automatic) based on metrics or schedules. The developer can access the application profile from the Blueprint Editor by clicking on the application name and then selecting the Actions tab.Reference:Nutanix Multicloud Automation Administration (NMCAA) course,Nutanix Certified Professional - Multicloud Automation (NCP-MCA) 6.5 Exam Guide, [Nutanix Calm User Guide]

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.
User executing the Playbook does not have Admin privileges.
A.
User executing the Playbook does not have Admin privileges.
Answers
B.
The VM is already powered off.
B.
The VM is already powered off.
Answers
C.
The VM is missing Nutanix Guest Tools.
C.
The VM is missing Nutanix Guest Tools.
Answers
D.
The SSH Service is not running on the VMs.
D.
The SSH Service is not running on the VMs.
Answers
Suggested answer: D

Explanation:

According to the Nutanix Multicloud Automation Administration (NMCAA) course1, one of the prerequisites for using X-Play to automate tasks on VMs is to have SSH enabled and configured on the target VMs. This allows X-Play to connect to the VMs and execute commands or scripts remotely. If the SSH service is not running on the VMs, then X-Play will fail to connect and perform the actions, resulting in the error message shown in the exhibit. The other options are not likely to cause this error, as they are either unrelated to X-Play (A and B) or not required for X-Play to work .Reference:Nutanix Multicloud Automation Administration (NMCAA) course

Total 126 questions
Go to page: of 13