[Q31-Q50] NCP-MCA認定で究極のガイド [2023年更新]

Share

NCP-MCA認定で究極のガイド [2023年更新]

NCP-MCA練習試験と学習ガイドは厳密検証された

質問 # 31
What two pieces of information can an administrator obtain from Plays? (Choose two.)

  • A. CVM IP where the alert was triggered
  • B. Start time and end time of each action
  • C. Execution result status
  • D. Host where the action runs

正解:C、D


質問 # 32
How should an administrator enable Calm?

  • A. Prism Central -> Settings -> Upgrade Prism Central -> Calm -> Enable
  • B. Prism Central -> Settings -> Calm -> Enable
  • C. Prism Central -> Services -> Calm -> Enable
  • D. Prism Element -> LCM -> Calm -> Enable

正解:C


質問 # 33
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. Manual Trigger > Power On > VM SSH > Wait for Some Time > Power Off VM
  • B. Manual Trigger > VM SSH > Wait for Some Time > VM SSH
  • C. Webhook Trigger > REST API > Wait for Some Time > REST API
  • D. Time Trigger > VM SSH > Wait for Some Time > VM SSH

正解:C


質問 # 34
An administrator at a busy software development company is looking to roll out Calm for automation and estimates they will be creating 200 Projects, 500 Runbooks, 1500 Blueprints and automating the deployment of 7500 VMs for their development teams.
What size of Prism Central VM(s) is recommended to host the Calm environment?

  • A. 1 node Large - 10vCPU and 52GB Memory per node.
  • B. 3 nodes Small - 6vCPU and 30GB Memory per node.
  • C. 1 node Small - 6vCPU and 30GB Memory per node.
  • D. 3 nodes Large - 10vCPU and 52GB Memory per node.

正解:D


質問 # 35
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 script executed, but closed with an error code.
  • B. The version of Playbooks is not correct for the version of Prism Central.
  • C. The Playbook was never enabled.
  • D. The path to the script was not correct.

正解:A


質問 # 36
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 forgot to publish the updated blueprint
  • B. Developer forgot to save the updated blueprint
  • C. Developer created a pre-create task for reserving the IP address
  • D. Developer created a post-create task for reserving the IP address

正解:D


質問 # 37
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, 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.
  • B. 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.
  • C. 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.
  • 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

正解:D

解説:
US-EAST-1.


質問 # 38
What is the correct method to upgrade Calm?

  • A. Calm Marketplace
  • B. LCM via Prism Central
  • C. LCM via Prism Element
  • D. Calm Dashboard

正解:B


質問 # 39
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. Slack configuration should be reviewed.
  • B. The Playbook actions are in the wrong order.
  • C. Not enough storage space in order to take a snapshot.
  • D. The script is incorrect.

正解:B


質問 # 40
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. Create an Endpoint for the IIS server and a Runbook that restarts the service.
  • 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. Add an Execute Task in the Restart Action of the Application Profile.

正解:D


質問 # 41
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: 10, Default: 1
  • B. MIN: 2, MAX: 7, Default: 2
  • C. MIN: 2, MAX: 8, Default: 1
  • D. MIN: 2, MAX: 11, Default: 2

正解:C


質問 # 42
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. Modify the timeout to give the task longer to complete.
  • C. Change to password authentication credential.
  • D. Increase the retries to allow for the task to complete.

正解:A


質問 # 43
What is the correct syntax for using a macro within a Calm blueprint?

  • A. {{calm.object}}
  • B. @@{calm.object}(@@
  • C. $_calm.object_$
  • D. %calm.object%

正解:B


質問 # 44
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.

正解:A


質問 # 45
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. Disable the Alert in Prism Central
  • B. Assign the category Environment:Development to development VMs
  • C. Modify the Alert by adding the correct category
  • D. Assign the category Environment:Production to the production VMs

正解:B、C


質問 # 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. SSH to Prism Central > /home/calm/log/styx.log
  • C. In Prism Central go to Activities > Audits and get the audits filter by date
  • D. In Calm select Application icon > select application name > Services Tab

正解:D


質問 # 47
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. Upgrade Calm to version 3.2.x
  • C. Create AWS and Azure Providers
  • D. Add the Providers to the Project

正解:D


質問 # 48
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. SLA uptime of the application
  • B. If the application needs to be highly available
  • C. Steady state resource utilization
  • D. Expected resource utilization under load

正解:A、D


質問 # 49
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 already powered off.
  • B. User executing the Playbook does not have Admin privileges.
  • C. The VM is missing Nutanix Guest Tools.
  • D. The SSH Service is not running on the VMs.

正解:B


質問 # 50
......

究極のガイドはNCP-MCA最新時間限定!今すぐダウンロード!:https://www.goshiken.com/Nutanix/NCP-MCA-mondaishu.html

2023年最新のな厳密検証されたNCP-MCA学習合格ガイドでベズトお試しセット:https://drive.google.com/open?id=125WglKk4GRgnuvHZ2DbloI9f-JeXAfd0