Multiple choice technology

When is the default routing policy applied?

  1. only if no policies have been applied

  2. prior to evaluating any applied policy

  3. after all policies have been evaluated

  4. during the evaluation of every applied policy

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The default routing policy serves as a fallback mechanism that is evaluated after all explicitly configured policies have been processed. This ensures custom policies take precedence, and the default policy only handles routes that weren't matched by earlier policy statements. Options A and B are incorrect because the default policy doesn't bypass or run before custom policies.