Download Exam NCP-DB Practice Test Questions with 100% Verified Answers
Share Latest NCP-DBTest Practice Test Questions, Exam Dumps
Nutanix NCP-DB Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
NEW QUESTION # 112
An administrator needs to add multiple databases to an existing PostgreSQL instance.
How should the administrator satisfy this requirement?
- A. Modify parameter profile using ncli.
- B. Modify parameter profile using the GUI.
- C. Modify parameter profile using NDB CLI.
- D. Modify parameter profile using post script.
Answer: B
Explanation:
To add multiple databases to an existing PostgreSQL instance managed by NDB, the administrator should use the NDB graphical user interface (GUI). The GUI provides a user-friendly way to modify the parameter profile associated with the PostgreSQL instance, allowing the addition of new databases by adjusting settings such as database names, sizes, or configurations. This process typically involves navigating to the "Databases" or "Instances" section, selecting the PostgreSQL instance, and editing the parameter profile to include additional databases.
Other options are less appropriate:
* A. Modify parameter profile using ncli: The ncli (Nutanix Command Line Interface) is used for cluster-level management in Prism, not for NDB database configuration.
* C. Modify parameter profile using post script: Post-scripts are used for custom actions post- provisioning, not for modifying parameter profiles to add databases.
* D. Modify parameter profile using NDB CLI: While NDB has a CLI, the GUI is the recommended and supported method for such configuration changes, offering a guided workflow and validation.
Thus, the verified answer is B, leveraging the NDB GUI for ease and compliance with best practices.
Official Nutanix Database Automation References
* Nutanix Database Management & Automation (NDMA) course, Module 3: Managing Database Instances, Lesson 3.4: Modifying Database Configurations.
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 Knowledge Objectives, Section
3: Manage NDB Solutions, Objective 3.3: Modify Parameter Profiles (applicable to v6.10).
* Nutanix NDB Administration Guide: "Managing PostgreSQL Instances" section, detailing GUI-based modifications.
NEW QUESTION # 113
An administrator needs to reset the NDB GUI password.
What should the administrator perform from the SSH session?
- A. 1.Enter the era CLl
2.Execute: security password reset - B. sudo passwd era
- C. sudo passwd admin
- D. 1. Enter the era-server CLl
2. Execute: security password reset
Answer: D
Explanation:
To reset the NDB GUI password in Nutanix Database Service (NDB), an administrator must access the system through an SSH session and use the appropriate command-line interface (CLI) tools provided by NDB. The correct process involves entering the era-server CLI, which is the specific CLI environment for managing NDB-related configurations, including security settings like password resets. Once in the era-server CLI, the administrator executes the security password reset command to initiate the password reset process for the NDB GUI. This method ensures that the reset is performed within the NDB-managed environment securely and aligns with Nutanix's recommended administrative procedures.
* Option A is correct because it specifies the era-server CLI and the exact command security password reset, which are consistent with NDB's administrative tools for managing GUI access credentials.
* Option B (sudo passwd era) is incorrect because era is not a system user account in the context of NDB's Linux-based control plane; this command pertains to standard Linux user management, not NDB-specific GUI password resets.
* Option C (sudo passwd admin) is also incorrect as admin refers to a generic user that may not correspond to the NDB GUI account, and this approach bypasses NDB's internal security mechanisms.
* Option D is incorrect due to a typo (era CLI instead of era-server CLI), which renders it imprecise despite the intent being similar to Option A.
This process assumes the administrator has SSH access to the NDB control plane VM and the necessary privileges to execute these commands.
References
* Nutanix Database Service (NDB) User Guide, Section: Administering an NDB Environment, Subsection: Managing Access Controls and Password Resets
* Nutanix Support & Insights, Knowledge Base Article: "Resetting NDB GUI Password via CLI"
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 Blueprint, Section 6: Administer an NDB Environment
NEW QUESTION # 114
Which Time Machine feature allows developers to automate the data refresh for their clones?
- A. Log Catchup
- B. update
- C. Manual Backup
- D. Schedule
Answer: D
Explanation:
According to the Nutanix Database Automation (NCP-DB) learning documents, the Schedule feature of the Time Machine allows developers to automate the data refresh for their clones1. This feature eliminates the time-consuming, complex process of database clone/refresh, allowing admins to create database clones
/refresh to any point in time in just a few minutes1. Please refer to the official Nutanix documentation and training materials for more detailed information2.
NEW QUESTION # 115
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. Update the software profile to include the ASMLIB driver.
- B. Update the NDB driver config to enable ASMLIB for Oracle.
- C. Install ASMLIB on the database server.
- D. Install ASMLIB on the NDB server.
Answer: A
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 # 116
Exhibit.
An administrator just created the ndb_test user as shown in the exhibit. Which two tasks can this user perform? (Choose two.)
- A. Clones
- B. NDB Configuration
- C. Access Control
- D. Network Profiles
Answer: A,B
Explanation:
The exhibit shows the NDB user management interface with a newly created user named "ndb_test" assigned the "Database Infrastructure Admin" role and sourced as a "Local User." In NDB, the "Database Infrastructure Admin" role grants specific permissions, allowing the user to manage database-related tasks such as creating, managing, and deleting clones, as well as performing configuration tasks within the NDB environment (e.g., updating settings or managing database servers). However, this role does not extend to higher-level administrative functions like Access Control or Network Profiles, which are reserved for roles with broader administrative privileges (e.g., System Administrator).
* Option A (Access Control) is incorrect because managing user access and roles requires a higher privilege level, such as System Administrator, not Database Infrastructure Admin.
* Option B (Network Profiles) is incorrect because configuring network profiles is an administrative task outside the Database Infrastructure Admin scope.
* Option C (Clones) is correct as the Database Infrastructure Admin role includes permissions to create and manage clones using Time Machine.
* Option D (NDB Configuration) is correct as this role allows configuration of database-related settings within NDB, such as registering VMs or adjusting database parameters.
Thus, the "ndb_test" user can perform clone management and NDB configuration tasks.
References
* Nutanix Database Service (NDB) User Guide, Chapter 6: Administering an NDB Environment, Section: User Roles and Permissions
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 Blueprint, Section 6: Administer an NDB Environment
NEW QUESTION # 117
Which Era component collects logs and snapshots from the database?
- A. Era Database Agent
- B. Profiles
- C. Time Machine
- D. SLAs
Answer: C
Explanation:
The Era copy data management service includes several components, one of which is the Time Machine. The Time Machine is responsible for collecting logs and snapshots from the database123. This functionality allows for granular clone and refresh operations, making it a crucial part of the Nutanix Era's database as a service (DBaaS) solution1.
NEW QUESTION # 118
Where are two locations an administrator would find the size of a Source Database? (Choose two.)
- A. On the Era Dashboard Database Summary Table under Source Database.
- B. Under the Capacity widget on the Database Server VMS > List database summary page.
- C. On the Profiles > Database Parameters list for the assigned DB Parameter Profile.
- D. On the Databases > Sources table.
Answer: A,D
Explanation:
* Option A: On the Era Dashboard Database Summary Table under Source Database. The dashboard provides a summary of the databases, including their sizes1.
* Option B: Under the Capacity widget on the Database Server VMS > List database summary page.
While this might provide information about the capacity, it does not specifically provide the size of a Source Database.
* Option C: On the Databases > Sources table. This table provides detailed information about the databases, including their sizes1.
* Option D: On the Profiles > Database Parameters list for the assigned DB Parameter Profile. This list provides parameters for the database but does not provide the size of a Source Database.
NEW QUESTION # 119
An administrator configures VM Host Affinity for database server VMs on a Nutanix AHV-powered cluster, intending to optimize HA by ensuring that VMs are placed on separate hosts. After a host failure, the administrator notices that database VMs are clustered on a single remaining host, risking another outage.
How could the administrator avoid this scenario in future host failures?
- A. Assign additional backup VMs within the same host to maintain service.
- B. Set anti-affinity rules to spread VMs across multiple nodes dynamically.
- C. Configure automatic host failover in Prism Central.
- D. Increase the number of affinity zones within the cluster
Answer: B
Explanation:
Configuring VM Host Affinity in a Nutanix AHV-powered cluster ensures that VMs are placed on specific hosts to optimize performance or HA. However, after a host failure, if database VMs cluster on a single remaining host, it indicates that the affinity rules alone are insufficient to maintain high availability (HA) during failover scenarios. To prevent this, the administrator should configure anti-affinity rules, which dynamically ensure that VMs (e.g., database server VMs) are spread across multiple hosts. Anti-affinity rules override default VM placement behavior during failover, reducing the risk of a single point of failure by keeping VMs separated even after a host outage.
* Option A (Assign additional backup VMs on the same host) is incorrect because placing backups on the same host increases risk rather than mitigating it.
* Option B (Increase affinity zones) is incorrect as "affinity zones" is not a standard Nutanix term in this context, and it does not address dynamic VM separation.
* Option C (Configure automatic host failover in Prism Central) is incorrect because while failover is managed by AHV, it does not inherently prevent VMs from clustering without specific rules.
* Option D is correct as anti-affinity rules proactively distribute VMs, enhancing HA in failure scenarios.
This approach leverages Nutanix AHV's VM placement policies to ensure resilience.
References
* Nutanix Database Service (NDB) User Guide, Chapter 3: Configuring an NDB Environment, Section:
Configuring VM Affinity and Anti-Affinity
* Nutanix AHV Administration Guide, Section: VM High Availability and Placement Rules
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 Blueprint, Section 3: Configure an NDB Environment
NEW QUESTION # 120
An administrator needs to provide the least-privilege access to a newly-hired engineer whose task is to add new VLANs or IP Pools in NDB.
Which role should the administrator select to complete this task?
- A. Infrastructure Administrator
- B. Super Administrator
- C. Database Administrator
- D. Database Infrastructure Administrator
Answer: A
Explanation:
An Infrastructure Administrator is a role in NDB that has the permission to manage network and storage resources, such as VLANs, IP Pools, and Storage Containers. This role is suitable for the engineer who needs to add new VLANs or IP Pools in NDB. The other roles have either more or less privileges than required for this task. A Database Administrator can manage databases and database server VMs, but not network and storage resources. A Super Administrator can manage all aspects of NDB, but this is more than the least-privilege access needed. A Database Infrastructure Administrator can manage both databases and network and storage resources, but this is also more than the least-privilege access needed.
References: Nutanix Support & Insights, section "NDB Roles and Permissions"
NEW QUESTION # 121
Which policies define Time Machine data availability across multiple registered clusters in NDB?
- A. Data Protection
- B. Data Access Management
- C. Service Level Agreements
- D. Recovery Plans
Answer: D
Explanation:
The recovery plans policy defines the Time Machine data availability across multiple registered clusters in NDB. The recovery plans policy allows the database administrator to specify the source and target clusters, the frequency and retention of the cross-cluster snapshots, and the network and compute profiles for the recovery operations. The recovery plans policy helps to ensure the disaster recovery and business continuity of the NDB-managed databases in case of a cluster failure or outage.
The data access management policy defines the access permissions and roles for the NDB users and groups.
The data access management policy allows the database administrator to grant or revoke access to the NDB instance, the database server VMs, the databases, and the database operations. The data access management policy helps to ensure the security and compliance of the NDB-managed databases and users.
The data protection policy defines the backup and restore settings for the NDB-managed databases. The data protection policy allows the database administrator to specify the frequency, retention, and compression of the database snapshots, and the backup location and encryption for the database backups. The data protection policy helps to ensure the backup and recovery of the NDB-managed databases within the same cluster.
The service level agreements policy defines the performance and availability metrics for the NDB-managed databases. The service level agreements policy allows the database administrator to monitor and enforce the database uptime, latency, throughput, and IOPS. The service level agreements policy helps to ensure the quality of service and performance of the NDB-managed databases.
References:
* Nutanix Database Management & Automation Training Course, Module 4: Nutanix Era Configuration, Lesson 4.1: Nutanix Era Configuration, slide 9.
* Nutanix Database Management & Automation Training Course, Module 5: Nutanix Era Operations, Lesson 5.1: Nutanix Era Operations, slides 8, 12, 16, 20.
* Nutanix Database Management & Automation Training Course, Module 6: Nutanix Era Disaster Recovery, Lesson 6.1: Nutanix Era Disaster Recovery, slides 5-7.
NEW QUESTION # 122
What is required to cre110ate a network profile in Era?
- A. The network must contain static IP addresses.
- B. The network must be managed by Era.
- C. The network must provide IP address management.
- D. The network must be added to Era.
Answer: D
Explanation:
According to the Nutanix Database Automation (NCP-DB) learning documents, to create a network profile in Era, the network must be added to Era1. This is because Era needs to have control over the network in order to manage the databases effectively1. Once the network is added to Era, it can be used for various operations such as provisioning new databases, managing existing databases, and more1.
NEW QUESTION # 123
How does NDB send notifications when alerts are generated?
- A. Email
- B. Pulse
- C. SNMP
- D. APIs
Answer: A
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 # 124
An NDB administrator is looking to free up some space consumption in the container that NDB uses to manage a database landscape.
Where are two of the best locations within NDB that the administrator could view to see where the most storage is being consumed, in order to research for reclamation? (Choose two.)
- A. View the Clone Database table to determine the Size and Last Refresh of clone databases.
- B. View the Source Database grid to determine the size and status of registered databases.
- C. View the Snapshot table in Time Machine to determine Reclaimable Space and Age of snapshots that have been taken.
- D. NDB Dashboard and view the Clone Data Age in days.
Answer: A,C
Explanation:
To free up space in the NDB-managed container, the administrator needs to identify storage consumption sources. Two key locations in NDB provide actionable insights:
* C. Clone Database table: This displays all clone databases, including their Size (current storage usage) and Last Refresh (indicating age or staleness). Clones often consume significant space, and older or unused ones can be deleted to reclaim storage.
* D. Snapshot table in Time Machine: This shows snapshots with details like Reclaimable Space (space recoverable by deletion) and Age (how long snapshots have existed). Old or unnecessary snapshots are prime candidates for reclamation.
Why not the other options?
* A. NDB Dashboard (Clone Data Age): While it provides a high-level view, it lacks granular details (e.
g., size per clone) needed for targeted reclamation.
* B. Source Database grid: This shows registered databases' size and status but doesn't focus on derivative objects (clones/snapshots) that typically consume more space.
Thus, C and D are the best locations for detailed storage analysis and reclamation research.
Official Nutanix Database Automation References
* Nutanix Database Management & Automation (NDMA) course, Module 6: Storage and Resource Management, Lesson 6.2: Monitoring and Reclaiming Storage.
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 Knowledge Objectives, Section
6: Optimize NDB Solutions, Objective 6.1: Manage Storage Consumption (applicable to v6.10).
* Nutanix NDB Administration Guide: "Clone Database Table" and "Time Machine Snapshot Table" sections.
NEW QUESTION # 125
Which NDB feature collects logs and snapshots from databases?
- A. One-click Patching
- B. Time Machine
- C. Database Restore
- D. SLA
Answer: B
Explanation:
The correct answer is B because the Time Machine feature of NDB collects logs and snapshots from databases and stores them in a distributed file system. The Time Machine enables the administrator to protect, clone, and restore databases using the SLA policies and the NDB UI or API. The Time Machine also manages the replication of database snapshots in an NDB multicluster environment. The other options are not correct because they describe different features or functions of NDB. Option A is not correct because Database Restore is an operation that uses the Time Machine to restore a source database or a clone to a previous point in time. Option C is not correct because SLA is a policy that defines the frequency and retention of database snapshots and logs. Option D is not correct because One-click Patching is a feature that allows the administrator to test, publish, and apply database patches using the NDB UI or API. References: Nutanix Database Management & Automation (NDMA) course, Nutanix Certified Professional - Database Automation (NCP-DB) certification, Nutanix NCP-DB Certification Exam Syllabus and Study Guide, Nutanix Support & Insights
NEW QUESTION # 126
Which default roles are available within Era for Role-Based Access Control?
- A. Super Admin
Database Admin
Database Infrastructure Admin
* Infrastructure Admin - B. Super Admin
Database Admin
Database Infrastructure Admin
prism Infrastructure Admin - C. Era Oracle Admin
Era SQLServer Admin
* Era PostgreSQL Admin
Era Mariadb Admin - D. prism Admin
* Era Super Admin
* Era Database Admin
Era Infrastructure Admin
Answer: D
Explanation:
Nutanix Era offers Role-Based Access Control capabilities by organically embedding them in the product. It provides the ability to add and remove users from Era, create and assign roles to users, and associate various privileges with a role1. The default roles available within Era for Role-Based Access Control are:
* prism Admin
* Era Super Admin
* Era Database Admin
* Era Infrastructure Admin1 These roles allow for the management of both physical resources like IP addresses and VLANs along with database entities like databases, time-machines, clones, and so on1.
NEW QUESTION # 127
What does an NDB compute profile contain?
- A. vCPUs, cores per vCPU, and the amount of memory for the database server VM.
- B. An image of the database and operating system generated from the registered database server VM.
- C. VLAN that the new database server VM will use.
- D. Windows domain name (FQDN), domain user, and password.
Answer: A
Explanation:
An NDB compute profile defines the CPU and memory resources for the database server VMs that are provisioned using NDB. It does not include any information about the network, domain, or software of the database server VMs. Those are specified in separate profiles, such as network profile, domain profile, and software profile.
References: Nutanix Support & Insights, section "NDB Compute"
NEW QUESTION # 128
An administrator is experiencing issues with NDB and some of its operations. A case has been logged with Nutanix Support and a request has been made to gather a diagnostics bundle.
Where are two valid places to generate and download a diagnostics bundle? (Choose two.)
- A. Prism Central GUI
- B. NDB CLI
- C. NDB GUI
- D. Prism Element GUI
Answer: B,C
Explanation:
When an administrator experiences issues with NDB and Nutanix Support requests a diagnostics bundle, it can be generated from two valid locations. The NDB GUI provides an option under the administration or support section to create and download the bundle, offering a user-friendly interface. Alternatively, the NDB CLI allows generation via specific commands (e.g., era diagnostics collect), providing a scriptable approach.
Both methods are supported for troubleshooting and support purposes.
* Option A (Prism Central GUI) is incorrect because diagnostics for NDB are managed within NDB interfaces, not Prism Central.
* Option B (Prism Element GUI) is incorrect as Prism Element focuses on cluster management, not NDB-specific diagnostics.
* Option C (NDB GUI) is correct as it supports bundle generation via the UI.
* Option D (NDB CLI) is correct as it supports bundle generation via command-line tools.
References
* Nutanix Database Service (NDB) User Guide, Chapter 6: Administering an NDB Environment, Section: Generating Diagnostics Bundle
* Nutanix Support & Insights, Knowledge Base Article: "Collecting NDB Diagnostics for Support"
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 Blueprint, Section 6: Administer an NDB Environment
NEW QUESTION # 129
An administrator selected Bronze SLA for Era Time Machine during database registration.
Which two capabilities are supported by the Time Machine for this database? (Choose two,)
- A. Log Catch up
- B. Snapshots
- C. Cloning
- D. Provwonng
Answer: A,B
Explanation:
The Nutanix Era Time Machine provides various capabilities depending on the Service Level Agreement (SLA) selected during database registration1. For a database with a Bronze SLA, the Time Machine supports both "Log Catch up" and "Snapshots"2. "Log Catch up" allows the Time Machine to keep up with the latest changes in the database by capturing log data2. "Snapshots" are point-in-time copies of the database that can be used for recovery or cloning2.
NEW QUESTION # 130
What must be completed within NDB before patching a Linux OS?
- A. Configure database high availability.
- B. Configure the repository.
- C. Update the database.
- D. Update the software profile version.
Answer: B
Explanation:
Before patching a Linux OS on a database server VM provisioned using NDB, you must configure the repository for the OS updates. This can be done by creating a Repository Profile in NDB and specifying the URL, username, and password for the repository. The Repository Profile can be applied to one or more database server VMs during the provisioning process or later. By configuring the repository, you ensure that NDB can access and download the latest OS patches from a trusted source. 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 # 131
An administrator has been tasked to deploy Microsoft SQL servers in an Active Directory environment, selecting a specific service account to start up the database.
Which configuration should be set?
- A. Windows domain profile
- B. Sysprep Windows image
- C. Compute profile
- D. Database parameters
Answer: A
Explanation:
To deploy Microsoft SQL Servers in an Active Directory (AD) environment and select a specific service account to start up the database, the administrator must configure a Windows domain profile in NDB. A Windows domain profile defines the AD integration settings, including the service account credentials (e.g., username and password) that NDB uses to authenticate and manage the SQL Server instances. This configuration ensures the database starts and runs under the specified AD service account, aligning with enterprise security policies.
* Option A (Compute profile) is incorrect because a compute profile defines VM resources (CPU, memory), not AD or service account settings.
* Option B (Sysprep Windows image) is incorrect because Sysprep is for generalizing Windows images, not configuring AD service accounts.
* Option C (Windows domain profile) is correct as it is the specific NDB feature for AD integration and service account management.
* Option D (Database parameters) is incorrect because database parameters tune database settings, not AD authentication.
This configuration ensures secure and compliant SQL Server deployment.
References
* Nutanix Database Service (NDB) User Guide, Chapter 2: Deploying and Configuring an NDB Solution, Section: Configuring Windows Domain Profiles
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 Blueprint, Section 2: Deploy and Configure an NDB Solution
NEW QUESTION # 132
What severity level are alert policies set to for ND8?
- A. Info
- B. Critical
- C. Warning
- D. Error
Answer: D
Explanation:
In Nutanix Database Service (NDB), alert policies are configured to notify administrators of significant events affecting database operations. The default severity level for NDB alert policies is set to Error. This level indicates issues that require attention, such as failed operations (e.g., provisioning failures, as shown in the exhibit), connectivity issues, or other critical operational problems. Other severity levels like Info, Critical, and Warning may be used for different scenarios, but the base configuration for NDB alert policies starts at Error to ensure administrators are alerted to actionable issues without being overwhelmed by less severe notifications.
Official Nutanix Database Automation References
* Nutanix Database Management & Automation (NDMA) course, Module 6: Monitoring and Alerts, Lesson 6.1: Configuring Alert Policies.
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 Knowledge Objectives, Section
6: Optimize NDB Solutions, Objective 6.2: Manage Alerts (applicable to v6.10).
* Nutanix NDB Administration Guide: "Alert Policies and Severity Levels" section.
NEW QUESTION # 133
An administrator has run into an error when provisioning a new Oracle database VM.
What is the best action that the administrator should perform in the NDB GUI to provide the most complete picture to send to Nutanix support on that specific operation?
- A. Take a screen shot of the error in the Operations menu.
- B. In the operations menu, select the job the failed and choose Generate Bundle from the lower right.
- C. Copy the error message from the Operations menu.
- D. From the Administration section of NDB. go to the Diagnostics section and chose Generate Bundle.
Answer: B
Explanation:
When an administrator encounters an error provisioning a new Oracle database VM in NDB, the best action to provide Nutanix support with the most complete picture is to select the failed job in the Operations menu and choose Generate Bundle from the lower right. The "Generate Bundle" option creates a comprehensive diagnostic package, including logs, configuration details, and error traces specific to the failed operation. This bundle is ideal for troubleshooting and can be uploaded to Nutanix Support for analysis.
Other options are less comprehensive:
* A. From the Administration section of NDB, go to the Diagnostics section and choose Generate Bundle: This generates a general diagnostic bundle, not specific to the failed job.
* B. Copy the error message from the Operations menu: This provides limited context compared to a full bundle.
* D. Take a screenshot of the error in the Operations menu: A screenshot lacks detailed logs and system data needed for support.
Thus, the verified answer is C, ensuring detailed support data.
Official Nutanix Database Automation References
* Nutanix Database Management & Automation (NDMA) course, Module 6: Monitoring and Alerts, Lesson 6.4: Troubleshooting and Support.
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 Knowledge Objectives, Section
6: Optimize NDB Solutions, Objective 6.4: Generate Support Bundles (applicable to v6.10).
* Nutanix NDB Administration Guide: "Generating Support Bundles for Failed Operations" section.
NEW QUESTION # 134
Which response shows two ways to upgrade an NDB Server?
- A. Out-of-Place Upgrade and In-place Upgrade
- B. One-click Upgrade and Offline Upgrade
- C. One-click Upgrade and In-place Upgrade Auto
- D. Upgrade and Manual Upgrade
Answer: B
Explanation:
There are two ways to upgrade an NDB Server: one-click upgrade and offline upgrade. One-click upgrade is the recommended method, as it automatically downloads and installs the latest NDB software version from the Nutanix portal. Offline upgrade is an alternative method, which requires you to manually download the NDB software bundle and upload it to the NDB Server VM. Both methods require you to have a valid Nutanix account and an internet connection. References:
* Nutanix Certified Professional - Database Automation (NCP-DB), Section 6 - Administer an NDB Environment
* Database (NCP-DB) Exam Blueprint Guide - Nutanix, Page 10, Objective 6.2
* Nutanix Database Management & Automation (NDMA) course, Module 6, Lesson 6.1 - NDB Software Upgrade
NEW QUESTION # 135
An administrator needs to patch an Oracle Database Server VM and must ensure Grid home is allocated sufficient storage space.
At a minimum, how much space must be available for Grid home prior to completing this task?
- A. 10GB
- B. 5 GB
- C. 15GB
- D. 20 GB
Answer: A
Explanation:
When patching an Oracle Database Server VM, it's important to ensure that there is sufficient storage space allocated for the Grid home. A minimum of 10GB space is required for this purpose to accommodate the patching process without storage constraints.References:Nutanix Database Automation documentation, particularly in the sections discussing Oracle database server VM management and patching requirements.
NEW QUESTION # 136
An administrator is initially setting up Time Machine for a newly-provisioned database. What is the maximum number of snapshots per day that can be configured in the GUI?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: D
Explanation:
When setting up a Time Machine for a newly-provisioned database in NDB, the GUI allows the administrator to configure the frequency of snapshots for data protection. The maximum number of snapshots per day that can be configured in the NDB GUI is 6. This limit ensures a balance between data granularity (for point-in- time recovery) and storage overhead, preventing excessive resource consumption. The administrator can schedule these snapshots at regular intervals (e.g., every 4 hours) within the Time Machine configuration wizard.
Other options are incorrect based on NDB's design:
* A. 4: This is below the maximum supported limit.
* C. 8: Exceeds the GUI-configurable maximum.
* D. 12: Far exceeds the limit, suggesting manual or unsupported customization.
Thus, the verified answer is B, aligning with NDB's snapshot scheduling constraints.
Official Nutanix Database Automation References
* Nutanix Database Management & Automation (NDMA) course, Module 5: Data Protection and Recovery, Lesson 5.1: Configuring Time Machine.
* Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 Knowledge Objectives, Section
5: Protect Databases Using NDB, Objective 5.1: Configure Time Machine Settings (applicable to v6.
10).
* Nutanix NDB Administration Guide: "Time Machine Snapshot Scheduling" section.
NEW QUESTION # 137
......
Positive Aspects of Valid Dumps NCP-DB Exam Dumps!: https://dumpsninja.surepassexams.com/NCP-DB-exam-bootcamp.html