ExamGecko
Home Home / Nutanix / NCP-MCA

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

Question list
Search
Search

List of questions

Search

Related questions











An administrator is deploying a Windows VM from a Blueprint. As a step in the Blueprint, a PowerShell script needs to run on the target. VM. The communication between Calm and the VM is secured.

Which inbound port need to be opened for the PowerShell script to run on the VM?

A.
1433
A.
1433
Answers
B.
3389
B.
3389
Answers
C.
5986
C.
5986
Answers
D.
5985
D.
5985
Answers
Suggested answer: C

Explanation:

The port 5986 is used for PowerShell Remoting over HTTPS, which is a secure way of executing PowerShell commands on a remote Windows VM. Calm uses PowerShell Remoting to run scripts on Windows VMs as part of the blueprint actions. Therefore, the port 5986 needs to be opened on the VM firewall to allow the communication between Calm and the VM. The other ports are not related to PowerShell Remoting, as they are used for SQL Server (1433), Remote Desktop Protocol (3389), and PowerShell Remoting over HTTP (5985).Reference:Nutanix Certified Professional - Multicloud Automation (NCP-MCA) 6.5 Exam Blueprint Guide, page 10;Nutanix Certified Professional - Multicloud Automation (NCP-MCA), section 3;Nutanix Calm User Guide, page 93.

What is the minimum number of actions required in the Branch Condition for X-Play?

A.
1
A.
1
Answers
B.
2
B.
2
Answers
C.
3
C.
3
Answers
D.
4
D.
4
Answers
Suggested answer: B

Explanation:

A Branch Condition is a type of action in X-Play that allows you to create conditional logic based on the output of a previous action or a custom expression. A Branch Condition can have multiple branches, each with a different condition and a different set of actions to execute if the condition is met. The minimum number of actions required in a Branch Condition is two: one for the condition itself, and one for the action to perform if the condition is true. If the condition is false, the Branch Condition will skip to the next action in the Playbook. You can add more branches to a Branch Condition, but you cannot have less than two.Reference:Nutanix Calm: Playbooks - Read the DocsandNutanix Calm: Branch Condition - Read the Docs.

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.
A.
Go to the Manage tab of the application and select the Hard Delete action.
Answers
B.
From the Applications page, select the checkbox next to the application and select Delete from the action's menu.
B.
From the Applications page, select the checkbox next to the application and select Delete from the action's menu.
Answers
C.
From the Marketplace page, select the checkbox next to the application and select Delete from the actions menu.
C.
From the Marketplace page, select the checkbox next to the application and select Delete from the actions menu.
Answers
D.
Go to the Manage tab of the application and select the Delete action.
D.
Go to the Manage tab of the application and select the Delete action.
Answers
Suggested 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.

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

An administrator had provided Linux VM console access to the OS Team. However, the team is unable to access one of the newly-created Linux VMS within Prism Central.

How can the administrator resolve this issue?

A.
Create and assign the Linux OS Category to the newly-created VM,
A.
Create and assign the Linux OS Category to the newly-created VM,
Answers
B.
Create and assign the Linux OS Category to the OS Team Active Directory Group,
B.
Create and assign the Linux OS Category to the OS Team Active Directory Group,
Answers
C.
Create a role for the OS Team Active Directory Group and add the VMS to it.
C.
Create a role for the OS Team Active Directory Group and add the VMS to it.
Answers
D.
Create a local user in Linux OS and provide access to the OS Team.
D.
Create a local user in Linux OS and provide access to the OS Team.
Answers
Suggested answer: A

Explanation:

Categories are a way of organizing and managing resources in Nutanix Calm. Categories can be used to define access policies, filter resources, and group applications. By creating and assigning the Linux OS Category to the newly-created VM, the administrator can grant access to the OS Team based on their Active Directory Group membership. The OS Team can then use the web SSH console to access the Linux VM from the Calm UI.

Nutanix Support & Insights, section ''Categories''

Nutanix Support & Insights, section ''Accessing the Web SSH Console''

An administrator needs to send a notification to the on-call administrator if a specific mission-critical VM is rebooted after hours, as well as send an email to the Operations team for any other VMS that reboot.

What two actions should the administrator take to accomplish this task? (Choose two.)

A.
use Conditional Playbook
A.
use Conditional Playbook
Answers
B.
Create Playbook using Manual Trigger
B.
Create Playbook using Manual Trigger
Answers
C.
Create Playbook using Alert.
C.
Create Playbook using Alert.
Answers
D.
Use Branch Action
D.
Use Branch Action
Answers
Suggested answer: A, C

Explanation:

The administrator should use a conditional playbook and create a playbook using alert to accomplish this task.A conditional playbook is a type of playbook that allows the administrator to define different actions based on certain conditions or criteria1.A playbook using alert is a type of playbook that is triggered by an alert policy that monitors the VM status2. By using these two features, the administrator can create a playbook that checks if the rebooted VM is the mission-critical VM and sends a notification to the on-call administrator, or else sends an email to the Operations team.

Nutanix Multicloud Automation Administration (NMCAA) course, Module 3: Nutanix X-Play, Lesson 2: Nutanix X-Play Playbooks, Topic: Conditional Playbooks

Nutanix Multicloud Automation Administration (NMCAA) course, Module 4: Nutanix Calm Governance, Lesson 2: Nutanix Calm Alerts, Topic: Alert Policies and Playbooks

Nutanix Certified Professional - Multicloud Automation (NCP-MCA) v6.5 Exam Blueprint Guide, Section 1: Describe and Differentiate Automation Concepts and Principles, Objective 1.3: Define the components of X-Play

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

A.
NCM Disaster Recovery
A.
NCM Disaster Recovery
Answers
B.
Export and Import
B.
Export and Import
Answers
C.
Use Date Lens to migrate.
C.
Use Date Lens to migrate.
Answers
D.
Recreate the Playbook 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.
D.
Recreate the Playbook 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.
Answers
Suggested answer: B

Explanation:

Reference:1: Nutanix Support & Insights, Playbooks Summary View1

Refer to the exhibit.

An administrator has run a multi-step Playbook. but sees the Failed status, as shown in the exhibit.

What could be causing the playbook to fail?

A.
VM action has a timeout of 5 minutes.
A.
VM action has a timeout of 5 minutes.
Answers
B.
puppet action has a timeout of 5 minutes.
B.
puppet action has a timeout of 5 minutes.
Answers
C.
IP Address SSH action has a timeout of 5 minutes.
C.
IP Address SSH action has a timeout of 5 minutes.
Answers
D.
PowerShell action has a timeout of 5 minutes.
D.
PowerShell action has a timeout of 5 minutes.
Answers
Suggested answer: C

Explanation:

The image shows a failed status for an SSH_VM_Task, which is manually triggered. Since the task involves SSH, it's likely that the IP Address SSH action has a timeout of 5 minutes, causing the playbook to fail if it cannot complete within this time frame. The IP Address SSH action is used to execute commands on a remote VM using SSH. It requires the IP address, username, password, and command to run as inputs. The timeout parameter specifies how long the action will wait for the command to finish before aborting. If the timeout is too short, the action may fail due to network latency, slow execution, or other factors.Reference:

Nutanix Certified Professional - Multicloud Automation (NCP-MCA) 6.5 Exam, page 16, section 1.3.2.2: ''Playbooks''

[Nutanix University: NCP-MCA 6.5 Exam Prep - Playbooks], video 4: ''Playbooks''

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.
A.
Event, where event type is Restored VM from Snapshot and Target VM is the specific VMS.
Answers
B.
Event, where the event is Snapshot Restoration, and the Target VM is VMS in Environment: Dev
B.
Event, where the event is Snapshot Restoration, and the Target VM is VMS in Environment: Dev
Answers
C.
Alerts Matching Criteria. where alert type is Snapshot Restoration, and the criteria is the VM names.
C.
Alerts Matching Criteria. where alert type is Snapshot Restoration, and the criteria is the VM names.
Answers
D.
Alert. where alert type is Restored VM from Snapshot and target VM Category is Environment: Dev
D.
Alert. where alert type is Restored VM from Snapshot and target VM Category is Environment: Dev
Answers
Suggested answer: 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.

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

An administrator wants to execute a post-create task that will trigger an API call to create a front end application.

Which task type should the administrator use?

A.
HTTP
A.
HTTP
Answers
B.
Predefined
B.
Predefined
Answers
C.
eScript
C.
eScript
Answers
D.
Simple
D.
Simple
Answers
Suggested answer: A

Explanation:

A post-create task is a task that runs after a blueprint or runbook deployment is completed. A post-create task can be used to perform additional configuration or automation on the deployed resources. An HTTP task is a task that executes an HTTP request to a specified URL, with optional headers, body, and authentication. An HTTP task can be used to trigger an API call to another system or service, such as creating a front end application. A predefined task is a task that uses a predefined script or command to perform a common operation, such as installing a package or running a service. A predefined task cannot be used to trigger an API call to another system or service. An eScript task is a task that executes a custom script written in JavaScript or Python. An eScript task can be used to perform complex logic or operations that are not available in predefined tasks. However, an eScript task requires more coding skills and testing than an HTTP task. A simple task is a task that executes a simple command or script on the target VM or host. A simple task cannot be used to trigger an API call to another system or service.Reference:

https://www.nutanix.com/content/dam/nutanix/resources/support/ebg-ncp-mca-6.pdf

https://www.nutanix.com/support-services/training-certification/certifications/certification-details-nutanix-certified-professional-multicloud-automation-v6-5

In which two locations can an administrator look to view a list of executed playbooks? (Choose two.)

A.
Executions
A.
Executions
Answers
B.
Plays
B.
Plays
Answers
C.
Lists
C.
Lists
Answers
D.
Dashboard
D.
Dashboard
Answers
Suggested answer: A, B

Explanation:

An administrator can look to view a list of executed playbooks in two locations: Executions and Plays. The Executions page shows the status and details of all the playbooks that have been executed across all the projects. The Plays page shows the status and details of all the playbooks that have been executed within a specific project. The Lists page shows the predefined and custom lists that can be used as inputs for playbooks. The Dashboard page shows the overview and statistics of the X-Play service.Reference:

Nutanix Certified Professional - Multicloud Automation (NCP-MCA) v6.5, Section 3 - Validate Blueprints, Runbooks, Playbooks, and Automation Settings, page 4

Nutanix Multicloud Automation Administration (NMCAA), Module 5 - X-Play, Lesson 5.3 - Playbook Management, page 2

Nutanix Calm User Guide, X-Play, Executions

Total 126 questions
Go to page: of 13