Pergunta de entrevista da empresa Photon

What is Backend for Frontend (BFF) Architecture?

Resposta da entrevista

Sigiloso

23 de abr. de 2026

BFF is an architectural pattern where a dedicated backend service is created for each front-end client (web, mobile, etc.). It is targeting for perticular front-end client so that it improves the performance, simplifies the logic clutter, and reduces network traffic.