Google Cloud Digital Leader — Question 283
An organization has an on-premises IT infrastructure. Their customer-facing application repeatedly fails during peak usage.
What could be causing this issue?
Answer options
- A. A serverless compute function struggles to scale.
- B. The application contains unclean data.
- C. They don't have enough servers to meet the demand.
- D. The application is only configurable on-premises.
Correct answer: C
Explanation
The correct answer is C because insufficient servers can lead to overload during peak usage, causing failures. Option A is incorrect as serverless functions are designed to scale automatically. Option B is irrelevant to the application's performance under load, and option D does not impact the number of servers available to handle requests.