Exams test whether you can match a described task (image-based, sequential/time-based, or requiring long-range relationships) to the correct architecture. Also expect a note that Transformers, powering GPT, BERT, and modern LLMs, have largely superseded RNNs for many sequential tasks specifically because attention avoids RNNs' step-by-step sequential processing bottleneck.
The most common trap is assuming RNNs are still the default choice for all sequential data, simply because they were historically designed for that purpose. In practice, Transformers have become the dominant architecture for most sequential tasks (especially language) specifically because their attention mechanism avoids the sequential processing bottleneck and memory limitations that RNNs face with long sequences.