New Year Sale - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

NCP-MCA Questions and Answers

Question # 6

An administrator wants to use a Self-Service blueprint to provision VMs and configure network settings in a single step. However, the administrator finds that provisioning frequently fails due to misconfigured network parameters.

What is the best way to optimize this blueprint?

A.

Split steps into smaller tasks for more efficient auditing.

B.

Add retry logic to the network configuration step to mask the failure.

C.

Disable error logging to prevent alerts being triggered.

D.

Add time delays after each config item in the network configuration step.

Full Access
Question # 7

As part of a security review, a blueprint developer has observed that sensitive information is being exposed through the Application Audit Logs, specifically in the output of Set-Variable tasks.

What step should the developer take?

A.

When setting the variable in the task, use the form =secret=.

B.

Blueprints should not be used to handle sensitive information.

C.

Variables should be created as secret variables so the value is masked in the output.

D.

Use the built-in @@{jsonEncode(value)}@@ macro to store the value encrypted.

Full Access
Question # 8

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?

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.

Full Access
Question # 9

An administrator wants to ensure that a newly-built VM is moved to the proper Active Directory OU right after provisioning, but before the VM is powered on.

What task stage should this process be added to in the blueprint?

A.

Post-delete

B.

Pre-create

C.

Pre-delete

D.

Post-create

Full Access
Question # 10

What are capabilities of Projects in Self-Service?

A.

Grouping users and managing role-based access

B.

Monitoring Prism Central hardware alerts

C.

Automating VM migrations across clusters and providers

D.

Assigning blueprints and runbooks to clusters

Full Access
Question # 11

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?

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.

Full Access
Question # 12

Which common network element is required for creating an AWS Self-Service Account?

A.

NTP

B.

DNS

C.

SNMP

D.

FQDN

Full Access
Question # 13

What does the Playbook Alert Trigger do?

A.

Generates a Playbook alert at a specified time interval

B.

Inform the administrator if an instance of a Playbook has failed

C.

Alerts the administrator if a Playbook is triggered

D.

Selects an alert which, if generated, will start the Playbook

Full Access
Question # 14

What will a Quota Policy monitor and enforce?

A.

Self-Service Application and Replication

B.

VM Power state, NIC count, IOPs

C.

VM vCPU, Memory, Disk size

D.

Self-Service Blueprint and Runbook count

Full Access
Question # 15

What are the proper steps to create a Playbook?

A.

1. Access Self Service

2. Create the playbook

3. Select the playbook action

4. Select the playbook trigger(s)

5. Save & Close

B.

1. Access Self Service

2. Create the playbook

3. Select the playbook trigger

4. Select the playbook action(s)

5. Save & Close

C.

1. Access Intelligent Operations

2. Create the playbook

3. Select the playbook action

4. Select the playbook trigger(s)

5. Save & Close

D.

1. Access Intelligent Operations

2. Create the playbook

3. Select the playbook trigger

4. Select the playbook action(s)

5. Save & Close

Full Access
Question # 16

An administrator has created a Runbook to periodically reboot virtual machines and update their credentials. However, when executing the Runbook, the administrator notices that the credential-setting process consistently fails.

What tasks should the administrator include in the Runbook to meet this objective?

A.

VM restart, Add Delay, Add new credential

B.

HTTP task, VM power on, create Replica

C.

VM Power off, error handling, while loop

D.

Pre-Create, VM power cycle, Set Endpoint

Full Access
Question # 17

Which item must be created to run PowerShell or Shell tasks in a Runbook?

A.

Endpoint

B.

Project

C.

Macro

D.

Quota

Full Access
Question # 18

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?

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.

Full Access
Question # 19

Which is a supported Entity in a macro syntax?

A.

Playbook

B.

API Call

C.

Kubernetes

D.

Service

Full Access
Question # 20

An automation developer has been tasked with creating a Self-Service blueprint to deploy a Windows Server VM for testing purposes. This blueprint will be called frequently by QA Testing pipelines and will need to easily deploy the requested VMs with discrete names across all of the deployment runs.

What should the developer enter in the VM Name field in the Blueprint to make sure there are no naming collisions at deployment time?

A.

WNSRV@@{calm_random}@@

B.

WNSRV0001

C.

WNSRV@@{calm_unique}@@

D.

WNSRV@@{calm_random}@@@@{calm_random}@@

Full Access
Question # 21

Within an HTTP task, which configuration allows Self-Service to retry a failed task?

A.

Retry Interval

B.

Timeout Interval

C.

Retry Count

D.

Approval Policy

Full Access
Question # 22

Which setting allows users to securely access HTTP endpoints in Self-Service?

A.

Enable SSH

B.

Enable Prism Central Proxy

C.

Use Static IP

D.

Verify TLS Certificate

Full Access
Question # 23

What is a category?

A.

A database for all the created VMs

B.

A grouping of VMs according to capacities

C.

A database grouped by the type of entities

D.

A grouping of entities into key-value pairs

Full Access
Question # 24

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?

A.

post-delete

B.

post-create

C.

package-install

D.

pre-create

Full Access
Question # 25

An administrator reports that a Project's applications are being deployed across multiple cloud providers.

The cloud provider was intended to only be AWS.

What is the most likely cause?

A.

Project Account password has changed and must be updated.

B.

Project policy is misconfigured, indicating it is not working as designed.

C.

Project role has access to multiple providers, overriding blueprint scope.

D.

Project construct and blueprints are using multiple providers.

Full Access
Question # 26

Which Self-Service capability allows for Infrastructure-as-Code (IaC)?

A.

Application Development and Modernization

B.

Unified Multi-Cloud Orchestration

C.

Marketplace and Application Management

D.

Self-Service Domain-Specific Language

Full Access
Question # 27

An administrator wants to categorize cloud resources for cost allocation, reporting, and compliance.

Which feature should the administrator use to categorize cloud resources to support this goal?

A.

Policies

B.

Labels

C.

Blueprints

D.

Categories

Full Access
Question # 28

Which tool provides a graphic visual representation of a Blueprint?

A.

Blueprint Showback

B.

Blueprint Configuration

C.

Blueprint Editor

D.

Blueprint Macros

Full Access
Question # 29

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

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

Full Access
Question # 30

An administrator's environment has a complex Sysprep script that must be applied to all new VMs.

Which feature could be used to accomplish this?

A.

Scheduler Policies

B.

Clone from Image Service

C.

Guest Customization

D.

Quota Management

Full Access