Google Cloud Certified Associate Cloud Engineer Practice

Disable ads (and more) with a membership for a one time $2.99 payment

Prepare for the Google Cloud Certified Associate Cloud Engineer Exam. Engage with interactive quizzes and detailed explanations tailored to help you master key concepts. Ensure you're ready for a successful career in the cloud computing industry!

Practice this question and more.


Key-value pairs of configuration data that are accessible from code running in a Cloud Function.

  1. Environment variables

  2. API tokens

  3. Secret keys

  4. Session cookies

The correct answer is: Environment variables

Environment variables are used to define persistent environment configurations that can be accessed by code running in a Cloud Function. API tokens would not be a correct answer because they are used for authentication purposes rather than storing configuration data. Similarly, secret keys would be used for security purposes and session cookies would be used for maintaining user-specific data. Therefore, these options are not correct answers for this question.