Real NCP-CI-AWS Dumps - Nutanix Correct Answers updated on 2026 [Q30-Q47]

Share

Use Real NCP-CI-AWS Dumps - Nutanix Correct Answers updated on 2026

Nutanix Certified Professional NCP-CI-AWS Exam Practice Dumps


Nutanix NCP-CI-AWS Exam Syllabus Topics:

TopicDetails
Topic 1
  • Configuring an NC2 on AWS Environment: This section examines your proficiency in setting up cloud networking and security measures, as well as addressing connectivity issues.
Topic 2
  • Deploying an NC2 on AWS Environment: This portion assesses your knowledge of cloud cluster deployment, cloud provider network configuration, and your skills in addressing cluster deployment challenges.
Topic 3
  • Managing an NC2 on AWS Environment: This exam component tests your understanding of node and cluster management tasks, along with your ability to oversee cluster and cloud resource health.
Topic 4
  • Prepare the AWS cloud environment: This exam segment evaluates your ability to set up the AWS cloud environment, initiate NC2 service subscription, establish implementation criteria, and recognize networking prerequisites.

 

NEW QUESTION # 30
Which entity should be contacted for cloud hardware supported (EC2 instances, VPC, etc) related to NC2?

  • A. Partner
  • B. Internal IT Operations team
  • C. Nutanix
  • D. Public Cloud Vendor

Answer: D

Explanation:
For issues related to cloud hardware support such as EC2 instances, VPC, etc., the public cloud vendor (AWS in this case) should be contacted. AWS provides support and documentation for their infrastructure and services, ensuring that users can get assistance for any hardware or cloud-specific queries.
Reference:
Nutanix Support & Insights


NEW QUESTION # 31
How many Amazon Elastic Block Store(EBS) volumes are attached to each node within an AWS NC2 cluster upon creation.

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

Answer: B

Explanation:
Upon creation, each node within an AWS NC2 cluster has 3 Amazon Elastic Block Store (EBS) volumes attached.
These volumes are used for different purposes, such as operating system storage, Nutanix services, and user data storage.
The number of EBS volumes is designed to ensure adequate storage performance and capacity for the NC2 cluster's operations and workload demands.
Reference:
Refer to the Nutanix documentation on NC2 cluster setup and AWS EBS volume configurations to confirm the details on the number and purpose of EBS volumes attached to each node.


NEW QUESTION # 32
What are the supported NC2 on AWS instance types?

  • A. i4i.4xlarge, i3.8xlarge, i7ie.2xlarge
  • B. i7ie.24xlarge, i4i.32xlarge, i3.12xlarge
  • C. i3.metal, i3en.metal, i4i.metal
  • D. i3.metal, t2.micro, g4dn.xlarge, M5d.medium

Answer: C


NEW QUESTION # 33
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.de/ete_from_ip_blacklist 10.79.4.200 aCLI > net.defete_fromjp_blacklist 10.79.4.201
  • B. aCLI > net.add_to_ip_bfacklist 10.79.4.200 aCLI > net.add_to_ip_blacklist 10.79.4.201
  • C. Configure the AHV JPAM to use DHCP range 10.79.4.2 -10.79.4.253.
  • D. 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

Answer: B,C

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.
Reference:
Nutanix aCLI Reference
Nutanix NC2 on AWS Documentation
AWS VPC and Subnet Basics


NEW QUESTION # 34
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. Private subnet
  • B. Public subnet
  • C. VPN-only subnet
  • D. Isolated subnet

Answer: B

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.
Reference:
Nutanix Cloud Clusters (NC2) on AWS Documentation


NEW QUESTION # 35
An administrator is deploying a new NC2 cluster on AWS and needs to ensure full connectivity is established between the company's on-premises datacenter and the AWS cloud.
Which two AWS offering will satisfy this requirement? (Choose two.)

  • A. Dedicated interconnect
  • B. ExpressRoute
  • C. Direct Connect
  • D. AWS VPN

Answer: C,D

Explanation:
To establish full connectivity between the company's on-premises datacenter and the AWS cloud, the following AWS offerings will satisfy this requirement:
AWS VPN: This service allows you to create a secure connection between your on-premises network or other remote network and your AWS VPC using an IPsec VPN tunnel. It is suitable for low to moderate bandwidth requirements and provides secure, encrypted connections.
Direct Connect: AWS Direct Connect is a dedicated network connection from your premises to AWS. It provides a private, high-bandwidth, low-latency connection which is ideal for high-throughput applications and workloads that need consistent network performance.
Reference:
AWS VPN Documentation
AWS Direct Connect Documentation


NEW QUESTION # 36
An administrator needs to create user VM subnets for multiple NC2 clusters in AWS.
What would be the best approach to take?

  • A. Create guest-VM VNets for each cluster.
  • B. Create guest-VM subnets for each cluster.
  • C. Use the cluster management subnet dedicated to each cluster.
  • D. Create guest-VM subnets to be shared by all clusters.

Answer: B

Explanation:
When creating user VM subnets for multiple NC2 clusters in AWS, the best approach is to create guest-VM subnets for each cluster. This ensures that each cluster has its own dedicated subnets, which simplifies network management and avoids potential IP conflicts.
Advantages of Dedicated Subnets:
Isolation: Each cluster operates in its own subnet, providing better isolation and security.
Management: Easier to manage and troubleshoot network issues when each cluster has its own subnets.
Scalability: More scalable as each subnet can be managed and expanded independently.
Steps to Create Guest-VM Subnets:
Identify the IP range for each subnet.
In the AWS VPC console, create a new subnet for each cluster using the identified IP ranges.
Associate the new subnets with the respective clusters during or after the cluster deployment process.
Why Not Shared Subnets:
Shared subnets could lead to IP conflicts and make network management more complex, especially as the number of clusters grows.
Reference:
Nutanix Cloud Clusters on AWS Administration Guide
AWS VPC Subnet Creation Documentation


NEW QUESTION # 37
An administrator has noticed the company's NC2 free trial expired 60 days ago.
What should the administrator do to continue using all of the NC2 features on existing clusters?

  • A. Nothing. The clusters will have full feature support.
  • B. Switch to a paid subscription plan.
  • C. Contact Nutanix support to redeploy the cluster.
  • D. Contact the AWS cloud vendor.

Answer: B


NEW QUESTION # 38
An organization wants to control network traffic at the individual User VM (UVM) subnet level.
Which action will help achieve this goal?

  • A. Modify the internal management security group.
  • B. Create a custom security group.
  • C. Modify the user management security group.
  • D. Modify the default UVM security group.

Answer: B

Explanation:
To control network traffic at the individual User VM (UVM) subnet level, creating a custom security group is the appropriate action. This approach allows for fine-grained control over inbound and outbound traffic rules that can be applied to specific subnets or individual instances within those subnets.
Custom Security Group:
Custom security groups enable administrators to define specific traffic rules tailored to the needs of individual subnets or VMs. This includes specifying allowed IP ranges, ports, and protocols.
By applying these custom security groups to the UVMs, the organization can control access and enhance security according to their policies and requirements.
Steps to Create a Custom Security Group:
Navigate to the AWS Management Console and go to the VPC service.
Select "Security Groups" under the "Security" section.
Click on "Create Security Group" and define the name, description, and VPC.
Add inbound and outbound rules according to the desired traffic control policies.
Attach the custom security group to the UVMs or subnets in question.
Reference:
Nutanix Cloud Clusters on AWS Administration Guide
AWS Security Group Documentation
Nutanix Best Practices for Security Groups


NEW QUESTION # 39
A company has a large scale AWS deployment and has just finished installing their first NC2 on AWS cluster. The new cluster is now running workloads in production.
The cluster is configured with:
* 16 Nodes
* 8 Subnets
* 200 User VMs per subnet
* Nutanix Files
An administrator has been tasked with installing an EC2 instance on one of the subnets that is also used by the Nutanix, When the EC2 instance is powered on, an IP conflict occurs.
What action should the administrator take to resolve this issue?

  • A. The Instance Metadata of the NC2 instance needs to have the address reserved.
  • B. The IP address used by the EC2 instance should be blocked / excluded from IPAM.
  • C. The IP address used by the NC2 VM should be blocked /excluded from EC2.
  • D. Assign an elastic IP to the EC2 instance and reboot.

Answer: C

Explanation:
To resolve the IP conflict issue when an EC2 instance is powered on in a subnet also used by Nutanix NC2, the administrator should block or exclude the IP address used by the NC2 VM from being assigned to EC2 instances. This can be done by configuring the IP address management (IPAM) settings to ensure that the specific IP addresses allocated to the NC2 VMs are not used by EC2 instances, preventing IP conflicts and ensuring smooth operation of both environments.
Reference:
Nutanix Cloud Clusters on AWS Deployment Guide
Nutanix Support & Insights


NEW QUESTION # 40
Which statement is true regarding AWS account requirements?

  • A. An AWS root user can be used for any deployment or operations related to NC2.
  • B. IAMFullAccess permission gets configuration details for supported AWS resources.
  • C. AWSCloudFormationFullAccess role is required to create a CloudFormation stack.
  • D. NC2 on AWS uses AWS Secrets Manager for maintaining any stored secrets.

Answer: C

Explanation:
To create a CloudFormation stack, the AWSCloudFormationFullAccess role is required.
This role grants the necessary permissions to create, update, and delete CloudFormation stacks, which are essential for deploying and managing AWS infrastructure using CloudFormation templates.
CloudFormation stacks are often used to automate the deployment of complex infrastructures, including those required for NC2 on AWS.
Proper permissions ensure that the deployment process is seamless and adheres to the security and operational policies of the organization.
Reference:
Refer to the AWS IAM documentation for details on the AWSCloudFormationFullAccess role and Nutanix documentation on prerequisites for deploying NC2 on AWS.


NEW QUESTION # 41
An administrator plans to reserve Nutanix licenses for NC2 consumption.
Which two statements are correct? (Choose two.)

  • A. Capacity reserved from a license can cover usage for all NC2 clusters associated with that workspace.
  • B. A reserved license can be unreserved and used it for an on-premises cluster by updating the reserved capacity of that license to zero.
  • C. The license reservation must be deleted when terminating or hibernating an NC2 cluster.
  • D. If one NC2 cluster is terminated and another NC2 cluster is created, the reserved capacity must be manually used to cover the new cluster's usage.

Answer: A,B


NEW QUESTION # 42
An administrator has deployed NC2 on AWS. The cluster deployment completed successfully.
After deployment, the administrator created a subnet in AWS, added it as a network in Prism Element, deployed Prism Central using the newly-configured network, and registered the cloud cluster with it.
The on-premises network and AWS are connected via a Site-to-Site VPN. Cluster nodes, CVM, and Prism Central can communicate with each other, but cannot be accessed from the on-premises network.
What two issues might be the cause of this problem? (Choose two.)

  • A. The AWS VPC traffic is blocked by a firewall in the on-premises network.
  • B. The AHV firewall is blocking traffic from the on-premises network.
  • C. Traffic from the on-premises network is not permitted by VM and Management security groups.
  • D. AWS Direct Connect must be used to establish connection between AWS and on-premises

Answer: A,C

Explanation:
Traffic from the on-premises network is not permitted by VM and Management security groups:
Ensure that the security groups assigned to the VMs and management interfaces in AWS allow inbound traffic from the on-premises network. Without appropriate security group rules, the traffic will be blocked.
The AWS VPC traffic is blocked by a firewall in the on-premises network:
Check if the firewall on the on-premises network is configured to allow traffic from the AWS VPC. Firewalls may have restrictive rules that block incoming traffic, preventing communication.
Reference:
Refer to AWS documentation on security groups and firewalls and Nutanix documentation on configuring networking for NC2 clusters.


NEW QUESTION # 43
To manually create an AWS VPC with Public access to Prism Element for testing purposes, Which components must be created?

  • A. VPC, Delegated Subnets, Route Tables, NAT Gateway, vNets, Load balancer
  • B. VPC Subnets Route subnets, Route Tables, NAT Gateway, Internet Gateway, VPN
  • C. VPC Subnets Route Tables NAT Gateway, Internet Gateway, Load balancer
  • D. VPC, Delegated Subnets, Route Tables, NAT Gateway, Internet Gateway, Load balancer

Answer: D

Explanation:
To manually create an AWS VPC with Public access to Prism Element for testing purposes, the following components must be created:
VPC: A Virtual Private Cloud to provide an isolated network for the resources.
Delegated Subnets: Subnets within the VPC to segment the network and allocate IP ranges.
Route Tables: To define routing rules for the subnets to ensure proper traffic flow.
NAT Gateway: To enable instances in the private subnets to access the internet.
Internet Gateway: To allow direct internet access to instances in the public subnets.
Load Balancer: To distribute traffic across multiple instances for improved availability and redundancy.
Reference:
Refer to the AWS documentation on VPC creation and Nutanix documentation on network setup for Prism Element access.


NEW QUESTION # 44
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. 0
  • B. 1
  • C. 2
  • D. 3

Answer: A

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.
Reference:
AWS EC2 Bare Metal Instances Documentation
AWS Regions and Availability Zones


NEW QUESTION # 45
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
  • B. Private Subnet Flow Gateway, Public EIP, Route Table
  • C. Private Subnet NAT Gateway, Public EIP, Route Table
  • D. Public Subnet Flow Gateway, Public EIP, Route Table

Answer: C

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.
Reference:
AWS NAT Gateway Documentation
AWS VPC Subnet Basics


NEW QUESTION # 46
Which NC2 user role will allow full access to clusters created within an organization?

  • A. Cluster Administrator
  • B. Cluster Super Admin
  • C. Organization Security Administrator
  • D. Organization Administrator

Answer: D

Explanation:
In Nutanix Cloud Integration with AWS, specifically version 6.7, the role that allows full access to clusters created within an organization is the Organization Administrator.
The Organization Administrator role has the highest level of privileges within an organization, enabling the user to manage all aspects of the clusters, including creation, modification, and deletion.
This role is designed to oversee and control the entire organization's resources, ensuring comprehensive management capabilities over all clusters and associated resources.
Reference:
Refer to the Nutanix documentation on roles and permissions for NC2 on AWS for further details.


NEW QUESTION # 47
......

Get ready to pass the NCP-CI-AWS Exam right now using our Nutanix Certified Professional Exam Package: https://www.certkingdompdf.com/NCP-CI-AWS-latest-certkingdom-dumps.html

NCP-CI-AWS Premium Files Test pdf - Free Dumps Collection: https://drive.google.com/open?id=13SlB0O89rRNlzFmYpnMX74H3MRlLQOqq