NCP-CI-AWS Practice Test Questions

74 Questions


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


B. Bastion Host


C. SSH


D. Direct Connect





D.
  Direct Connect

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.

An administrator needs the permissions to create and manage multiple organizations and clusters in NC2, as well as manage user access for the entire company. What role should be assigned to meet the minimum requirements of this task?


A. Organization Administrator


B. Customer Administrator


C. Customer Security Administrator


D. Cluster Administrator





B.
  Customer Administrator

Explanation:
The role of "Customer Administrator" in Nutanix Cloud Integration with AWS (NC2) is designed to meet the requirements of creating and managing multiple organizations and clusters, as well as managing user access for the entire company.

Roles and Permissions:

  • Customer Administrator: This role has the broadest set of permissions, allowing the user to create and manage organizations, clusters, and user access across the entire company. It encompasses administrative control over multiple aspects of the NC2 environment.

Capabilities:
  • Organization Management: Ability to create and manage multiple organizations.
  • Cluster Management: Full control over creating, configuring, and managing clusters.
  • User Access Management: Manage user roles and permissions, ensuring that the right individuals have access to the necessary resources.

Why Not Other Roles:
  • Organization Administrator: Limited to managing organizations but not clusters and user access at the company level.
  • Customer Security Administrator: Focuses on security aspects, lacking broader administrative capabilities.
  • Cluster Administrator: Limited to managing clusters without the ability to manage organizations and user access comprehensively.

An administrator planned to create a new NC2 cluster and chose the existing AWS VPC infrastructure in the workflow. The administrator need two private subnets to complete the configuration.
What are these two private subnets used for..


A. For user VMs and cluster management


B. For Prism Element and Prism Central management


C. For DNS and NTP management


D. For private NAT and Elastic IP management





A.
  For user VMs and cluster management

Explanation:
The requirement for two private subnets in the NC2 cluster configuration workflow serves the same purposes:

  • One subnet is designated for user VMs, ensuring user workloads are separated from management operations.
  • The other subnet is designated for cluster management, maintaining the integrity and security of management processes and internal communications.

Exhibit.

What does the exhibit indicate?


A. No ongoing replication


B. Ongoing replication


C. Replication in paused state


D. Replication in error state





A.
  No ongoing replication

Explanation:
The exhibit indicates a replication operation with specific details about the protection domain, remote site, and snapshot. Key points to note are:

  • Bytes Completed: 0 bytes completed.
  • Complete Percent: 0.0%
  • Paused: false
  • Aborted: false

Given these details:
No ongoing replication: The operation has started, but there is no progress in terms of bytes completed or percentage completed. Since the status shows 0 bytes and 0 percent completed, it indicates that no data has been replicated yet.

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


A. Partner


B. Public Cloud Vendor


C. Internal IT Operations team


D. Nutanix





B.
  Public Cloud Vendor

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.

In which two ways should an NC2 on AWS cluster be hibernated manually? (Choose two.)


A. Log into Prism, Central, navigate to Planning, find hibernate and resume.


B. Select the cluster under NC2 console and Select Hibernate/Resume on the cluster sur page.


C. Log into Prism Element navigate to Settings and select Hibernate/Resume.


D. Log into NC2 console, find the cluster name and select Hibernate/Resume from the ellipses.





B.
  Select the cluster under NC2 console and Select Hibernate/Resume on the cluster sur page.

D.
  Log into NC2 console, find the cluster name and select Hibernate/Resume from the ellipses.

Explanation:
To manually hibernate an NC2 on AWS cluster, the administrator can use the following methods:

Select the cluster under NC2 console and Select Hibernate/Resume on the cluster sur page:
Navigate to the specific cluster in the NC2 console and use the provided Hibernate/Resume option.

Log into NC2 console, find the cluster name and select Hibernate/Resume from the ellipses:
Access the NC2 console, locate the cluster name, and select the Hibernate/Resume option from the ellipses (three dots) menu.

These options allow for the manual control of the cluster's hibernation state directly within the NC2 console interface.

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


A. AHV


B. NBA


C. BIOS


D. NCC





A.
  AHV

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.

Which NC2 user role will allow full access to clusters created within an organization?


A. Cluster Super Admin


B. Organization Administrator


C. Organization Security Administrator


D. Cluster Administrator





B.
  Organization Administrator

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.

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


A. 1


B. 2


C. 3


D. 4





C.
  3

Explanation:

  • Upon creation, each node within an AWS NC2 cluster has3 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.

An administrator has been tasked with ensuring NC2 VMs are able to access AWS resources. The NC2 VM traffic must not traverse the internet. in which two ways would the administrator achieve this? (Choose two.)


A. By using a Gateway Endpoint


B. By using a NAT Gateway.


C. By using an Interface Endpoint


D. By using a VPC Peer.





C.
  By using an Interface Endpoint

D.
  By using a VPC Peer.

Explanation:
To ensure that NC2 VMs can access AWS resources without traversing the internet, the administrator can use AWS VPC Peering and Interface Endpoints. Both methods ensure that traffic stays within the AWS network, maintaining security and efficiency.
Interface Endpoint:

  • Interface Endpoints allow you to privately connect your VPC to supported AWS services. They use AWS PrivateLink to route traffic directly to services within the AWS network, bypassing the public internet.
Steps:
  • Create an interface endpoint for the required service in the AWS VPC console.
  • Ensure the security groups and route tables are configured to allow traffic to the interface endpoint.
VPC Peering:
  • VPC Peering allows the routing of traffic between VPCs using private IP addresses, without the need for internet gateways, NAT devices, or VPN connections.
Steps:
  • Create a VPC peering connection between the VPCs.
  • Update the route tables to direct traffic between the peered VPCs.
  • Ensure security group rules allow the necessary traffic between VPCs.

An administrator is deploying an NC2 cluster on AWS in the us-west-2 region. A VPC, management subnet, and a VM subnet are already created in the target region.
The management subnet has a local route and a route to the internet. The subnet has a route and a route to the NAT gateway. During the deployment, the management subnet appears in the drop-down list in the Create Cluster wizard, but cannot be selected.
What is the cause of this problem?


A. The subnet has both an IPv4 CIDR block and an IPv6 CIDR block.


B. The subnet has an IPv4 CIDR block but does not have an IPv6 CIDR block.


C. The subnet has a direct route to an Internet gateway.


D. The subnet does not have route to a Site-to-Site VPN connection through a virtual private gateway.





A.
  The subnet has both an IPv4 CIDR block and an IPv6 CIDR block.

The Nutanix Create Cluster wizard may not support selecting subnets that have both IPv4 and IPv6 CIDR blocks due to compatibility or configuration constraints.
When a subnet with both CIDR blocks is present, it can cause issues in the selection process during cluster creation, as the system might not be able to properly handle or recognize the dual-stack configuration.
Ensuring that the management subnet has only an IPv4 CIDR block, without an IPv6 CIDR block, could resolve this issue and allow for successful selection in the cluster creation wizard.

An administrator seeks to ensure that the newly created NC2 organization named Finance can only deploy clusters into certain cloud regions. What action should the administrator take to do this?


A. Configure RBAC roles on the Finance NC2 organization to allow access to regions.


B. Configure IAM permission in cloud accounts to restrict access to certain regions.


C. Open a support ticket with Nutanix to whitelist the allowed regions for the Finance NC2organization.


D. Specify allowed regions when configuring a cloud account for the Finance NC2 organization.





D.
  Specify allowed regions when configuring a cloud account for the Finance NC2 organization.

Explanation:
To ensure that the newly created NC2 organization named Finance can only deploy clusters into certain cloud regions, the administrator should specify the allowed regions during the cloud account configuration.
This action restricts the regions available for cluster deployment, ensuring compliance with organizational policies or regulatory requirements.
The allowed regions can be set in the cloud account settings associated with the Finance NC2 organization, defining the geographical scope of operations.


Page 1 out of 7 Pages