Question # 1
Administrator has recently deployed an NC2 cluster on AWS in the North Virginia region in availability zone
us-east-id. The consuming IPS from a 10.78.2.0/24 range.
The AWS VPC has two available CIDR ranges:
10.78.0.0/16
10.19.101.0/24
The following subnet have been configured in the NC2 AWS VPC:

Which two subnet will show up in the Network configuration of the Prism Element Settings page? (Choose
two.) |
A. DR01
| B. L2stretch
| C. VDI
| D. DR02 |
A. DR01
B. L2stretch
Explanation:-
For the NC2 cluster deployed in the North Virginia region (us-east-id), consuming IPs from the
10.78.2.0/24 range, the subnets configured within the same CIDR range of 10.78.0.0/16 will be
recognized.
-
The subnetDR01 (10.78.2.0/24)is directly within the range of the deployed cluster.
-
The subnetL2stretch (10.19.101.0/24)is also configured in the NC2 AWS VPC, although not in the
immediate range of the cluster, it may show up due to broader network configurations for stretched L2
operations.
-
SubnetsVDI (10.78.130.0/22) and DR02 (10.79.120.0/24), although part of the same VPC, are not
directly within the immediate CIDR range or may not be recognized in this specific configuration
scenario.
Question # 2
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
| 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
| C. aCLI > net.de/ete_from_ip_blacklist 10.79.4.200 aCLI > net.defete_fromjp_blacklist 10.79.4.201
| D. Configure the AHV JPAM to use DHCP range 10.79.4.2 -10.79.4.253. |
A. aCLI > net.add_to_ip_bfacklist 10.79.4.200 aCLI > net.add_to_ip_blacklist 10.79.4.201
D. Configure the AHV JPAM to use DHCP range 10.79.4.2 -10.79.4.253.
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.
Question # 3
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 IP address used by the NC2 VM should be blocked /excluded from EC2.
| B. The Instance Metadata of the NC2 instance needs to have the address reserved.
| C. Assign an elastic IP to the EC2 instance and reboot.
| D. The IP address used by the EC2 instance should be blocked / excluded from IPAM. |
A. The IP address used by the NC2 VM should be blocked /excluded from EC2.
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.
Question # 4
Which two features or services can an administrator ensure are protected by cluster protect within an NC2
environment? (Choose two.) |
A. Flow Network Security
| B. VM Templates
| C. Nutanix Files
| D. Virtual Machine Disks |
C. Nutanix Files
D. Virtual Machine Disks
Explanation:
Within an NC2 environment, the Cluster Protect feature can ensure the protection of:
Nutanix Files: This provides file services within the Nutanix ecosystem, and Cluster Protect can
safeguard the data stored in Nutanix Files.
Virtual Machine Disks: This ensures that the data stored on virtual machine disks is protected,
providing backup and recovery options for the virtual machines running within the cluster.
Question # 5
Which service enables the monitoring of key metrics on various AWS services, inducing EC2, EBS, and VPC
for an NC2 cluster deployments? |
A. Amazon CloudWatch
| B. AWS CloudTrail
| C. AWS CloudFormation
| D. Amazon inspector |
A. Amazon CloudWatch
Question # 6
An administrator needs to understand which of the services implemented on their NC2 AWS deployment will
be protected with Cluster protect.
Which service of feature is Cluster Protect able to both protect and recover its associated metadata? |
A. Object
| B. VM templates
| C. Files
| D. Categories |
B. VM templates
C. Files
Explanation:
Cluster Protect in an NC2 environment can protect and recover the following services and their associated
metadata:
VM Templates: Ensures that templates used for creating virtual machines are backed up and
recoverable.
Files: Protects data stored in Nutanix Files, ensuring that file services are backed up and can be restored
as needed.
Question # 7
An organization wants to control network traffic at the individual User VM (UVM) subnet level.
Which action will help achieve this goal? |
A. Create a custom security group.
| B. Modify the default UVM security group.
| C. Modify the user management security group.
| D. Modify the internal management security group. |
A. Create a custom security group.
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.
Question # 8
An administrator has created an NC2 cluster on AWS, but the NC2 console has issued this alert:

Which two scenarios could have resulted in the cluster creation failure? (Choose two.) |
A. Bad Terraform (TF) state in provisioning
| B. Insufficient permissions
| C. No available AWS credits
| D. AWS Quota exceeded/instance limit exceeded |
B. Insufficient permissions
D. AWS Quota exceeded/instance limit exceeded
Explanation:
The error message in the image indicates that the cluster creation failed due to reaching the maximum retries
for provisioning cluster nodes. Here are two possible scenarios that could lead to this issue:
Insufficient Permissions (Answer B):
If the AWS user or role used to create the cluster does not have sufficient permissions, it can
result in failures during the provisioning process. Proper IAM policies must be attached to ensure
that the necessary actions can be performed, such as launching instances, creating VPCs, or
managing networking components.
AWS Quota Exceeded/Instance Limit Exceeded (Answer D):
AWS imposes quotas and limits on the number of instances and other resources that can be
created within an account. If these quotas are exceeded, new instances cannot be provisioned,
causing the cluster creation to fail. This can be resolved by requesting a quota increase from
AWS.
Get 75 Nutanix Certified Professional - Cloud Integration - AWS (NCP-CI-AWS 6.7) questions Access in less then $0.12 per day.
Nutanix Bundle 1: 1 Month PDF Access For All Nutanix Exams with Updates $200
$800
Buy Bundle 1
Nutanix Bundle 2: 3 Months PDF Access For All Nutanix Exams with Updates $300
$1200
Buy Bundle 2
Nutanix Bundle 3: 6 Months PDF Access For All Nutanix Exams with Updates $450
$1800
Buy Bundle 3
Nutanix Bundle 4: 12 Months PDF Access For All Nutanix Exams with Updates $600
$2400
Buy Bundle 4
Disclaimer: Fair Usage Policy - Daily 5 Downloads
Nutanix Certified Professional - Cloud Integration - AWS (NCP-CI-AWS 6.7) Test Dumps
Exam Code: NCP-CI-AWS
Exam Name: Nutanix Certified Professional - Cloud Integration - AWS (NCP-CI-AWS 6.7)
- 90 Days Free Updates
- Nutanix Experts Verified Answers
- Printable PDF File Format
- NCP-CI-AWS Exam Passing Assurance
Get 100% Real NCP-CI-AWS Exam Dumps With Verified Answers As Seen in the Real Exam. Nutanix Certified Professional - Cloud Integration - AWS (NCP-CI-AWS 6.7) Exam Questions are Updated Frequently and Reviewed by Industry TOP Experts for Passing Nutanix Certified Professional (NCP) Exam Quickly and Hassle Free.
Nutanix NCP-CI-AWS Test Dumps
Struggling with Nutanix Certified Professional - Cloud Integration - AWS (NCP-CI-AWS 6.7) preparation? Get the edge you need! Our carefully created NCP-CI-AWS test dumps give you the confidence to pass the exam. We offer:
1. Up-to-date Nutanix Certified Professional (NCP) practice questions: Stay current with the latest exam content.
2. PDF and test engine formats: Choose the study tools that work best for you. 3. Realistic Nutanix NCP-CI-AWS practice exam: Simulate the real exam experience and boost your readiness.
Pass your Nutanix Certified Professional (NCP) exam with ease. Try our study materials today!
Prepare your Nutanix Certified Professional (NCP) exam with confidence!We provide top-quality NCP-CI-AWS exam dumps materials that are:
1. Accurate and up-to-date: Reflect the latest Nutanix exam changes and ensure you are studying the right content.
2. Comprehensive Cover all exam topics so you do not need to rely on multiple sources.
3. Convenient formats: Choose between PDF files and online Nutanix Certified Professional - Cloud Integration - AWS (NCP-CI-AWS 6.7) practice questions for easy studying on any device.
Do not waste time on unreliable NCP-CI-AWS practice test. Choose our proven Nutanix Certified Professional (NCP) study materials and pass with flying colors. Try Dumps4free Nutanix Certified Professional - Cloud Integration - AWS (NCP-CI-AWS 6.7) 2024 material today!
-
Assurance
Nutanix Certified Professional - Cloud Integration - AWS (NCP-CI-AWS 6.7) practice exam has been updated to reflect the most recent questions from the Nutanix NCP-CI-AWS Exam.
-
Demo
Try before you buy! Get a free demo of our Nutanix Certified Professional (NCP) exam dumps and see the quality for yourself. Need help? Chat with our support team.
-
Validity
Our Nutanix NCP-CI-AWS PDF contains expert-verified questions and answers, ensuring you're studying the most accurate and relevant material.
-
Success
Achieve NCP-CI-AWS success! Our Nutanix Certified Professional - Cloud Integration - AWS (NCP-CI-AWS 6.7) exam questions give you the preparation edge.
If you have any question then contact our customer support at live chat or email us at support@dumps4free.com.
|