Nutanix NCP-MCAリアルに2024年最新のブレーン問題集で模擬試験問題集 [Q36-Q53]

Share

Nutanix NCP-MCAリアルに2024年最新のブレーン問題集で模擬試験問題集

NCP-MCA試験問題 リアルなNCP-MCA練習問題集


Nutanix NCP-MCA(認定プロフェッショナル-マルチクラウド自動化)試験は、Nutanixマルチクラウド自動化ソフトウェアの使用能力を検証したいITプロフェッショナル向けに設計された認定試験です。この試験は、複数のクラウド上でNutanixクラスタを設計、展開、管理し、タスクを自動化し、アプリケーションブループリントを作成・管理し、サードパーティツールとの統合を測定します。NCP-MCAの認定は、候補者がITインフラストラクチャを最適化し、複雑さを減らし、ビジネスのアジリティを向上させるために必要なスキルと専門知識を持っていることを示します。


NCP-MCA試験は、IT、データセンター、またはクラウド運用で2年以上の経験を持つ専門家を対象としています。この試験は、Nutanixの自動化とオーケストレーション技術、ネットワーク、セキュリティ、ストレージ、クラウドコンピューティングなど、さまざまなトピックをカバーしています。この試験は、Nutanixソリューションを使用してマルチクラウド環境を設計、展開、管理する能力をテストするために設計されています。

 

質問 # 36
An administrator needs to send a notification to the on-call administrator if a specific mission-critical VM is rebooted after hours, as well as send an email to the Operations team for any other VMS that reboot.
What two actions should the administrator take to accomplish this task? (Choose two.)

  • A. use Conditional Playbook
  • B. Create Playbook using Alert.
  • C. Use Branch Action
  • D. Create Playbook using Manual Trigger

正解:A、B

解説:
The administrator should use a conditional playbook and create a playbook using alert to accomplish this task. A conditional playbook is a type of playbook that allows the administrator to define different actions based on certain conditions or criteria1. A playbook using alert is a type of playbook that is triggered by an alert policy that monitors the VM status2. By using these two features, the administrator can create a playbook that checks if the rebooted VM is the mission-critical VM and sends a notification to the on-call administrator, or else sends an email to the Operations team.
References:
* Nutanix Multicloud Automation Administration (NMCAA) course, Module 3: Nutanix X-Play, Lesson
2: Nutanix X-Play Playbooks, Topic: Conditional Playbooks
* Nutanix Multicloud Automation Administration (NMCAA) course, Module 4: Nutanix Calm Governance, Lesson 2: Nutanix Calm Alerts, Topic: Alert Policies and Playbooks
* Nutanix Certified Professional - Multicloud Automation (NCP-MCA) v6.5 Exam Blueprint Guide,
* Section 1: Describe and Differentiate Automation Concepts and Principles, Objective 1.3: Define the components of X-Play


質問 # 37
Why is an administrator unable to update the running configuration for a mufti-VM application in AWS using the Manage tab for the application in Calm?

  • A. It is supported only on a Nutanix platform.
  • B. A required Category is not assigned.
  • C. The AWS account used is invalid.
  • D. The provider information is missing.

正解:D

解説:
To update the running configuration for a multi-VM application in AWS using the Manage tab for the application in Calm, the administrator needs to provide the provider information for the AWS account. This includes the access key, secret key, region, and VPC ID. If the provider information is missing, the administrator will not be able to perform any actions on theapplication from Calm. References: Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide, page 16, section 4.1.1.


質問 # 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. Substrates
  • B. Profile Actions
  • C. Package
  • D. Service

正解:D


質問 # 39
Within a Calm blueprint, which two actions can an administrator apply to a Service under the Guest Customization section? (Choose two.)

  • A. Modify the base OS image
  • B. Apply a Cloudinit Script
  • C. Apply a Sysprep file
  • D. Choose UEFI or Legacy BIOS

正解:B、C

解説:
Within a Calm blueprint, an administrator can apply two actions to a Service under the Guest Customization section: Apply a Cloudinit Script and Apply a Sysprep file. These actions allow the administrator to customize the configuration and behavior of the virtual machines that are provisioned from the blueprint. A Cloudinit Script is a set of commands or scripts that run on Linux-based virtual machines during the boot process. A Sysprep file is a configuration file that specifies the Windows settings and options for the virtual machines.
These actions can be used to perform tasks such as setting the hostname, network configuration, user accounts, software installation, and more. References:
* Nutanix Certified Professional - Multicloud Automation (NCP-MCA) v6.5, Section 2 - Deploy and Configure Nutanix Calm and Related Components, page 3
* Nutanix Multicloud Automation Administration (NMCAA), Module 2 - Nutanix Calm, Lesson 2.2 - Blueprint Management, page 9
* Nutanix Calm User Guide, Blueprint, Guest Customization


質問 # 40
Which RBAC role enables adding VMs to a project?

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

正解:A

解説:
In Nutanix Calm, the RBAC (Role-Based Access Control) role that enables adding VMs to a project is the Project Admin role. Project Admins have the necessary permissions to manage and configure resources within a project, including the addition of VMs, handling project settings, and managing application blueprints.
References:
* Nutanix Calm documentation on RBAC Roles.
* Nutanix Best Practices for Project Administration.


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

正解:A、B

解説:
When configuring Playbooks to automate the scaling of CPU and memory resources for VMs, the administrator should consider the following prerequisites:
* CPU can be added to a powered on VM if the guest OS supports it. This is also known as hot-plug CPU.
The administrator should check the compatibility of the guest OS and the hypervisor before enabling this feature. For example, Windows Server 2019 supports hot-plug CPU on AHV, ESXi, and Hyper-V, but not on XenServer1.
* Memory can be removed from a powered on VM if the guest OS supports it. This is also known as hot-unplug memory. The administrator should check the compatibility of the guest OS and the hypervisor before enabling this feature. For example, Linux supports hot-unplug memory on AHV, ESXi, and XenServer, but not on Hyper-V2.
* VM must be powered off to add CPU if the guest OS does not support hot-plug CPU. This is also known as cold-plug CPU. The administrator should plan for the downtime required to power off and power on the VM after adding CPU.
* VM must be powered off to reduce memory if the guest OS does not support hot-unplug memory. This is also known as cold-unplug memory. The administrator should plan for the downtime required to power off and power on the VM after reducing memory. References: Nutanix Multicloud Automation Administration (NMCAA), page 10; Nutanix Certified Professional - Multicloud Automation (NCP-MCA), section 3; Nutanix Support Portal - Guest OS Compatibility Matrix


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

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

正解:C

解説:
The Policy Engine is a Calm feature that allows you to define and enforce policies for your projects, such as quotas, approvals, and actions. You can use the Policy Engine to set project quotas for the ESXi hypervisor, such as the number of VMs, CPU cores, memory, and storage that can be provisioned by the project. This helps you to control the resource consumption and allocation of your ESXi clusters. References:
* Nutanix Support & Insights: This is the official Nutanix documentation for Calm on ESXi, where you can find information about the Policy Engine and how to configure it for your projects.
* Nutanix Exam NCP-MCA Topic 2 Question 28 Discussion: This is a forum where you can find discussions and explanations for Nutanix certification exam questions, including question 28 from topic
2, which is similar to your question.
* Calm on ESXi Deployment: This is a Nutanix community post where you can learn more about how to deploy and use Calm on ESXi.


質問 # 43
When a developer launches the created Blueprint within the Blueprint Editor, the application gets deployed correctly. However, when the Blueprint is launched via Marketplace, it gets a check login error.
What is causing this issue?

  • A. Prism Central can't communicate with Active Directory.
  • B. User is not authorized to launch Blueprints.
  • C. The credential in the Project Environment is invalid.
  • D. The SSH key within the user's laptop is not valid.

正解:C


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


質問 # 45
A developer has created a variable type that should be used for all deployments. However, when an administrator is creating a blueprint, the variable is not available.
What must the developer do to make it visible?

  • A. Add the administrator to the Project Admin role.
  • B. Publish the variable to Marketplace.
  • C. Share the variable with the project.
  • D. Add the administrator to the Developer role.

正解:C

解説:
A variable is a placeholder for a value that can be used in a blueprint or a script. A variable can be defined at the global, project, or blueprint level. A global variable is available to all projectsand blueprints, while a project variable is available to all blueprints within a project, and a blueprint variable is available only to the blueprint where it is defined. To make a variable visible to a blueprint, the developer needs to share the variable with the project that contains the blueprint. This can be done by going to the Variables page in the Calm UI and clicking on the Share button next to the variable name. Then, the developer needs to select the project from the drop-down list and click on Save. References: Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide, page 14; Nutanix Calm User Guide, section 3.2.


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

正解:B

解説:
A Playbook is a set of actions that are triggered by an event or a schedule. To run a Playbook, it must be enabled first. If a Playbook is not enabled, it will not respond to any events or schedules, and no Plays will be recorded for it. Therefore, the most likely cause of the issue is that the administrator forgot to enable the Playbook after building it. References: Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide, page 13, section 3.2. Nutanix Multicloud Automation Administration (NMCAA) course, module 4, lesson 2.


質問 # 47
An administrator is tasked with creating a blueprint that can scale an application using Calm.
Which two actions should the administrator take to create and execute a scaling action? (Choose two.)

  • A. Execute the scaling action in the Services tab of the application.
  • B. Create the action under the application profile section of the blueprint.
  • C. Create the action under the service profile section of the blueprint.
  • D. Execute the scaling action in the Manage tab of the application.

正解:B、C

解説:
To create and execute a scaling action using Calm, the administrator should create the action under the service profile section of the blueprint and the application profile section of the blueprint. The service profile section defines the properties and actions of each service in the blueprint, such as the VM configuration, the scripts to run, and the scaling parameters. The application profile section defines the properties and actions of the entire application, such as the number of instances, the dependencies, and the scaling triggers. The administrator can then execute the scaling action in the Overview tab or the Services tab of the application, depending on the scope of the scaling action. References:
* Nutanix Certified Professional - Multicloud Automation, Page 18
* Nutanix Calm User Guide
* Nutanix Calm User Guide
* Nutanix Calm User Guide
* Nutanix Calm User Guide


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

正解:A


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

正解:B

解説:
According to the Nutanix Multicloud Automation Administration (NMCAA) course1, one of the prerequisites for using X-Play to automate tasks on VMs is to have SSH enabled and configured on the target VMs. This allows X-Play to connect to the VMs and execute commands or scripts remotely. If the SSH service is not running on the VMs, then X-Play will fail to connect and perform the actions, resulting in the error message shown in the exhibit. The other options are not likely to cause this error, as they are either unrelated to X-Play (A and B) or not required for X-Play to work . References: Nutanix Multicloud Automation Administration (NMCAA) course


質問 # 50
What is the default Connection timeout(sec) value, in seconds, for an HTTP endpoint?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

正解:C

解説:
The default connection timeout value for an HTTP endpoint in Nutanix Calm is 60 seconds. This timeout defines how long the system will wait for a connection to be established before timing out.
References:
* Nutanix Calm documentation on HTTP Endpoints.
* Nutanix Best Practices for Configuring Endpoints.


質問 # 51
An administrator has added a new account in Self-Service (formerly Calm) but receives the error:

Which step is missing in order for the account to be usable in a Self-Service project?

  • A. Prism Central VIP IP
  • B. Account Credentials
  • C. Account Verification
  • D. Prism Element VIP IP

正解:C

解説:
The error message indicates that the project for the blueprint does not have any associated Nutanix account.
This typically means that the new account added in Self-Service (formerly Calm) has not been verified.
Account verification is required to ensure the account is properly configured and has the necessary permissions to be used within a Self-Service project.
References:
* Nutanix Calm documentation on Account Management.
* Nutanix Best Practices for Verifying Accounts.


質問 # 52
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, update, or delete an action template in the action gallery
  • C. Create, read, automate, delete, enable, and run playbooks
  • D. Create, read, update, delete, enable, and run playbooks

正解:B、D

解説:
A Prism Admin or Super Admin role can perform the following operations related to X-Play and Nutanix Calm12:
* Create, read, update, or delete an action template in the action gallery
* Create, read, update, delete, enable, and run playbooks
* Create, read, update, delete, enable, and run blueprints and runbooks
* Manage applications and projects
* Configure endpoints and plug-ins
* Access the library and categories Option A is incorrect because the action gallery does not support automation of action templates. Option C is incorrect because only a Prism Admin or Super Admin role can enable and run playbooks, not a Prism User role3. References:
* Nutanix Certified Professional - Multicloud Automation (NCP-MCA) v6.5
* Nutanix Multicloud Automation Administration (NMCAA)
* Prism user permissions - what are the options?


質問 # 53
......

厳密検証されたNCP-MCA試験問題集と解答で無料提供のNCP-MCA問題と正解付き:https://jp.fast2test.com/NCP-MCA-premium-file.html

あなたを合格させるNCP-MCA問題集無料で最新のNutanix練習テスト:https://drive.google.com/open?id=1JWJaRlJwZU3idX8odvCnOpyI0qoixtcl


弊社を連絡する

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

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어