Your network contains an Active Directory domain named contoso.com. The domain contains two servers
named Server1 and Server2 that run Windows Server 2016. The servers have the same hardware
configuration.
You need to asynchronously replicate volume F: from Server1 to Server2.
What should you do?

A.
Install the Failover Clustering feature and create a new cluster resource group.
B.
Run Set-DfsrServiceConfiguration and specify the –RPCPort parameter.
C.
Run New-SRPartnership and specify the –ReplicationMode parameter.
D.
Install the Failover Clustering feature and use Cluster Shared Volumes (CSV).
Explanation:
<a href=”//cdn.briefmenow.org/wp-content/uploads/70-743-v4/Img44-73.jpghttps://msandbu.wordpress.com/2016/05/13/getting-started-with-storage-replica-in-windows-server-2016/”><img class=”aligncenter size-full” src=”//cdn.briefmenow.org/wp-content/uploads/70-743-v4/Img44-73.jpghttps://msandbu.wordpress.com/2016/05/13/getting-started-with-storage-replica-in-windows-server-2016/” alt=”” /></a>
Answer is C, https://docs.microsoft.com/en-us/powershell/module/storagereplica/new-srpartnership?view=win10-ps
8
0
Answer is C.
-ReplicationMode
Specifies the desired mode of replication for this source and destination pair. The acceptable values for this parameter are:
Synchronous or 1. The synchronous mode requires all writes to commit on the destination server and on the source server, which guarantees data integrity between computers.
Asynchronous or 2. The asynchronous mode writes to the source server without waiting for the destination server, which allows for replication over high latency, geographic networks.
The default value is synchronous.
4
0