Question # 1 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 addressB. Developer created a post-create task for reserving the IP addressC. Developer forgot to save the updated blueprintD. Developer forgot to publish the updated blueprint
Click for Answer
B. Developer created a post-create task for reserving the IP address
Answer Description Explanation:
The most likely reason for this behavior is that the developer created a post-create task for reserving the IP address. A post-create task is executed after the VM is created and powered on, which means that the VM already obtained a DHCP IP address before the task is run. To reserve the IP address in IPAM as part of the deployment process, the developer should create a pre-create task instead. A pre-create task is executed before the VM is created and powered on, which allows the task to reserve the IP address in IPAM and assign it to the VM. References: Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide, page 15; Nutanix NCP-MCA Questions, question 57.
Question # 2 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 an HTTP pre-create task to create the user in GitLab via REST API.B. Create runtime-editable variables for user and password in the blueprint.C. Add a task within the service in order to ask for user and password at runtime.D. Create a task script in order to login with ssh to GitLab and create a random user and password.
Click for Answer
A. Create an HTTP pre-create task to create the user in GitLab via REST API.B. Create runtime-editable variables for user and password in the blueprint.
Answer Description To automate the creation of a new user in GitLab for every new development environment, the administrator should perform the following tasks within a Calm blueprint:
Create an HTTP pre-create task to create the user in GitLab via REST API. This task will send an HTTP request to the GitLab server with the user information and credentials, and receive a response with the user ID and status. The administrator can use the response to verify the user creation and store the user ID as a variable for later use.
Create runtime-editable variables for user and password in the blueprint. These variables will allow the administrator to specify the user name and password for the new GitLab user at the time of launching the blueprint. The variables can be passed as parameters to the HTTP pre-create task and used in the REST API call.
The other two options are not correct because:
Adding a task within the service to ask for user and password at runtime is redundant and unnecessary, as the runtime-editable variables can already provide this functionality.
Creating a task script to login with ssh to GitLab and create a random user and password is not a good practice, as it exposes the GitLab server to security risks and does not use the REST API that GitLab provides for user management. References:
Nutanix Certified Professional - Multicloud Automation (NCP-MCA) 6.5 Exam, page 17
Nutanix Calm User Guide, section “HTTP Task”
GitLab API Documentation, section “Create user”
Question # 3 An administrator has been tasked with automating the optimization of plays with the autopilot feature. What must the administrator be aware of before configuring autopilot? A. Autopilot never waits for approvals.B. Autopilot feature only applies to metric-based alerts as triggers.C. Autopilot only applies to new playbooks.D. Autopilot will only attempt to apply the playbook a single time
Click for Answer
A. Autopilot never waits for approvals.
Answer Description Autopilot is a feature of Nutanix Calm that allows the administrator to automate the execution of playbooks based on predefined conditions or triggers. Autopilot can optimize the performance, availability, and cost of applications by applying the appropriate actions in response to events or metrics. Before configuring autopilot, the administrator must be aware of the following limitations12:
Autopilot never waits for approvals. This means that the administrator must ensure that the playbooks are tested and verified before enabling autopilot. Autopilot will execute the playbooks without any human intervention or confirmation.
Autopilot feature only applies to metric-based alerts as triggers. This means that the administrator can only use metrics from the Nutanix Prism Central or the Nutanix Karbon clusters as the conditions for triggering the playbooks. Autopilot does not support other types of triggers such as schedules, webhooks, or manual triggers. References: Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide, page 10; Nutanix Calm SaaS User Guide, section 4.3.
Question # 4 Which two entities can Categories be assigned to? (Choose two.) A. UsersB. HostsC. GroupsD. VMs
Click for Answer
B. HostsD. VMs
Answer Description Explanation:
In Nutanix, Categories can be assigned to various entities to help organize and manage resources. The two entities that can be assigned categories are:
Hosts: Categories can be used to tag and manage hosts within the infrastructure.
VMs: Categories can also be assigned to virtual machines, allowing for better organization and management based on specific attributes or requirements.
References:
Nutanix documentation on Category Management.
Nutanix Best Practices for Using Categories.
Question # 5 Where should an administrator check why a Playbook failed to grow the memory of a VM? A. VM Details in Prism ElementB. Plays dashboard in Prism CentralC. VM Details in Prism CentralD. Plays dashboard in Prism Element
Click for Answer
B. Plays dashboard in Prism Central
Answer Description Explanation:
The Plays dashboard in Prism Central provides a centralized view of all the Playbooks that have been executed across the clusters registered with Prism Central. It shows the status, duration, and output of each Playbook run, as well as the details of the triggers, targets, and actions involved. An administrator can use the Plays dashboard to troubleshoot why a Playbook failed to grow the memory of a VM by checking the error messages, logs, and output of the Playbook run. The other options are not the correct places to check for Playbook failures, as they do not provide the same level of information and visibility as the Plays dashboard. References: Nutanix Certified Professional - Multicloud Automation (NCP-MCA) v6.5, Nutanix Certified Professional - Multicloud Automation (NCP-MCA) 6 Exam, Nutanix Exam NCP-MCA Topic 4 Question 20 Discussion
Question # 6 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. Use Continue in the failed application to retry.D. Upon clicking Save the Blueprint task will be retried automatically.
Click for Answer
D. Upon clicking Save the Blueprint task will be retried automatically.
Answer Description If a Blueprint deployment fails, the administrator can use the Continue option in the Self-Service Portal to resume the deployment from the point of failure. This option will retry the failed task and continue with the remaining tasks in the Blueprint. The administrator does not need to delete the application or launch a new one, as this would waste time and resources. Saving the Blueprint will not automatically retry the task, as the Blueprint is only a template for the deployment.
References:
Nutanix Certified Professional - Multicloud Automation (NCP-MCA) v6.5, Section 3, Objective 3.1: Determine the causes of a Blueprint or Runbook deployment failure.
Nutanix NCP-MCA Certification Exam Sample Questions, Question 17.
[Reference: https://portal.nutanix.com/page/documents/details?targetId=Nutanix-Calm-Admin-Operations-Guide-v3_3_0:Blueprint%20Configurations, ]
Question # 7 A developer has a Development Blueprint that performs the following high level items:
Creates a Windows and Ubuntu Server.
Installs IIS on Windows
Installs MySQL on Ubuntu
As part of Development, there is a need for an Operator to restart IIS Services for troubleshooting purposes.
How should the developer add this functionality to the Blueprint? A. Add an Execute Task in the Restart Action of the Application Profile.B. Add an Execute Task in the Restart Action of the Windows/IIS Service.C. Add a Delay Task in the Restart Action of the Windows/IIS Service.D. Create an Endpoint for the IIS server and a Runbook that restarts the service.
Click for Answer
B. Add an Execute Task in the Restart Action of the Windows/IIS Service.
Answer Description The Restart Action of a Service allows the developer to define custom tasks that will be executed when the service is restarted. An Execute Task can run any script or command on the target VM, such as restarting the IIS service. This way, the Operator can use the Self-Service Portal to restart the service without logging into the VM or using another tool.
References:
Nutanix Certified Professional - Multicloud Automation (NCP-MCA) v6.5, Section 2, Objective 2.1: Given a scenario, create a blueprint to deploy infrastructure and applications using Self-Service.
Nutanix Certified Professional Multicloud Automation (NCP-MCA) 6 Exam, Page 11, Section 2, Objective 2.1: Given a scenario, create a blueprint to deploy infrastructure and applications using Self-Service.
Question # 8 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. Direct the VM users to generate alerts within the affected VMs.B. Create a dashboard in Prism Central with the CPU Usage.C. Create a category named Department with the value Accounting.D. Create an Alert with the Accounting category assigned.
Click for Answer
D. Create an Alert with the Accounting category assigned.
Answer Description Explanation:
Alerts are a way of monitoring the health and performance of the Nutanix cluster and the VMs running on it. Alerts can be triggered by various metrics, such as CPU usage, memory usage, disk space, network traffic, etc. Alerts can also be configured to send notifications to the administrator or other recipients via email, Slack, PagerDuty, etc. To satisfy the request from the Accounting department, the administrator should create an Alert with the following settings:
Trigger: CPU Usage (%) > 90 OR Memory Usage (%) > 90
Scope: VM
Category: LOB:Accounting
Notification: Email to accounting@company.com This way, the Alert will only apply to the VMs that belong to the Accounting department, and will send an email notification to the Accounting department when any of their VMs exceed the specified thresholds. References: Nutanix Multicloud Automation Administration (NMCAA), page 9; Nutanix Certified Professional - Multicloud Automation (NCP-MCA), section 1; [Nutanix Prism Central Guide - Alerts]
[Reference: https://portal.nutanix.com/page/documents/details?targetId=Prism-Central-Guide-Prism-v6_0:ale-alert-health-toc-auto-u.html, ]
Up-to-Date
We always provide up-to-date NCP-MCA exam dumps to our clients. Keep checking website for updates and download.
Excellence
Quality and excellence of our Nutanix Certified Professional - Multicloud Automation (NCP-MCA) 5 Exam practice questions are above customers expectations. Contact live chat to know more.
Success
Your SUCCESS is assured with the NCP-MCA exam questions of passin1day.com. Just Buy, Prepare and PASS!
Quality
All our braindumps are verified with their correct answers. Download NCP-MCA 5 | Nutanix Certified Professional (NCP) Practice tests in a printable PDF format.
Basic
$80
Any 3 Exams of Your Choice
3 Exams PDF + Online Test Engine
Buy Now
Premium
$100
Any 4 Exams of Your Choice
4 Exams PDF + Online Test Engine
Buy Now
Gold
$125
Any 5 Exams of Your Choice
5 Exams PDF + Online Test Engine
Buy Now
Passin1Day has a big success story in last 12 years with a long list of satisfied customers.
We are UK based company, selling NCP-MCA practice test questions answers. We have a team of 34 people in Research, Writing, QA, Sales, Support and Marketing departments and helping people get success in their life.
We dont have a single unsatisfied Nutanix customer in this time. Our customers are our asset and precious to us more than their money.
NCP-MCA Dumps
We have recently updated Nutanix NCP-MCA dumps study guide. You can use our NCP-MCA 5 | Nutanix Certified Professional (NCP) braindumps and pass your exam in just 24 hours. Our Nutanix Certified Professional - Multicloud Automation (NCP-MCA) 5 Exam real exam contains latest questions. We are providing Nutanix NCP-MCA dumps with updates for 3 months. You can purchase in advance and start studying. Whenever Nutanix update Nutanix Certified Professional - Multicloud Automation (NCP-MCA) 5 Exam exam, we also update our file with new questions. Passin1day is here to provide real NCP-MCA exam questions to people who find it difficult to pass exam
NCP-MCA 5 | Nutanix Certified Professional (NCP) can advance your marketability and prove to be a key to differentiating you from those who have no certification and Passin1day is there to help you pass exam with NCP-MCA dumps. Nutanix Certifications demonstrate your competence and make your discerning employers recognize that Nutanix Certified Professional - Multicloud Automation (NCP-MCA) 5 Exam certified employees are more valuable to their organizations and customers. We have helped thousands of customers so far in achieving their goals. Our excellent comprehensive Nutanix exam dumps will enable you to pass your certification NCP-MCA 5 | Nutanix Certified Professional (NCP) exam in just a single try. Passin1day is offering NCP-MCA braindumps which are accurate and of high-quality verified by the IT professionals. Candidates can instantly download NCP-MCA 5 | Nutanix Certified Professional (NCP) dumps and access them at any device after purchase. Online Nutanix Certified Professional - Multicloud Automation (NCP-MCA) 5 Exam practice tests are planned and designed to prepare you completely for the real Nutanix exam condition. Free NCP-MCA dumps demos can be available on customer’s demand to check before placing an order.
What Our Customers Say
Jeff Brown
Thanks you so much passin1day.com team for all the help that you have provided me in my Nutanix exam. I will use your dumps for next certification as well.
Mareena Frederick
You guys are awesome. Even 1 day is too much. I prepared my exam in just 3 hours with your NCP-MCA exam dumps and passed it in first attempt :)
Ralph Donald
I am the fully satisfied customer of passin1day.com. I have passed my exam using your Nutanix Certified Professional - Multicloud Automation (NCP-MCA) 5 Exam braindumps in first attempt. You guys are the secret behind my success ;)
Lilly Solomon
I was so depressed when I get failed in my Cisco exam but thanks GOD you guys exist and helped me in passing my exams. I am nothing without you.