[2023年11月27日] 最新Nutanix Certified Professional NCP-MCA実際の無料試験解答 [Q15-Q34]

Share

[2023年11月27日] 最新Nutanix Certified Professional NCP-MCA実際の無料試験解答

Nutanix Certified Professional NCP-MCA問題集最新の練習テスト77独特な解答


NCP-MCA認定プログラムは、Nutanixソリューションを扱い、マルチクラウド自動化における専門知識を拡大したいITプロフェッショナルに最適です。また、クラウドコンピューティングおよび関連分野でキャリアを進めたいITプロフェッショナルにも適しています。この認定プログラムは、グローバルに認められ、IT業界の雇用主に高く評価されています。

 

質問 # 15
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, 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
  • 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, 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.

正解:B

解説:
US-EAST-1.


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

正解:D


質問 # 17
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 Server
  • B. Enable-WSManCredSSP -Role Client
  • C. Enable-WSManCredSSP -Role Server -Force
  • D. Disable-WSManCredSSP -Role Server -Force

正解:C


質問 # 18
Where would a Calm Developer find logging related to blueprint package failures?

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

正解:A


質問 # 19
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 Brownfield Application, select the VMs that are needed for each deployment from the drop down list.
  • 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 Greenfield Application, select the snapshots of the VMs to manage and redeploy the VMs from the latest snapshot.

正解:C


質問 # 20
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. Custom actions
  • C. Runtime variables
  • D. HTTP task with built-in macros

正解:C


質問 # 21
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 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 runtime-editable variables for user and password in the blueprint.

正解:A、D


質問 # 22
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. Manual Trigger > Generate Report > Email
  • B. Report Trigger > Wait Until Day of Month > Email
  • C. Time Trigger > Generate Report > Email
  • D. Manual Trigger > Wait Until Day of Month > Generate Report > Email

正解:D


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

正解:A


質問 # 24
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. VM add Memory, Take a VM Snapshot, Resolve Alert
  • B. Take a VM Snapshot, Power Off VM, VM Add Memory, Resolve Alert, Power on VM
  • C. Power off VM, Take a VM Snapshot, VM add Memory, Resolve Alert
  • D. Take a VM Snapshot, VM add Memory, Resolve Alert

正解:B


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

正解:A


質問 # 26
Which Calm feature provides the ability for administrators to approve Single or Multi-VM Blueprints for assignment to Projects?

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

正解:A


質問 # 27
How should an administrator enable Calm?

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

正解:C


質問 # 28
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. VM_NAME variable must be defined under Application Profile
  • B. @@{calm_time}@@ output is longer than allowed for a Service Name
  • C. Service Name matches the variable name
  • D. User modifiable variable for VM_NAME is not allowed

正解:D


質問 # 29
Which two statements are true regarding the Nutanix public Github repository? (Choose two.)

  • A. Nutanix publishes official vetted blueprints and tasks to Nutanix's public Github Calm 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 provides documented processes to seed scripts from any source repository.

正解:B、C


質問 # 30
An administrator has a vendor-provided script that must be run at 9 am every Saturday on a Linux application VM.
The administrator currently has a playbook that has a Time trigger and a VM SSH action to execute the script. However, the administrator has received a request to have the output of the script emailed to the application team when it is executed.
What is the easiest way to satisfy this request?

  • A. Modify the script to include a function to format the output of the script and email the output to the desired address.
  • B. Add an Email action to the end of the existing playbook and use the {{action [index].response_body}} parameter in the Message field.
  • C. Direct the output of the script to a file and use the Send Email with Payload action at the end of your existing playbook.
  • D. Add an Email action to the end of the existing playbook and use the {{action[index] .stdout}} parameter in the Message field.

正解:C


質問 # 31
Which Prism Central setting must first be configured in order to add users to a Project?

  • A. Authentication Directory
  • B. Pulse
  • C. HTTP Proxy
  • D. Local User Role Mapping

正解:C


質問 # 32
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


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

正解:D


質問 # 34
......

検証済みNCP-MCA問題集と解答100%合格JPNTest:https://www.jpntest.com/shiken/NCP-MCA-mondaishu

弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡