nerdexam
Microsoft

70-465 · Question #105

You administer two Microsoft SQL Server 2012 servers. Each server resides in a different, untrusted domain. You plan to configure database mirroring. You need to be able to create database mirroring…

The correct answer is B. Use a server certificate. To configure database mirroring endpoints between SQL Server instances in untrusted domains, server certificates are required for secure authentication and encryption.

Submitted by chiamaka_o· Mar 5, 2026Design and implement database solutions for SQL Server

Question

You administer two Microsoft SQL Server 2012 servers. Each server resides in a different, untrusted domain. You plan to configure database mirroring. You need to be able to create database mirroring endpoints on both servers. What should you do?

Options

  • AConfigure the SQL Server service account to use Network Service.
  • BUse a server certificate.
  • CUse a database certificate.
  • DConfigure the SQL Server service account to use Local System.

How the community answered

(39 responses)
  • A
    5% (2)
  • B
    72% (28)
  • C
    15% (6)
  • D
    8% (3)

Why each option

To configure database mirroring endpoints between SQL Server instances in untrusted domains, server certificates are required for secure authentication and encryption.

AConfigure the SQL Server service account to use Network Service.

Configuring the SQL Server service account to use Network Service relies on Windows authentication, which is not supported across untrusted domain boundaries for database mirroring.

BUse a server certificate.Correct

When SQL Server instances are in untrusted domains, server certificates are the necessary mechanism for authenticating the database mirroring endpoints because Windows authentication cannot span these untrusted boundaries. These certificates establish trust and encrypt the communication channel between the mirroring partners, allowing the endpoints to be created and function securely.

CUse a database certificate.

Database certificates are typically used for encrypting database content or signing objects within a database, not for authenticating server-to-server connections like database mirroring endpoints.

DConfigure the SQL Server service account to use Local System.

The Local System account lacks network credentials and cannot authenticate across the network, making it unsuitable for establishing database mirroring endpoints.

Concept tested: Database mirroring endpoint authentication with certificates

Source: https://learn.microsoft.com/en-us/sql/database/mirroring/use-certificates-for-a-database-mirroring-endpoint-transact-sql

Topics

#Database mirroring#Endpoint security#Cross-domain communication#Certificates

Community Discussion

No community discussion yet for this question.

Full 70-465 Practice