最新のNCP-MCA合格保証付き試験問題集の認定サンプル問題 [Q62-Q78]

Share

最新のNCP-MCA合格保証付き試験問題集の認定サンプル問題

最新NCP-MCAテスト材料には有効なNCP-MCAテストエンジン

質問 # 62
An administrator notices a Blueprint fails with the following error for Windows machines:
script execution has failed with error Process creation failed with error:1314 What is causing this issue?

  • A. The credentials provided in the Calm Blueprint does not have sufficient privileges.
  • B. The firewall ports 5985 and 5986 are blocked.
  • C. The Windows machine is in hung state.
  • D. The Service is running with incorrect privileges to create a process.

正解:A

解説:
The error code 1314 indicates that the user does not have the required privilege to perform the requested operation. This means that the credentials provided in the Calm Blueprint are not valid or do not have enough permissions to run the script on the Windows machine. To fix this issue, the administrator should verify the credentials and ensure that they have the appropriate rights to execute the script, such as local administrator or domain administrator privileges. References: Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide, page 15, section 3.3. Nutanix Multicloud Automation Administration (NMCAA) course, module 5, lesson 2. Nutanix NCP-MCA Certification Exam Sample Questions, question
25.
Learn more


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

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

正解:A


質問 # 64
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 and send an email as the action.
  • B. 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.
  • C. Create an alert for all VMs, create a Playbook with this alert as the trigger > reduce 1 CPU > 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 > take a snapshot > send an email as the action.

正解:B

解説:
To create an alert for idle VMs, the administrator needs to specify the following parameters:
* Scope: Select the category value Environment:Production to filter the VMs that are affected by the alert.
* Metric: Select CPU Usage (%) as the metric to monitor the VMs' CPU utilization.
* Condition: Select Less Than as the operator and enter 5 as the threshold value to define the idle state.
* Duration: Enter 5 as the duration value and select Minutes as the unit to set the time period for the idle state.
To create a Playbook with the alert as the trigger, the administrator needs to do the following steps:
* Name: Enter a descriptive name for the Playbook, such as Idle VM Alert.
* Trigger: Select Alert as the trigger type and choose the alert that was created for idle VMs.
* Action: Select Email as the action type and enter the recipient email address, subject, and message for the notification.
The Playbook will run whenever the alert is triggered and send an email to the administrator informing them about the idle VMs.
References:
* Nutanix Certified Professional Multicloud Automation (NCP-MCA) 6 Exam, page 9
* Nutanix University - NCP-MCA 6 Exam Prep - Alerts and Playbooks


質問 # 65
An administrator receives the following error while running a script through Calm on VM:

Which two conditions could cause this issue? (Choose two.)

  • A. The credentials have insufficient permissions.
  • B. The VM port is not allowed by the firewall.
  • C. There is an error in the script.
  • D. The VM is still in the boot process.

正解:A、B

解説:
The error "Connection refused" can occur due to several reasons but in the context of running a script through Calm on VM, it is most likely caused by firewall restrictions or insufficient permissions. Option A suggests that the VM port is not allowed by the firewall, meaning that the firewall settings are preventing the connection. This could be because specific ports needed for the script to run are being blocked. Option B indicates that the credentials have insufficient permissions, meaning that the user or system trying to execute the script does not have the necessary permissions to establish a connection. Option C is unlikely because the VM should be ready before the script is executed. Option D is possible but not specific enough to explain the connection issue. References: You can find more information about this topic in the following sources:
* Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide, Section 3
- Validate Blueprints, Runbooks, Playbooks, and Automation Settings, page 9
* Nutanix Multicloud Automation Administration (NMCAA), Module 5 - Troubleshooting, Lesson 1 - Troubleshooting Calm, page 5-4


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

解説:
Plays are event-driven automation workflows that can be triggered by alerts, schedules, or manual actions.
They consist of one or more actions that run on specified hosts or clusters. An administrator can obtain the following information from Plays:
* Host where the action runs: Each action in a Play can be configured to run on a specific host or cluster, or on the host or cluster where the alert was triggered. The administrator can view the host or cluster name for each action in the Play details page.
* Execution result status: Each action in a Play has an execution result status that indicates whether the action was successful, failed, skipped, or cancelled. The administrator can view the status for each action in the Play details page, as well as the overall status of the Play.
The other options are incorrect because:
* Start time and end time of each action: Plays do not show the start time and end time of each action, only the duration of the action. The administrator can view the duration for each action in the Play details page, as well as the overall duration of the Play.
* CVM IP where the alert was triggered: Plays do not show the CVM IP where the alert was triggered, only the host or cluster name where the alert was triggered. The administrator can view the host or cluster name for the alert in the Play details page.
References:
* Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide, Section
1.2
* Nutanix Multicloud Automation Administration (NMCAA) Course, Module 4: X-Play
* Training Spotlight: Nutanix Multicloud Automation Administration (NMCAA), Video 4: X-Play


質問 # 67
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 a Delay Task in the Restart Action of the Windows/IIS Service.
  • B. Create an Endpoint for the IIS server and a Runbook that restarts the service.
  • C. Add an Execute Task in the Restart Action of the Application Profile.
  • D. Add an Execute Task in the Restart Action of the Windows/IIS Service.

正解:D

解説:
The Restart Action of a Service allows the developer to define custom tasks that will be executed when the service is restarted. An Execute Task can run any script or command on the target VM, such as restarting the IIS service. This way, the Operator can use the Self-Service Portal to restart the service without logging into the VM or using another tool.
References:
* Nutanix Certified Professional - Multicloud Automation (NCP-MCA) v6.5, Section 2, Objective 2.1:
Given a scenario, create a blueprint to deploy infrastructure and applications using Self-Service.
* Nutanix Certified Professional Multicloud Automation (NCP-MCA) 6 Exam, Page 11, Section 2, Objective 2.1: Given a scenario, create a blueprint to deploy infrastructure and applications using Self-Service.


質問 # 68
An end user for an application that has been assigned the Consumer role within the project has noticed multiple issues with a blueprint that need to be addressed. The decision has been made to bring the end user onto the team to be able to modify the blueprints for this project.
Using the concept of least privilege, what role should the end user be assigned?

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

正解:C

解説:
The Developer role is the most appropriate role for the end user who needs to modify the blueprints for the project. The Developer role allows the user to create, edit, and delete blueprints and runbooks within the project, as well as launch and manage applications from the Marketplace. The Developer role does not have the privileges to create or manage projects, users, roles, or categories, which are reserved for the Project Admin role. The Consumer role only allows the user to launch and manage applications from the Marketplace, but not to modify the blueprints or runbooks. The Operator role allows the user to monitor and manage the infrastructure and applications within the project, but not to create or edit the blueprints or runbooks.
References:
* Nutanix Certified Professional - Multicloud Automation (NCP-MCA) v6.5, Section 1 - Describe and Differentiate Automation Concepts and Principles, Objective 1.5 - Identify the capabilities of Projects
* Nutanix Multicloud Automation Administration (NMCAA), Module 3 - Self-Service Projects, Lesson
* 3.1 - Project Roles and Permissions


質問 # 69
An administrator has been tasked with automating the optimization of plays with the autopilot feature.
What must the administrator be aware of before configuring autopilot?

  • A. Autopilot never waits for approvals.
  • B. Autopilot will only attempt to apply the playbook a single time
  • C. Autopilot feature only applies to metric-based alerts as triggers.
  • D. Autopilot only applies to new playbooks.

正解:A

解説:
Autopilot is a feature of Nutanix Calm that allows the administrator to automate the execution of playbooks based on predefined conditions or triggers. Autopilot can optimizethe performance, availability, and cost of applications by applying the appropriate actions in response to events or metrics. Before configuring autopilot, the administrator must be aware of the following limitations12:
* Autopilot never waits for approvals. This means that the administrator must ensure that the playbooks
* are tested and verified before enabling autopilot. Autopilot will execute the playbooks without any human intervention or confirmation.
* Autopilot feature only applies to metric-based alerts as triggers. This means that the administrator can only use metrics from the Nutanix Prism Central or the Nutanix Karbon clusters as the conditions for triggering the playbooks. Autopilot does not support other types of triggers such as schedules, webhooks, or manual triggers. References: Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide, page 10; Nutanix Calm SaaS User Guide, section 4.3.


質問 # 70
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. 3 nodes Large - 10vCPU and 52GB Memory per node.
  • B. 1 node Small - 6vCPU and 30GB Memory per node.
  • C. 3 nodes Small - 6vCPU and 30GB Memory per node.
  • D. 1 node Large - 10vCPU and 52GB Memory per node.

正解:A


質問 # 71
An administrator needs to create a Playbook to be notified when VMs are deleted.
Which X-Play Trigger would satisfy this task?

  • A. Alert
  • B. Event
  • C. Time
  • D. Audit

正解:A


質問 # 72
Refer to the exhibit.

A customer has decided to enable Calm Showback feature but started to receive an alert in Prism Central stating that Calm showback is not able to reach beam service.
Which two configuration items should the administrator check to ensure Calm can communicate with Beam? (Choose two.)

  • A. Ensure Pulse is enabled
  • B. Flow is enabled in the same Prism Central
  • C. Prism Element is configured with Proxy settings
  • D. DNS configuration in Prism Central

正解:A、D


質問 # 73
What two view options are available when launching Calm blueprints? (Choose two.)

  • A. View as Admin
  • B. View as Project Admin
  • C. Consumer
  • D. Developer

正解:C、D

解説:
When launching Calm blueprints, there are two view options available: Developer and Consumer. The Developer view allows you to create, edit, and manage blueprints, as well as access advanced features such as macros, actions, and scripts. The Consumer view allows you to launch and manage applications from the Marketplace, as well as access basic features such as variables, tasks, and alerts. The view option is determined by the role assigned to the user in the project. Users with the Project Admin or Project Auditor role can switch between the Developer and Consumer views, while users with the Project User role can only access the Consumer view. References:
* Nutanix Certified Professional - Multicloud Automation (NCP-MCA) v6.5, Section 1 - Describe and Differentiate Automation Concepts and Principles, page 3
* Nutanix Multicloud Automation Administration (NMCAA), Module 2 - Nutanix Calm, Lesson 2.1 - Nutanix Calm Overview, page 9
* Nutanix Calm User Guide, Introduction to Nutanix Calm, Nutanix Calm User Interface


質問 # 74
An administrator has noticed an increasing number of inactive VMS being left powered on within the environment over the course of OS migrations, using Playbooks, which two Actions should the administrator use to start documenting which VMS are marked as inactive to take future Automated actions on? (Choose two.)

  • A. Assign the VMS to an Inactive:VM Category as an Action.
  • B. Trigger Playbook on Powered Off VM for all applicable VMS.
  • C. Trigger Playbook on Alert with the Inactive VM Alert Policy.
  • D. Send an Email with the Source Entity Name Parameter in the body.

正解:A、C

解説:
The administrator should assign the VMs to an Inactive:VM category as an action and trigger a playbook on alert with the Inactive VM alert policy. By doing this, they can create a custom category to group and identify the inactive VMs and use a custom alert policy to trigger a playbook that can perform automated actions on them, such as powering them off, deleting them, or sending notifications. This is based on the general practices in managing VMs in a multicloud environment, as well as the specific features and requirements of Nutanix X-Play and Nutanix Calm. References:
* How to create custom categories | Prism central | Nutanix Community
* Nutanix Certified Professional - Multicloud Automation (NCP-MCA) v6.5 Exam Blueprint Guide, Section 1: Describe and Differentiate Automation Concepts and Principles, Objective 1.4: List how to implement categories for the appropriate use cases
* Nutanix Multicloud Automation Administration (NMCAA) course, Module 3: Nutanix X-Play, Lesson
2: Nutanix X-Play Playbooks
* Nutanix Multicloud Automation Administration (NMCAA) course, Module 4: Nutanix Calm Governance, Lesson 2: Nutanix Calm Alerts


質問 # 75
Which action should an administrator use to request a static IP address from an IPAM solution?

  • A. Create
  • B. Profile
  • C. Pre-create
  • D. Guest Customization

正解:C

解説:
When integrating with an IP Address Management (IPAM) solution within Nutanix Calm, an administrator would use a 'Pre-create' task to request a static IP address. This task is performed before the actual creation of the VM, ensuring that the IP address is allocated and can beassigned during the VM's creation process.
Profiles (A) are used to define deployment environments, Guest Customization (C) is used for configuring the OS settings, and Create (D) is typically the task for provisioning the actual VM, not for requesting an IP.


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

正解:D


質問 # 77
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 local install instead of downloading
  • B. Create a loop to retry connection
  • C. Use a sleep statement in a start script
  • D. Create a service dependency

正解:D


質問 # 78
......


Nutanix NCP-MCA認定試験は、候補者がマルチラウドオートメーションとNutanixテクノロジーを深く理解する必要がある包括的な試験です。この試験は、90分以内に完了する必要がある60の複数選択質問で構成されています。試験に合格した候補者には、Nutanix NCP-MCA認定が授与されます。これは、Multicloud AutomationおよびNutanix Technologiesの専門知識の証です。

 

NCP-MCAサンプルには正確な更新された問題がこちら:https://jp.fast2test.com/NCP-MCA-premium-file.html

NCP-MCA更新された試験問題集で[2024年最新] 練習には有効な試験問題集:https://drive.google.com/open?id=1PoD9sitw_Gz6x4_50xPnrBlZ1Tuol6cI


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어