
NCP-DB-6.10 Exam Dumps, NCP-DB-6.10 Practice Test Questions
PDF (New 2026) Actual Nutanix NCP-DB-6.10 Exam Questions
NEW QUESTION # 49
Which storage technology in Nutanix AOS enables Time Machine to efficiently maintain multiple snapshots with minimal space usage?
- A. RAID 10 Data Striping
- B. Synchronous Replication
- C. Redirect-on-Write (ROW) Snapshots
- D. Erasure Coding
Answer: C
Explanation:
Nutanix AOS uses Redirect-on-Write (ROW) snapshots, allowing NDB Time Machine to create frequent snapshots without copying entire datasets, dramatically saving time and space.
NEW QUESTION # 50
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.
NEW QUESTION # 51
How should an administrator modify the Alert Severity level within Era?
- A. From the dropdown menu choose Alerts > Policies. Then choose Update next to Alert Retention,
- 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. Choose the Policy to be modified and set the desired severity level.
- 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: C
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 level. This allows the administrator to customize the alerts according to their requirements, ensuring that they are notified of the most critical events in their environment.
NEW QUESTION # 52
An administrator needs to deploy a cumulative update (CU) for SQL Server. What steps would the administrator take to prepare this deployment with NDB?
- A. Create a new Software Profile using the CU executable and publish that profile.
- B. Apply the patch to the profile VM, delete the existing Software Profile and create a new Software Profile using the profile VM as the source.
- C. Create a new Software Profile version using the CU executable and publish that version.
- D. Apply the patch to the profile VM, then create a new Software Profile version using the profile VM as the source.
Answer: D
Explanation:
The correct answer is C because it follows the recommended procedure for applying a CU to a SQL Server Software Profile in NDB. By applying the patch to the profile VM, the administrator ensures that the CU is compatible with the existing Software Profile settings and configuration. By creating a new Software Profile version, the administrator preserves the previous version of the Software Profile for rollback purposes and allows the new version to be tested and published.
Option A is incorrect because it deletes the existing Software Profile, which may cause data loss and prevent rollback. Option B is incorrect because it does not apply the patch to the profile VM, which may result in errors or inconsistencies in the Software Profile. Option D is incorrect because it creates a new Software Profile instead of a new version, which may cause confusion and duplication.
NEW QUESTION # 53
An administrator needs to create and refresh clones to a point in time. NDB allows which two methods for satisfying this requirement? (Choose two.)
- A. VM snapshots
- B. Full backups
- C. Snapshots
- D. Transaction logs
Answer: C,D
Explanation:
NDB allows creating and refreshing clones to a point in time using two primary methods:
Snapshots: NDB uses storage snapshots (e.g., via Nutanix Volumes or AHV) to capture the database state at a specific point. These snapshots can be used to create or refresh clones, providing a consistent recovery point.
Transaction logs: Transaction logs (e.g., PostgreSQL WAL, SQL Server logs) enable point-in- time recovery (PITR) by applying logs to a snapshot, allowing clones to be refreshed to a precise moment.
NEW QUESTION # 54
What feature of Era allows an administrator to create Time Machine policies in a Multi-Cluster configuration?
- A. Time Machine Cloud Orchestration
- B. Data Access Management
- C. Global Data Protection
- D. Global Service Level Agreement
Answer: D
Explanation:
The Global Service Level Agreement (SLA) feature of Era allows an administrator to create Time Machine policies in a Multi-Cluster configuration. This feature provides a unified way to manage and enforce backup and replication policies across multiple clusters, ensuring consistent data protection and recovery across the entire environment.
NEW QUESTION # 55
A database is de-registered without removing the associated Time Machine. What is the status of the Time Machine?
- A. Frozen
- B. Active
- C. Paused
- D. Ready
Answer: A
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.
NEW QUESTION # 56
An administrator is trying to register a database server VM with NDB. Which file types will prevent the registration from being successful if located in the C:\ drive?
- A. Database
- B. Backup
- C. Page
- D. System
Answer: C
Explanation:
Page files are temporary files that Windows uses to store data that does not fit in the physical memory. Page files can interfere with the registration of a database server VM with NDB, as they can cause errors or performance issues. Therefore, page files should be located in a separate drive or partition from the C:\ drive, where the NDB agent and other files are installed. System, database, and backup files do not prevent the registration of a database server VM with NDB, as long as they are not corrupted or incompatible with the NDB requirements.
NEW QUESTION # 57
An Era-managed production MSSQL database crashed during a busy holiday weekend and the administrator has to restore the database to the most recent timestamp with an objective to reduce the restore time and minimize data loss. What option should the administrator do to achieve this objective?
- A. Perform Restore Source Database by selecting most recent and include Tail log Backup
- B. Perform Restore Source Database by selecting Restore time just before the database crash.
- C. Perform Restore Source Database by selecting the available snapshot.
- D. Perform Restore Source Database by selecting the current time.
Answer: A
Explanation:
Nutanix Era is a database management solution that automates and simplifies database administration tasks such as provisioning, patching, cloning, and backup. In the event of a database crash, the most effective way to minimize data loss and reduce restore time is to perform a restore of the source database by selecting the most recent point in time and including the Tail log Backup. The Tail log Backup includes all the transactions that have occurred since the last transaction log backup, which helps to minimize data loss. By selecting the most recent point in time for the restore, the administrator ensures that the database is restored to the state it was in just before the crash, thereby reducing the amount of data that needs to be reprocessed or reentered. This approach aligns with the Nutanix Era's capabilities and best practices for database recovery.
NEW QUESTION # 58
An administrator has been tasked with OS and database patching in a Nutanix NDB environment.
The administrator wishes to automate these activities.
What should the administrator configure to accomplish this task?
- A. Access Control
- B. Pulse
- C. Maintenance Window
- D. SMTP Server
Answer: C
Explanation:
To automate OS and database patching in a Nutanix NDB environment, the administrator should configure a Maintenance Window. A Maintenance Window in NDB allows the administrator to schedule automated patching tasks (e.g., OS updates and database software updates) during specified time periods, minimizing disruption to production workloads. This feature integrates with software profiles and can be set to run periodically or on-demand, ensuring patches are applied efficiently and consistently across the environment.
NEW QUESTION # 59
Within NDB, an administrator needs to register a PostgreSQL database server VM with a database. Where should the database data and log files be located in order to successfully complete this task?
- A. On the same mount point
- B. On the same disk as the binary installation
- C. On a separate mount point
- D. On the same disk as the operating system
Answer: C
Explanation:
To register a PostgreSQL database server VM with a database on NDB, the database data and log files must be located on a separate mount point from the operating system and the binary installation.
This is because NDB uses the mount point as the identifier for the database server VM and the database. If the data and log files are on the same mount point as the operating system or the binary installation, NDB will not be able to recognize them as a valid database server VM or database. Therefore, the administrator should create a separate mount point for the data and log files and specify it during the registration process.
NEW QUESTION # 60
Which action should be completed before updating Oracle Database software?
- A. Perform rolling reboots of the Oracle Database VMs.
- B. Verify the Oracle OS version is supported on AHV.
- C. Verify CVMs have the required memory allocated.
- D. Download the PSU from Oracle support.
Answer: D
Explanation:
Before updating Oracle Database software, you need to download the Patch Set Update (PSU) from Oracle support. A PSU is a collection of critical and security patches for Oracle products.
You need to have a valid Oracle account and access to the My Oracle Support portal to download the PSU. You also need to check the compatibility and prerequisites of the PSU before applying it to your Oracle Database software. NDB uses out-of-place patching for Oracle, which means you need to create a new software profile version with the patched Oracle software and use it to update your existing databases.
NEW QUESTION # 61
An administrator is trying to register a Nutanix cluster for Multi-Cluster provisioning. The Era cluster is setup with following configuration:
- Era Multi-Cluster is enabled.
- Era Server storage container and Era provisioning container are
different on the Era cluster.
What should the administrator configure?
- A. Storage mapping between Era server container end remote container thet is used for provisioning DBs,
- B. Storage mapping between Era container and a remote container that is not used for provisioning databases.
- C. Disks that span across Era Server storage container and Era provisioning container.
- D. Separate remote containers for provisioning Era Agent VM end database Server VMs.
Answer: A
Explanation:
In a Nutanix Era setup where Multi-Cluster is enabled and the Era Server storage container and Era provisioning container are different on the Era cluster, the administrator should configure a storage mapping between the Era server container and the remote container that is used for provisioning databases. This is because Nutanix Era uses the storage container specified during the registration of the Nutanix cluster for provisioning databases. Therefore, a storage mapping needs to be established between the Era server container and the remote container used for provisioning to ensure that the databases are provisioned correctly.
NEW QUESTION # 62
When registering a new Nutanix Cluster with Era, what component is installed on the target Nutanix cluster via the Register Nutanix Cluster workflow?
- A. Era Agent
- B. Era Sewer
- C. Repository Server
- D. API Server
Answer: A
Explanation:
When registering a new Nutanix Cluster with Era, the Era Agent is installed on the target Nutanix cluster via the Register Nutanix Cluster workflow. This agent is crucial for the functioning of the Nutanix Database Service (NDB) as it helps in managing and optimizing database workloads. It also enables the application of procedural concepts to add Nutanix clusters to NDB.
NEW QUESTION # 63
Which statement describes what the Time Machine Heal function can be used for?
- A. Restores a Time Machine from snapshot in the event of malware.
- B. Patches a Time Machine to the latest NDB levels.
- C. Removes gaps in the Time Machine's restore capability.
- D. Refreshes a database clone in Time Machine.
Answer: C
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.
NEW QUESTION # 64
When trying to restore a database via Time Machine (TM), the option to restore data to a Point in Time is not available.
What should the administrator do to enable Point in Time Recovery?
- A. Use an SLA that supports Continuous Log retention.
- B. Use Brass SLA & update the Log catch up frequency.
- C. Update the TM schedule to perform DB Log catch up.
- D. Take a Manual snapshot and use it for DB recovery.
Answer: A
Explanation:
Point in Time Recovery (PITR) is a feature of NDB that allows restoring a database to any point in time within the retention period of the SLA. To enable PITR, the SLA must support Continuous Log retention, which means that NDB captures and stores the database logs continuously. This allows NDB to replay the logs from the last snapshot to the desired point in time during the restore process. The other options do not enable PITR, but rather affect the frequency and timing of the snapshots and log catch up operations.
NEW QUESTION # 65
A developer with RBAC privileges in Era needs to refresh an existing DB Clone. What steps must the developer take to perform the refresh?
- A. Navigate to Databases > Sources, Select the appropriate Database from the table and Refresh Clone from the Database Actions menu.
- B. Navigate to Databases > Clones, Select the appropriate clone from the table, choose
- C. Navigate to Databases > Clones, Select the appropriate clone from the table, click Refresh, select the desired Point In Time or Snapshot and click Refresh
- D. Navigate to Time Machines Select the appropriate Database Time Machine from the table end Refresh Clone from the Actions menu.
Answer: C
Explanation:
According to the Nutanix Database Automation (NCP-DB) learning documents, to refresh an existing DB Clone, a developer with RBAC privileges in Era needs to navigate to Databases > Clones. From there, they select the appropriate clone from the table, click Refresh, select the desired Point In Time or Snapshot, and then click Refresh. This process allows the developer to update the cloned database.
NEW QUESTION # 66
A new web application performs up to 200 concurrent connections to a PostgreSQL database. An administrator needs to configure the system to provision those DB servers. Which action would easily help the administrator achieving this goal?
- A. Provision a PostqreSQL HA Instance.
- B. Use Post Create Command when provisioning the DB.
- C. Edit the API equivalent shell script to apply the setting.
- D. Create a new Database Parameters profile.
Answer: A
Explanation:
A new web application with up to 200 concurrent connections to a PostgreSQL database requires a robust and scalable configuration. Provisioning a PostgreSQL HA (High Availability) instance in NDB is the most effective action to achieve this goal. An HA instance leverages replication (e.g., streaming replication) to distribute load and ensure availability, accommodating high concurrency by allowing multiple nodes to handle traffic. This approach simplifies configuration compared to manual scripting or parameter adjustments.
NEW QUESTION # 67
......
Updated May-2026 Pass NCP-DB-6.10 Exam - Real Practice Test Questions: https://www.vcedumps.com/NCP-DB-6.10-examcollection.html
Dumps Moneyack Guarantee - NCP-DB-6.10 Dumps UpTo 90% Off: https://drive.google.com/open?id=1jL3meFl4SuMSkyhKBKFuzL8Ly8OH1dvH
