NANDHOO
.
Learning Paths
Dashboard
Sign In
Home
Dashboard
FastAPI Framework Engineering
Production Engineering & Performance Tuning
Quiz
Chapter Quiz: Production Engineering & Performance Tuning
Mastery Assessment: Deployment
Complete this assessment with 100% score to master this chapter.
01
What is the role of Gunicorn in a FastAPI deployment?
It is the web server that terminates SSL.
It acts as a process manager to run and monitor multiple Uvicorn worker processes.
It compiles the Python code to machine code.
It is a replacement for Docker.
02
What is the recommended number of workers for a Gunicorn deployment on a 4-core machine?
1
4
9
100
03
Which JSON library can be used with FastAPI to significantly improve serialization performance for large payloads?
Standard `json`
Orjson
Pickle
YAML
Submit Answers
Back to Lesson
Return to Syllabus