ExamGecko
Home / Nutanix / NCP-DB / List of questions
Ask Question

Nutanix NCP-DB Practice Test - Questions Answers, Page 4

Add to Whishlist

List of questions

Question 31

Report Export Collapse

An administrator needs to deploy a cumulative update (CU) for SQL Server.

What steps would the administrator take to prepare this deployment with NDB?

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.

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.

Create a new Software Profile version using the CU executable and publish that version.

Create a new Software Profile version using the CU executable and publish that version.

Apply the patch to the profile VM, then create a new Software Profile version using the profile VM as the source.

Apply the patch to the profile VM, then create a new Software Profile version using the profile VM as the source.

Create a new Software Profile using the CU executable and publish that profile.

Create a new Software Profile using the CU executable and publish that profile.

Suggested answer: C
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.

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

asked 27/05/2025
Donald VIRMOND
37 questions

Question 32

Report Export Collapse

An administrator created a database clone that is scheduled for removal on the last day of the month.

A request has been received to keep the clone for an additional 14 days.

After selecting the desired clone, how should the administrator satisfy this task?

Update the Removal schedule to the desired date.

Update the Removal schedule to the desired date.

Update the Removal schedule to the end of the month.

Update the Removal schedule to the end of the month.

Remove the Removal schedule, then add the desired removal schedule.

Remove the Removal schedule, then add the desired removal schedule.

Select Update and modify the Removal schedule.

Select Update and modify the Removal schedule.

Suggested answer: D
Explanation:

The Removal schedule is a feature of Nutanix Era that allows you to specify when a database clone will be automatically deleted. You can modify the Removal schedule of an existing clone by selecting the clone from the Clones page, clicking on the Update button, and changing the Removal schedule option to the desired date. This way, you can extend or shorten the lifespan of a clone as per your requirements. You do not need to remove the existing Removal schedule and add a new one, as this would be an unnecessary step. You also do not need to update the Removal schedule to the end of the month, as this would not meet the request of keeping the clone for an additional 14 days.Reference::

Nutanix Database Management & Automation Training Course, Module 4: Protecting Databases Using Time Machine, Lesson 3: Cloning Databases, Slide 10: Clone Removal Schedule

Nutanix Certified Professional - Database Automation (NCP-DB) 5 Exam, Section 5: Protect NDB-managed Databases Using Time Machine, Objective 5.3: Given business requirements, perform a database clone

asked 27/05/2025
Naveen Kotipalli
44 questions

Question 33

Report Export Collapse

Which policies define Time Machine data availability across multiple registered clusters in NDB?

Recovery Plans

Recovery Plans

Data Access Management

Data Access Management

Data Protection

Data Protection

Service Level Agreements

Service Level Agreements

Suggested answer: A
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.

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.

asked 27/05/2025
Albert Smith
47 questions

Question 34

Report Export Collapse

An administrator has configured NDB HA across multiple Nutanix clusters.

Which failure scenario will require manual interaction for the recovery?

More than one API Server VM is down.

More than one API Server VM is down.

One repository VM is down.

One repository VM is down.

More than one HA proxy VM is down.

More than one HA proxy VM is down.

NDB Server process is down.

NDB Server process is down.

Suggested answer: A
Explanation:

NDB HA is a feature that provides high availability and resilience for the NDB service and its components. NDB HA creates a cluster of API server VMs, repository VMs, and HAProxy VMs across multiple Nutanix clusters. Each component has a leader and a set of followers that are synchronized and can take over the leader role in case of a failure. NDB HA also monitors the health and status of the NDB components and performs automatic failover and recovery actions when possible. However, some failure scenarios may require manual intervention from the administrator to restore the NDB service. One such scenario is when more than one API server VM is down. The API server VMs are responsible for handling the requests from the NDB UI and CLI, as well as communicating with the repository VMs and the HAProxy VMs. If more than one API server VM is down, the NDB service may become unavailable or unstable, and the administrator will need to manually restart or redeploy the affected API server VMs. The other options do not require manual interaction for the recovery, as NDB HA can handle them automatically. If one repository VM is down, NDB HA will fail over to another repository VM that has the latest data. If more than one HAProxy VM is down, NDB HA will route the traffic to the remaining HAProxy VMs. If the NDB server process is down, NDB HA will restart the process or fail over to another API server VM.Reference::

Nutanix Certified Professional - Database Automation (NCP-DB) v6.5, Section 2 - Deploy and Configure an NDB Solution, Objective 2.3: Configure NDB High Availability

Nutanix Database Management & Automation (NDMA) Course, Module 3: Nutanix Database Service (NDB) Installation and Configuration, Lesson 3.3: Configuring NDB High Availability, Topic: NDB HA Architecture and Components

Nutanix Support & Insights, RA-2035: Nutanix Database Service High Availability, Section: NDB HA Failure Scenarios and Recovery Actions

asked 27/05/2025
Max Lenin Dos Santos Torres
52 questions

Question 35

Report Export Collapse

Which disk is omitted from a Software Profile?

System Page File

System Page File

SQL Installation

SQL Installation

User Database

User Database

System Database

System Database

Suggested answer: A
Explanation:

According to the Nutanix Database Automation (NCP-DB) course, a Software Profile is a template that defines the configuration of the database engine, such as the version, edition, features, and parameters1.It also specifies the disk layout for the database installation, such as the size, type, and mount point of each disk1.However, the System Page File disk is omitted from the Software Profile, as it is automatically created by the NDB service based on the memory size of the database server VM1.The other options are included in the Software Profile, as they are essential for the database operation and performance1.Reference::

1: Nutanix Database Automation (NCP-DB) course, Module 2: Database Provisioning, Lesson 2.3: Software Profiles, slide 5

asked 27/05/2025
Gokul Kalaiselvi Loganathan
52 questions

Question 36

Report Export Collapse

Which response shows two ways to upgrade an NDB Server?

Out-of-Place Upgrade and In-place Upgrade

Out-of-Place Upgrade and In-place Upgrade

One-click Upgrade and In-place Upgrade Auto

One-click Upgrade and In-place Upgrade Auto

Upgrade and Manual Upgrade

Upgrade and Manual Upgrade

One-click Upgrade and Offline Upgrade

One-click Upgrade and Offline Upgrade

Suggested answer: D
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.Reference::

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

asked 27/05/2025
Dustin Sickle
39 questions

Question 37

Report Export Collapse

What is purpose of the NDB Database Agent service?

Temporarily stores the transaction logs.

Temporarily stores the transaction logs.

Hosts one or more source databases for the same time machine.

Hosts one or more source databases for the same time machine.

Schedules and monitors the NDB-related operations.

Schedules and monitors the NDB-related operations.

Contains an instance of the database engine software.

Contains an instance of the database engine software.

Suggested answer: C
Explanation:

The correct answer is C because the NDB Database Agent service is responsible for scheduling and monitoring the NDB-related operations, such as provisioning, patching, cloning, and restoring databases. The NDB Database Agent service is deployed on the NDB server and on each of the database server VMs provisioned by NDB. It contains the tools required to perform each task and communicates with the NDB server through the NDB API. The other options are not correct because they describe different components or functions of the NDB solution. Option A is not correct because the transaction logs are not stored by the NDB Database Agent service, but by the NDB Time Machine service, which is a distributed file system that stores the database snapshots and logs. Option B is not correct because the source databases are not hosted by the NDB Database Agent service, but by the database server VMs, which are virtual machines that contain an instance of the database engine software and the database files. Option D is not correct because the NDB Database Agent service does not contain an instance of the database engine software, but only the tools required to perform the NDB-related operations. The database engine software is installed on the database server VMs, which are provisioned by NDB using the profiles defined by the administrator.Reference::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

asked 27/05/2025
MARIO CRUZ
45 questions

Question 38

Report Export Collapse

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?

Database Administrator

Database Administrator

Super Administrator

Super Administrator

Database Infrastructure Administrator

Database Infrastructure Administrator

Infrastructure Administrator

Infrastructure Administrator

Suggested answer: D
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.

asked 27/05/2025
TJOE INKAWATI
31 questions

Question 39

Report Export Collapse

How can an administrator exclude Kernel patches for the Linux OS using the most efficient means?

Define a pre-script to disable the repositories in the Patch Now advanced options

Define a pre-script to disable the repositories in the Patch Now advanced options

Exclude the appropriate repositories on the VM prior to patching.

Exclude the appropriate repositories on the VM prior to patching.

Exclude the appropriate repositories on the VM and reboot prior to patching.

Exclude the appropriate repositories on the VM and reboot prior to patching.

Define a pre-script to disable the repositories in the Maintenance Window advanced options.

Define a pre-script to disable the repositories in the Maintenance Window advanced options.

Suggested answer: B
Explanation:

NDB supports Linux OS patching for database server VMs. Linux OS patching is performed by using the yum or apt package managers, depending on the Linux distribution. To exclude Kernel patches for the Linux OS, the administrator can disable or exclude the appropriate repositories on the VM prior to patching. This can be done by editing the yum.conf or apt.conf files, or by using the --disablerepo or --exclude options in the yum or apt commands. This way, the administrator can control which patches are applied to the VM without affecting other VMs or requiring additional scripts or reboots.

Nutanix Database Automation (NCP-DB) Course Details, Section 4.2: NDB Linux OS Patching

Nutanix Database Automation (NCP-DB) Certification Details, Objective 4.2: Perform Linux OS Patching

Nutanix Database Automation (NCP-DB) YouTube Playlist, Video 4.2: NDB Linux OS Patching

Nutanix Database Automation (NCP-DB) User Guide, Section 4.5: Patch Linux OS Software

asked 27/05/2025
Aaaa ddsdss
30 questions

Question 40

Report Export Collapse

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?

On a separate mount point

On a separate mount point

On the same mount point

On the same mount point

On the same disk as the binary installation

On the same disk as the binary installation

On the same disk as the operating system

On the same disk as the operating system

Suggested answer: A
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.Reference::Nutanix Database Automation (NCP-DB) Course Details,Nutanix Database Automation (NCP-DB) Certification Details,Nutanix Database Automation (NCP-DB) YouTube Playlist, [How to Allow Remote Access to PostgreSQL database], [5 Ways to Host PostgreSQL Databases], [Starting the Database Server].

asked 27/05/2025
jordi vanderpooten
41 questions
Total 251 questions
Go to page: of 26

Related questions