Yes. Highly likely what correct is A.
I used following
https://www.ibm.com/cloud/architecture/articles/hadr-containers/hadr-containers-3-two-clusters-active-active-passive/
So both answer is very similar. Both requires - "For RPO, data synchronization between the two data centers must be timely to allow seamless request flow"
Active/passive clustering is a solution approach to minimize system downtime. Passive means that cluster doesn’t process the client’s requests, but contains the configuration, application, and data.
So it looks as A/A and A/P have same RTO, but one differencies - A/P does not proccess client request. A/A can add complexity to configuration (database loadbalancer, lock mechanism for data integrity and so on)
So if no another requriments A is correct.