ExamGecko
Home Home / Nutanix / NCP-CI-AWS

Nutanix NCP-CI-AWS Practice Test - Questions Answers, Page 5

Question list
Search
Search

List of questions

Search

Related questions











An administrator has deployed an NC2 cluster on AWS to an existing environment for VDI.

Afterwards, the corporate security teams direct the administrator to reuse an existing AWS subnet, 10.79.4.0/24 that has two EC2 instances: EC2-1 (10.79.4.200) and EC2-2 (10.79.4.201). The security team indicates that this directive is to avoid overlap with the AHV IPAM.

Which two configuration actions should the administrator take to ensure there are no configuration issues? (Choose two.)

A.
aCLI > net.add_to_ip_bfacklist 10.79.4.200 aCLI > net.add_to_ip_blacklist 10.79.4.201
A.
aCLI > net.add_to_ip_bfacklist 10.79.4.200 aCLI > net.add_to_ip_blacklist 10.79.4.201
Answers
B.
Deploy two VMs on the NC2 cluster and assign 10.79.4.200 and 10.79.4.201 as the assigned IPs in Prism Element
B.
Deploy two VMs on the NC2 cluster and assign 10.79.4.200 and 10.79.4.201 as the assigned IPs in Prism Element
Answers
C.
aCLI > net.de/ete_from_ip_blacklist 10.79.4.200 aCLI > net.defete_fromjp_blacklist 10.79.4.201
C.
aCLI > net.de/ete_from_ip_blacklist 10.79.4.200 aCLI > net.defete_fromjp_blacklist 10.79.4.201
Answers
D.
Configure the AHV JPAM to use DHCP range 10.79.4.2 -10.79.4.253.
D.
Configure the AHV JPAM to use DHCP range 10.79.4.2 -10.79.4.253.
Answers
Suggested answer: A, D

Explanation:

To avoid IP address conflicts and ensure there are no configuration issues when reusing an existing AWS subnet, the administrator should take the following actions:

aCLI > net.add_to_ip_blacklist 10.79.4.200 aCLI > net.add_to_ip_blacklist 10.79.4.201 (Answer A):

This command adds the specified IP addresses to the blacklist, preventing AHV IPAM from assigning these addresses to any VMs. This ensures that the existing EC2 instances with IPs 10.79.4.200 and 10.79.4.201 are not allocated to other VMs in the NC2 cluster.

Configure the AHV IPAM to use DHCP range 10.79.4.2 -10.79.4.253 (Answer D):

By configuring the AHV IPAM to use a specific DHCP range, you ensure that the IP addresses assigned to the EC2 instances (10.79.4.200 and 10.79.4.201) are not included in the DHCP pool. This prevents IP address conflicts within the subnet.

Nutanix aCLI Reference

Nutanix NC2 on AWS Documentation

AWS VPC and Subnet Basics

Which two statements are the most accurate regarding Cluster Protect? (Choose two.)

A.
An AWS subnet can be shared by VMs, Prism Central, and Multicloud Snapshort Technology (MST).
A.
An AWS subnet can be shared by VMs, Prism Central, and Multicloud Snapshort Technology (MST).
Answers
B.
Nutanix Guest Tools (NGT) is not required to be installed on User VMs.
B.
Nutanix Guest Tools (NGT) is not required to be installed on User VMs.
Answers
C.
The dusters that are to be protected must be registered with the same instance of Prism Central.
C.
The dusters that are to be protected must be registered with the same instance of Prism Central.
Answers
D.
The Cluster Protect feature requires AOS version 6.7 or higher.
D.
The Cluster Protect feature requires AOS version 6.7 or higher.
Answers
Suggested answer: C, D

Explanation:

The clusters that are to be protected must be registered with the same instance of Prism Central (Answer C):

For Cluster Protect to function correctly, all clusters intended for protection must be registered under the same Prism Central instance. This ensures consistent management and coordination of protection policies and operations across clusters.

The Cluster Protect feature requires AOS version 6.7 or higher (Answer D):

Cluster Protect is a feature that is available starting from AOS version 6.7. To utilize this feature, ensure that the Nutanix clusters are running this version or a newer one.

Nutanix Cluster Protection Documentation

Nutanix AOS Release Notes

Exhibit.

What action is taken against the Condemned node shown in the exhibit?

A.
The node has a power reset sent to it.
A.
The node has a power reset sent to it.
Answers
B.
The node is restarted.
B.
The node is restarted.
Answers
C.
The node is powered off.
C.
The node is powered off.
Answers
D.
The node Is automatically replaced.
D.
The node Is automatically replaced.
Answers
Suggested answer: A

Explanation:

When a node is marked as 'Condemned,' it indicates that the system has determined that the node is no longer reliable for operations. As part of the automated recovery and protection process, the following action is typically taken:

The node has a power reset sent to it (Answer A):

In most cases, a condemned node undergoes a power reset as an initial recovery attempt. This action attempts to reboot the node to bring it back to a healthy state. If the reset fails, further manual or automated steps may be required to address the hardware or software issue.

Nutanix Cluster Management Documentation

Nutanix Support Knowledge Base

An administrator is tasked with providing VMs outbound internet connectivity in AWS.

Which components would the administrator need to create in the VPC to achieve this?

A.
Public Subnet NAT Gateway, Public EIP, Route Table
A.
Public Subnet NAT Gateway, Public EIP, Route Table
Answers
B.
Private Subnet NAT Gateway, Public EIP, Route Table
B.
Private Subnet NAT Gateway, Public EIP, Route Table
Answers
C.
Private Subnet Flow Gateway, Public EIP, Route Table
C.
Private Subnet Flow Gateway, Public EIP, Route Table
Answers
D.
Public Subnet Flow Gateway, Public EIP, Route Table
D.
Public Subnet Flow Gateway, Public EIP, Route Table
Answers
Suggested answer: B

Explanation:

To provide VMs with outbound internet connectivity in AWS using a private subnet, the administrator needs to create the following components in the VPC:

Private Subnet: A private subnet is required to house the VMs that need outbound internet access but do not require direct inbound access from the internet.

NAT Gateway: A NAT (Network Address Translation) Gateway is necessary to allow instances in the private subnet to connect to the internet or other AWS services while preventing the internet from initiating a connection with those instances.

Public EIP (Elastic IP Address): An EIP is associated with the NAT Gateway to provide a persistent public IP address that allows outbound internet traffic from the private subnet to be routed correctly.

Route Table: A route table is configured to route traffic from the private subnet to the NAT Gateway for outbound internet access.

AWS NAT Gateway Documentation

AWS VPC Subnet Basics

An administrator needs to backup Prism Central configuration data to an Amazon S3 bucket.

Which pcdr-cli command parameters is needed to satisfy this task?

A.
deployment-info
A.
deployment-info
Answers
B.
protect
B.
protect
Answers
C.
list-protection-targets
C.
list-protection-targets
Answers
D.
recover
D.
recover
Answers
Suggested answer: B

Explanation:

To backup Prism Central configuration data to an Amazon S3 bucket, the pcdr-cli command with the protect parameter is used. This parameter is specifically designed for creating protection policies and backing up Prism Central data.

Nutanix Prism Central Documentation

Nutanix pcdr-cli Command Reference

An administrator has been tasked with deploying a new production NC2 cluster on AWS and is studying the deployment..

AWS supports EC2 bare-metal instances in regions with at least how many partitions?

A.
1
A.
1
Answers
B.
3
B.
3
Answers
C.
5
C.
5
Answers
D.
6
D.
6
Answers
Suggested answer: B

Explanation:

AWS supports EC2 bare-metal instances in regions with at least 3 partitions. Partitions in AWS provide high availability and fault tolerance by distributing instances across different hardware to minimize the impact of hardware failures.

AWS EC2 Bare Metal Instances Documentation

AWS Regions and Availability Zones

An administrator is seeking help with an ongoing NC2 issue. After reaching out to Nutanix support, the administrator is introduced to NC2 specialist who can help troubleshoot the problem.

A.
Ensure the specialist is assigned the RBAC role with proper permissions.
A.
Ensure the specialist is assigned the RBAC role with proper permissions.
Answers
B.
Add the specialist as an admin user to the organizations.
B.
Add the specialist as an admin user to the organizations.
Answers
C.
Confirm the Support Authorization on the organization is set to Full Access.
C.
Confirm the Support Authorization on the organization is set to Full Access.
Answers
D.
Provide the specialist with the administrator's login credentials.
D.
Provide the specialist with the administrator's login credentials.
Answers
Suggested answer: A, C

Explanation:

Ensure the specialist is assigned the RBAC role with proper permissions (Answer A):

Role-Based Access Control (RBAC) ensures that the specialist has the necessary permissions to troubleshoot and manage the NC2 environment. This avoids unnecessary privilege escalations and maintains security.

Confirm the Support Authorization on the organization is set to Full Access (Answer C):

Setting the Support Authorization to Full Access allows the Nutanix support specialist to have the required access to investigate and resolve issues in the environment. This is essential for effective troubleshooting.

Nutanix RBAC Documentation

Nutanix Support Access Guide

A company needs to create virtual interfaces directly to public AWS S3 services. The company also wants to bypass any internet service providers in the network path.

Which method will best satisfy this requirement?

A.
VPN
A.
VPN
Answers
B.
Bastion Host
B.
Bastion Host
Answers
C.
SSH
C.
SSH
Answers
D.
Direct Connect
D.
Direct Connect
Answers
Suggested answer: D

Explanation:

AWS Direct Connect allows companies to create private, dedicated connections between their data centers and AWS. This bypasses the internet and provides a more reliable and faster network connection directly to AWS services, including S3.

AWS Direct Connect Documentation

AWS S3 Access over Direct Connect

Regarding a cloud cluster, which two upgrades can be performed using LCM? (Choose two.)

A.
AHV
A.
AHV
Answers
B.
NBA
B.
NBA
Answers
C.
BIOS
C.
BIOS
Answers
D.
NCC
D.
NCC
Answers
Suggested answer: A, C

Explanation:

AHV (Answer A):

AHV (Acropolis Hypervisor) can be upgraded using Lifecycle Manager (LCM). LCM simplifies the upgrade process and ensures that all components are updated in a coordinated manner.

BIOS (Answer C):

BIOS upgrades can also be performed using LCM. This helps in maintaining hardware compatibility and performance by ensuring that the latest firmware is installed.

Nutanix Lifecycle Manager (LCM) Documentation

Nutanix AHV Upgrade Guide

Nutanix BIOS Upgrade Documentation

If an administrator deploys an NC2 cluster using an existing AWS network, in which type of subnet should the administrator deploy the NAT Gateway?

A.
Isolated subnet
A.
Isolated subnet
Answers
B.
Private subnet
B.
Private subnet
Answers
C.
VPN-only subnet
C.
VPN-only subnet
Answers
D.
Public subnet
D.
Public subnet
Answers
Suggested answer: D

Explanation:

To deploy an NC2 cluster using an existing AWS network, the NAT Gateway should be placed in a public subnet. A public subnet is one that has a route to an Internet Gateway, allowing the NAT Gateway to provide outbound internet access for resources in private subnets. The NAT Gateway is used to enable instances in private subnets to access the internet while keeping them secure by not exposing them directly to the public internet.

Nutanix Cloud Clusters (NC2) on AWS Documentation

Total 75 questions
Go to page: of 8