Alternating sum (11) and double-subtract (7)
For 11: +,−,+,− across the digits; a result of 0 or ±11 means yes. For 7: take off the last digit, double it, subtract it from the remaining number; repeat. Reaching 0 or a known multiple of 7 means yes.
Why it works
Both rules shrink a big number to a tiny one that keeps the same divisibility.