New 2025 NCP-DB Dumps for Nutanix Certified Professional (NCP) Certified Exam Questions & Answer [Q127-Q150]

Share

New 2025 NCP-DB Dumps for Nutanix Certified Professional (NCP) Certified Exam Questions and Answer

Realistic Verified NCP-DB exam dumps Q&As - NCP-DB Free Update


Nutanix NCP-DB Exam Syllabus Topics:

TopicDetails
Topic 1
  • Describe NDB Concepts: It defines database and NDB terminology. The topic also explains benefits and features of NDB.
Topic 2
  • Monitor Alerts and Storage Usage Within an NDB Implementation: It is all about monitoring alerts and management of storage usage.
Topic 3
  • Operate and Maintain an NDB Environment: Application of procedural concepts to register database server, provision databases, and test and publish database patches. Additionally, the topic explains the right method to apply Linux OS patches. Lastly, it delves into databases and troubleshooting of NDB operations.
Topic 4
  • Administer an NDB Environment: While focusing on the administration of an NDB environment, this topic focuses on managing NDB profiles, applying procedural concepts, and managing networks in NDB. Lastly, the topic explains sub-topics of managing access controls in NDB and identifying how to use NDB APIs and CLI.

 

NEW QUESTION # 127
An administrator needs to add a stretched VLAN across two clusters in NDB Which two prerequisites should be met prior to completing this action? (Choose two.)

  • A. VLAN must be IPAM.
  • B. Nutanix Cluster Management must be enabled.
  • C. Both clusters must be registered in NDB.
  • D. VLAN must be static.

Answer: C,D

Explanation:
A stretched VLAN is a virtual network that spans across multiple Nutanix clusters and allows the communication between VMs on different clusters using the same subnet. A stretched VLAN can be used to provide high availability and load balancing for NDB components, such as HAProxy VMs, that require a virtual IP address (VIP) to be accessible from any cluster. To add a stretched VLAN across two clusters in NDB, the administrator needs to meet two prerequisites: the VLAN must be static and both clusters must be registered in NDB. A static VLAN is a VLAN that is manually created and configured by the administrator, as opposed to an IPAM VLAN that is automatically created and managed by NDB. A static VLAN can be added to a stretched VLAN in NDB, while an IPAM VLAN cannot. Both clusters must be registered in NDB before adding a stretched VLAN, as NDB needs to have the information and access to the clusters and their networks. The administrator can register the clusters in NDB using the Prism Element details, agent network configuration, and storage container information. The other option, Nutanix Cluster Management, is not a prerequisite for adding a stretched VLAN in NDB. Nutanix Cluster Management is a feature that allows the administrator to manage multiple Nutanix clusters from a single NDB UI, such as creating or deleting clusters, adding or removing nodes, or performing cluster operations. Nutanix Cluster Management is not required for adding a stretched VLAN, as the VLANs are created and configured in Prism Element, not in NDB. References:
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5, Section 2 - Deploy and Configure an NDB Solution, Objective 2.3: Configure NDB High Availability
* Nutanix Database Management & Automation (NDMA) Course, Module 3: Nutanix Database Service (NDB) Installation and Configuration, Lesson 3.3: Configuring NDB High Availability, Topic: NDB HA Architecture and Components
* Nutanix Database Service High Availability Deployment Overview, Section: HAProxy VMs and Stretched VLANs
* [Configuring a Virtual NIC to Operate in Access or Trunk Mode - Nutanix], Section: Creating a vNIC in Access or Trunk Mode


NEW QUESTION # 128
An administrator has been asked to provision a new Oracle single instance database, but cannot proceed with the first step of the wizard. Which statement best describes the current situation?

  • A. Time Machine is not configured.
  • B. Software profile is missing.
  • C. A snapshot must be taken on the original DB.
  • D. No remote clusters are configured.

Answer: B

Explanation:
When an administrator cannot proceed with the first step of the wizard to provision a new Oracle single instance database in NDB, the most likely reason is that a software profile for Oracle is missing. NDB requires a software profile (which defines the database version, patches, and configuration) to provision a database instance. Without a profile created from a reference VM or uploaded manually, the wizard cannot proceed, as it relies on this profile to configure the instance correctly.
* Option A (Time Machine is not configured) is incorrect because Time Machine is optional for backups and not required for initial provisioning.
* Option B (Software profile is missing) is correct as it is a mandatory prerequisite for provisioning any database instance.
* Option C (No remote clusters are configured) is incorrect because remote clusters are relevant for multi-cluster setups, not single instance provisioning.
* Option D (A snapshot must be taken on the original DB) is incorrect because snapshots are for protection, not a prerequisite for provisioning.
The administrator must create or import a software profile to resolve this issue.
References
* Nutanix Database Service (NDB) User Guide, Chapter 4: Managing Software Profiles, Section:
Provisioning Databases
* Nutanix Support & Insights, Knowledge Base Article: "Troubleshooting Provisioning Failures in NDB"
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 Blueprint, Section 4: Manage Database Software Profiles


NEW QUESTION # 129
Refer to the exhibit.

An administrator attempts to provision their first clustered database environment with NDB. The operation fails with the Operation Error shown in the exhibit.
Which database engine was being deployed during this operation?

  • A. Microsoft SQL
  • B. Oracle
  • C. MySQL
  • D. PostgreSQL

Answer: C

Explanation:
The error message in the exhibit indicates that the operation failed during the "Create and Register Database Server VMs" step because "Provisioning of all the observers simultaneously took more than two hours." This type of error is associated with MySQL, as it involves observers which are a part of MySQL Group Replication, used for ensuring high availability1. The other options are not related to the error message, as they do not use observers or Group Replication for clustering. References:
* 1: Nutanix Database Automation (NCP-DB) course, Module 5: Database High Availability, Lesson 5.2:
MySQL Group Replication, slide 7


NEW QUESTION # 130
An administrator needs to restore databases provisioned with a shared disk configuration on Windows Storage Spaces What happens when NDB runs the restore operation?

  • A. NDB copies the DB files to be restored to the source volume.
  • B. NDB restores the disk that are associated with the database.
  • C. NDB performs Tail Log backup to backup any remaining logs.
  • D. NDB replaces the source volume with the snapshot volume.

Answer: B

Explanation:
When an administrator needs to restore databases provisioned with a shared disk configuration on Windows Storage Spaces in Nutanix Database Service (NDB), the restore operation focuses on the disks associated with the database. Windows Storage Spaces provides a virtualized storage layer, and NDB manages the restoration by reverting or recovering the specific disks that host the database files and logs. This ensures that the database is restored to its previous state using the snapshot or backup data, while preserving the shared disk configuration integrity. NDB does not replace the source volume or perform additional operations like tail log backups unless explicitly configured.
* Option A (NDB restores the disk that are associated with the database) is correct as it accurately describes NDB's restore behavior for shared disk setups.
* Option B (NDB copies the DB files to be restored to the source volume) is incorrect because NDB restores the entire disk state, not just copying files to the source.
* Option C (NDB replaces the source volume with the snapshot volume) is incorrect because NDB restores data to the existing volume, not replacing it entirely.
* Option D (NDB performs Tail Log backup to backup any remaining logs) is incorrect because tail log backups are not automatically part of the restore process unless specified for point-in-time recovery.
This approach ensures compatibility with Windows Storage Spaces configurations.
References
* Nutanix Database Service (NDB) User Guide, Chapter 5: Configuring Time Machines, Section:
Restoring Databases with Shared Disks
* Nutanix Support & Insights, Knowledge Base Article: "Restoring Windows Storage Spaces in NDB"
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 Blueprint, Section 5: Protect Databases Using Time Machine


NEW QUESTION # 131
A database is de-registered without removing the associated Time Machine. What is the status of the Time Machine?

  • A. Ready
  • B. Frozen
  • C. Paused
  • D. Active

Answer: B

Explanation:
When a database is de-registered from NDB without removing the associated Time Machine, the Time Machine enters a "Frozen" state. In this state, the Time Machine retains all existing snapshots and protection data but ceases to perform new snapshot captures or log catch-up operations. This allows the administrator to preserve the historical data for potential future use (e.g., auditing or recovery) while halting active management. The Frozen state prevents further modifications until the database is re-registered or the Time Machine is explicitly deleted.
* Option A (Ready) is incorrect because "Ready" implies the Time Machine is active and prepared for new operations, which is not the case post-de-registration.
* Option B (Frozen) is correct as it reflects the paused protection state after de-registration without removal.
* Option C (Paused) is incorrect because "Paused" is not a formal Time Machine state in NDB;
"Frozen" is the specific term.
* Option D (Active) is incorrect because the Time Machine cannot remain active without an associated registered database.
This state provides flexibility for data retention without ongoing resource use.
References
* Nutanix Database Service (NDB) User Guide, Chapter 5: Configuring Time Machines, Section:
Managing Time Machine States
* Nutanix Support & Insights, Knowledge Base Article: "Understanding Time Machine States After De- registration"
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 Blueprint, Section 5: Protect Databases Using Time Machine


NEW QUESTION # 132
An administrator is interested in using profiles to simplify the database provisioning process. The profile needs to include information related to the SQL service startup account, and the NDB worker service account.
Which profile would help the administrator accomplish this task?

  • A. Windows Domain
  • B. Software
  • C. Network
  • D. Database Parameter

Answer: A


NEW QUESTION # 133
Which statement describes what the Time Machine Heal function can be used for?

  • A. Removes gaps in the Time Machine's restore capability.
  • B. Patches a Time Machine to the latest NDB levels.
  • C. Restores a Time Machine from snapshot in the event of malware.
  • D. Refreshes a database clone in Time Machine.

Answer: A

Explanation:
The Time Machine Heal function in NDB is designed to address inconsistencies or gaps in the Time Machine's restore point chain, ensuring a continuous and reliable recovery history. It identifies and repairs missing log backups or snapshots that may have been skipped due to failures (e.g., network issues or agent errors), thereby removing gaps in the restore capability. This function does not patch software, refresh clones, or restore from malware but focuses on maintaining the integrity of the Time Machine's data protection timeline.
Other options are incorrect:
* A. Patches a Time Machine to the latest NDB levels: This is a software update, not a heal function's purpose.
* C. Refreshes a database clone in Time Machine: Clone refresh is a separate operation, not related to healing.
* D. Restores a Time Machine from snapshot in the event of malware: Restoration is a distinct action, while heal addresses data gaps.
Thus, the verified answer is B, reflecting the heal function's role in restore continuity.
Official Nutanix Database Automation References
* Nutanix Database Management & Automation (NDMA) course, Module 5: Data Protection and Recovery, Lesson 5.4: Managing Time Machine Operations.
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 Knowledge Objectives, Section
5: Protect Databases Using NDB, Objective 5.4: Use Time Machine Features (applicable to v6.10).
* Nutanix NDB Administration Guide: "Time Machine Heal Function" section.


NEW QUESTION # 134
An administrator needs to assign a static IP address to the NDB VM using the command, shown below.
era-server > era server set ip=ip_address gateway=gatevay_address netmask=ip_J2etmas^c nameserver=nsl ntp server=ntpl Which two parameters are optional for this command? (Choose two.)

  • A. netmask
  • B. narnesetver
  • C. gateway
  • D. ntp_server

Answer: B,D

Explanation:
The command era-server > era server set ip=ip_address gateway=gateway_address netmask=ip_netmask nameserver=ns1 ntp_server=ntp1 is used to assign a static IP address to the NDB VM via the era-server CLI.
This command requires core network parameters (ip, gateway, and netmask) to configure the VM's network interface correctly. However, optional parameters like nameserver (DNS server) and ntp_server (Network Time Protocol server) can be omitted if the administrator relies on default or externally configured DNS and NTP settings (e.g., via DHCP or another management system). These optional parameters enhance functionality but are not mandatory for the basic static IP configuration.
* Option A (ntp_server) is correct as it is optional and can be configured separately or omitted if NTP is managed externally.
* Option B (netmask) is incorrect because the netmask is a required parameter to define the subnet for the IP address.
* Option C (gateway) is incorrect because the gateway is a required parameter to specify the network route.
* Option D (nameserver) is correct as it is optional and can be omitted if DNS is handled outside NDB.
Note: The typos in the question (gatevay_address, ip_J2etmas^c, narnesetver, ntpl) are assumed to be gateway_address, ip_netmask, nameserver, and ntp1 based on context.
References
* Nutanix Database Service (NDB) User Guide, Chapter 6: Administering an NDB Environment, Section: Configuring Network Settings via CLI
* Nutanix Support & Insights, Knowledge Base Article: "Configuring Static IP for NDB VM"
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 Blueprint, Section 6: Administer an NDB Environment


NEW QUESTION # 135
An online retail application requires data to be synchronized between multiple SQL Server databases. This provides clearer reporting from multiple databases at the Same time for consistency at the end of each business day.
What is the best way to fulfill this requirement?

  • A. Have all the databases present in the same DBVM and register databases in Era with One Database with One Time Machine.
  • B. Have all the databases present in the same DBVM and register databases in Era.
  • C. Have all the databases in the same Availability Group and register databases in Era.
  • D. Have all the databases present in the same DBVM and register databases in Era with Multiple Databases as a Group with one Time Machine.

Answer: D

Explanation:
Nutanix Era enables you to clone your source databases and refresh the database clones by using snapshots or transaction logs1. For an online retail application that requires data to be synchronized between multiple SQL Server databases, having all the databases present in the same Database Virtual Machine (DBVM) and registering them in Era with Multiple Databases as a Group with one Time Machine would be the most efficient way to fulfill this requirement1. This approach allows for clearer reporting from multiple databases at the same time for consistency at the end of each business day1.


NEW QUESTION # 136
A database administrator is working with a cloned database and creates a clone removal schedule.
Which two default actions are taken on the cloned database? (Choose two.]

  • A. NDB deletes the cloned database VM.
  • B. NDB de-registers the cloned database.
  • C. NDB deletes the cloned database.
  • D. NDB marks the cloned database as offline.

Answer: B,C

Explanation:
When a database administrator creates a clone removal schedule in NDB, the system automates the cleanup of cloned databases based on the defined schedule (e.g., after a set retention period). The two default actions taken on the cloned database are:
* A. NDB deletes the cloned database: The clone's data is removed from storage to free up space.
* B. NDB de-registers the cloned database: The clone is removed from NDB's management inventory, ensuring it no longer appears in the GUI or is tracked.
Other options are not default actions:
* C. NDB marks the cloned database as offline: This is a temporary state, not a removal action.
* D. NDB deletes the cloned database VM: Deleting the VM is not automatic; it depends on the clone type (e.g., linked clones retain the VM).
Thus, the verified answers are A and B, aligning with NDB's clone management.
Official Nutanix Database Automation References
* Nutanix Database Management & Automation (NDMA) course, Module 5: Data Protection and Recovery, Lesson 5.2: Managing Clones and Removal Schedules.
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 Knowledge Objectives, Section
5: Protect Databases Using NDB, Objective 5.2: Manage Clone Removal (applicable to v6.10).
* Nutanix NDB Administration Guide: "Clone Removal Schedule Actions" section.


NEW QUESTION # 137
How can NDB updates be downloaded for a dark site?

  • A. Go into the Administrator > Maintenance section in NDB and download the most recent version.
  • B. Download the upgrade bundle from the Nutanix Support portal and manually upload it to the NDB server.
  • C. Change the network that NDB is hosted on so it has access to https://download.nutanix.com.
  • D. Download the upgrade bundle from the Nutanix support Portal and upload it to Prism Element > Images

Answer: B

Explanation:
A "dark site" refers to an environment with no internet connectivity, requiring manual processes for software updates. For Nutanix Database Service (NDB) in such a setup, updates cannot be downloaded automatically from the internet. The correct procedure is to:
* Download the upgrade bundle: Access the Nutanix Support Portal from a system with internet access and download the NDB upgrade bundle specific to the version (e.g., v6.10 or later).
* Manually upload it to the NDB server: Transfer the bundle to the NDB server (e.g., via SCP or USB) and upload it through the NDB interface under the "Software Updates" or "Maintenance" section.
Other options are incorrect in a dark site context:
* B: The "Administrator > Maintenance" section allows initiating updates, but it cannot download files without internet access.
* C: Changing the network to access https://download.nutanix.com defeats the dark site's isolation and is impractical.
* D: Uploading to Prism Element > Images is for VM images or other Prism-specific content, not NDB software updates.
Thus, the verified answer is A, aligning with Nutanix's documented process for dark site updates.
Official Nutanix Database Automation References
* Nutanix Database Management & Automation (NDMA) course, Module 2: Deploying and Configuring an NDB Solution, Lesson 2.4: Updating NDB in Dark Sites.
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 Knowledge Objectives, Section
2: Deploy and Configure an NDB Solution, Objective 2.3: Perform NDB Updates (applicable to v6.10).
* Nutanix NDB Administration Guide: "Updating NDB in a Dark Site Environment" section.


NEW QUESTION # 138
An administrator needs to register a Nutanix cluster with NDB.
Which condition requires the administrator to create a manual storage mapping between the remote container and NDB provisioning container?

  • A. DB VMs are stored in the NDB Server or NDB Provisioning container.
  • B. Nutanix Database Service High Availability is enabled on the cluster.
  • C. Disaster Recovery Network Segmentation is enabled on the cluster.
  • D. NDB Server container and NDB Provisioning container are separate.

Answer: D

Explanation:
When registering a Nutanix cluster with NDB, a manual storage mapping between the remote container and the NDB provisioning container is required if the NDB Server container and NDB Provisioning container are separate. This separation occurs when the storage containers used by the NDB server (for its own operations) and the provisioning container (for database VMs) are distinct, either due to multi-cluster setups or custom configurations. Manual mapping ensures NDB can correctly allocate storage resources and manage database provisioning across these containers.
Other conditions do not necessitate manual mapping:
* B. Disaster Recovery Network Segmentation is enabled on the cluster: This affects networking, not storage mapping.
* C. Nutanix Database Service High Availability is enabled on the cluster: HA configurations handle replication, not container mapping.
* D. DB VMs are stored in the NDB Server or NDB Provisioning container: This is a typical setup and does not require manual mapping unless containers differ.
Thus, the verified answer is A, addressing storage container separation.
Official Nutanix Database Automation References
* Nutanix Database Management & Automation (NDMA) course, Module 2: Deploying and Configuring an NDB Solution, Lesson 2.3: Registering a Nutanix Cluster.
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 Knowledge Objectives, Section
2: Deploy and Configure an NDB Solution, Objective 2.2: Register a Nutanix Cluster (applicable to v6.
10).
* Nutanix NDB Administration Guide: "Storage Container Mapping" section.


NEW QUESTION # 139
A development team has requested that an administrator provide them a copy of the production Finance database. The business requires that any financial data is masked before going into development.
How should the administrator create a clone with masked data for the development environment?

  • A. 1. Create a masking script on the source DB VM, Dev VM or SW Profile VM.
    2. Create the clone from the Time Machine and define the post-clone option with the full path\name of the masking script.
  • B. 1. Create a script to mask the data.
    2. Create the clone from the Time Machine and define the post-clone option with the full path\name of the masking script.
  • C. From the Time Machine, create a clone and paste the masking commands in the pre-clone field of the Pre-Post Commands section.
  • D. From the Time Machine, create a clone and paste the masking commands in the post-clone field of the Pre-Post Commands section.

Answer: A

Explanation:
According to the Nutanix Database Automation (NCP-DB) course, the Pre-Post Commands section allows the administrator to specify custom scripts that can be executed before or after the clone operation1. The masking script can be created on any of the VMs that have access to the source database, such as the source DB VM, the Dev VM, or the SW Profile VM2. The script should contain the commands to mask the sensitive data in the Finance database, such as replacing the real values with dummy values or encrypting the data2. The administrator can then create the clone from the Time Machine and define the post-clone option with the full path and name of the masking script1. This will ensure that the script is executed after the clone is created, and the data is masked before it is available for the development team1. The other options are not correct, as they either use the wrong field (pre-clone instead of post-clone), or do not specify where to create or store the masking script. References:
* 1: Nutanix Database Automation (NCP-DB) course, Module 4: Database Cloning, Lesson 4.4: Pre-Post Commands, slide 5
* 2: Nutanix Database Automation (NCP-DB) course, Module 4: Database Cloning, Lesson 4.4: Pre-Post Commands, slide 7


NEW QUESTION # 140
In NDB, which two Time Machine options are available when creating a database clone? {Choose two.)

  • A. Restore point
  • B. Backup
  • C. Snapshot
  • D. Point in time

Answer: C,D

Explanation:
The correct answer is A and D because these are the two Time Machine options that are available when creating a database clone in NDB. Point in time allows the user to specify a date and time to create a clone from a specific point in the database history. Snapshot allows the user to select a previously taken snapshot to create a clone from a consistent state of the database. Option B is incorrect because Restore point is not a Time Machine option, but a feature that allows the user to restore a source database to a previous point in time. Option C is incorrect because Backup is not a Time Machine option, but a feature that allows the user to backup a database to a remote location.
References: The following sources provide more information about the Time Machine options and cloning features in NDB:
* Nutanix Database Management & Automation (NDMA) course, Module 4: Protecting Databases Using Time Machine, Lesson 4.2: Cloning Databases
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5, Knowledge Objectives, Section
5 - Protect NDB-managed Databases Using Time Machine
* Nutanix Database Service (NDB) User Guide, Chapter 6: Protecting Databases Using Time Machine, Section 6.2: Cloning Databases
* [Nutanix Support & Insights], NDB Time Machine Under the Hood


NEW QUESTION # 141
While using Time Machine (TM) to restore a source database, the option to restore data to Point in Time is not available. What should an administrator do to restore databases to Point in Time?

  • A. Create DB clone using a snapshot.
  • B. Update TM SLA to BRONZE or higher.
  • C. Update TM SLA to BRASS or lower.
  • D. Restore Source DB using a snapshot

Answer: B

Explanation:
In Nutanix Database Service (NDB), the Time Machine (TM) feature allows restores, including Point-in-Time (PIT) restores, which require continuous log retention to replay transaction logs to a specific moment. If the option to restore data to a Point in Time is unavailable, it indicates that the current Time Machine Service Level Agreement (SLA) does not support continuous log retention. NDB SLAs are categorized (e.g., BRONZE, SILVER, GOLD), with BRONZE or higher levels required to enable PIT restore by including continuous log retention. The administrator must update the TM SLA to at least BRONZE to enable this feature, ensuring logs are retained for PIT operations.
* Option A (Restore Source DB using a snapshot) is incorrect because a snapshot-only restore does not support PIT; it restores to the snapshot time only.
* Option B (Update TM SLA to BRONZE or higher) is correct as it enables continuous log retention necessary for PIT restores.
* Option C (Create DB clone using a snapshot) is incorrect because cloning from a snapshot does not provide PIT capability without log retention.
* Option D (Update TM SLA to BRASS or lower) is incorrect because "BRASS" is not a valid SLA tier, and lowering the SLA would not enable PIT.
This adjustment ensures PIT restore functionality.
References
* Nutanix Database Service (NDB) User Guide, Chapter 5: Configuring Time Machines, Section:
Configuring SLAs for Point-in-Time Restore
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 Blueprint, Section 5: Protect Databases Using Time Machine


NEW QUESTION # 142
An administrator needs the ability to clone a source database to a point in time.
What is the lowest log frequency in minutes that can be configured in the Era IJI for log catchup operation?

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

Answer: D

Explanation:
The log frequency in the Era IJI for log catchup operation can be configured to as low as 5 minutes. This allows the system to capture changes to the database at a high frequency, enabling more precise point-in-time recovery options. However, it's important to note that a higher frequency of log catchup operations can lead to increased system load. Therefore, the optimal frequency may vary depending on the specific requirements and capabilities of your system12. Please refer to the Nutanix Database Automation (NCP-DB) Learning documents for more detailed information.


NEW QUESTION # 143
How should an administrator modify the Alert Severity level within Era?

  • A. From the dropdown menu choose Alerts Policies. Choose the Policy to be modified and set the desired severity level.
  • B. From the dropdown menu choose Alerts Policies. Chose the Poliq to be modified and chose either Set Enabled or Set Disabled,
  • C. From the dropdown menu choose Alerts > Policies. Then choose Update next to Alert Retention,
  • D. From the dropdown menu choose Alerts > List. Select the message to be changed end choose Set Status to Resolved or Set Status to Acknowledged.

Answer: A

Explanation:
In Nutanix Era, an administrator can modify the Alert Severity level by navigating to the Alerts Policies from the dropdown menu. Once there, they can select the Policy that needs to be modified and set the desired severity level1. This allows the administrator to customize the alerts according to their requirements, ensuring that they are notified of the most critical events in their environment21.


NEW QUESTION # 144
An administrator has been asked to add a new Nutanix AHV cluster to the current single default container for DB provisioning.
Which configuration should be performed before enabling NDB multi-cluster?

  • A. Configure datastore mapping within Prism Element Protection Domains.
  • B. Deploy Nutanix Self Service VM and use blueprints to allow NDB to deploy databases on multiple clusters.
  • C. Enable High Availability for NDB service on the Administration page.
  • D. Add both clusters under Prism Central management and verify NDB is registered to the same Prism Central Instance. environment using a storage container as the

Answer: D

Explanation:
To add a new Nutanix AHV cluster to the current single default container for database provisioning and enable NDB multi-cluster functionality, the administrator must ensure a unified management framework.
Nutanix Prism Central serves as the centralized management platform for multi-cluster environments, allowing NDB to manage multiple clusters (in this case, the existing cluster and the new AHV cluster) under a single instance. Before enabling multi-cluster support in NDB, both clusters must be registered with the same Prism Central instance, and NDB must be confirmed as registered to that instance. This ensures consistent policy enforcement, resource visibility, and database provisioning across clusters using the default container.
* Option A (Deploy Nutanix Self Service VM and use blueprints) is incorrect because Nutanix Self Service is an optional tool for end-user provisioning and not a prerequisite for multi-cluster enablement.
* Option B (Configure datastore mapping within Prism Element Protection Domains) is incorrect because datastore mapping is a lower-level configuration and not directly required for multi-cluster setup in NDB.
* Option C (Enable High Availability for NDB service on the Administration page) is incorrect because HA is a separate configuration for NDB resilience, not a prerequisite for multi-cluster support.
* Option D is correct as it aligns with NDB's requirement for Prism Central integration to manage multiple clusters effectively.
This configuration ensures seamless multi-cluster operation.
References
* Nutanix Database Service (NDB) User Guide, Chapter 3: Configuring an NDB Environment, Section:
Multi-Cluster Configuration
* Nutanix Prism Central Administration Guide, Section: Managing Multiple Clusters
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 Blueprint, Section 3: Configure an NDB Environment


NEW QUESTION # 145
An administrator needs to distribute NDB management plane components.
Which NDB HA VM needs to be deployed on the same L2 network?

  • A. NDB Agent
  • B. Repository VMs
  • C. API Server
  • D. HA Proxy VMs

Answer: D

Explanation:
NDB High Availability (HA) is a feature that ensures the availability and reliability of the NDB management plane components, such as the API Server, the Repository VMs, and the NDB Agents. To enable NDB HA, you need to deploy at least three HA Proxy VMs on the same L2 network as the NDB Server VM. The HA Proxy VMs act as load balancers and health monitors for the NDB management plane components, and they also provide a single endpoint for accessing the NDB APIs and UI. References:
* Nutanix Certified Professional - Database Automation (NCP-DB), Section 2 - Deploy and Configure an NDB Solution
* Database (NCP-DB) Exam Blueprint Guide - Nutanix, Page 7, Objective 2.3
* Nutanix Database Management & Automation (NDMA) course, Module 2, Lesson 2.3 - NDB High Availability


NEW QUESTION # 146
An administrator is attempting to enable high availability (HA) for NDB across three Nutanix clusters located in separate data centers. If the network latency between two clusters exceeds 25ms RTT, what impact might this have on the NDB HA setup?

  • A. HA cannot be enabled due to the latency.
  • B. There will be no impact on HA functionality.
  • C. HA will operate with increased delay.
  • D. The clusters will not synchronize.

Answer: A

Explanation:
NDB supports high availability (HA) across multiple Nutanix clusters, including those in separate data centers, by replicating data and ensuring failover capabilities. However, NDB imposes strict network latency requirements for HA. The official documentation specifies that the round-trip time (RTT) latency between clusters should not exceed 25ms for HA to function effectively. If the latency between two clusters exceeds this threshold (e.g., due to geographic distance or network issues), HA cannot be enabled, as the synchronization and failover mechanisms rely on low-latency communication to maintain consistency and performance.
Impact of other options:
* A. HA will operate with increased delay: While latency might cause delays, exceeding 25ms RTT prevents HA setup entirely, not just delays its operation.
* C. The clusters will not synchronize: Synchronization issues may occur as a symptom, but the primary impact is HA enablement failure.
* D. There will be no impact on HA functionality: This is incorrect, as latency beyond 25ms RTT violates HA prerequisites.
Thus, the verified answer is B, reflecting NDB's latency constraints for HA across clusters.
Official Nutanix Database Automation References
* Nutanix Database Management & Automation (NDMA) course, Module 4: High Availability and Disaster Recovery, Lesson 4.2: Configuring Multi-Cluster HA.
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 Knowledge Objectives, Section
4: Troubleshoot NDB Solutions, Objective 4.3: Configure HA Across Clusters (applicable to v6.10).
* Nutanix NDB Administration Guide: "High Availability Configuration Requirements" section, specifying latency limits.


NEW QUESTION # 147
How does NDB send notifications when alerts are generated?

  • A. SNMP
  • B. Email
  • C. Pulse
  • D. APIs

Answer: B

Explanation:
NDB sends notifications when alerts are generated via email. The email notifications can be configured to send to one or more recipients, and can be customized to include the alert severity, category, description, and resolution steps. The email notifications help to inform the database administrator and other stakeholders about the status and issues of the NDB-managed databases and operations.
NDB does not send notifications via SNMP, APIs, or Pulse. SNMP is a protocol for collecting and organizing information about managed devices on a network. APIs are interfaces for communicating and exchanging data between different applications or systems. Pulse is a feature of the Nutanix cluster that collects and sends diagnostic and usage data to Nutanix for analysis and support.
References:
* Nutanix Database Management & Automation Training Course, Module 3: Nutanix Era Deployment, Lesson 3.2: Nutanix Era Deployment, slide 11.
* Nutanix Database Management & Automation Training Course, Module 5: Nutanix Era Operations, Lesson 5.1: Nutanix Era Operations, slide 6.
* Nutanix Database Management & Automation Training Course, Module 5: Nutanix Era Operations, Lesson 5.2: Nutanix Era Alerts and Notifications, slides 5-7.


NEW QUESTION # 148
Era allows custom metadata to be assigned to entities (clones, time machines, databases, and database servers) by using which component?

  • A. Notes
  • B. Tags
  • C. Text
  • D. Index

Answer: B

Explanation:
Nutanix Era allows custom metadata to be assigned to entities (clones, time machines, databases, and database servers) by using Tags. Tags are a component of Nutanix Era that allows users to assign custom metadata to various entities, enhancing the ability to organize, search, and manage these entities within the Era platform1.


NEW QUESTION # 149
While using Time Machine (TM) to restore a source database, the option to restore data to Point in Time is not available. What should an administrator do to restore databases to Point in Time?

  • A. Create DB clone using a snapshot.
  • B. Update TM SLA to BRONZE or higher.
  • C. Update TM SLA to BRASS or lower.
  • D. Restore Source DB using a snapshot

Answer: B

Explanation:
In Nutanix Database Service (NDB), the Time Machine (TM) feature allows restores, including Point-in-Time (PIT) restores, which require continuous log retention to replay transaction logs to a specific moment. If the option to restore data to a Point in Time is unavailable, it indicates that the current Time Machine Service Level Agreement (SLA) does not support continuous log retention. NDB SLAs are categorized (e.g., BRONZE, SILVER, GOLD), with BRONZE or higher levels required to enable PIT restore by including continuous log retention. The administrator must update the TM SLA to at least BRONZE to enable this feature, ensuring logs are retained for PIT operations.
* Option A (Restore Source DB using a snapshot) is incorrect because a snapshot-only restore does not support PIT; it restores to the snapshot time only.
* Option B (Update TM SLA to BRONZE or higher) is correct as it enables continuous log retention necessary for PIT restores.
* Option C (Create DB clone using a snapshot) is incorrect because cloning from a snapshot does not provide PIT capability without log retention.
* Option D (Update TM SLA to BRASS or lower) is incorrect because "BRASS" is not a valid SLA tier, and lowering the SLA would not enable PIT.
This adjustment ensures PIT restore functionality.
References
* Nutanix Database Service (NDB) User Guide, Chapter 5: Configuring Time Machines, Section:
Configuring SLAs for Point-in-Time Restore
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 Blueprint, Section 5: Protect Databases Using Time Machine


NEW QUESTION # 150
......

Use Real NCP-DB Dumps - 100% Free NCP-DB Exam Dumps: https://skillmeup.examprepaway.com/Nutanix/braindumps.NCP-DB.ete.file.html