NCP-MCA問題集77問でNutanix Certified Professionalを確実実践
リアル最新NCP-MCA試験問題NCP-MCA問題集
Nutanix NCP-MCA (Certified Professional - Multicloud Automation) Exam は、Nutanix 製品を使用してマルチクラウド自動化の知識とスキルをテストする認定試験です。Nutanix は、クラウドソフトウェアとハイパーコンバージドインフラストラクチャソリューションの主要なプロバイダーです。NCP-MCA 試験は、候補者がパブリック、プライベート、ハイブリッドクラウドを含む複数のクラウド環境でインフラストラクチャとアプリケーションを自動化およびオーケストレーションする能力を評価するように設計されています。
質問 # 11
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 Windows/IIS Service.
- B. Add an Execute Task in the Restart Action of the Application Profile.
- C. Create an Endpoint for the IIS server and a Runbook that restarts the service.
- D. Add a Delay Task in the Restart Action of the Windows/IIS Service.
正解:B
質問 # 12
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 runtime-editable variables for user and password in the blueprint.
- B. Create a task script in order to login with ssh to GitLab and create a random user and password.
- C. Add a task within the service in order to ask for user and password at runtime.
- D. Create an HTTP pre-create task to create the user in GitLab via REST API.
正解:A、D
質問 # 13
In order to give Consumers the ability to modify attributes, what should the Blueprint creator implement in the design?
- A. eScript task with custom macros
- B. HTTP task with built-in macros
- C. Runtime variables
- D. Custom actions
正解:C
質問 # 14
A company has started a new project team and has asked an administrator to build the first blueprint for a new public cloud environment that was defined last week. This will be the first deployment to AWS.
The administrator has been given the following information:
VM Name: web01-@@{unique}@@
IP Address: Provider-assigned
OS version: Windows Server 2016
Deployment location: AWS
Region: us-west-1
Project: Default
What should the administrator do first when building the first blueprint?
- A. Create a new project
- B. Create a new blueprint
- C. Create a new service
- D. Create a new provider
正解:B
質問 # 15
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 devices components should be equal to the number of Devices configured.
- B. Number of Template vCPU components should be equal to the number of pCPU configured.
- C. Number of Template VMXNET3 components should be equal to the number of Virtual e1000 adapters configured.
- D. Number of Template NICs components should be equal to the number of Network Settings configured.
正解:D
質問 # 16
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 Cloudinit Script
- C. Modify the base OS image
- D. Apply a Sysprep file
正解:B、D
質問 # 17
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. Create a service dependency
- D. Use a sleep statement in a start script
正解:C
質問 # 18
Which two groups of operations can a Prism Admin or Super Admin role perform? (Choose two.)
- A. Create, read, automate, or delete an action template in the action gallery
- B. Create, read, automate, delete, enable, and run playbooks
- C. Create, read, update, or delete an action template in the action gallery
- D. Create, read, update, delete, enable, and run playbooks
正解:C、D
質問 # 19
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
質問 # 20
What is the correct method to upgrade Calm?
- A. LCM via Prism Element
- B. Calm Dashboard
- C. Calm Marketplace
- D. LCM via Prism Central
正解:D
質問 # 21
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 a REST API
- B. A trigger based on an email
- C. A trigger based on an alert
- D. A trigger based on an event
正解:C
質問 # 22
A company wants to ensure that all developers are able to request new development environments on demand by using ServiceNow.
The administrator notices that even though developers create new environments, they rarely remove these environments when moving on to new assignments. Today, the administrator has gone into Prism Central to check when the VM was created, in order to reach out to the developer and ask if it can be deleted. The administrator has accidentally deleted the wrong VM in the past.
Which two methods can the administrator use to automate this task to avoid deleting the incorrect VMs? (Choose two.)
- A. Create a playbook webhook action to delete the VM from a ServiceNow approval flow.
- B. Create a playbook webhook trigger to delete the VM from a ServiceNow approval flow.
- C. Create a playbook REST API trigger to delete the VM from a ServiceNow approval flow.
- D. Create a playbook REST API action to delete the VM from a ServiceNow approval flow.
正解:B、D
質問 # 23
Where should an administrator check why a Playbook failed to grow the memory of a VM?
- A. Plays dashboard in Prism Central
- B. VM Details in Prism Central
- C. Plays dashboard in Prism Element
- D. VM Details in Prism Element
正解:B
質問 # 24
Refer to the exhibit.
Calm encountered the error shown in the exhibit when importing a script that maps a network drive.
Upon further investigation, the Calm administrator was unable to run the script manually on a VM and discovered that elevated permissions were needed.
Which command should the administrator add to the script?
- A. Enable-WSManCredSSP -Role Client
- B. Enable-WSManCredSSP -Role Server -Force
- C. Disable-WSManCredSSP -Role Server -Force
- D. Enable-WSManCredSSP -Role Server
正解:B
質問 # 25
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. CPU can be added to a powered on VM if the guest OS supports it
- B. VM must be powered off to reduce memory
- 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
正解:A、D
質問 # 26
......
NCP-MCA別格な問題集で最上級の成績にさせるNCP-MCA問題:https://www.passtest.jp/Nutanix/NCP-MCA-shiken.html
手に入れよう!最新NCP-MCA認定の有効な試験問題集解答:https://drive.google.com/open?id=1j4nt_cHjVGBHJGLmbsu3YF5D6L_F3yNe