ExamGecko
Home Home / Nutanix / NCP-MCA

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

Question list
Search
Search

List of questions

Search

Related questions











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 Server -Force
A.
Enable-WSManCredSSP -Role Server -Force
Answers
B.
Enable-WSManCredSSP -Role Client
B.
Enable-WSManCredSSP -Role Client
Answers
C.
Enable-WSManCredSSP -Role Server
C.
Enable-WSManCredSSP -Role Server
Answers
D.
Disable-WSManCredSSP -Role Server -Force
D.
Disable-WSManCredSSP -Role Server -Force
Answers
Suggested answer: B

Explanation:

The error message indicates that the script failed to authenticate to the remote server using CredSSP. CredSSP is a security mechanism that allows a client to delegate its credentials to a remote server for authentication. To use CredSSP, both the client and the server need to enable it and configure the role and the trusted hosts. The command Enable-WSManCredSSP -Role Client enables CredSSP on the client side and specifies the remote server as a trusted host. This command should be added to the script before invoking the Invoke-Command cmdlet that runs the script block on the remote server. The other commands are either irrelevant or incorrect for this scenario.Reference:Nutanix Calm: PowerShell Scripts - Read the DocsandEnable-WSManCredSSP (Microsoft.PowerShell.Management) - PowerShell | Microsoft Docs.

An administrator is providing users with access to the company's LOB applications through a VDI solution. The administrator received information that the company are going to hire 200 new employees who will be using these applications.

The environment is monitored by a third-party tool that notifies the administrator when the VDI solution is about to run out of capacity. This gives the administrator time to create additional resources and add them to the VDI solution.

What should the administrator use when creating a playbook to automate this?

A.
A trigger based on a REST API
A.
A trigger based on a REST API
Answers
B.
A trigger based on an email
B.
A trigger based on an email
Answers
C.
A trigger based on an event
C.
A trigger based on an event
Answers
D.
A trigger based on an alert
D.
A trigger based on an alert
Answers
Suggested answer: C

Explanation:

The administrator should use a trigger based on an event when creating a playbook to automate the scaling of the VDI solution. An event trigger is a type of trigger that executes a playbook when a specific event occurs in the Nutanix environment or in a third-party system. An event trigger can be configured to listen to events from various sources, such as Prism alerts, Calm actions, or external webhooks. In this scenario, the administrator can use an event trigger to listen to the webhook from the third-party monitoring tool and execute a playbook that creates additional resources and adds them to the VDI solution.

A trigger based on a REST API is not the best option, because it requires the administrator to manually invoke the playbook using an API call. This is not as efficient or reliable as using an event trigger that automatically executes the playbook when the capacity threshold is reached.

A trigger based on an email is also not the best option, because it requires the administrator to configure an email server and a mailbox to receive the notification from the third-party tool. This adds complexity and overhead to the automation process and may not be as secure or timely as using an event trigger.

A trigger based on an alert is a valid option, but it depends on the availability and compatibility of the Prism alert system with the third-party tool. If the third-party tool can send alerts to Prism, then the administrator can use an alert trigger to execute the playbook. However, if the third-party tool does not integrate with Prism, then the administrator cannot use an alert trigger and has to use an event trigger instead.

Nutanix Calm User Guide: Chapter 8: X-Play

Nutanix Calm DSL User Guide: Chapter 5: Playbooks

Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide: Section 1: Describe and Differentiate Automation Concepts and Principles

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.

How can the administrator resolve this issue?

A.
Create a local user in Linux OS and provide access to the OS Team.
A.
Create a local user in Linux OS and provide access to the OS Team.
Answers
B.
Provide Prism Admin access to the OS Team Active Directory Group.
B.
Provide Prism Admin access 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.
Assign new VMs to a category and provide category access to the OS Team.
D.
Assign new VMs to a category and provide category access to the OS Team.
Answers
Suggested answer: D

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 assigning new VMs to a category, 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 VMs from the Calm UI.

Nutanix Support & Insights, section ''Categories''

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

Nutanix Command Line Interface | Nutanix Community, section ''SSH to any CVM as a nutanix user and type ncli and hit return to enter the ncli command shell and will be the same process for acli.''

Nutanix Support & Insights, section ''Customizing a Linux VM with Cloud-Init''

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.
Assign the category Environment:Production to the production VMs
A.
Assign the category Environment:Production to the production VMs
Answers
B.
Modify the Alert by adding the correct category
B.
Modify the Alert by adding the correct category
Answers
C.
Disable the Alert in Prism Central
C.
Disable the Alert in Prism Central
Answers
D.
Assign the category Environment:Development to development VMs
D.
Assign the category Environment:Development to development VMs
Answers
Suggested answer: B, D

Explanation:

The administrator should modify the alert by adding the correct category and assign the category Environment:Development to development VMs. By doing this, they can filter out alerts for development VMs that are expected to have memory constrained alerts and focus on those that are critical, such as production VMs. This is based on the general practices in managing alerts in a multicloud environment, as well as the specific features and requirements of Nutanix Calm and Prism Central.Reference:

How to create custom alert policies | Prism central | Nutanix Community

Nutanix Certified Professional - Multicloud Automation (NCP-MCA) v6.5 Exam Blueprint Guide, Section 3: Validate Blueprints, Runbooks, Playbooks, and Automation Settings, Objective 3.1: Determine the causes of a Blueprint or Runbook deployment failure

Nutanix Multicloud Automation Administration (NMCAA) course, Module 4: Nutanix Calm Governance, Lesson 1: Nutanix Calm Governance

Refer to exhibits.

The variable VM_NAME is giving a warning that indicates that the variable is not found. When checking the Service tab, the variable is found to match the VM_NAME field entry as shown in the exhibit below:

What is causing this warning message?

A.
VM_NAME variable must be defined under Application Profile
A.
VM_NAME variable must be defined under Application Profile
Answers
B.
Service Name matches the variable name
B.
Service Name matches the variable name
Answers
C.
@@{calm_time}@@ output is longer than allowed for a Service Name
C.
@@{calm_time}@@ output is longer than allowed for a Service Name
Answers
D.
User modifiable variable for VM_NAME is not allowed
D.
User modifiable variable for VM_NAME is not allowed
Answers
Suggested answer: D

Explanation:

https://portal.nutanix.com/page/documents/details?targetId=Nutanix-Calm-Admin-Operations-Guide-v3_6_2:nuc-macros-variables-overview-c.html

A developer created blueprints in a development environment, and everything worked as expected. The developer then moved the blueprints to the production environment but noticed that the deployment is noticeable slower in production compared to the development environment.

What is the most likely issue causing this behavior?

A.
The production Prism Central is not compatible with Calm.
A.
The production Prism Central is not compatible with Calm.
Answers
B.
The production Prism Element Data service IP address is incorrect.
B.
The production Prism Element Data service IP address is incorrect.
Answers
C.
The production Prism Central only has 26 RAM allocated.
C.
The production Prism Central only has 26 RAM allocated.
Answers
D.
Prism Central is not able to reach the DNS server.
D.
Prism Central is not able to reach the DNS server.
Answers
Suggested answer: C

Explanation:

According to the Nutanix Calm Administration Guide1, the minimum system requirements for Prism Central are 32 GB of RAM and 8 vCPUs. If the production Prism Central has less than the minimum RAM, it may affect the performance of Calm and other services running on Prism Cen

An administrator wants to create two database VMS using replicas and needs to access the same mount_path for hosting the backup files during the deployment on both VMs,

What should the administrator do on the Blueprint to achieve this requirement?

A.
Set mount_path = u01/app/backup as a runtime variable
A.
Set mount_path = u01/app/backup as a runtime variable
Answers
B.
Set mount_path = u01/app/backup as a runtime replica
B.
Set mount_path = u01/app/backup as a runtime replica
Answers
C.
Set mount_path = u01/app/backup as a runtime task
C.
Set mount_path = u01/app/backup as a runtime task
Answers
D.
Set mount_path = u01/app/backup as a runtime service
D.
Set mount_path = u01/app/backup as a runtime service
Answers
Suggested answer: A

Explanation:

Runtime variables are used to pass information between different components of a Blueprint, such as VMs, services, tasks, and replicas. They can be defined in the Blueprint YAML file or in the UI. By setting the mount_path as a runtime variable, the administrator can ensure that both database VMs use the same value for the mount_path during the deployment. This way, the backup files can be hosted on the same location for both VMs.Reference:

Nutanix Certified Professional - Multicloud Automation (NCP-MCA) 6.5 Exam, page 25, section 2.1.1: ''Runtime Variables''

[Nutanix University: NCP-MCA 6.5 Exam Prep - Runtime Variables], video 2: ''Runtime Variables''

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.
A.
Use an application profile.
Answers
B.
Use Service dependency.
B.
Use Service dependency.
Answers
C.
Use a Pre-create task.
C.
Use a Pre-create task.
Answers
D.
Use an HTTP task.
D.
Use an HTTP task.
Answers
Suggested answer: 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.

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 notices a Blueprint fails with the following error for Windows machines:

script execution has failed with error Process creation failed with error:1314

What is causing this issue?

A.
The firewall ports 5985 and 5986 are blocked.
A.
The firewall ports 5985 and 5986 are blocked.
Answers
B.
The Service is running with incorrect privileges to create a process.
B.
The Service is running with incorrect privileges to create a process.
Answers
C.
The credentials provided in the Calm Blueprint does not have sufficient privileges.
C.
The credentials provided in the Calm Blueprint does not have sufficient privileges.
Answers
D.
The Windows machine is in hung state.
D.
The Windows machine is in hung state.
Answers
Suggested answer: C

Explanation:

The error code 1314 indicates that the user does not have the required privilege to perform the requested operation. This means that the credentials provided in the Calm Blueprint are not valid or do not have enough permissions to run the script on the Windows machine. To fix this issue, the administrator should verify the credentials and ensure that they have the appropriate rights to execute the script, such as local administrator or domain administrator privileges.Reference:Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide, page 15, section 3.3.Nutanix Multicloud Automation Administration (NMCAA) course, module 5, lesson 2.Nutanix NCP-MCA Certification Exam Sample Questions, question 25.

Learn more

Which two platforms does Calm support for Cost Showback? (Choose two.)

A.
SCVMM
A.
SCVMM
Answers
B.
vCenter
B.
vCenter
Answers
C.
AHV
C.
AHV
Answers
D.
AWS Account
D.
AWS Account
Answers
Suggested answer: B, C

Explanation:

Scaling VM replica settings allow you to specify the minimum, maximum, and default number of VMs that can be created from a blueprint service. The minimum and default values must be equal to or greater than the number of VMs needed at any time and at time of deployment, which is 2 in this case. The maximum value must be equal to or less than the project quota divided by the VM resources, which is 100/12 = 8 for vCPUs and 300/24 = 12 for memory. The lowest of these two values is the limit for the maximum value, which is 8. Therefore, the only option that meets all the requirements is B. MIN: 2, MAX: 7, Default: 2.

Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide, page 10, Objective 3.1: Given a scenario, create a blueprint to deploy infrastructure and applications using Self-Service

Nutanix Multicloud Automation Administration (NMCAA), Module 5: Self-Service, Lesson 5.2: Blueprint Design, slide 23: Scaling VM Replica Settings

Nutanix Certified Professional Multicloud Automation (NCP-MCA) 6 Exam, page 10, Objective 3.1: Given a scenario, create a blueprint to deploy infrastructure and applications using Self-Service

Total 126 questions
Go to page: of 13