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

List of questions
Question 31

Which are valid entity types to be associated with a playbook using a manual trigger?
Question 32

Where would a Calm Developer find logging related to blueprint package failures?
The styx.log file contains the logs related to blueprint packaging and deployment. It can be accessed by SSHing to Prism Central and navigating to the /home/calm/log directory. The other options are not relevant for blueprint package failures, as they show the application status, audit events, or service logs.Reference:Nutanix Certified Professional - Multicloud Automation (NCP-MCA) 6.5 Exam Blueprint Guide, page 9;Nutanix Certified Professional - Multicloud Automation (NCP-MCA), section 3;NCP-MCA Exam Dumps - Nutanix Certified Professional - Multicloud ..., question 63.
Question 33

In order to give Consumers the ability to modify attributes, what should the Blueprint creator implement in the design?
Runtime variables are variables that can be modified by the Consumer during the deployment of a Blueprint or after the deployment is complete. They allow the Consumer to customize the attributes of the infrastructure and applications according to their needs. Runtime variables can be defined in the Blueprint settings or in the Blueprint YAML file. They can also be used in the Blueprint tasks to pass dynamic values to the scripts or commands. Runtime variables can be of different types, such as text, number, boolean, list, or password. They can also have default values, constraints, and descriptions to guide the Consumer.
Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide, Section 2, Objective 2.1
Nutanix Multicloud Automation Administration (NMCAA) Course, Module 4, Lesson 4.3
Nutanix Calm User Guide, Chapter 4, Section 4.2
Question 34

Refer to the exhibit.
The Playbook is designed to execute a script, in order to fix a known problem in the application. However, it keeps failing.
Why is this Playbook continuing to fail?
In the context of Nutanix Multicloud Automation (NCP-MCA), the order of actions in a playbook is crucial for its successful execution. In this case, the playbook is designed to execute a script to fix a known problem in an application but keeps failing because it attempts to power off the VM and take a snapshot before executing the script. The correct order should be to execute the script first, then power off the VM if necessary, and finally take a snapshot.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) 6.5 Exam: 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.
Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide: This is another version of the exam blueprint guide that has similar content as the previous one.
Free Questions for NCP-MCA by certscare - p2pexams.com: This is a PDF document that contains 11 questions and answers for the NCP-MCA exam. The question you asked is one of them, and the answer is the same as mine.
Question 35

Which action should an administrator use to request a static IP address from an IPAM solution?
When integrating with an IP Address Management (IPAM) solution within Nutanix Calm, an administrator would use a 'Pre-create' task to request a static IP address. This task is performed before the actual creation of the VM, ensuring that the IP address is allocated and can be assigned during the VM's creation process. Profiles (A) are used to define deployment environments, Guest Customization (C) is used for configuring the OS settings, and Create (D) is typically the task for provisioning the actual VM, not for requesting an IP.
Question 36

Refer to the exhibit.
What needs to be done in order to enable the developer to complete this requested task? (Choose two.)
Question 37

A company is new to automation and has infrastructure they would like to automate with Calm to provide standardized automation. The company also wants to create a Hybrid Cloud environment with their existing infrastructure which includes AHV, Azure, AWS, and a small legacy vSphere environment.
In which two locations can Calm be deployed? (Choose two.)
Question 38

An administrator wants to be alerted when production VMs become idle. The VMs will be determined to be idle when CPU usage is lower than 5% for more than 5 minutes. All affected VMs are categorized as Environment:Production, since they have Flow microsegmentation rules.
What should the administrator do to satisfy this requirement?
Question 39

A developer has a Development Blueprint that performs the following high level items:
Creates a Windows and Ubuntu Server.
Installs IIS on Windows
Installs MySQL on Ubuntu
As part of Development, there is a need for an Operator to restart IIS Services for troubleshooting purposes.
How should the developer add this functionality to the Blueprint?
Question 40

An administrator receives the following error while running a script through Calm on VM:
Which two conditions could cause this issue? (Choose two.)
Question