You plan to deploy a Microsoft Application Virtualization (App-V) infrastructure. You need to
recommend a configuration for the App-V management database. The solution must ensure
that you can manage the App-V infrastructure if a server that has Microsoft SQL Server
installed fails. What should you recommend implementing? More than one answer choice
may achieve the goal. Select the BEST answer.
A.
Log shipping
B.
A SQL Server failover cluster
C.
Peer-to-peer replication
D.
Database mirroring
B is correct
https://social.technet.microsoft.com/Forums/en-US/7408f397-6eb6-480c-9160-85825ceb196e/appv-management-redudant-server-setup?forum=mdopappv
I agree SQL Server failover cluster is support here not P2P
Antonego’s explanation links to app-v 4.x documentation.
Here is the HA desciption for app-v 5:
https://technet.microsoft.com/nl-nl/library/Dn343758.aspx
Both the SQL server failover cluster (B) and database mirroring (D) are supported.