The customer expects to maintain a cluster runway of 9 months. The customer doesn't have a budget for 6 months but they want to add new workloads to the existing cluster.Based on the exhibit, what is required to meet the customer's budgetary timeframe?
Answer(s): B
Maintaining a 9-month runway without additional budget requires delaying new workload deployment to fit financial constraints.A) Add resources to the cluster — Incorrect: would increase costs, not align with a tighter budget.B) Postpone the start of new workloads — Correct: avoids adding spend while preserving existing cluster capacity.C) Delete workloads running on the cluster — Incorrect: unnecessarily reduces capacity and may degrade service; not implied by budget timing.D) Change the target to 9 months — Incorrect: target already reflects 9 months; cannot meet budget without postponement or cost changes.
An administrator is trying to configure Metro Availability between Nutanix ESXi-based clusters. However, the Compatible Remote Sites screen does not list all required storage containers. Which two reasons could be a cause for this issue? (Choose two.)
Answer(s): B,D
A short summary: Both B and D explain constraints that affect Compatible Remote Sites in Metro Availability.A) Incorrect — vendor differences are not the stated cause for missing storage containers in compatibility checks.B) Correct — remote site compression can affect compatibility; non-matching compression settings may hide containers from compatibility screening.C) Incorrect — destination container emptiness is not a requirement for compatibility discovery.D) Correct — identical container names are required for pairing and visibility in the Remote Site compatibility process.
An administrator receives complaints about VM performance.After reviewing the VM's CPU Ready Time data shown in the exhibit, which step should the administrator take to diagnose the issue further?
Understanding the IssueThe administrator is investigating VM performance complaints and is analyzing CPU Ready Time data.CPU Ready Time is a crucial metric in Nutanix and virtualization environments (AHV, ESXi, or Hyper- V).It measures the amount of time a VM is waiting for CPU scheduling due to resource contention. High CPU Ready Time indicates that VMs are ready to run but are waiting because the host lacks available CPU resources.Analysis of the ExhibitThe graph shows CPU Ready Time spikes for multiple VMs.Some VMs have CPU Ready Time exceeding 18% to 21.5%, which is very high.A healthy CPU Ready Time should be below 5%.Values above 10% indicate CPU contention, and anything above 20% is critical and requires immediate troubleshooting.Evaluating the Answer Choices(A) Check the number of vCPUs assigned to each CVM. (Incorrect) CVMs (Controller VMs) have fixed CPU allocation, and modifying their vCPU count is not recommended unless advised by Nutanix Support.The issue is related to VM CPU contention, not CVM configuration.(B) Review host CPU utilization. (Correct Answer)High CPU Ready Time suggests CPU overcommitment or host saturation. The administrator should check host CPU usage in Prism Central to determine if the cluster is overloaded.If host CPU usage is consistently above 8590%, VMs are competing for CPU resources, leading to high CPU Ready Time.(C) Assess cluster SSD capacity. (Incorrect)SSD capacity impacts storage performance (latency, read/write speeds) but does not affect CPU Ready Time.High CPU Ready Time is a CPU scheduling issue, not a storage bottleneck.(D) Enable VM memory oversubscription. (Incorrect)Memory oversubscription does not impact CPU scheduling. Enabling memory oversubscription affects RAM allocation, but CPU Ready Time is strictly related to CPU contention.Next Steps to Diagnose & Resolve the IssueReview Host CPU Utilization:Navigate to Prism Central Analysis CPU Usage per Host.Identify hosts experiencing high CPU load.Check VM vCPU Allocation:Ensure that VMs do not have excessive vCPUs assigned, which can lead to scheduling inefficiencies. Overprovisioning vCPUs can cause unnecessary contention.Balance Workload Across Hosts:Use Nutanix AHV DRS (Dynamic Scheduling) or VMware DRS to redistribute VMs across hosts. Check if certain hosts are overloaded while others have spare CPU capacity.Consider Scaling Out the Cluster:If CPU usage is consistently high, adding more nodes may be required to reduce CPU contention.Multicloud Infrastructure References & Best PracticesCPU Ready Time Best Practices:Keep CPU Ready Time below 5%.Avoid overcommitting vCPUs on heavily loaded hosts.Monitor Prism Central Runway Metrics to predict future CPU resource needs.Nutanix AHV CPU Scheduling Optimization:Ensure proper VM sizing (avoid excessive vCPU allocation).Balance workloads using Nutanix AHV DRS.
Nutanix Prism Central: Performance Analysis and CPU Metrics Nutanix Bible: VM Performance and Resource ManagementNutanix KB: Troubleshooting High CPU Ready Time in AHV
Refer to Exhibit:In a scale-out Prism Central deployment, what additional functionality does configuring an FQDN instead of a Virtual IP provide?
Answer(s): A
When using FQDN instead of a Virtual IP in a scale-out Prism Central deployment, Nutanix enables load balancing across multiple Prism Central instances. Option A (Load balancing) is correct because it ensures that requests are distributed among multiplePrism Central nodes, improving performance and redundancy. Option B (Resiliency) is incorrect because resiliency is achieved through HA and replication, not through FQDN configuration.Option C (Segmentation) is incorrect because network segmentation is handled at the VLAN or security policy level.Option D (SSL Certificate) is incorrect because SSL certificates can be applied regardless of whether FQDN or Virtual IP is used.
Nutanix Prism Central Deployment GuideNutanix Best Practices for Scale-Out Prism CentralNutanix Support KB: Configuring FQDN for Prism Central
Refer to Exhibit:After adding new workloads, why is Overall Runway below 365 days and the scenario still shows the cluster is in good shape?
In Nutanix Capacity Planning, Overall Runway represents how long the cluster can support current and new workloads before resources are exhausted.Even if the runway is below 365 days, the system considers the cluster to be in good shape if new workloads are sustainable (Option B).Option A is incorrect: Storage runway alone is not the only factor; CPU and memory are equally important.Option C is incorrect: The presence of recommended resources does not mean the cluster is in good shape.Option D is incorrect: The target of 1 month affects projections but does not explain why the cluster is in good shape.
Nutanix Prism Central Capacity Runway and PlanningNutanix Bible Workload Placement and Cluster SizingNutanix Support KB Capacity Planning Best Practices
An administrator needs to set up a protection policy in preparation for a Disaster Recovery (DR) test.What is the first step required to satisfy this task?
For Nutanix Disaster Recovery (DR) protection policies, the first step is to establish a connection between the Production cluster and the DR site, which is done by creating an Availability Zone (AZ) (Option B).Availability Zones (AZs) define remote sites for replication and are a requirement for configuring protection domains and disaster recovery plans.Option A (Installing NGT) is not necessary for setting up replication but is useful for application- consistent snapshots.Option C (Converting the source cluster to AHV) is not required, as Nutanix supports cross-hypervisor DR between ESXi and AHV.Option D (Creating a point-in-time snapshot) is a later step after setting up the Availability Zone and Protection Policy.
Nutanix Protection Policies and DR DocumentationNutanix Bible Disaster Recovery PlanningNutanix Support KB Configuring Availability Zones in Prism Central
An administrator wants to ensure that VMs can be migrated and restarted on another node in the event of a single-host failure.What action should be taken in Prism Element to meet this requirement?
To ensure VM high availability (HA) in the event of a node failure, the administrator must enable HA Reservation (Option B) in Prism Element.High Availability (HA) in Nutanix ensures that VMs restart on another available node if the host they are running on fails.Option A (Redundancy Factor 3) affects storage redundancy, not VM failover. Option C (Protection Domains) is related to disaster recovery (DR), not local HA failover. Option D (RF1 Storage Container) would reduce fault tolerance and is not recommended for production environments.
Nutanix Prism Element Guide Configuring HA Reservation Nutanix Bible High Availability (HA) and FailoverNutanix Support KB VM Recovery with HA Enabled
An administrator started an LCM upgrade of the AHV hosts but realized that the upgrade would exceed the planned maintenance window.Which feature should be leveraged to prevent additional updates from occurring?
Answer(s): D
When performing a Life Cycle Manager (LCM) upgrade, the recommended way to stop the process is to use the "Stop Update" feature in LCM (Option D).Option A (Cancel via Ergon ecli) is not a recommended approach since manually interfering with running tasks can cause inconsistencies.Option B (lcm_task_cleanup.py script) is used for post-upgrade cleanup but does not stop ongoing updates.Option C (Restarting Genesis) does not stop an LCM upgrade and can cause instability.
Nutanix Life Cycle Manager (LCM) User GuideNutanix KB: Best Practices for Stopping and Restarting LCM Tasks Nutanix Prism Central LCM Feature Documentation
Share your comments for Nutanix NCP-MCI-6.10 exam with other users:
Question 24:Question 24 asks which three actions are needed to set up intercompany accounting between two legal entities. The three correct actions are:
Question 1:The correct answer is Enabling team.
Question 1:
Question 1:The best solution is A: Configure a SetupComplete.cmd batch file in the %windir%\setup\scripts directory. Why this is correct:
SetupComplete.cmd
%windir%\setup\scripts
Question 9:Question 9 asks about how GitHub Copilot identifies public code matches when the public code filter is on.
Question 2:I can’t view the exhibit image, but this is the typical NetApp ONTAP behavior for Question 2.
Question 23:Question 23 describes a multimodal model where users can upload unsafe images that could contain hidden instructions. The goal is to implement controls to mitigate this risk. Key points to understand
beautiful exams
You need to implement the date dimension in the data store. The solution must meet the technical requirements. What are two ways to achieve the goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. Populate the date dimension table by using a dataflow. Populate the date dimension table by using a Copy activity in a pipeline. Populate the date dimension view by using T-SQL. Populate the date dimension table by using a Stored procedure activity in a pipeline.Please answer
Question 14:
Question 5:Question 5 asks how to identify min and max values for each column in a Dataflow result. Correct options: B and E.
Question 18:Question 18: Why not A?
Question 4:Question 4 is about when to use batch processing.
Question 5:I can’t see the [Image] in Question 5, but I can explain the likely reasoning.
Question 12:Here’s why Question 12’s correct choices are C and D.
Question 3:Question 3 asks for two valid ways to meet the purchase order creation validation (warn if the vendor is on the exclusion list for the customer/product and block/alert accordingly). Correct answers: C and D
Question 12:Here’s how to understand question 12.
Question 6:Here’s how question 6 works. Key constraint: All new and extended objects must be in an existing model named FinanceExt. Creating a brand-new model is not allowed. Why the two correct options work:
Question 2:I don’t have the text for Question 2 here. Please paste the exact Question 2 (including all answer choices) or describe the topic it covers. Once I have it, I’ll:
Which statement is true about using default environment variables? The environment variables can be read in workflows using the ENV: variable_name syntax. The environment variables created should be prefixed with GITHUB_ to ensure they can be accessed in workflows The environment variables can be set in the defaults: sections of the workflow The GITHUB_WORKSPACE environment variable should be used to access files from within the runner.Correct answer: The statement "The GITHUB_WORKSPACE environment variable should be used to access files from within the runner." is true. Why the others are false:
${{ env.VARIABLE }}
$VARIABLE
GITHUB_
defaults:
run
GITHUB_WORKSPACE
${{ github.workspace }}
$GITHUB_WORKSPACE/...
${{ github.workspace }}/...
As an administrator for this subscription, you have been tasked with recommending a solution that prohibits users from copying corporate information from managed applications installed on unmanaged devices. Which of the following should you recommend? Windows Virtual Desktop. Microsoft Intune. Windows AutoPilot. Azure AD Application Proxy.
Question 34:
Policy
function of appnav in sdwan
Question 5:
Why this is correct
Question 7:
Question 104:
clustering keys
Q23: Fabric Admin is correct. Because Domain admin cannot create domains. Only Fabric Admin can among the given options. Q51: Wrapping @pipeline.parameter.param1 inside {} will return a string. But question requires the expression to return Int, so correct answer should be @pipeline.parameter.param1 (no {})
Question 62:
ZDX
Analyze Score
Y Engine
Question 32:
Question 3:
date = sys.argv[1]
sys.argv[1]
date = spark.conf.get("date")
input()
date = dbutils.notebooks.getParam("date")
dbutils.notebook.run
Question 528: