Courseiva
Implement a secure environmenteasyMultiple ChoiceObjective-mapped

DP-300 Implement a secure environment Practice Question

You have a new Azure SQL Database. You need to ensure that all connections use TLS 1.2 or higher. What should you configure?

⚠ Common exam trap

Many exam-takers confuse the 'minimal TLS version' setting with a database-level property or think that firewall rules or connection string options can enforce TLS version restrictions, but Azure SQL Database only exposes this control at the server level.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Set the 'minimal TLS version' to 1.2 in the server's properties in the Azure portal.

To enforce TLS 1.2 or higher for all connections to an Azure SQL Database, you must configure the 'minimal TLS version' setting at the server level in the Azure portal. This setting applies to all databases hosted on that logical server, ensuring that any client attempting to connect with a TLS version lower than 1.2 is rejected. The server-level property directly controls the TLS protocol version accepted during the SSL/TLS handshake, overriding any client-side or database-level settings.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Set the 'minimal TLS version' to 1.2 in the server's properties in the Azure portal.

    Why this is correct

    This enforces TLS 1.2 for all databases on the server.

  • Set the 'minimal TLS version' to 1.2 in the database's properties.

    Why it's wrong here

    The setting is at the server level, not database level.

  • Add a firewall rule to deny connections using TLS 1.0 or 1.1.

    Why it's wrong here

    Firewall rules do not inspect TLS versions.

  • Enable the 'Force encryption' option in the connection string and require TLS 1.2.

    Why it's wrong here

    Client-side setting; does not enforce server-side.

About these practice questions

This DP-300 question is part of Courseiva's 906-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This DP-300 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the DP-300 exam.