CLOUD-DIGITAL-LEADER · Question #205
An organization relies on online seasonal sales for the majority of their annual revenue. Why should the organization use App Engine for their customer app?
The correct answer is B. Autoscales during peaks in demand. Google App Engine is a fully managed Platform-as-a-Service (PaaS) that automatically scales application instances up or down based on incoming traffic. For an organization that relies on seasonal sales (meaning traffic spikes dramatically for short periods), autoscaling is the cr
Question
An organization relies on online seasonal sales for the majority of their annual revenue. Why should the organization use App Engine for their customer app?
Options
- AAutomatically adjusts physical inventory in real time
- BAutoscales during peaks in demand
- CRuns maintenance during seasonal sales
- DRecommends the right products to customers
How the community answered
(20 responses)- A5% (1)
- B90% (18)
- D5% (1)
Explanation
Google App Engine is a fully managed Platform-as-a-Service (PaaS) that automatically scales application instances up or down based on incoming traffic. For an organization that relies on seasonal sales (meaning traffic spikes dramatically for short periods), autoscaling is the critical benefit - the app handles peak load without manual intervention or over-provisioning, and scales back down when demand drops to control costs. Option A (physical inventory) is unrelated to App Engine's capabilities. Option C (running maintenance during sales) would be counterproductive - maintenance should be avoided during peak revenue periods. Option D (product recommendations) is a feature of a separate service like Recommendations AI, not App Engine itself.
Topics
Community Discussion
No community discussion yet for this question.