[Nov-2022] NCP-MCA Dumps are Available for Instant Access using CertkingdomPDF [Q12-Q37]

Share

[Nov-2022] NCP-MCA Dumps are Available for Instant Access using CertkingdomPDF

NCP-MCA Dumps 2022 - New Nutanix NCP-MCA Exam Questions


Prerequisites for the Nutanix NCP-MCA Exam

The following prerequisites will help you to prepare for the Nutanix NCP-MCA exam:

  • Experience with monitoring, reporting, and troubleshooting tools and techniques

  • Minimum two years' experience deploying, configuring, and managing systems in complex environments

  • Ability to perform routine maintenance tasks such as firmware upgrades, system log analysis and backup/restore procedures on existing IT infrastructure

  • Hands-on experience with VMware vSphere, Microsoft Hyper-V, and KVM hypervisors

  • Understanding of multi-tenant cloud concepts such as user portals, self-service provisioning, various types of billing policies, etc

 

NEW QUESTION 12
An administrator receives the following error while running a script through Calm on VM:

Which two conditions could cause this issue? (Choose two.)

  • A. There is an error in the script.
  • B. The credentials have insufficient permissions.
  • C. The VM port is not allowed by the firewall.
  • D. The VM is still in the boot process.

Answer: C,D

 

NEW QUESTION 13
A developer has been asked to update the existing blueprint with an additional option of scaling it both out and in.
Where in the Blueprint Editor should the developer make the relevant changes?

  • A. Application Profile, Actions
  • B. Blueprint, Configuration
  • C. Environment, Actions
  • D. Configuration, Settings

Answer: A

 

NEW QUESTION 14
Where would a Calm Developer find logging related to blueprint package failures?

  • A. In Calm select Application icon > select application name > Audit Tab
  • B. SSH to Prism Central > /home/calm/log/styx.log
  • C. In Calm select Application icon > select application name > Services Tab
  • D. In Prism Central go to Activities > Audits and get the audits filter by date

Answer: C

 

NEW QUESTION 15
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. Upon clicking Save the Blueprint task will be retried automatically.
  • B. Soft Delete the failed application and Launch a new application.
  • C. Delete the failed application and Launch a new application.
  • D. Use Continue in the failed application to retry.

Answer: A

 

NEW QUESTION 16
Which Calm feature provides the ability for administrators to approve Single or Multi-VM Blueprints for assignment to Projects?

  • A. Marketplace Manager
  • B. Marketplace
  • C. Projects
  • D. Application Manager

Answer: A

 

NEW QUESTION 17
An administrator needs to enable Showback in Calm to allow departments to see costs associated with their Projects.
Where in Calm would the administrator enable Showback?

  • A. LCM
  • B. Marketplace
  • C. Setting
  • D. Projects

Answer: C

 

NEW QUESTION 18
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. All images are available to all clusters managed by a single Prism Central.
  • B. Clone the images from the Cluster01 to Cluster02.
  • C. Configure a Protection Domain to replicate images.
  • D. Utilize Prism Central image placement policies.

Answer: D

 

NEW QUESTION 19
An administrator needs to create a Playbook to be notified when VMs are deleted.
Which X-Play Trigger would satisfy this task?

  • A. Alert
  • B. Event
  • C. Time
  • D. Audit

Answer: A

 

NEW QUESTION 20
Where would a Calm administrator find the archived application logs within Prism Central?

  • A. Services > Calm > Blueprints
  • B. Services > Calm > Applications
  • C. Services > Calm > Projects
  • D. Services > Calm > Settings

Answer: D

 

NEW QUESTION 21
Which action should an administrator use to request a static IP address from an IPAM solution?

  • A. Profile
  • B. Create
  • C. Guest Customization
  • D. Pre-create

Answer: B

 

NEW QUESTION 22
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. Create a Calm blueprint deploying applications and calling Era APis to automate database deployments
  • B. Create a Calm blueprint calling Calm APIs for both database and applications deployments
  • C. Deploy databases through Era and create a Calm blueprint to automate application deployment
  • D. Deploy databases manually and create a Calm blueprint to automate application deployment

Answer: D

 

NEW QUESTION 23
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. View the Audit tab under the Application view for audit purposes
  • D. Create a new Action, Add an Execute task with a script type of EScript, paste the custom script into the action

Answer: B,D

 

NEW QUESTION 24
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 local install instead of downloading
  • C. Use a sleep statement in a start script
  • D. Create a service dependency

Answer: D

 

NEW QUESTION 25
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?

  • A. Create an alert for VMs in the correct category, create a Playbook with this alert as the trigger and send an email as the action.
  • B. Create an alert for all VMs, create a Playbook with this alert as the trigger and send an email as the action.
  • C. Create an alert for all VMs, create a Playbook with this alert as the trigger > reduce 1 CPU > send an email as the action.
  • D. Create an alert for VMs in the correct category, create a Playbook with this alert as the trigger > take a snapshot > send an email as the action.

Answer: B

 

NEW QUESTION 26
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. Add a task within the service in order to ask for user and password at runtime.
  • 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. Create a task script in order to login with ssh to GitLab and create a random user and password.

Answer: B,C

 

NEW QUESTION 27
Within a Calm blueprint, which two actions can an administrator apply to a Service under the Guest Customization section? (Choose two.)

  • A. Choose UEFI or Legacy BIOS
  • B. Apply a Sysprep file
  • C. Modify the base OS image
  • D. Apply a Cloudinit Script

Answer: B,D

 

NEW QUESTION 28
A developer updated a blueprint to ensure that the IP address of the VM is reserved in IPAM as part of the deployment process. The developer noticed that when new VMs are created, they still get a DHCP IP address and not a reserved IP address.
What is the most likely reason for this behavior?

  • A. Developer created a pre-create task for reserving the IP address
  • B. Developer forgot to publish the updated blueprint
  • C. Developer forgot to save the updated blueprint
  • D. Developer created a post-create task for reserving the IP address

Answer: D

 

NEW QUESTION 29
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. Take a VM Snapshot, Power Off VM, VM Add Memory, Resolve Alert, Power on VM
  • B. Power off VM, Take a VM Snapshot, VM add Memory, Resolve Alert
  • C. Take a VM Snapshot, VM add Memory, Resolve Alert
  • D. VM add Memory, Take a VM Snapshot, Resolve Alert

Answer: A

 

NEW QUESTION 30
Which are valid entity types to be associated with a playbook using a manual trigger?

  • A. VM, Category, Prism Element
  • B. VM, Host, Prism Central
  • C. VM, Category, Cluster
  • D. VM, Host, Cluster

Answer: D

 

NEW QUESTION 31
An administrator creates a blueprint to deploy VMs to multiple clouds, so that business will remain functional in the event of a disaster.
What component describes this feature?

  • A. Profile Actions
  • B. Service
  • C. Package
  • D. Substrates

Answer: B

 

NEW QUESTION 32
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 33
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 34
Refer to the exhibit.

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

  • A. Upgrade Calm to version 3.2.x
  • B. Create AWS and Azure Providers
  • C. Enable Environment for AWS and Azure
  • D. Add the Providers to the Project

Answer: D

 

NEW QUESTION 35
An administrator manages a Nutanix cluster with 630 VMs, all of which are in production.
The Accounting department wants to be notified when any of their production VMs exceed 90% CPU usage or 90% memory usage. Their VMs are categorized as LOB:Accounting.
How should the administrator satisfy this request from the Accounting department?

  • A. Create a dashboard in Prism Central with the CPU Usage.
  • B. Direct the VM users to generate alerts within the affected VMs.
  • C. Create a category named Department with the value Accounting.
  • D. Create an Alert with the Accounting category assigned.

Answer: D

 

NEW QUESTION 36
Which permission level grants access to Create, Update, Delete, and Duplicate Blueprints?

  • A. Operator
  • B. Consumer
  • C. Developer
  • D. Domain Admin

Answer: C

 

NEW QUESTION 37
......

Nutanix NCP-MCA Exam Practice Test Questions: https://www.certkingdompdf.com/NCP-MCA-latest-certkingdom-dumps.html

Free NCP-MCA Braindumps Download Updated: https://drive.google.com/open?id=1LSc_GEZcJew0G9t_QBwwK8FoYdpbE4m-