What is the main purpose of FastAPI?
FastAPI is built on top of which web framework?
What command is used to install FastAPI?
What server is commonly used with FastAPI?
Which method is used for creating a GET route in FastAPI?
What feature in FastAPI allows injecting shared logic into endpoints?
Which keyword is used to define asynchronous functions in FastAPI?
How does FastAPI handle multiple route files for large applications?
What is the default response format for FastAPI?
Which class is used to define background tasks in FastAPI?
What does Depends() in FastAPI help with?
Which method is used to implement background tasks in FastAPI?
How can FastAPI handle JWT authentication?
What does the WebSocketRoute allow in FastAPI?
FastAPI supports asynchronous calls using which of the following keywords?