[完全版]2023年最新のJPNTest NCP-MCAのPDFで最近更新された問題です [Q20-Q45]

Share

[完全版]2023年最新のJPNTest NCP-MCAのPDFで最近更新された問題です

NCP-MCA試験には保証が付きます。更新されたのは77問があります

質問 # 20
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. Memory can be removed from a powered on VM if the guest OS supports it
  • B. VM must be powered off to add CPU
  • C. CPU can be added to a powered on VM if the guest OS supports it
  • D. VM must be powered off to reduce memory

正解:B、C


質問 # 21
What role must a user have in order to create or update a Playbook?

  • A. Calm Admin
  • B. Prism Admin
  • C. Calm Developer
  • D. Project Admin

正解:B


質問 # 22
Which feature of Calm allows for the creation of task-based automation against dynamic lists of Windows or Linux VMs?

  • A. Playbooks
  • B. Blueprints
  • C. Runbooks
  • D. Projects

正解:C


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

正解:B


質問 # 24
Which permission level grants access to Create, Update, Delete, and Duplicate Blueprints?

  • A. Developer
  • B. Consumer
  • C. Operator
  • D. Domain Admin

正解:A


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

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

正解:C、D


質問 # 26
Refer to the exhibit.

An administrator created the Playbook shown in the exhibit to allow for manual reduction of vCPU count on any selected VM within their environment. During a test run of the play on one of the VMs running in development, the administrator ran into an error that the Playbook cannot be completed against the selected VM.
Here are the details of the affected VM:
VM Name: VM2
vCPU: 4
RAM: 8 GB
OS: Windows 2016
Hypervisor: AHV
What caused this Playbook to fail?

  • A. The VM needs to be powered off before vCPU can be reduced.
  • B. Reduction of vCPU cannot be done on a VM with a running snapshot.
  • C. This play cannot be executed against a VM on AHV.
  • D. The play will cause the VM to go below the minimum vCPU.

正解:B


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

正解:D


質問 # 28
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 VMs that are needed for each deployment from the drop down list.
  • B. Create a Brownfield 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


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

正解:B


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

正解:C


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

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

正解:C


質問 # 32
Where would a Calm administrator find the archived application logs within Prism Central?

  • A. Services > Calm > Settings
  • B. Services > Calm > Projects
  • C. Services > Calm > Applications
  • D. Services > Calm > Blueprints

正解:A


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


質問 # 34
Which Calm feature enables the ability to enforce project quotas for the ESXi hypervisor?

  • A. Runbooks
  • B. Project Quotas
  • C. Project Environments
  • D. Policy Engine

正解:B


質問 # 35
Refer to the exhibit.

An administrator created the Playbook shown in the exhibit to allow for manual reduction of vCPU count on any selected VM within their environment. During a test run of the play on one of the VMs running in development, the administrator ran into an error that the Playbook cannot be completed against the selected VM.
Here are the details of the affected VM:
VM Name: VM2
vCPU: 4
RAM: 8 GB
OS: Windows 2016
Hypervisor: AHV
What caused this Playbook to fail?

  • A. The VM needs to be powered off before vCPU can be reduced.
  • B. Reduction of vCPU cannot be done on a VM with a running snapshot.
  • C. This play cannot be executed against a VM on AHV.
  • D. The play will cause the VM to go below the minimum vCPU.

正解:B


質問 # 36
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. Create a category named Department with the value Accounting.
  • B. Create a dashboard in Prism Central with the CPU Usage.
  • C. Create an Alert with the Accounting category assigned.
  • D. Direct the VM users to generate alerts within the affected VMs.

正解:C


質問 # 37
Which two providers are supported in Calm? (Choose two.)

  • A. IBM Cloud
  • B. GCP
  • C. Kubernetes
  • D. Oracle Cloud

正解:B、C


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


質問 # 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. Deploy databases through Era and create a Calm blueprint to automate application deployment
  • B. Create a Calm blueprint deploying applications and calling Era APis to automate database deployments
  • C. Deploy databases manually and create a Calm blueprint to automate application deployment
  • D. Create a Calm blueprint calling Calm APIs for both database and applications deployments

正解:C


質問 # 40
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 Github select the task from the Github Repository from the other blueprint.
  • D. Publish the task to the Task Repository, select the task from the Task Repository from the other blueprint.

正解:B


質問 # 41
A company's NOC personnel have a custom Python script they run manually by logging into each VM to fix a common issue across all of the corporate VMs. Management has no audit history of who is running the script or when it is occurring. The company has recently implemented Calm and management has asked its administrators to accomplish these tasks:
Reduce the manual effort for the NOC personnel.
Ensure the process is repeatable across all applications.
Provide audit history for management of the actions.
Which two actions should the administrators take to accomplish these tasks? (Choose two.)

  • A. View the Execution History tab under the Runbook page for audit purposes
  • B. Create a new Action, Add an Execute task with a script type of EScript, paste the custom script into the action
  • C. View the Audit tab under the Application view for audit purposes
  • D. Create a new Runbook Add an Execute task with a script type of EScript paste the custom script into the action

正解:A、B


質問 # 42
An administrator had provided Linux VM console access to the OS Team. However, the team is unable to access one of the newly-created Linux VMs.
How can the administrator resolve this issue?

  • A. Provide Prism Admin access to the OS Team Active Directory Group.
  • B. Assign new VMs to a category and provide category access to the OS Team.
  • C. Create a local user in Linux OS and provide access to the OS Team.
  • D. Create a role for the OS Team Active Directory Group and add the VMs to it.

正解:D


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

正解:C


質問 # 44
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 NICs components should be equal to the number of Network Settings configured.
  • C. Number of Template vCPU components should be equal to the number of pCPU configured.
  • D. Number of Template VMXNET3 components should be equal to the number of Virtual e1000 adapters configured.

正解:B


質問 # 45
......

最新のNCP-MCA合格保証付き試験問題集の認定サンプル問題:https://www.jpntest.com/shiken/NCP-MCA-mondaishu

弊社を連絡する

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

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

サポート:現在連絡