Google Cloud Certified Associate Cloud Engineer Practice

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

Question: 1 / 50

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

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.

API tokens

Secret keys

Session cookies

Next

Report this question