DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Backend for Frontend (BFF) Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
easy
Backend for Frontend (BFF)
Why does the BFF pattern improve performance for mobile users on cellular networks?
A
It compiles mobile applications to binary code
B
It reduces network roundtrips by letting the client send a single request, which the BFF aggregates from multiple backend microservices over fast datacenter networks
C
It increases browser storage limits
D
It deletes duplicate database tables
Check Answer