Correct Answer: B,D,F
Explanation/Reference:
B: You enable the Flashback Mode both on the primary database and on the standby database.
D: In Maximum Availability mode, Fast-Start Failover (FSFO) guarantees that no transaction that has received a commit acknowledgment will be lost during a failover.
Oracle Database 11g FSFO adds support for Maximum Performance mode (async redo transfer), providing the flexibility to trade durability for performance.
F: The Dataguard Broker Observer (Observer) is used when fast start failover is required. Fast start failover is simply an automatic failover to the standby database
Incorrect Answers:
C: You enable the Flashback Mode both on the primary database and on the standby database.
References:
http://dbasoumya.blogspot.se/2015/07/fast-start-failoverfsfo-in-oracle-11g.html
http://www.oracle.com/technetwork/articles/smiley-fsfo-084973.html