Question 211 of 284
Single answerYou are running a web application on Cloud Run for a few hundred users. Some of your users complain that the initial web page of the application takes much longer to load than the following pages. You want to follow Google’s recommendations to mitigate the issue. What should you do?
✓ASet the minimum number of instances for your Cloud Run service to 3.
BSet the concurrency number to 1 for your Cloud Run service.
CSet the maximum number of instances for your Cloud Run service to 100.
DUpdate your web application to use the protocol HTTP/2 instead of HTTP/1.1.
✓
Correct Answer: A
Set the minimum number of instances for your Cloud Run service to 3.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.