Prepare Top Nutanix NCP-MCA Exam Study Guide Practice Questions Edition
Go to NCP-MCA Questions - Try NCP-MCA dumps pdf
Nutanix NCP-MCA (Certified Professional - Multicloud Automation) exam is a certification exam designed for IT professionals who want to validate their expertise and knowledge in multicloud automation using Nutanix technologies. NCP-MCA exam is intended for individuals who have experience with automation and orchestration tools, as well as experience working with public and private clouds.
NEW QUESTION # 36
A customer is trying to deploy an application with Calm and receives this error for a Linux VM:
What is the cause of this error within the blueprint?
- A. Connection Type has no protocol selected.
- B. Connection section has a network adapter selected for the Address box in Connection section.
- C. Connection section has no network adapters selected for the Address box in Connection section.
- D. Connection Type has a protocol selected.
Answer: A
NEW QUESTION # 37
An administrator is notified of changes made to VMs on an AHV cluster and wants to verify the changes inside of a Calm application.
Where should the administrator check for synchronized changes between Prism Central and Calm?
- A. On the Environments tab of the Calm project
- B. On the Overview tab of the Calm application
- C. On the Prism Central Tasks page
- D. On the Audit tab of the Calm application
Answer: C
NEW QUESTION # 38
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. User executing the Playbook does not have Admin privileges.
- D. The VM is already powered off.
Answer: C
NEW QUESTION # 39
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. Increase the retries to allow for the task to complete.
- C. Modify the timeout to give the task longer to complete.
- D. Change to password authentication credential.
Answer: A
NEW QUESTION # 40
A blueprint was developed for deploying a standard 3-tier hosting environment for a company's applications. The blueprint includes a load balancer, multiple web servers, a database server, and a small test application.
During testing of the blueprint, the application fails to connect to the database. The cause is found to be the database software is still installing when the application starts.
Which method most efficiently prevents the application from starting before the database?
- A. Create a loop to retry connection
- B. Use a sleep statement in a start script
- C. Use a local install instead of downloading
- D. Create a service dependency
Answer: D
NEW QUESTION # 41
A company has started a new project team and has asked an administrator to build the first blueprint for a new public cloud environment that was defined last week. This will be the first deployment to AWS.
The administrator has been given the following information:
VM Name: web01-@@{unique}@@
IP Address: Provider-assigned
OS version: Windows Server 2016
Deployment location: AWS
Region: us-west-1
Project: Default
What should the administrator do first when building the first blueprint?
- A. Create a new service
- B. Create a new provider
- C. Create a new blueprint
- D. Create a new project
Answer: C
NEW QUESTION # 42
Within a Calm blueprint, which two actions can an administrator apply to a Service under the Guest Customization section? (Choose two.)
- A. Apply a Sysprep file
- B. Modify the base OS image
- C. Choose UEFI or Legacy BIOS
- D. Apply a Cloudinit Script
Answer: A,D
NEW QUESTION # 43
Which action should an administrator use to request a static IP address from an IPAM solution?
- A. Pre-create
- B. Guest Customization
- C. Profile
- D. Create
Answer: D
NEW QUESTION # 44
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. The Playbook actions are in the wrong order.
- B. The script is incorrect.
- C. Not enough storage space in order to take a snapshot.
- D. Slack configuration should be reviewed.
Answer: A
NEW QUESTION # 45
An administrator needs to configure a Prism Central automation task to be notified if production VMs exceed the CPU threshold of 70%.
How can this be achieved?
- A. Create an Alert policy for Category Env:Production.
- B. Create an NCC alert based on performance data.
- C. Create a script from the Guest OS for the alert.
- D. Create an Alert policy for all VMs.
Answer: A
NEW QUESTION # 46
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 action to delete the VM from a ServiceNow approval flow.
- B. Create a playbook webhook action to delete the VM from a ServiceNow approval flow.
- C. Create a playbook REST API trigger to delete the VM from a ServiceNow approval flow.
- D. Create a playbook webhook trigger to delete the VM from a ServiceNow approval flow.
Answer: A,D
NEW QUESTION # 47
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. Delete the failed application and Launch a new application.
- B. Soft Delete the failed application and Launch a new application.
- C. Upon clicking Save the Blueprint task will be retried automatically.
- D. Use Continue in the failed application to retry.
Answer: C
NEW QUESTION # 48
An administrator has a vendor-provided script that must be run at 9 am every Saturday on a Linux application VM.
The administrator currently has a playbook that has a Time trigger and a VM SSH action to execute the script. However, the administrator has received a request to have the output of the script emailed to the application team when it is executed.
What is the easiest way to satisfy this request?
- A. Modify the script to include a function to format the output of the script and email the output to the desired address.
- B. Add an Email action to the end of the existing playbook and use the {{action[index] .stdout}} parameter in the Message field.
- C. Direct the output of the script to a file and use the Send Email with Payload action at the end of your existing playbook.
- D. Add an Email action to the end of the existing playbook and use the {{action [index].response_body}} parameter in the Message field.
Answer: C
NEW QUESTION # 49
Where should an administrator check why a Playbook failed to grow the memory of a VM?
- A. VM Details in Prism Central
- B. VM Details in Prism Element
- C. Plays dashboard in Prism Element
- D. Plays dashboard in Prism Central
Answer: A
NEW QUESTION # 50
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 Client
- B. Disable-WSManCredSSP -Role Server -Force
- C. Enable-WSManCredSSP -Role Server -Force
- D. Enable-WSManCredSSP -Role Server
Answer: C
NEW QUESTION # 51
An administrator has been asked to review and clean up all existing categories within the Nutanix environment.
What information should the administrator filter on to organize the findings and eliminate unused categories?
- A. Policies, Triggers, Categories, and Entities
- B. Name, Value, Entities, and Policies
- C. Blueprint, Triggers, Categories, and Polices
- D. Blueprint, Policies, Value, and Entities
Answer: D
NEW QUESTION # 52
A company has a business-critical VM. The VM Utilization of CPU and memory differs from time to time, but can never be allowed to run out of resources. The administrator also wants to make sure that the VM is not over provisioned when not needed.
The administrator determines these requirements that have been validated and automated in a test environment should also apply for the production environment:
VCPU needs to be added when CPU Utilization been over 80% for 15 minutes.
Memory needs to be increased by 4 GB when utilization reaches 80%.
Return of over-allocated resources must not affect other business applications.
What can the administrator do with the least amount of effort to make sure the VM is always performant and returns resources when not required?
- A. Create a blueprint based on requirements
- B. Clone and adjust the system-created playbooks
- C. Create a task based on requirements
- D. Import the playbook and adjust the values
Answer: C
NEW QUESTION # 53
Which two statements are true regarding the Nutanix public Github repository? (Choose two.)
- A. Calm's public repository contains Nutanix-vetted custom scripts created and published by community members.
- B. Nutanix provides a documented process to seed Github based scripts into the Calm Task Library.
- C. Nutanix publishes official vetted blueprints and tasks to Nutanix's public Github Calm repository.
- D. Nutanix provides documented processes to seed scripts from any source repository.
Answer: A,B
NEW QUESTION # 54
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.
- B. Assign new VMs to a category and provide category access to the OS Team.
- C. Create a role for the OS Team Active Directory Group and add the VMs to it.
- D. Provide Prism Admin access to the OS Team Active Directory Group.
Answer: C
NEW QUESTION # 55
An Application team has provided an administrator the following high level requirements for infrastructure they require:
5 Application VMs
2 Database VMs
2 Web VMs
Which two pieces of information are needed, at a minimum, to effectively automate the scaling of the environment? (Choose two.)
- A. Expected resource utilization under load
- B. If the application needs to be highly available
- C. SLA uptime of the application
- D. Steady state resource utilization
Answer: A,C
NEW QUESTION # 56
Prism Central reporting indicates that there are multiple memory-constrained VMs in multiple clusters. The target VMs have Memory Hot Add enabled.
Using X-Play, in what order should the Playbook actions be added to ensure the VMs are properly remediated?
- A. Power off VM, Take a VM Snapshot, VM add Memory, Resolve Alert
- B. VM add Memory, Take a VM Snapshot, Resolve Alert
- C. Take a VM Snapshot, Power Off VM, VM Add Memory, Resolve Alert, Power on VM
- D. Take a VM Snapshot, VM add Memory, Resolve Alert
Answer: C
NEW QUESTION # 57
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. The Playbook actions are in the wrong order.
- B. The script is incorrect.
- C. Not enough storage space in order to take a snapshot.
- D. Slack configuration should be reviewed.
Answer: A
NEW QUESTION # 58
Which Prism Central setting must first be configured in order to add users to a Project?
- A. HTTP Proxy
- B. Pulse
- C. Authentication Directory
- D. Local User Role Mapping
Answer: A
NEW QUESTION # 59
......
How to become Nutanix NCP-MCA certified?
Nutanix Certified Professional Multicloud Administration (NCP-MCA) is a certification that validates your technical knowledge and skills to deploy, administer, and troubleshoot Nutanix multicloud environments. NCP-MCA certified professionals are recognized by employers as experts in administering and deploying IT infrastructure in cloud environments. Nutanix NCP-MCA exam dumps are the best way to pass the exam.
Nutanix recommends that you have six months of experience in installing, configuring, and managing multicloud environments before attempting the NCP-MCA certification exam.
Candidates for the NCP-MCA certification are expected to be familiar with the following:
Virtualization technologies
Networking technologies and protocols
Storage architectures
Free Nutanix Certified Professional NCP-MCA Exam Question: https://www.actualtests4sure.com/NCP-MCA-test-questions.html
Dumps Practice Exam Questions Study Guide for the NCP-MCA Exam: https://drive.google.com/open?id=1DYOQ0htBaX4_9CBNXLYhxILp1yqmNl3Y

