ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 170 - Professional Cloud Developer discussion

Report
Export

Users are complaining that your Cloud Run-hosted website responds too slowly during traffic spikes. You want to provide a better user experience during traffic peaks. What should you do?

A.
Read application configuration and static data from the database on application startup.
Answers
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.
Answers
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.
Answers
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.
Answers
D.
Ensure that timeout exceptions and errors cause the Cloud Run instance to exit quickly so a replacement instance can be started.
Suggested answer: C
asked 18/09/2024
Kamran Kamran
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first