Which two security options are available when configuring an SMTP server for sending alert notifications via email? (Choose two.)
Correct Answer: A,D
When configuring an SMTP server for sending alert notifications via email in NDB, the two security options available are SSL and TLS. These protocols encrypt the email communication between NDB and the SMTP server, ensuring the confidentiality and integrity of alert notifications. NDB supports both options to accommodate different SMTP server configurations, with TLS being the more modern standard and SSL as a legacy option.
Other options are not applicable:
* B. S/MIME: This is used for email content encryption, not SMTP server configuration.
* C. DKIM: This is a domain authentication method, not a security protocol for SMTP.
Thus, the verified answers are A and D, reflecting NDB's SMTP security features.
Official Nutanix Database Automation References
* Nutanix Database Management & Automation (NDMA) course, Module 6: Monitoring and Alerts, Lesson 6.1: Configuring Alert Notifications.
* 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: "Configuring SMTP for Alerts" section, listing SSL and TLS options.