Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can you improve the performance of your Cloud Run-hosted website during traffic spikes to ensure a better user experience?
A
Read application configuration and static data from the database on application startup.
B
Package application configuration and static data into the application image during build time.
C
Perform as much work as possible in the background after the response has been returned to the user.
D
Ensure that timeout exceptions and errors cause the Cloud Run instance to exit quickly so a replacement instance can be started.