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 with flashcards and multiple choice questions. Each question includes hints and explanations to help you study effectively. Get ready to pass your certification exam!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

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.