Correct Answer – C
When Route 53 is configured with Multi-value answer routing, it returns multiple values for web-servers. Route 53 responds to DNS queries with up to eight healthy records. Traffic is approximately load-balanced between these multiple web-servers.
Option A is incorrect. Latency routing policy is used when multiple resources are mapped with a single domain & the resource with the best latency to the resource is provided. Since most of the time, these servers will be accessing locally from the German region, latency to the web servers will be approximately the same.
Option B is incorrect. Weighted routing policy is used when multiple resources are mapped with a single domain & you need to route traffic in a weighted proportionate to each resource. As in this case, the requirement is to use all web servers randomly, the weighted routing policy will not be an ideal option.
Option D is incorrect as the Geolocation routing policy is used to choose resources based upon the user`s location. In this case, all users will be Germany-based. So there would not be random selection on the resource.
For more information on using Multi-value Answer Routing for Route 53, refer to the following URL:
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html#routing-policy-multivalue