本日更新されたNCP-MCA練習テスト2022年最新の無料問題集を無料登録!
最新のFast2test NCP-MCAのPDF問題集をダウンロード(77問題と解答)
質問 20
What two pieces of information can an administrator obtain from Plays? (Choose two.)
- A. Host where the action runs
- B. CVM IP where the alert was triggered
- C. Execution result status
- D. Start time and end time of each action
正解: A,C
質問 21
An administrator has an existing set of VMs that were deployed before the company started using Calm. The administrator would like to now use Calm to manage those existing VMs.
What should the administrator do to manage the existing VMs?
- A. Create a Greenfield Application, select the snapshots of the VMs to manage and redeploy the VMs from the latest snapshot.
- B. Create a Greenfield Application, select the VMs that are needed for each deployment from the drop down list.
- C. Create a Brownfield Application, select the snapshots of the VMs to manage and redeploy the VMs from the latest snapshot.
- D. Create a Brownfield Application, select the VMs that are needed for each deployment from the drop down list.
正解: C
質問 22
A company is new to automation and has infrastructure they would like to automate with Calm to provide standardized automation. The company also wants to create a Hybrid Cloud environment with their existing infrastructure which includes AHV, Azure, AWS, and a small legacy vSphere environment.
In which two locations can Calm be deployed? (Choose two.)
- A. VMware ESXi
- B. vSphere Essential Edition
- C. Any Public Cloud
- D. Nutanix AHV
正解: A,D
質問 23
Which two statements are true regarding the Nutanix public Github repository? (Choose two.)
- A. Nutanix provides documented processes to seed scripts from any source repository.
- B. Calm's public repository contains Nutanix-vetted custom scripts created and published by community members.
- C. Nutanix provides a documented process to seed Github based scripts into the Calm Task Library.
- D. Nutanix publishes official vetted blueprints and tasks to Nutanix's public Github Calm repository.
正解: B,C
質問 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. Use a sleep statement in a start script
- B. Create a loop to retry connection
- C. Create a service dependency
- D. Use a local install instead of downloading
正解: C
質問 25
A director would like to have an up to date Cluster Efficiency Summary report emailed on the first of every month to keep management up to date on how the cluster is being utilized.
How could a playbook be configured to satisfy this request with the least human interaction?
- A. Report Trigger > Wait Until Day of Month > Email
- B. Manual Trigger > Wait Until Day of Month > Generate Report > Email
- C. Time Trigger > Generate Report > Email
- D. Manual Trigger > Generate Report > Email
正解: B
質問 26
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 all VMs, create a Playbook with this alert as the trigger > reduce 1 CPU > 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 VMs in the correct category, create a Playbook with this alert as the trigger > take a snapshot > 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 and send an email as the action.
正解: B
質問 27
An administrator is providing users with access to the company's LOB applications through a VDI solution. The administrator received information that the company are going to hire 200 new employees who will be using these applications.
The environment is monitored by a third-party tool that notifies the administrator when the VDI solution is about to run out of capacity. This gives the administrator time to create additional resources and add them to the VDI solution.
What should the administrator use when creating a playbook to automate this?
- A. A trigger based on an email
- B. A trigger based on an alert
- C. A trigger based on an event
- D. A trigger based on a REST API
正解: B
質問 28
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. Steady state resource utilization
- B. Expected resource utilization under load
- C. If the application needs to be highly available
- D. SLA uptime of the application
正解: B,D
質問 29
An administrator has created a task for a blueprint that could be applied to another blueprint. The administrator wants to reuse the task with the least amount of effort.
How can the administrator accomplish this?
- A. Publish the task to the Marketplace, select the task from the Marketplace from the other blueprint.
- B. Publish the task to the Task Library select the task from the Task Library from the other blueprint.
- C. Publish the task to the Task Repository, select the task from the Task Repository from the other blueprint.
- D. Publish the task to Github select the task from the Github Repository from the other blueprint.
正解: B
質問 30
Refer to exhibits.
The variable VM_NAME is giving a warning that indicates that the variable is not found. When checking the Service tab, the variable is found to match the VM_NAME field entry as shown in the exhibit below:
What is causing this warning message?
- A. Service Name matches the variable name
- B. VM_NAME variable must be defined under Application Profile
- C. User modifiable variable for VM_NAME is not allowed
- D. @@{calm_time}@@ output is longer than allowed for a Service Name
正解: C
質問 31
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}(@@
正解: D
質問 32
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 Large - 10vCPU and 52GB Memory per node.
- C. 3 nodes Small - 6vCPU and 30GB Memory per node.
- D. 1 node Small - 6vCPU and 30GB Memory per node.
正解: B
質問 33
Which are valid entity types to be associated with a playbook using a manual trigger?
- A. VM, Host, Cluster
- B. VM, Host, Prism Central
- C. VM, Category, Cluster
- D. VM, Category, Prism Element
正解: A
質問 34
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. Use Continue in the failed application to retry.
- D. Delete the failed application and Launch a new application.
正解: A
質問 35
Which method will result in unique names per VM when scaling out a Service in a Calm Blueprint?
- A. Guest OS customization using sysprep contains <ComputerName>@@{name}@@</ComputerName>.
- B. Call an external Python eScript that uses an IPAM API to register the VM name in DNS.
- C. Service VM Name field contains the macro variable @@{calm_array_index}@@.
- D. Set the VM Name field to allow user edits at launch so the user can enter a custom value at launch.
正解: C
質問 36
Which Calm feature provides the ability for administrators to approve Single or Multi-VM Blueprints for assignment to Projects?
- A. Marketplace
- B. Projects
- C. Application Manager
- D. Marketplace Manager
正解: D
質問 37
When creating a blueprint, which Pre-create and Post-delete tasks are valid?
- A. Create, Start, Stop, Soft Delete
- B. Create, Start, Stop, Delete
- C. Execute, Set variable, API, Delay
- D. Execute, Set variable, HTTP, Delay
正解: D
質問 38
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. Substrates
- D. Package
正解: B
質問 39
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 calling Calm APIs for both database and applications deployments
- B. Deploy databases manually and create a Calm blueprint to automate application deployment
- C. Deploy databases through Era and create a Calm blueprint to automate application deployment
- D. Create a Calm blueprint deploying applications and calling Era APis to automate database deployments
正解: B
質問 40
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. Assign the category Environment:Production to the production VMs
- B. Modify the Alert by adding the correct category
- C. Assign the category Environment:Development to development VMs
- D. Disable the Alert in Prism Central
正解: B,C
質問 41
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. User executing the Playbook does not have Admin privileges.
- B. The SSH Service is not running on the VMs.
- C. The VM is already powered off.
- D. The VM is missing Nutanix Guest Tools.
正解: A
質問 42
......
2022年03月最新NCP-MCA試験問題集PDFと試験エンジン:https://jp.fast2test.com/NCP-MCA-premium-file.html
プレミアム良質なNutanix NCP-MCAオンライン問題集:https://drive.google.com/open?id=1JWJaRlJwZU3idX8odvCnOpyI0qoixtcl