Google Cloud Professional Cloud Developer — Question 244

Your team is developing a Cloud Function triggered by Cloud Storage events. You want to accelerate testing and development of your Cloud Function while following Google-recommended best practices. What should you do?

Answer options

Correct answer: C

Explanation

Option C is correct because using the Functions Framework allows for efficient local development and testing of Cloud Functions, which aligns with Google-recommended practices. The other options either involve unnecessary complexity or do not provide the same local testing capabilities, making them less efficient for rapid development.