Answer:
(2) HRJP
Step-by-step explanation:
You want to translate DVFT in the same way AYCW is translated to EUGS.
The "Caesar cipher" maps each letter of the alphabet to a letter of the alphabet N characters later. For example, a plain Caesar cipher might map A to E, B to F, C to G and so on.
The mapping AYCW to EUGS uses a N=4 character shift for the 1st and 3rd letters (A→E, C→G), and a N=-4 character shift for the 2nd and 4th letters (Y→U, W→S). Using the attached code wheel, this finds the (translated) code letters on the inner wheel for odd characters, and on the outer wheel for even characters.
Using the algorithm just described, we find ...
DVFT → HRJP . . . . . . choice (2)