A. Destination NAT takes precedence over static NAT. This is incorrect. Juniper's NAT processing hierarchy explicitly gives static NAT higher precedence than destination NAT.
B. Source NAT is processed before security policy lookup. This is incorrect. In the Junos packet flow, source NAT is processed after the security policy lookup, just before the packet egresses the device.
C. Static NAT is processed after forwarding lookup. This is incorrect. Static NAT (and destination NAT) is processed before the forwarding (route) lookup so that the routing decision is based on the translated destination address.