Question: Which of these is an example of a challenge addressed by Cloud Functions?
- Big data complexity
- Insufficient storage
- Development agility
- App infrastructure
Explanation
Cloud Functions improves agility by running small pieces of event-driven code without server management. Its serverless model lets teams add logic quickly in response to cloud events. This supports faster integration between Google Cloud services because functions can be deployed independently. The value comes from reducing infrastructure work while enabling rapid automation and service extension.
Why the other options are incorrect
Big data complexity is addressed by analytics services, not Cloud Functions.
Insufficient storage is addressed by storage services such as Cloud Storage.
App infrastructure is a broader hosting concern and is more directly associated with platforms such as App Engine.
Source for verification
https://cloud.google.com/functions/docs/concepts/overview
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.