Weekend Sale Discount Flat 70% Offer - Ends in 0d 00h 00m 00s - Coupon code: 70diswrap

Nutanix NCP-MCA Dumps

Page: 1 / 10
Total 101 questions

Nutanix Certified Professional - Multicloud Automation (NCP-MCA 6.10) Exam Questions and Answers

Question 1

When manually formatting parameters for supported triggers and actions within a playbook, what format is used?

Options:

A.

$trigger.source_entity_info.name

B.

@@{trigger.source_entity_info.name}@@

C.

[trigger[0].source_entity_info.name]

D.

{{trigger[0].source_entity_info.name}}

Question 2

How would a task be listed in the Library?

Options:

A.

Go to the Library in Self-Service and Create a new task.

B.

Upload the script from the Projects view.

C.

Create a new task in GitHub.

D.

Publish the task from a Blueprint or Runbook.

Question 3

An administrator has created a Project that has two Nutanix clusters assigned:

• Development

• Production

The administrator wants to make sure that all VMs created with a blueprint in a Project, for Development or Production, are created in the correct cluster.

How should the administrator accomplish this task?

Options:

A.

Create two Projects, one for Development and one for Production.

B.

Configure blueprint to give the user the choice of the cluster.

C.

Create two Environments: Development and Production.

D.

Create a Playbook to move the VM according to the VM name.

Question 4

An administrator has recently completed creating all the necessary Playbooks for day-to-day operations. The administrator is struggling to configure User Impersonation.

What must the administrator do to ensure that their username is not associated with running Playbooks?

Options:

A.

Ensure executor is impersonating the correct local user account.

B.

Only impersonate Domain users.

C.

Ensure local user has logged into Prism Central at least once.

D.

Ensure playbook creator has runtime execution privileges.

Question 5

Which feature of Self-Service allows for administrators to approve blueprints before publishing?

Options:

A.

Marketplace Manager

B.

Marketplace

C.

Approval Policy

D.

Self-Service Settings

Question 6

An administrator wants to automate the process of restarting a VM whenever it exceeds 90% CPU usage.

What steps should the administrator take to implement this automation?

Options:

A.

Schedule a Runbook to restart all VMs daily and assign it to a project.

B.

Configure a Project and set a policy to restart the VM when the CPU quota is exceeded.

C.

Create a Playbook with a manual trigger with an action to reboot the VM.

D.

Create a Playbook with an alert-based trigger with an action to reboot the VM.

Question 7

How long does Self-Service retain deleted blueprints and applications?

Options:

A.

3 months

B.

1 months

C.

6 months

D.

Until space is needed

Question 8

An administrator needs to reference several hosts in an Affinity Policy as part of a multi-VM blueprint.

What is the best way to accomplish this task?

Options:

A.

Associate a Prism Central Category to a policy within a Project.

B.

Assign a Prism Central Category within the blueprint.

C.

Assign to a Prism Central Tag within the blueprint.

D.

Associate a Prism Central Tag to a policy within a Project.

Question 9

An administrator needs to ensure Self-Service tracks IP address changes, disk resizing, and unavailability of VMs. The administrator wants to ensure this information is reported in a timely fashion.

Which providers are able to leverage Self-Service platform sync capabilities to ensure changes are reported within 20 minutes?

Options:

A.

Nutanix, Azure and AWS

B.

Nutanix, Hyper-V and Azure

C.

Nutanix, VMware and AWS

D.

Nutanix, VMware and Hyper-V

Question 10

An administrator would like to scale out an existing Self-Service deployment.

What steps must the administrator take to accomplish this task using the Self-Service VM (SSVM)?

Options:

A.

1. Backup existing SSVM 2. Deploy two additional SSVMs from OVA 3. Create a cluster using the three SSVMs 4. Enable Microservices Infrastructure

B.

1. Automatically scale out SSVM via SSVM GUI 2. Enable Microservices Infrastructure 3. Restore SSVM config from backup 4. Start SSVM cluster services

C.

1. Backup Self-Service on Prism Central 2. Deploy three new SSVMs from OVA 3. Restore Self-Service config from backup 4. Create SSVM cluster

D.

1. Backup existing SSVM 2. Automatically scale out SSVM via SSVM GUI 3. Restore SSVM config 4. Enable Microservices Infrastructure

Question 11

What is an Application Profile?

Options:

A.

A function of a Cloud Provider to define an application installation and its configuration possibly including custom code for testing.

B.

A type of blueprint available to select when creating a new blueprint.

C.

A plugin configuration for using Ansible, Chef or Salt.

D.

A capability for a blueprint to provide different combinations of the service, package, and VM while configuring a blueprint.

Question 12

What is the purpose of an approval policy in Self-Service governance?

Options:

A.

To define VM sizing rules for each blueprint

B.

To configure network settings within blueprints

C.

To require authorization before task execution

D.

To restrict access to Self-Service application

Question 13

When creating an Alert-based Playbook, which option would the creator change to take advantage of the User Impersonation feature?

Options:

A.

Trigger as user

B.

Delegate permissions

C.

Set owner of playbook

D.

Execute on behalf of

Question 14

An administrator is setting up Self-Service to centrally manage automation across the corporate environment. The environment leverages tunnels to communicate with the VMs within their Virtual Private Cloud (VPC) protected environments.

How should the administrator configure Self-Service to manage the VMs within a VPC?

Options:

A.

Configure the policy engine VM within the VPC to enable the tunnel VM to communicate with an external subnet that is routable to Prism Central.

B.

Configure an external subnet to the VPC to enable the tunnel VM to reach Prism Central and establish a tunnel connection.

C.

Configure Prism Central with an additional IP address within the VPC.

D.

Configure an external subnet to the VPC to enable the tunnel VM to reach the policy engine VM and establish a tunnel connection.

Question 15

What must be enabled on a Project to allow modification of a Scheduler Job created by someone else?

Options:

A.

Allow Collaboration

B.

Operator Role

C.

Environments

D.

Quotas

Question 16

Which role is required to create a playbook?

Options:

A.

Prism Viewer

B.

Developer

C.

Prism Admin

D.

Self-Service Admin

Question 17

There is a Security Policy that blocks access to VMs on all ports, except for HTTPS (port 443) for VMs with category AppType: Web-Servers.

The policy also allows SSH (port 22) traffic for VMs categorized as AppType: Admin-VM. Additionally, a Protection Policy takes snapshots every 24 hours for VMs categorized as Protection: 24_hr_RPO, and an Anti-Affinity Policy is defined for AppType: Web-Servers.

A developer created a blueprint to deploy VMs for Administrators, but the VM cannot be accessed via SSH.

What change must be done to the blueprint?

Options:

A.

Blueprint must assign the AppType: Admin-VM category to the VM.

B.

Blueprint must assign the AppType: Web-Servers category to the VM.

C.

Blueprint must use the Protection: 24_hr_RPO Protection Policy.

D.

Blueprint must add the Administrators to the Project.

Question 18

An automation developer has been tasked with creating a Self-Service multi-VM blueprint to deploy a Windows Server VM on AHV for testing purposes. One of the requirements for this blueprint is to determine a custom hostname for the VM before it is actually provisioned.

Which phase in the automation workflow should the developer create a set-variable to perform this hostname creation?

Options:

A.

post-delete

B.

post-create

C.

package-install

D.

pre-create

Question 19

An administrator has been assigned a change request to enable dynamic credentials within a project.

How would the administrator configure Self-Service to leverage dynamic credentials?

Options:

A.

Allow credential provider when configuring an environment in the project.

B.

Use dynamic credentials for HTTP endpoints and Open Terminal in apps.

C.

Add dynamic credential when configuring an environment in the project.

D.

Use dynamic credentials for HTTP variable, such as profile variables, service variables, runbooks, etc.

Question 20

An administrator has created a new Project and assigned users, roles, and quotas. A Playbook has also been created to power off idle VMs in that Project. However, users report that the Playbook is not executing as expected.

What is the most appropriate next step to validate the configuration?

Options:

A.

Modify the Project to use Prism Element as the execution context.

B.

Reboot the Prism Central instance to refresh settings.

C.

Increase the quota limit for CPU and memory in the Project.

D.

Check the Playbook's execution history to confirm trigger conditions.

Question 21

An administrator would like to share an existing published Runbook across different Projects.

What must the administrator do to accomplish this task?

Options:

A.

Re-publish Runbook as a Marketplace item without secret values and select Projects to share with.

B.

Clone the Runbook, publish cloned Runbook to Marketplace without secret values.

C.

Re-publish Runbook as a Marketplace item and select Projects to share with.

D.

Clone the Runbook, publish cloned Runbook to Marketplace and select Projects to share with.

Question 22

An administrator has set up a Blueprint to create and deploy the necessary VMs for all new hires at their company with Error Handling set up to alert on any failures. Occasionally, the Blueprint fails when a VM does not successfully power on, and the Error Handling does not behave as expected.

What could be a possible reason?

Options:

A.

Error handling only handles errors in the blueprint itself, not in VMs.

B.

Error handling must be enabled on Prism Element where the VM is hosted.

C.

Error handling can only work on powered on VMs.

D.

Error handling does not address power on failures due to authentication errors.

Question 23

Which capability is provided to a Project when Self-Service is enabled?

Options:

A.

Changing cluster-wide network configurations for all projects

B.

Creating and managing global image repositories across clusters

C.

Deploying blueprints and managing associated virtual machines

D.

Modifying user roles and access permissions in Prism Central

Question 24

An administrator wants to automatically send a Slack notification when a VM goes into a powered-off state unexpectedly.

How should an administrator use Nutanix Cloud Manager to best accomplish this?

Options:

A.

Create a scheduled Playbook to check VM status every 6 hours and send an email.

B.

Add a script task to a Blueprint that checks VM status and notifies Slack post-deployment.

C.

Use a Playbook with a webhook trigger that sends a message to a Slack channel when the VM is shut down manually.

D.

Configure a Playbook triggered by a VM power state change event with an action to send a Slack notification.

Question 25

What is a prerequisite to configuring and using resource quota limits within a project?

Options:

A.

Policy Engine has been deployed and enabled.1

B.

Quotas are only available at the Global Self-Service level.

C.

Prism Central configuration for Allow Quota is enabled.

D.

Self-Service configuration for Allow Quota is enabled.

Question 26

Which statement is true regarding adding an additional step at the end of a predefined playbook?

Options:

A.

The predefined playbook must be updated using a REST API.

B.

A new playbook must be created in this scenario.

C.

The predefined playbook can be cloned and updates made to the clone.

D.

The predefined playbook can be updated and the action added directly.

Question 27

A business uses a database software that is licensed by physical CPU socket. Only the first two hosts of Cluster 47 and Cluster 48 are licensed for the software.

The business has chosen Self-Service to automate the deployment of database server VMs. The blueprint developer needs to ensure that database VMs are only hosted on the licensed hosts.

How can the administrator complete this task in Self-Service?

Options:

A.

Within the Environment, select the Categories to apply to the database server VMs.

B.

1. Create a category for VMs and assign another category to the appropriate Hosts.

2. Create a Playbook to migrate the VMs to the required Hosts using these categories.

C.

Within the Project, use a policy to assign the category to the environment.

D.

1. Create a category for database VMs and assign another category to the appropriate Hosts.

2. Create an Affinity Policy.

3. Use Blueprints to assign the VM categories.

Question 28

An administrator would like to configure Self-Service access to a new Oracle Cloud.

Where would the administrator accomplish this task?

Options:

A.

Marketplace

B.

Environments

C.

Projects

D.

Providers

Question 29

An administrator is tasked with creating a blueprint in Self-Service to deploy a multi-tier web application consisting of a front-end web server, a backend application server, and a database. The blueprint should allow end users to deploy the full stack with a single action.

Which step should the administrator take to ensure the blueprint supports this requirement?

Options:

A.

Create individual blueprints for each server tier and publish them separately as Marketplace items for users to deploy manually.

B.

Request users to upload ISO files and install each service manually after blueprint deployment.

C.

Use image services to manually create and deploy the VMs, then import them to a blueprint.

D.

Add all server tiers as separate services within a Multi-VM blueprint, define dependencies, and publish it to a Self-Service project.

Question 30

In which tab would a configured Credential Provider be added to a Self-Service-enabled Project?

Options:

A.

Users & Groups

B.

Policies

C.

Infrastructure

D.

Tunnels

Page: 1 / 10
Total 101 questions