Download Nutanix NCP-MCA Sample Questions [Jan-2024]
Real NCP-MCA Exam Questions and Answers FREE
The NCP-MCA certification exam is a comprehensive test that covers a wide range of topics related to multicloud automation. Candidates will need to have a strong understanding of Nutanix software, as well as experience in deploying and managing cloud-based solutions. NCP-MCA exam is designed to test candidates' knowledge of Nutanix software architecture, automation tools, and best practices for deploying and managing multicloud environments.
NEW QUESTION # 24
An end user for an application that has been assigned the Consumer role within the project has noticed multiple issues with a blueprint that need to be addressed. The decision has been made to bring the end user onto the team to be able to modify the blueprints for this project.
Using the concept of least privilege, what role should the end user be assigned?
- A. Developer
- B. Project Admin
- C. Operator
- D. Consumer
Answer: D
NEW QUESTION # 25
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. Soft Delete the failed application and Launch a new application.
- C. Upon clicking Save the Blueprint task will be retried automatically.
- D. Delete the failed application and Launch a new application.
Answer: C
NEW QUESTION # 26
When creating a blueprint, which Pre-create and Post-delete tasks are valid?
- A. Create, Start, Stop, Soft Delete
- B. Create, Start, Stop, Delete
- C. Execute, Set variable, HTTP, Delay
- D. Execute, Set variable, API, Delay
Answer: C
NEW QUESTION # 27
A company's NOC personnel have a custom Python script they run manually by logging into each VM to fix a common issue across all of the corporate VMs. Management has no audit history of who is running the script or when it is occurring. The company has recently implemented Calm and management has asked its administrators to accomplish these tasks:
Reduce the manual effort for the NOC personnel.
Ensure the process is repeatable across all applications.
Provide audit history for management of the actions.
Which two actions should the administrators take to accomplish these tasks? (Choose two.)
- A. Create a new Runbook Add an Execute task with a script type of EScript paste the custom script into the action
- B. View the Execution History tab under the Runbook page for audit purposes
- C. Create a new Action, Add an Execute task with a script type of EScript, paste the custom script into the action
- D. View the Audit tab under the Application view for audit purposes
Answer: B,C
NEW QUESTION # 28
An administrator has created a task for a blueprint that could be applied to another blueprint. The administrator wants to reuse the task with the least amount of effort.
How can the administrator accomplish this?
- A. Publish the task to the Task Repository, select the task from the Task Repository from the other blueprint.
- B. Publish the task to the Marketplace, select the task from the Marketplace from the other blueprint.
- C. Publish the task to Github select the task from the Github Repository from the other blueprint.
- D. Publish the task to the Task Library select the task from the Task Library from the other blueprint.
Answer: D
NEW QUESTION # 29
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. Time Trigger > VM SSH > Wait for Some Time > VM SSH
- B. Manual Trigger > VM SSH > Wait for Some Time > VM SSH
- C. Manual Trigger > Power On > VM SSH > Wait for Some Time > Power Off VM
- D. Webhook Trigger > REST API > Wait for Some Time > REST API
Answer: D
NEW QUESTION # 30
What role must a user have in order to create or update a Playbook?
- A. Calm Admin
- B. Prism Admin
- C. Project Admin
- D. Calm Developer
Answer: B
NEW QUESTION # 31
An administrator is trying to delete a category, but the option is greyed out.
Which two conditions could be causing this issue? (Choose two.)
- A. The category is user defined.
- B. The category is assigned to powered-on VMs.
- C. The category is system defined.
- D. The category is part of a flow policy.
Answer: B,C
NEW QUESTION # 32
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
- B. Enable-WSManCredSSP -Role Client
- C. Enable-WSManCredSSP -Role Server -Force
- D. Disable-WSManCredSSP -Role Server -Force
Answer: C
NEW QUESTION # 33
Refer to the exhibit.
An administrator created the Playbook shown in the exhibit to allow for manual reduction of vCPU count on any selected VM within their environment. During a test run of the play on one of the VMs running in development, the administrator ran into an error that the Playbook cannot be completed against the selected VM.
Here are the details of the affected VM:
VM Name: VM2
vCPU: 4
RAM: 8 GB
OS: Windows 2016
Hypervisor: AHV
What caused this Playbook to fail?
- A. The play will cause the VM to go below the minimum vCPU.
- B. Reduction of vCPU cannot be done on a VM with a running snapshot.
- C. The VM needs to be powered off before vCPU can be reduced.
- D. This play cannot be executed against a VM on AHV.
Answer: B
NEW QUESTION # 34
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 version of Playbooks is not correct for the version of Prism Central.
- B. The script executed, but closed with an error code.
- C. The path to the script was not correct.
- D. The Playbook was never enabled.
Answer: B
NEW QUESTION # 35
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. Ensure the private key for the credential is correct.
- B. Change to password authentication credential.
- C. Increase the retries to allow for the task to complete.
- D. Modify the timeout to give the task longer to complete.
Answer: A
NEW QUESTION # 36
Refer to the exhibit.
An administrator created the Playbook shown in the exhibit to allow for manual reduction of vCPU count on any selected VM within their environment. During a test run of the play on one of the VMs running in development, the administrator ran into an error that the Playbook cannot be completed against the selected VM.
Here are the details of the affected VM:
VM Name: VM2
vCPU: 4
RAM: 8 GB
OS: Windows 2016
Hypervisor: AHV
What caused this Playbook to fail?
- A. The play will cause the VM to go below the minimum vCPU.
- B. Reduction of vCPU cannot be done on a VM with a running snapshot.
- C. The VM needs to be powered off before vCPU can be reduced.
- D. This play cannot be executed against a VM on AHV.
Answer: B
NEW QUESTION # 37
Where should an administrator check why a Playbook failed to grow the memory of a VM?
- A. Plays dashboard in Prism Central
- B. VM Details in Prism Element
- C. VM Details in Prism Central
- D. Plays dashboard in Prism Element
Answer: C
NEW QUESTION # 38
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?
- A. Not enough storage space in order to take a snapshot.
- B. Slack configuration should be reviewed.
- C. The Playbook actions are in the wrong order.
- D. The script is incorrect.
Answer: C
NEW QUESTION # 39
An application team wants faster releases and starts an initiative to automate the entire database and application deployments.
The current manual process involves:
Creating virtual machines to host the databases and applications
Allocate right amount of storage for the database and applications
Deploy database software and create database
Schedule backup and recovery process for the database
Deploy applications
How can application releases be repeatedly deployed in the least amount of time?
- A. Deploy databases manually and create a Calm blueprint to automate application deployment
- B. Create a Calm blueprint deploying applications and calling Era APis to automate database deployments
- C. Deploy databases through Era and create a Calm blueprint to automate application deployment
- D. Create a Calm blueprint calling Calm APIs for both database and applications deployments
Answer: A
NEW QUESTION # 40
Which action should an administrator use to request a static IP address from an IPAM solution?
- A. Guest Customization
- B. Pre-create
- C. Create
- D. Profile
Answer: C
NEW QUESTION # 41
Refer to the exhibit.
A customer has decided to enable Calm Showback feature but started to receive an alert in Prism Central stating that Calm showback is not able to reach beam service.
Which two configuration items should the administrator check to ensure Calm can communicate with Beam? (Choose two.)
- A. Prism Element is configured with Proxy settings
- B. Flow is enabled in the same Prism Central
- C. Ensure Pulse is enabled
- D. DNS configuration in Prism Central
Answer: C,D
NEW QUESTION # 42
Refer to the exhibit.
What needs to be done in order to enable the developer to complete this requested task? (Choose two.)
- A. Enable Environment for AWS and Azure
- B. Add the Providers to the Project
- C. Upgrade Calm to version 3.2.x
- D. Create AWS and Azure Providers
Answer: B
NEW QUESTION # 43
Refer to the exhibit.
A customer has decided to enable Calm Showback feature but started to receive an alert in Prism Central stating that Calm showback is not able to reach beam service.
Which two configuration items should the administrator check to ensure Calm can communicate with Beam? (Choose two.)
- A. Prism Element is configured with Proxy settings
- B. Flow is enabled in the same Prism Central
- C. Ensure Pulse is enabled
- D. DNS configuration in Prism Central
Answer: C,D
NEW QUESTION # 44
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:Development to development VMs
- B. Disable the Alert in Prism Central
- C. Modify the Alert by adding the correct category
- D. Assign the category Environment:Production to the production VMs
Answer: A,C
NEW QUESTION # 45
Where would a Calm Developer find logging related to blueprint package failures?
- A. In Calm select Application icon > select application name > Audit Tab
- B. In Calm select Application icon > select application name > Services Tab
- C. SSH to Prism Central > /home/calm/log/styx.log
- D. In Prism Central go to Activities > Audits and get the audits filter by date
Answer: B
NEW QUESTION # 46
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.
- B. Utilize Prism Central image placement policies.
- C. All images are available to all clusters managed by a single Prism Central.
- D. Clone the images from the Cluster01 to Cluster02.
Answer: B
NEW QUESTION # 47
......
Truly Beneficial For Your Nutanix Exam: https://examtorrent.actual4test.com/NCP-MCA_examcollection.html