Which TWO statements about the interaction between IPv6 ACLs and uRPF are correct? (Choose TWO.)
Correct. uRPF checks occur before ACL processing in the input path.
Why this answer
IPv6 ACLs and uRPF can be applied together on the same interface. uRPF processes packets before inbound ACLs in the input path. If uRPF drops a packet, the ACL is not evaluated. Conversely, if uRPF passes the packet, the ACL then filters it.
ACLs can be used to permit traffic that uRPF would otherwise drop (e.g., for asymmetric routing), but that requires careful design. uRPF does not override ACLs; they work sequentially.