Start here. This is the direct spoken answer to practice first.
Why this question matters
Interviewers are not looking for someone who already knows everything. They want to see how the candidate learns without turning production into an experiment.
I had to learn enough about a new queueing system to move a long-running workflow out of the API request path. I started by reading the official concepts around messages, retries, dead-letter handling, and visibility or lock duration. Then I built a small prototype that sent one job, processed it idempotently, and handled failure. That gave me a concrete model before I touched the real feature.