Latest Success Metrics For Actual NCP-DB Exam (Updated 253 Questions)
Genuine NCP-DB Exam Dumps Free Demo Valid QA's
Nutanix NCP-DB Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
NEW QUESTION # 74
Which two encryption methods can be used when configuring an SMTP server? (Choose two.)
- A. IPsec
- B. S/MIME
- C. SSL
- D. TLS
Answer: C,D
Explanation:
NDB supports SMTP server configuration for sending email notifications and alerts. SMTP server configuration requires specifying the SMTP server address, port, username, password, and encryption method. The encryption method determines how the email messages are secured during transmission. NDB supports two encryption methods for SMTP server configuration: TLS and SSL.
TLS (Transport Layer Security) is a protocol that encrypts and authenticates data between the email client and the SMTP server. TLS can operate in two modes: explicit and implicit. In explicit mode, the email client and the SMTP server negotiate the encryption method and parameters after establishing a plain text connection.
This mode typically uses port 587. In implicit mode, the email client and the SMTP server assume that the connection is encrypted from the start, without any negotiation. This mode typically uses port 465.
SSL (Secure Sockets Layer) is a predecessor of TLS that also encrypts and authenticates data between the email client and the SMTP server. SSL operates in implicit mode only, and uses port 465 by default. SSL is less secure than TLS, but it is still widely used and supported by many email providers.
S/MIME (Secure/Multipurpose Internet Mail Extensions) is a standard that encrypts and signs email messages at the application layer, rather than the transport layer. S/MIME requires the use of digital certificates and public key cryptography to ensure the confidentiality and integrity of email messages. S/MIME is not a valid encryption method for SMTP server configuration, as it does not affect the connection between the email client and the SMTP server.
IPsec (Internet Protocol Security) is a suite of protocols that secures IP packets at the network layer, rather than the application or transport layer. IPsec can encrypt and authenticate data between any two IP endpoints, such as routers, firewalls, or hosts. IPsec is not a valid encryption method for SMTP server configuration, as it does not apply to the specific protocol or port used by SMTP.
References:
* Nutanix Database Automation (NCP-DB) Course Details, Section 1.4: NDB Alerts and Notifications
* Nutanix Database Automation (NCP-DB) Certification Details, Objective 1.4: Configure NDB Alerts and Notifications
* Nutanix Database Automation (NCP-DB) YouTube Playlist, Video 1.4: NDB Alerts and Notifications
* [Nutanix Database Automation (NCP-DB) User Guide], Section 1.4: Configure SMTP Server Settings
NEW QUESTION # 75
An administrator is tasked with auditing NDB SLAs. What data will the administrator be reviewing?
- A. Recovery Time Objective
- B. Data retention policies
- C. Clone Management
- D. Snapshot schedules
Answer: B
Explanation:
NDB SLAs are service level agreements that define the data protection and recovery objectives for NDB-managed databases. NDB SLAs consist of data retention policies that specify how long the snapshots and log backups of a database are kept in the Time Machine. Data retention policies can be customized to meet different business and compliance requirements, such as daily, weekly, monthly, or yearly retention periods.NDB SLAs also determine the frequency and schedule of the snapshots and log backups, as well as the storage location and replication options. An administrator who is tasked with auditing NDB SLAs will be reviewing the data retention policies of each database and Time Machine, as well as the snapshot and log backup history and status. The administrator will also be able to monitor the storage usage and performance of the NDB SLAs, and modify or delete the SLAs as needed. The other options are not part of the NDB SLAs, but rather separate features or concepts of NDB. Snapshot schedules are the intervals at which NDB takes snapshots of the databases, which are determined by the SLAs. Clone management is the process of creating, refreshing, or deleting database clones from the Time Machine. Recovery time objective (RTO) is the maximum acceptable time for restoring a database after a failure, which is influenced by the SLAs, but not defined by them. References:
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5, Section 5 - Protect NDB-managed Databases Using Time Machine, Objective 5.1: Create, delete, and modify SLA retention policies
* Nutanix Database Management & Automation (NDMA) Course, Module 4: Nutanix Database Service (NDB) Data Protection, Lesson 4.1: Data Protection Overview, Topic: SLA Concepts
* Nutanix Database Service (NDB) User Guide, Chapter 6: SLAs, Section: SLA Overview
NEW QUESTION # 76
A database administrator wants to be notified in advance before any database clones are removed using a removal schedule What is the best way to configure this notification?
- A. Configure SMTP alerts for all actions in NDB.
- B. Build a custom report in Prism to report on these events.
- C. Create a Playbook to create an alert based on the removal event.
- D. Select the Create an Alert Before Removal option.
Answer: D
Explanation:
A database administrator wanting to be notified in advance before any database clones are removed using a removal schedule can configure this directly within the NDB interface. The "Update Removal Schedule" feature includes an option labeled "Create an Alert Before Removal," which is pre-selected as non-optional by default but can be customized. Selecting this option generates an alert (e.g., via email or the NDB dashboard) prior to the scheduled clone removal, allowing the administrator to take action if needed. This is the most efficient and built-in method, avoiding the complexity of custom scripts or reports.
* Option A (Create a Playbook to create an alert based on the removal event) is incorrect because a Playbook is an advanced automation tool, not the simplest solution for this notification need.
* Option B (Select the Create an Alert Before Removal option) is correct as it is a native NDB feature designed for this purpose.
* Option C (Build a custom report in Prism to report on these events) is incorrect because Prism reports are for historical analysis, not real-time notifications.
* Option D (Configure SMTP alerts for all actions in NDB) is incorrect because configuring SMTP for all actions is overly broad and less targeted than the specific alert option.
This ensures timely notifications with minimal configuration.
References
* Nutanix Database Service (NDB) User Guide, Chapter 5: Configuring Time Machines, Section:
Managing Clone Removal Schedules
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 Blueprint, Section 5: Protect Databases Using Time Machine
NEW QUESTION # 77
A database is de-registered without removing the associated Time Machine. What is the status of the Time Machine?
- A. Paused
- B. Frozen
- C. Active
- D. Ready
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 # 78
Which command can be used to assign a static IP address to the Era VM on ESXi?
set
era-server > era
era-server >
An administrator is trying to register an Oracle Database Server VM to Era.
Which dependency must be met?
- A. Enable reQUIREetty setting on the source database
- B. SUDO NOPASS access is required
- C. set path = /sbin:/bin:/usr/sbin:/usr/bin
- D. /TEMP folder must have read-only permissions
Answer: B
Explanation:
To register an Oracle Database Server VM to Era in Nutanix Database Automation (NCP-DB), certain dependencies must be met. One of these is that SUDO NOPASS access is required1. This allows the Era service to perform necessary operations on the Oracle Database Server VM. As for assigning a static IP address to the Era VM on ESXi, you can use the vSphere Client to configure static IP settings2. However, this is not directly related to the registration of an Oracle Database Server VM to Era. Please note that these answers are based on the information available as of my last update in 2021 and may need to be verified with the most recent Nutanix Database Automation (NCP-DB) documentation or resources.
NEW QUESTION # 79
What is causing this issue?
- A. The VLAN is stretched
- B. The VLAN is static
- C. TheVLANisDHCP
- D. The VLAN is IPAM
Answer: A
Explanation:
The correct answer is C because a stretched VLAN is a VLAN that spans across multiple Nutanix clusters, which may cause network conflicts or latency issues when starting the database server. Option A is incorrect because a DHCP VLAN is a VLAN that uses dynamic IP address allocation, which does not affect the database server startup. Option B is incorrect because a static VLAN is a VLAN that uses fixed IP address allocation, which also does not affect the database server startup. Option D is incorrect because IPAM is not a type of VLAN, but a feature of NDB that allows managing IP addresses for database servers and databases.
References: The following sources provide more information about the VLAN and IPAM concepts and configuration in NDB:
* Nutanix Database Management & Automation (NDMA) course, Module 2: Deploying and Configuring an NDB Solution, Lesson 2.4: Configuring NDB High Availability
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5, Knowledge Objectives, Section
2 - Deploy and Configure an NDB Solution
* Nutanix Database Service (NDB) User Guide, Chapter 2: Deploying and Configuring an NDB Solution, Section 2.4: Configuring NDB High Availability
* Nutanix Database Service (NDB) User Guide, Chapter 8: Administering an NDB Environment, Section
8.5: Managing Networks in NDB
* Nutanix Database Service (NDB) User Guide, Chapter 8: Administering an NDB Environment, Section
8.6: Managing IP Addresses in NDB
NEW QUESTION # 80
Before registering a SQL Server VM with NDB, an administrator must first verify what is enabled?
- A. Windows PowerShell
- B. Remote Desktop (RDP)
- C. Remote Management (WinRM)
- D. Secure Shell (SSH)
Answer: C
Explanation:
Before registering a SQL Server VM with Nutanix Database Service (NDB), the administrator must ensure that the VM is configured to allow NDB to communicate with and manage it. For SQL Server VMs running on Windows, NDB relies on Windows Remote Management (WinRM) to facilitate remote administration, discovery, and management tasks. WinRM is a Microsoft protocol that enables secure communication between the NDB control plane and the Windows-based database server VM. It must be enabled and properly configured (e.g., with HTTP or HTTPS listeners and appropriate firewall rules) to allow NDB to register the VM and perform operations like provisioning, patching, or cloning.
* Option A (Secure Shell - SSH) is incorrect because SSH is a protocol primarily used for Linux-based systems, not Windows-based SQL Server VMs. NDB uses WinRM for Windows environments.
* Option B (Remote Management - WinRM) is correct as it aligns with NDB's requirements for managing Windows VMs hosting SQL Server instances.
* Option C (Remote Desktop - RDP) is incorrect because RDP is a protocol for interactive desktop access, not for the automated management and communication required by NDB.
* Option D (Windows PowerShell) is incorrect as a standalone answer. While PowerShell can leverage WinRM for remote execution, NDB specifically requires WinRM to be enabled as the underlying service, not just PowerShell itself.
To verify WinRM is enabled, the administrator can run winrm quickconfig on the SQL Server VM or check the service status and firewall settings. NDB documentation emphasizes this prerequisite to ensure successful registration and management of SQL Server VMs.
References
* Nutanix Database Service (NDB) User Guide, Chapter 2: Deploying and Configuring an NDB Solution, Section: Registering Database Server VMs
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 Blueprint, Section 2: Deploy and Configure an NDB Solution, Objective 2.2: Configure an NDB Instance
* Nutanix Support & Insights, Technical Note: "Preparing Windows VMs for NDB Registration"
NEW QUESTION # 81
Which statement describes a user in Era with the Database Infrastructure Admin role?
- A. The user is able to manage software profiles, Network Profiles. database parameter profiles end Time Machine SLAs,
- B. The user is able to manage software profiles, Network Profiles. database Instance parameter profiles and time machine SLA
- C. The user is able to manage software profiles, database parameter profiles and SLAs
- D. The user is able to manage database profiles, Network Profiles, database Instance parameter profiles and time machine SLA
Answer: A
Explanation:
The size of a database Time Machine in Nutanix Era is defined by the size of all snapshots and/or transaction logs maintained by Era1. The Time Machine leverages Nutanix's efficient snapshot technology to capture the state of the database at different points in time1. These snapshots, along with transaction logs that record changes between snapshots, constitute the data maintained by the Time Machine1. Therefore, the size of the Time Machine is determined by the total size of these snapshots and transaction logs1.
NEW QUESTION # 82
An administrator needs to increase storage for a MongoDB database provisioned using NDB. After launching the NDB CLI, the administrator begins with creating the input file for this operation.
Which parameter should the administrator include within the input file?
- A. extend_storage
- B. data_percent
- C. database
- D. update
Answer: A
Explanation:
To increase storage for a MongoDB database provisioned using NDB, the administrator needs to use the extend_storage parameter in the input file for the NDB CLI. This parameter specifies the amount of additional storage to be added to the database server VM in GB. For example, if the current storage size is 100 GB and the administrator wants to increase it to 150 GB, the input file should contain the following line:
extend_storage: 50
The other parameters are not relevant for this operation. The update parameter is used to update the database software version, the database parameter is used to specify the database name, and the data_percent parameter is used to specify the percentage of data to be copied during a clone operation. References: Nutanix Database Automation (NCP-DB) Course Details, Nutanix Database Automation (NCP-DB) Certification Details, Nutanix Database Automation (NCP-DB) YouTube Playlist, [Nutanix Database Automation User Guide].
NEW QUESTION # 83
An organization has NDB HA enabled across multiple Nutanix clusters.
If two clusters are using ESXi and one cluster is using AHV, which additional component is necessary to support cross-hypervisor compatibility?
- A. Nutanix Prism Central
- B. Stretched VLANs for all nodes
- C. VirtlO
- D. NGT
Answer: A
Explanation:
In an NDB high availability (HA) environment spanning multiple Nutanix clusters, with two clusters running VMware ESXi and one running Nutanix AHV, cross-hypervisor compatibility becomes essential to manage the heterogeneous environment effectively. Nutanix Prism Central is the centralized management platform that provides a unified interface and orchestration capabilities across multiple clusters, regardless of the underlying hypervisor (ESXi or AHV). For NDB HA to function seamlessly across these clusters, Prism Central is required to coordinate cluster operations, manage resources, and ensure consistent policy enforcement, including VM placement, failover, and database management tasks. It abstracts the differences between hypervisors, enabling NDB to operate in a mixed environment.
* Option A (Stretched VLANs for all nodes) is incorrect because stretched VLANs address network connectivity, not hypervisor compatibility or NDB HA management.
* Option B (NGT - Nutanix Guest Tools) is incorrect as NGT enhances guest VM functionality (e.g., drivers, backups) but does not facilitate cross-hypervisor orchestration for NDB HA.
* Option C (Nutanix Prism Central) is correct because it provides the necessary multi-cluster management and compatibility layer for NDB HA across ESXi and AHV.
* Option D (VirtlO) is incorrect as VirtIO refers to paravirtualized drivers for VMs, not a component for NDB HA or cross-hypervisor support.
Prism Central's role ensures that NDB can manage database workloads across diverse hypervisor platforms efficiently.
References
* Nutanix Database Service (NDB) User Guide, Chapter 3: Configuring an NDB Environment, Section:
Multi-Cluster and Multi-Hypervisor Support
* Nutanix Prism Central Administration Guide, Section: Managing Mixed Hypervisor Environments
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 Blueprint, Section 3: Configure an NDB Environment
NEW QUESTION # 84
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. Apply the patch to the profile VM, then create a new Software Profile version using the profile VM as the source.
- 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 using the CU executable and publish that profile.
- D. Create a new Software Profile version using the CU executable and publish that version.
Answer: A
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.
References: The following sources provide more information about the Software Profile management and patching in NDB:
* Nutanix Database Management & Automation (NDMA) course, Module 5: Patching Databases Using NDB, Lesson 5.2: Creating and Modifying Software Profiles
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5, Knowledge Objectives, Section
4 - Operate and Maintain an NDB Environment
* Nutanix Database Service (NDB) User Guide, Chapter 5: Patching Databases Using NDB, Section 5.2:
Creating and Modifying Software Profiles
* Nutanix Database Service (NDB) User Guide, Chapter 5: Patching Databases Using NDB, Section 5.3:
Testing and Publishing Database Patches
NEW QUESTION # 85
Refer to the exhibit.
A request is received to provision a new Oracle SIHA DB & VM to test ASMLIB on OEL79 and Oracle 19c.
When walking through the provisioning workflow, only ASMFD is available in the ASM Driver drop down.
What is necessary to provision the requested SIHA DB and DB VM with ASMLIB?
- A. Install ASMLIB on the NDB server.
- B. Update the software profile to include the ASMLIB driver.
- C. Update the NDB driver config to enable ASMLIB for Oracle.
- D. Install ASMLIB on the database server.
Answer: B
Explanation:
In the context of Nutanix Database Automation (NCP-DB), when provisioning a new Oracle SIHA DB & VM, if only ASMFD is available in the ASM Driver drop-down, it indicates that ASMLIB is not included in the current software profile. To provision the requested SIHA DB and DB VM with ASMLIB, it's essential to update the software profile to include the ASMLIB driver. This action will enable ASMLIB as an option in the ASM Driver drop-down during the provisioning workflow.
References:
* Nutanix Database Automation (NCP-DB) Course Details, Section 2.3: Provisioning Oracle Databases
* Nutanix Database Automation (NCP-DB) Certification Details, Objective 2.3: Provision Oracle Databases
* Nutanix Database Automation (NCP-DB) YouTube Playlist, Video 2.3: Provisioning Oracle Databases
* [Nutanix Database Automation (NCP-DB) User Guide], Section 2.3: Provision Oracle Databases
NEW QUESTION # 86
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. A snapshot must be taken on the original DB.
- B. No remote clusters are configured.
- C. Software profile is missing.
- D. Time Machine is not configured.
Answer: C
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 # 87
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. From the Time Machine, create a clone and paste the masking commands in the post-clone field of the Pre-Post Commands section.
- 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. 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.
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 # 88
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. Disaster Recovery Network Segmentation is enabled on the cluster.
- C. NDB Server container and NDB Provisioning container are separate.
- D. Nutanix Database Service High Availability is enabled on the cluster.
Answer: C
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 # 89 
An administrator tried to provision Nutanix Database Service (NDB) from Prism Central Marketplace and is getting the error shown in the exhibit.
Which action would have prevented this issue?
- A. Import the proper image in the Prism Central.
- B. Provide a subnet with IP Address Management
- C. Register NDB using the correct IP address.
- D. Configure an IP address when deploying the application.
Answer: D
Explanation:
The exhibit shows an error during the provisioning of NDB from the Prism Central Marketplace, with a failure reason stating "IP not found" in the "EraService - Substrate Create" step. This indicates that the provisioning process could not assign or detect an IP address for the NDB instance, likely due to an unconfigured or missing IP address during deployment. To prevent this issue, the administrator should configure an IP address when deploying the application. This involves specifying a static IP or ensuring IP Address Management (IPAM) is properly set up to allocate an IP during the Prism Central Marketplace deployment wizard.
Other options are less directly relevant:
* B. Import the proper image in the Prism Central: This ensures the correct NDB image is available but does not address the IP assignment issue.
* C. Provide a subnet with IP Address Management: While useful, this is a broader configuration step and not the specific action needed during deployment.
* D. Register NDB using the correct IP address: Registration occurs after deployment and does not prevent the initial IP assignment failure.
Thus, the verified answer is A, as configuring the IP address during deployment directly addresses the "IP not found" error.
Official Nutanix Database Automation References
* Nutanix Database Management & Automation (NDMA) course, Module 2: Deploying and Configuring an NDB Solution, Lesson 2.2: Deploying NDB from Prism Central.
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 Knowledge Objectives, Section
2: Deploy and Configure an NDB Solution, Objective 2.2: Deploy NDB (applicable to v6.10).
* Nutanix NDB Installation Guide: "Deploying NDB via Prism Central Marketplace" section, emphasizing IP configuration.
NEW QUESTION # 90
Which site needs to be reachable to ensure an NDB server can send periodic telemetry data to the central Nutanix repository over port 443?
- A. insights.nutanix.com
- B. developers.nutanix.com
- C. download.nutanix.com
- D. portal.nutanix.com
Answer: A
Explanation:
To ensure an NDB server can send periodic telemetry data to the central Nutanix repository, the server must be able to communicate with the Nutanix Insights platform over port 443 (HTTPS). The insights.nutanix.com site is the designated endpoint for telemetry data, which includes usage statistics, health metrics, and other operational data sent to Nutanix for support and analytics purposes. This connectivity is a standard requirement for NDB to comply with Nutanix's telemetry and support framework, and port 443 is used for secure transmission.
* Option A (download.nutanix.com) is incorrect because this site is used for downloading software updates, not telemetry data.
* Option B (developers.nutanix.com) is incorrect as it is a resource for developers, not a telemetry endpoint.
* Option C (portal.nutanix.com) is incorrect because this is the Nutanix customer portal for account management, not telemetry submission.
* Option D (insights.nutanix.com) is correct as it is the specific site for sending telemetry data.
The administrator should ensure network policies allow outbound traffic to this site on port 443.
References
* Nutanix Database Service (NDB) User Guide, Chapter 6: Administering an NDB Environment, Section: Telemetry and Connectivity Requirements
* Nutanix Support & Insights, Knowledge Base Article: "Configuring Telemetry for NDB"
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 Blueprint, Section 6: Administer an NDB Environment
NEW QUESTION # 91
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: B
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 # 92
An administrator needs to restore a database provisioned on Storage Spaces. The virtual disks are shared with multiple databases.
Which restore method is supported?
- A. Disk-based restore via NDB CLI
- B. Disk-based restore via NDB GUI
- C. Copy-based restore via NDB GUI
- D. Copy-based restore via NDB CLI
Answer: C
Explanation:
For restoring a database provisioned on Storage Spaces, especially when virtual disks are shared among multiple databases, the supported method is a copy-based restore via the NDB GUI. This method allows for a precise and controlled restoration process suitable for shared storage environments.References:Nutanix Database Automation documentation, specifically in the section on database restoration methods and storage spaces.
NEW QUESTION # 93
Which statement best describes what happens when a 3rd-party backup tool is chosen to manage log backups for Microsoft SQL in NDB?
- A. Third-party backups vendors can continue to backup the archived logs from the database log destination. NDB will still be able to capture the logs, considering the log catch-up begins before the logs get backed up
- B. If exclusive log access is not granted to NDB, the Point-in-Time (PIT) recovery will be supported, but snapshot-based recovery of the databases is not supported.
- C. If exclusive log access is not granted to NDB, the Point-in-Time (PIT) recovery will not be supported, but snapshot-based recovery of the databases is supported.
- D. Third-party backups vendors can continue to backup the binary logs from the binary log location. NDB will still be able to capture the logs, considering the log catch-up begins before the logs get purged.
Answer: A
Explanation:
NDB supports two modes of log backup management for Microsoft SQL databases: NDB-managed and 3rd- party managed. In the NDB-managed mode, NDB takes full control of the log backups and stores them in the Cerebro log location. In the 3rd-party managed mode, NDB allows the use of external backup tools to backup the logs from the database log destination. However, NDB still needs to capture the logs for its own operations, such as point-in-time recovery, clone refresh, and log catch-up. Therefore, NDB will periodically scan the database log destination and copy the logs to the Cerebro log location. This process requires that the log catch-up begins before the logs get backed up by the 3rd-party tool, otherwise NDB will miss some logs and the operations will fail. If the 3rd-party tool grants exclusive access to the logs, then NDB will not be able to capture them at all, and the operations will not be supported. References:
* Nutanix Database Management & Automation (NDMA) course, Module 5, Lesson 5.2 - Log Backup Management
* Nutanix Support & Insights, Nutanix NDB User Guide v2.5, Log Backup Management
NEW QUESTION # 94
How does NDB send notifications when alerts are generated?
- A. Pulse
- B. Email
- C. APIs
- D. SNMP
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 # 95
An NDB environment has been deployed with three Nutanix clusters. An administrator has been asked to create a Microsoft SQL Server software profile for each of these clusters.
Which is a requirement to create the above-mentioned profiles?
- A. Each cluster must host a VM with the DB engine.
- B. Enable Multi-cluster capabilities for NDB.
- C. Enable High Availability for the current NDB Service.
- D. Compute profile must be created first on every cluster.
Answer: A
Explanation:
To create a Microsoft SQL Server software profile for each of the three Nutanix clusters in an NDB environment, a key requirement is that each cluster must host at least one VM with the Microsoft SQL Server database engine installed. NDB uses these VMs to discover, validate, and generate software profiles tailored to the specific SQL Server versions and configurations present on each cluster. This ensures that the profiles are compatible with the cluster's environment and can be used for provisioning or patching.
* Option A (Compute profile must be created first on every cluster) is incorrect because compute profiles are optional and not a prerequisite for creating software profiles.
* Option B (Enable Multi-cluster capabilities for NDB) is incorrect as multi-cluster support is already implied by the deployment across three clusters, but it's not a specific requirement for profile creation.
* Option C (Enable High Availability for the current NDB Service) is incorrect because HA is a separate configuration and not required to create software profiles.
* Option D (Each cluster must host a VM with the DB engine) is correct as it aligns with NDB's requirement to have a reference VM for profile generation.
This setup ensures accurate and cluster-specific software profile creation.
References
* Nutanix Database Service (NDB) User Guide, Chapter 4: Managing Software Profiles, Section:
Creating Software Profiles
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 Blueprint, Section 4: Manage Database Software Profiles
NEW QUESTION # 96
An IT manager is onboarding a new Nutanix systems administrator to manage their NDB deployment. The manager would like to assign the NDB role that provides the minimum amount of permissions to allow provisioning of new databases.
Which role should be assigned to accomplish this task?
- A. Infrastructure administrator
- B. Database administrator
- C. Database infrastructure administrator
- D. Super administrator
Answer: B
Explanation:
To assign the minimum permissions required for provisioning new databases in an NDB deployment, the IT manager should assign the Database Administrator role. This role provides the necessary privileges to provision, configure, and manage database instances within NDB, including creating new databases using software profiles and registering database servers. It is designed for database-specific tasks without granting broader infrastructure or administrative control, making it the least privileged role suited for this purpose.
Other options exceed the minimum requirements:
* A. Infrastructure Administrator: Manages cluster infrastructure (e.g., storage, networking), which is more than needed for database provisioning.
* B. Super Administrator: Grants full control over NDB, including user management and system configuration, far beyond provisioning.
* C. Database Infrastructure Administrator: Includes infrastructure management in addition to database tasks, exceeding the minimum scope.
Thus, the verified answer is D, aligning with the principle of least privilege.
Official Nutanix Database Automation References
* Nutanix Database Management & Automation (NDMA) course, Module 1: Introduction to NDB, Lesson 1.4: Managing Users and Roles.
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 Knowledge Objectives, Section
1: Understand NDB Basics, Objective 1.3: Manage User Permissions (applicable to v6.10).
* Nutanix NDB Administration Guide: "Role-Based Access Control (RBAC)" section, detailing Database Administrator role.
NEW QUESTION # 97
......
NCP-DB Practice Test Give You First Time Success with 100% Money Back Guarantee!: https://actualtests.latestcram.com/NCP-DB-exam-cram-questions.html
