Skip to content
Medium Apply API Gateway Multiple Choice

You have a mobile app and a web app consuming the same API. Mobile needs compact JSON responses, web needs full responses. Which pattern do you use?

Apply — Tests ability to use knowledge in practical scenarios.

Answer Options

A Single API Gateway with response compression
B Backend for Frontend (BFF) pattern with separate gateways
C Content negotiation with Accept headers
D GraphQL for both clients

Want to see the correct answer?

Get the answer with a detailed explanation, plus practice 21+ more API Gateway questions with adaptive quizzes and timed interviews.

See the Answer on Guru Sishya →

This question is from the API Gateway topic (System Design).

More API Gateway Questions