Question: Which of these key terms indicate a business-related challenge that App Engine addresses?
- patching zero-day exploits
- testing datasets for machine learning
- time to market
- control of virtual machines
Explanation
App Engine supports rapid application delivery by providing a fully managed platform for building and hosting web applications. Its serverless model reduces the need to manage infrastructure before deployment. Google Cloud handles provisioning servers and scaling application instances based on demand. This aligns with a business challenge where faster delivery and reduced operational overhead are more important than direct infrastructure control.
Why the other options are incorrect
Patching zero-day exploits is primarily an infrastructure security operations concern, not the main business challenge highlighted here.
Testing datasets for machine learning is associated with analytics and AI workflows, not App Engine application hosting.
Control of virtual machines points to infrastructure management, while App Engine abstracts much of that responsibility.
Source for verification
App Engine overview: docs.cloud.google.com
App Engine standard environment: docs.cloud.google.com
The answer(s) to the question is highlighted in the BOLD text above. You can also find more questions and answers related to the exams on the "Google Cloud Platform Business Professional" page.