Which of the following is a benefit provided by Cloud Functions?

Question: Which of the following is a benefit provided by Cloud Functions?

  • Relational database
  • User authentication
  • Machine learning
  • Serverless economics

Explanation

Cloud Functions runs event-driven code without requiring server provisioning or server management. Its serverless model charges based on function execution rather than always-on infrastructure. Automatic scaling helps match compute usage to actual demand. This supports cost efficiency for lightweight automation, integration, and event-response workloads.

Why the other options are incorrect

Relational database is provided by database services such as Cloud SQL, not Cloud Functions.

User authentication is provided by identity services such as Firebase Authentication, not Cloud Functions.

Machine learning is addressed by AI and ML services, not Cloud Functions as its primary role.

Source for verification

https://cloud.google.com/functions/docs/concepts/overview

https://cloud.google.com/serverless/docs/manage-costs

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.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top