Practice Free NCP-DB-6.5 Exam Online Questions
What two reference resources are available for Nutanix Era APIs? (Choose two.)
- A . Nutanix Support Portal
- B . Nutanix.dev API Reference
- C . Era API Explorer
- D . Era GitHub API Repository
B, C
Explanation:
The Nutanix Era API documentation is available on the Nutanix.dev API Reference page12. This documentation outlines the operations that are possible with the Era APIs2. In addition to the API reference, the NutanixDev code samples repo provides working code that implements the practices shown in the documentation1. The Era API Explorer is another resource that provides a comprehensive view of the available APIs, allowing users to interactively explore and test the APIs. However, there is no mention of a specific “Era GitHub API Repository” or the “Nutanix Support Portal” being used as a reference resource for Nutanix Era APIs in the provided resources. Therefore, the correct answers are
B. Nutanix.dev API Reference and
C. Era API Explorer.
Where can an administrator configure a custom SSL certificate for Era?
- A . Era CLI
- B . Era UI
- C . Prism CLI
- D . Prism Ul
B
Explanation:
An administrator can configure a custom SSL certificate for Era through the Era User Interface (UI)1. This can be done by logging into the Nutanix Console and selecting SSL Certificates from the drop-down list inside the gear icon23. In the SSL Certificate dialog box, the administrator can click Replace Certificate, then select the Import Key and Certificate radio button23. This process ensures secure communication within the Nutanix Era environment4.
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 GUI
- B . Disk-based restore via NDB CLI
- C . Copy-based restore via NDB GUI
- D . Copy-based restore via NDB CLI
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.
Reference: Nutanix Database Automation documentation, specifically in the section on database restoration methods and storage spaces.
Which two methods can be used to upgrade Era? (Choose two.)
- A . Nutanix LCM
- B . Offline Upgrade
- C . Rolling Upgrade
- D . One-click U pgrade
B, D
Explanation:
Nutanix Era can be upgraded using the Offline Upgrade and One-click Upgrade methods. The Offline Upgrade method involves manually downloading the software update and applying it to the Era instance. The One-click Upgrade method allows you to upgrade Era directly from the Era management console with a single click, provided that the Era instance has internet connectivity and can reach the Nutanix software update portal1.
What are two of the required steps to provision a new network in Clusters and extend it to Era? (Choose two.)
- A . Add a new.’ subnet to the correct VPC.
- B . Add the new subnet end VLAN in Network Configuration in PE.
- C . Add the new VLAN in Ere Networks.
- D . Add the new network in Era Multi-Clu5ter Management
B, C
Explanation:
According to the Nutanix Database Automation (NCP-DB) learning documents, to provision a new network in Clusters and extend it to Era, you need to:
B) Add the new subnet and VLAN in Network Configuration in PE1.
C. Add the new VLAN in Era Networks1.
These steps ensure that the new network is properly configured in both the Nutanix environment and Era, allowing for seamless communication and operation. Please refer to the official Nutanix documentation and training materials for more detailed information1.
What is causing this issue?
- A . The VLAN is DHCP
- B . The VLAN is static
- C . The VLAN is stretched
- D . The VLAN is IPAM
C
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.
Reference: 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
What is causing this issue?
- A . The VLAN is DHCP
- B . The VLAN is static
- C . The VLAN is stretched
- D . The VLAN is IPAM
C
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.
Reference: 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
An administrator needs to migrate a large 1/0-intensive database that doesn’t support multi-disk layout.
How should the storage be provisioned with Era to support the database while optimizing performance?
- A . Volume Group
- B . Volume Group with Load Balancing
- C . Storage Spaces
- D . vDisk based provisioning
A
Explanation:
In Nutanix Era, a Volume Group is the recommended storage provisioning method for a large I/O-intensive database that doesn’t support a multi-disk layout1. A Volume Group in Nutanix Era is a collection of disks that can be managed as a single entity, providing a way to aggregate the storage capacity of multiple disks into a larger storage unit1. This allows for better performance optimization as it enables the database to leverage the combined I/O capabilities of all the disks in the group1. It’s important to note that while other options like Load Balancing, Storage Spaces, and vDisk based provisioning can also be used in certain scenarios, a Volume Group is specifically designed for situations where a single, high-performance storage unit is required1.
Where should an administrator perform an upgrade within the Era management interface?
- A . Operations > Current Recent
- B . Profiles Software
- C . Alerts
- D . Administration > Maintenance
D
Explanation:
In the Nutanix Era management interface, an administrator should perform an upgrade under the Administration > Maintenance section1. As part of the upgrade process, the Era server is upgraded first, followed by all the Era cluster agents and database server agents in parallel1. The Dashboard displays the current version and an option to upgrade the Era server to a latest version when a new version is available for upgrade1. This ensures that the Nutanix Era environment is always up-to-date with the latest features and security updates1.
A legal team wants to audit a quarter end (July 31st) banking transaction event and asks the administrator to create a SQL database from the timeframe.
What action should the administrator perform within Era?
- A . Provision a database and attach the July 31st backup from Time Machine.
- B . Restore a backup from July 31st, Recover the database to bring the database up.
- C . Provision a database, restore the backup from Ju)’ 31st, and Recover the database to bring the database up.
- D . Create a clone from July 31st snapshot in Time Machine.
D
Explanation:
Nutanix Era enables you to clone your source databases (running on Nutanix clusters) and refresh the database clones by using snapshots or transaction logs1. Era uses storage-efficient and time-efficient Nutanix snapshots, thus lowering the cost of managing multiple copies of your databases1. In this case, the administrator should create a clone from the July 31st snapshot in Time Machine to provide the legal team with the specific banking transaction event data they need for their audit1.