Pass Nutanix NCP-MCA exam Dumps 100 Pass Guarantee With Latest Demo
The NCP-MCA PDF Dumps Greatest for the Nutanix Exam Study Guide!
NEW QUESTION 19
A company wants to ensure that all developers are able to request new development environments on demand by using ServiceNow.
The administrator notices that even though developers create new environments, they rarely remove these environments when moving on to new assignments. Today, the administrator has gone into Prism Central to check when the VM was created, in order to reach out to the developer and ask if it can be deleted. The administrator has accidentally deleted the wrong VM in the past.
Which two methods can the administrator use to automate this task to avoid deleting the incorrect VMs? (Choose two.)
- A. Create a playbook REST API trigger to delete the VM from a ServiceNow approval flow.
- B. Create a playbook webhook trigger to delete the VM from a ServiceNow approval flow.
- C. Create a playbook webhook action to delete the VM from a ServiceNow approval flow.
- D. Create a playbook REST API action to delete the VM from a ServiceNow approval flow.
Answer: B,D
NEW QUESTION 20
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. Modify the Alert by adding the correct category
- B. Assign the category Environment:Production to the production VMs
- C. Assign the category Environment:Development to development VMs
- D. Disable the Alert in Prism Central
Answer: A,C
NEW QUESTION 21
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. The SSH Service is not running on the VMs.
- B. The VM is missing Nutanix Guest Tools.
- C. The VM is already powered off.
- D. User executing the Playbook does not have Admin privileges.
Answer: D
NEW QUESTION 22
Refer to the exhibit.
A Blueprint fails on executing a check-login task against a Windows 2016 VM and displays the error shown in the exhibit. The administrator is using a SSH key-based credential to authenticate the task.
What should the administrator change to resolve the issue?
- A. Modify the timeout to give the task longer to complete.
- B. Change to password authentication credential.
- C. Increase the retries to allow for the task to complete.
- D. Ensure the private key for the credential is correct.
Answer: D
NEW QUESTION 23
Where would a Calm administrator find the archived application logs within Prism Central?
- A. Services > Calm > Settings
- B. Services > Calm > Applications
- C. Services > Calm > Blueprints
- D. Services > Calm > Projects
Answer: A
NEW QUESTION 24
An administrator has a Linux VM that does batch processing out of a queue. Currently, a technician connects to the VM console and runs a command on the VM to initiate or terminate the batch processing application, as there is no programmatic interface for the application.
The application is processor intensive, so it should only run outside of business hours. The VM has the ability to send REST API calls to Prism.
How should the administrator configure a Playbook to satisfy the needs of this process with minimal external interaction?
- A. Manual Trigger > VM SSH > Wait for Some Time > VM SSH
- B. Time Trigger > VM SSH > Wait for Some Time > VM SSH
- C. Webhook Trigger > REST API > Wait for Some Time > REST API
- D. Manual Trigger > Power On > VM SSH > Wait for Some Time > Power Off VM
Answer: C
NEW QUESTION 25
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.)
- A. Any Public Cloud
- B. Nutanix AHV
- C. vSphere Essential Edition
- D. VMware ESXi
Answer: B,D
NEW QUESTION 26
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>.
- B. Set the VM Name field to allow user edits at launch so the user can enter a custom value at launch.
- C. Service VM Name field contains the macro variable @@{calm_array_index}@@.
- D. Call an external Python eScript that uses an IPAM API to register the VM name in DNS.
Answer: C
NEW QUESTION 27
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 an event
- B. A trigger based on an alert
- C. A trigger based on an email
- D. A trigger based on a REST API
Answer: B
NEW QUESTION 28
An administrator has an existing set of VMs that were deployed before the company started using Calm. The administrator would like to now use Calm to manage those existing VMs.
What should the administrator do to manage the existing VMs?
- A. Create a Greenfield Application, select the snapshots of the VMs to manage and redeploy the VMs from the latest snapshot.
- B. Create a Greenfield Application, select the VMs that are needed for each deployment from the drop down list.
- C. Create a Brownfield Application, select the VMs that are needed for each deployment from the drop down list.
- D. Create a Brownfield Application, select the snapshots of the VMs to manage and redeploy the VMs from the latest snapshot.
Answer: D
NEW QUESTION 29
What is the correct method to upgrade Calm?
- A. Calm Marketplace
- B. Calm Dashboard
- C. LCM via Prism Element
- D. LCM via Prism Central
Answer: D
NEW QUESTION 30
When creating a blueprint, which Pre-create and Post-delete tasks are valid?
- A. Execute, Set variable, API, Delay
- B. Execute, Set variable, HTTP, Delay
- C. Create, Start, Stop, Soft Delete
- D. Create, Start, Stop, Delete
Answer: B
NEW QUESTION 31
Which Prism Central setting must first be configured in order to add users to a Project?
- A. Local User Role Mapping
- B. Pulse
- C. HTTP Proxy
- D. Authentication Directory
Answer: C
NEW QUESTION 32
Which two statements are true regarding the Nutanix public Github repository? (Choose two.)
- A. Nutanix provides a documented process to seed Github based scripts into the Calm Task Library.
- B. Calm's public repository contains Nutanix-vetted custom scripts created and published by community members.
- C. Nutanix provides documented processes to seed scripts from any source repository.
- D. Nutanix publishes official vetted blueprints and tasks to Nutanix's public Github Calm repository.
Answer: A,B
NEW QUESTION 33
Which Calm feature enables the ability to enforce project quotas for the ESXi hypervisor?
- A. Policy Engine
- B. Runbooks
- C. Project Environments
- D. Project Quotas
Answer: D
NEW QUESTION 34
A director would like to have an up to date Cluster Efficiency Summary report emailed on the first of every month to keep management up to date on how the cluster is being utilized.
How could a playbook be configured to satisfy this request with the least human interaction?
- A. Manual Trigger > Generate Report > Email
- B. Time Trigger > Generate Report > Email
- C. Manual Trigger > Wait Until Day of Month > Generate Report > Email
- D. Report Trigger > Wait Until Day of Month > Email
Answer: C
NEW QUESTION 35
An administrator has built a Playbook to run a Powershell script in a VM when a specific alert is generated. Several days later, the alert is generated, but the script does not execute and there are no Plays recorded for the Playbook.
What is causing this issue?
- A. The Playbook was never enabled.
- B. The script executed, but closed with an error code.
- C. The version of Playbooks is not correct for the version of Prism Central.
- D. The path to the script was not correct.
Answer: B
NEW QUESTION 36
Which Calm feature provides the ability for administrators to approve Single or Multi-VM Blueprints for assignment to Projects?
- A. Marketplace
- B. Marketplace Manager
- C. Projects
- D. Application Manager
Answer: B
NEW QUESTION 37
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. Use Continue in the failed application to retry.
- B. Upon clicking Save the Blueprint task will be retried automatically.
- C. Soft Delete the failed application and Launch a new application.
- D. Delete the failed application and Launch a new application.
Answer: B
NEW QUESTION 38
......
Read Online NCP-MCA Test Practice Test Questions Exam Dumps: https://www.exam4pdf.com/NCP-MCA-dumps-torrent.html
Easily To Pass New NCP-MCA Premium Exam: https://drive.google.com/open?id=1yOrH8BTgH68p6VdJYXlCYORLl_2iLrSM

