[Aug 22, 2022] NCP-MCA Sample with Accurate & Updated Questions
NCP-MCA Exam Info and Free Practice Test | Lead2PassExam
NEW QUESTION 30
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. Clone the images from the Cluster01 to Cluster02.
- B. Configure a Protection Domain to replicate images.
- C. All images are available to all clusters managed by a single Prism Central.
- D. Utilize Prism Central image placement policies.
Answer: D
NEW QUESTION 31
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 VM is missing Nutanix Guest Tools.
- B. User executing the Playbook does not have Admin privileges.
- C. The SSH Service is not running on the VMs.
- D. The VM is already powered off.
Answer: B
NEW QUESTION 32
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 no network adapters selected for the Address box in Connection section.
- C. Connection Type has a protocol selected.
- D. Connection section has a network adapter selected for the Address box in Connection section.
Answer: A
NEW QUESTION 33
Which method will result in unique names per VM when scaling out a Service in a Calm Blueprint?
- A. Call an external Python eScript that uses an IPAM API to register the VM name in DNS.
- 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. Guest OS customization using sysprep contains <ComputerName>@@{name}@@</ComputerName>.
Answer: C
NEW QUESTION 34
Refer to the exhibit.
Saving the Calm Blueprint gives the validation error for VMware Blueprints shown in the exhibit.
What could be the cause of the error?
- A. Number of Template vCPU components should be equal to the number of pCPU configured.
- B. Number of Template VMXNET3 components should be equal to the number of Virtual e1000 adapters configured.
- C. Number of Template devices components should be equal to the number of Devices configured.
- D. Number of Template NICs components should be equal to the number of Network Settings configured.
Answer: D
NEW QUESTION 35
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. VM add Memory, Take a VM Snapshot, Resolve Alert
- B. Power off VM, Take a VM Snapshot, VM add Memory, 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 36
A blueprint service needs to use scaling. The requirements are:
Windows 2019 VM (12 vCPU, 24 GB memory, 500 GB volume)
Minimum VMs needed at any time and at time of deployment is 2 VMs
VMs should not exceed the project quota of 100 vCPUs or 300 GB of memory There are no other services in use within the project Which scaling VM replica settings meet all requirements?
- A. MIN: 2, MAX: 8, Default: 1
- B. MIN: 2, MAX: 10, Default: 1
- C. MIN: 2, MAX: 11, Default: 2
- D. MIN: 2, MAX: 7, Default: 2
Answer: A
NEW QUESTION 37
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. Ensure Pulse is enabled
- B. Prism Element is configured with Proxy settings
- C. Flow is enabled in the same Prism Central
- D. DNS configuration in Prism Central
Answer: A,D
NEW QUESTION 38
In order to give Consumers the ability to modify attributes, what should the Blueprint creator implement in the design?
- A. Custom actions
- B. Runtime variables
- C. HTTP task with built-in macros
- D. eScript task with custom macros
Answer: B
NEW QUESTION 39
An administrator wants to create a blueprint for a development environment that uses an existing on-premise GitLab repository. Every new development environment requires a new user in the GitLab repo.
Which two tasks should the administrator perform within a Calm blueprint to automate this process? (Choose two.)
- A. Create a task script in order to login with ssh to GitLab and create a random user and password.
- B. Create an HTTP pre-create task to create the user in GitLab via REST API.
- C. Create runtime-editable variables for user and password in the blueprint.
- D. Add a task within the service in order to ask for user and password at runtime.
Answer: B,C
NEW QUESTION 40
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 system defined.
- B. The category is part of a flow policy.
- C. The category is assigned to powered-on VMs.
- D. The category is user defined.
Answer: A,C
NEW QUESTION 41
Which two groups of operations can a Prism Admin or Super Admin role perform? (Choose two.)
- A. Create, read, update, or delete an action template in the action gallery
- B. Create, read, automate, or delete an action template in the action gallery
- C. Create, read, update, delete, enable, and run playbooks
- D. Create, read, automate, delete, enable, and run playbooks
Answer: A,C
NEW QUESTION 42
An administrator has been tasked with creating a multicloud, three-tier application using Calm. The application needs to consist of:
A MongoDB backend database
A NodeJS Javascript runtime environment
An NGINX webserver
The administrator has access to an AWS account, as well as a locally hosted Nutanix cluster. The three parts of the application should be fully redundant, and be able to tolerate either a cloud provider outage, or a local Nutanix cluster outage.
What is the most appropriate solution the administrator should choose in order to meet the requirements?
- A. Create a Calm blueprint with MongoDB, Node/S, and NGINX VMs running on Nutanix, as well as an NGINX server running in AWS on US-WEST-1 and US-EAST-1.
- B. Create a Calm blueprint with MongoDB, NodelS, and NGINX VMs running on Nutanix, as well as MongoDB, NodeJS, and NGINX servers running in AWS on US-WEST-1 and US-EAST-1.
- C. Create a Calm blueprint with MongoDB, Node/S and NGINX VMs running on Nutanix, and a separate blueprint for MongoDB, NodeJS, and NGINX running in AWS on US-WEST-1 and US-EAST-1.
- D. Create a Calm blueprint with MongoDB, NodelS, and NGINX VMs running on Nutanix, then manually create three EC2 instances for MongoDB, NodeJS and NGINX in AWS running on US-WEST-1 and
Answer: D
Explanation:
US-EAST-1.
NEW QUESTION 43
An administrator is configuring Playbooks and is concerned about adding or reducing CPU and memory resources to VMs.
Which two prerequisites should an administrator take into consideration when configuring the Playbooks? (Choose two.)
- A. VM must be powered off to reduce memory
- B. CPU can be added to a powered on VM if the guest OS supports it
- C. Memory can be removed from a powered on VM if the guest OS supports it
- D. VM must be powered off to add CPU
Answer: B,D
NEW QUESTION 44
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 a script from the Guest OS for the alert.
- B. Create an Alert policy for all VMs.
- C. Create an NCC alert based on performance data.
- D. Create an Alert policy for Category Env:Production.
Answer: D
NEW QUESTION 45
An administrator receives the following error while running a script through Calm on VM:
Which two conditions could cause this issue? (Choose two.)
- A. The VM is still in the boot process.
- B. The VM port is not allowed by the firewall.
- C. The credentials have insufficient permissions.
- D. There is an error in the script.
Answer: A,B
NEW QUESTION 46
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 47
Which permission level grants access to Create, Update, Delete, and Duplicate Blueprints?
- A. Developer
- B. Operator
- C. Domain Admin
- D. Consumer
Answer: A
NEW QUESTION 48
......
Pass Nutanix NCP-MCA Premium Files Test Engine pdf - Free Dumps Collection: https://www.lead2passexam.com/Nutanix/valid-NCP-MCA-exam-dumps.html
New 2022 Realistic NCP-MCA Dumps Test Engine Exam Questions in here: https://drive.google.com/open?id=1tkV8b8kG_tPSePpMvUvb1DprVriOH-tz