Question # 1
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. Install ASMLIB on the NDB server.
| C. Update the NDB driver config to enable ASMLIB for Oracle.
| D. Install ASMLIB on the database server |
A. Update the software profile to include the ASMLIB driver.
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.
Question # 2
Refer to the exhibit.

An administrator is receiving critical NDB email alerts regarding storage for the DBA database, which is a
member of a database group.
How would the administrator remediate the issue within NDB? |
A. From the Database Summary page for the DBA database, use the Scale option to grow the storage
accordingly.
| B. From the Databases page, select the Database group and Scale the storage from the Database Actions
menu.
| C. From Prism Central, add additional storage to the VM, then expand the log storage via the database
tools.
| D. From the Alerts page, select the alert, choose Set Status to Resolved, and Scale the storage via the
Resolve Now dialogue box. |
A. From the Database Summary page for the DBA database, use the Scale option to grow the storage
accordingly.
Explanation: The administrator can remediate the issue of critical storage alerts by scaling up the storage directly from the
Database Summary page for that specific DBA database. This action allows for an increase in storage
capacity to alleviate space constraints and prevent future critical alerts related to storage space1. The other
options are not correct, as they either involve scaling the entire database group, which may not be necessary
or desired, or require additional steps outside of NDB, which may not be feasible or efficient.
Question # 3
Refer to the exhibit.

An administrator attempts to provision their first clustered database environment with NDB. The operation
fails with the Operation Error shown in the exhibit.
Which database engine was being deployed during this operation? |
A. Oracle
| B. MySQL
| C. Microsoft SQL
| D. PostgreSQL |
B. MySQL
Explanation:
The error message in the exhibit indicates that the operation failed during the “Create and Register Database
Server VMs” step because “Provisioning of all the observers simultaneously took more than two hours.” This
type of error is associated with MySQL, as it involves observers which are a part of MySQL Group
Replication, used for ensuring high availability1. The other options are not related to the error message, as
they do not use observers or Group Replication for clustering.
Question # 4
Refer to the exhibit.

An administrator, whose accounts are shown in the exhibit, is trying to add a new database admin as a local
user to NDB, but is unable to complete the task.
What is most likely the cause of the issue? |
A. The administrator is logged in with the Super Admin account.
| B. An email address is required for the Super Admin account.
| C. The administrator is logged in with the Database Admin account.
| D. Only users in the domain admins group can create local users. |
C. The administrator is logged in with the Database Admin account.
Explanation:
Based on the exhibit, the administrator is logged in with the Database Admin account (bsmith@ntnxlab.local),
which does not have the permission to create local users on NDB. Only the Super Admin account (bsmith)
has this permission, as indicated by the User type column. Therefore, the administrator needs to log out and
log in again with the Super Admin account to add a new database admin as a local user to
NDB.
Question # 5
Which ports must be open between the NDB server and Controller VMs to facilitate iSCSI connections? |
A. 22 and 9440
| B. 80 and 443
| C. 3205 and 3260
| D. 5985 and 5986 |
C. 3205 and 3260
Explanation:
According to the Nutanix Database Automation (NCP-DB) course, the ports 3205 and 3260 are required for
iSCSI connections between the NDB server and the Controller VMs1. Port 3205 is used for the NDB iSCSI
initiator service, which initiates the iSCSI sessions and sends SCSI commands to the Controller VMs1. Port
3260 is used for the iSCSI target service, which listens for incoming iSCSI requests and provides access to the
storage devices on the Controller VMs1. The other options are not related to iSCSI connections. Port 22 is
used for SSH, port 9440 is used for Prism Central, port 80 is used for HTTP, port 443 is used for HTTPS, port
5985 is used for WinRM HTTP, and port 5986 is used for WinRM HTTPS2.
Question # 6
An administrator needs to add a stretched VLAN across two clusters in NDB.
Which two prerequisites should be met prior to completing this action? (Choose two.) |
A. VLAN must be IPAM.
| B. VLAN must be static.
| C. Both clusters must be registered in NDB.
| D. Nutanix Cluster Management must be enabled. |
B. VLAN must be static.
C. Both clusters must be registered in NDB.
Explanation:
A stretched VLAN is a virtual network that spans across multiple Nutanix clusters and allows the
communication between VMs on different clusters using the same subnet. A stretched VLAN can be used to
provide high availability and load balancing for NDB components, such as HAProxy VMs, that require a
virtual IP address (VIP) to be accessible from any cluster. To add a stretched VLAN across two clusters in
NDB, the administrator needs to meet two prerequisites: the VLAN must be static and both clusters must be
registered in NDB. A static VLAN is a VLAN that is manually created and configured by the administrator,
as opposed to an IPAM VLAN that is automatically created and managed by NDB. A static VLAN can be
added to a stretched VLAN in NDB, while an IPAM VLAN cannot. Both clusters must be registered in NDB
before adding a stretched VLAN, as NDB needs to have the information and access to the clusters and their
networks. The administrator can register the clusters in NDB using the Prism Element details, agent network
configuration, and storage container information. The other option, Nutanix Cluster Management, is not a
prerequisite for adding a stretched VLAN in NDB. Nutanix Cluster Management is a feature that allows the
administrator to manage multiple Nutanix clusters from a single NDB UI, such as creating or deleting
clusters, adding or removing nodes, or performing cluster operations. Nutanix Cluster Management is not
required for adding a stretched VLAN, as the VLANs are created and configured in Prism Element, not in
NDB.
Question # 7
Which two encryption methods can be used when configuring an SMTP server? (Choose two.) |
A. TLS
| B. SSL
| C. S/MIME
| D. IPsec |
A. TLS
B. SSL
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.
Question # 8
When registering SAP HANA Database and Database Server VM there are several (Linux) OS configuration
requirements that must be set before registering a database Or a database server VM.
Which system file should the entry, secure_pazh be configured in? |
A. /ezc/sudores
| B. 'etc/ profile |
A. /ezc/sudores
Get 75 Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 questions Access in less then $0.12 per day.
Nutanix Bundle 1: 1 Month PDF Access For All Nutanix Exams with Updates $200
$800
Buy Bundle 1
Nutanix Bundle 2: 3 Months PDF Access For All Nutanix Exams with Updates $300
$1200
Buy Bundle 2
Nutanix Bundle 3: 6 Months PDF Access For All Nutanix Exams with Updates $450
$1800
Buy Bundle 3
Nutanix Bundle 4: 12 Months PDF Access For All Nutanix Exams with Updates $600
$2400
Buy Bundle 4
Disclaimer: Fair Usage Policy - Daily 5 Downloads
Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 Exam Dumps
Exam Code: NCP-DB
Exam Name: Nutanix Certified Professional - Database Automation (NCP-DB) v6.5
- 90 Days Free Updates
- Nutanix Experts Verified Answers
- Printable PDF File Format
- NCP-DB Exam Passing Assurance
Get 100% Real NCP-DB Exam Dumps With Verified Answers As Seen in the Real Exam. Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 Exam Questions are Updated Frequently and Reviewed by Industry TOP Experts for Passing Nutanix Certified Professional (NCP) Exam Quickly and Hassle Free.
Nutanix NCP-DB Test Dumps
Struggling with Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 preparation? Get the edge you need! Our carefully created NCP-DB test dumps give you the confidence to pass the exam. We offer:
1. Up-to-date Nutanix Certified Professional (NCP) practice questions: Stay current with the latest exam content.
2. PDF and test engine formats: Choose the study tools that work best for you. 3. Realistic Nutanix NCP-DB practice exam: Simulate the real exam experience and boost your readiness.
Pass your Nutanix Certified Professional (NCP) exam with ease. Try our study materials today!
Prepare your Nutanix Certified Professional (NCP) exam with confidence!We provide top-quality NCP-DB exam dumps materials that are:
1. Accurate and up-to-date: Reflect the latest Nutanix exam changes and ensure you are studying the right content.
2. Comprehensive Cover all exam topics so you do not need to rely on multiple sources.
3. Convenient formats: Choose between PDF files and online Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 practice questions for easy studying on any device.
Do not waste time on unreliable NCP-DB practice test. Choose our proven Nutanix Certified Professional (NCP) study materials and pass with flying colors. Try Dumps4free Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 2024 material today!
-
Assurance
Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 practice exam has been updated to reflect the most recent questions from the Nutanix NCP-DB Exam.
-
Demo
Try before you buy! Get a free demo of our Nutanix Certified Professional (NCP) exam dumps and see the quality for yourself. Need help? Chat with our support team.
-
Validity
Our Nutanix NCP-DB PDF contains expert-verified questions and answers, ensuring you're studying the most accurate and relevant material.
-
Success
Achieve NCP-DB success! Our Nutanix Certified Professional - Database Automation (NCP-DB) v6.5 exam questions give you the preparation edge.
If you have any question then contact our customer support at live chat or email us at support@dumps4free.com.
|