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.


What are key-value pairs that you can set and interact with in a Compute Engine instance in Google Cloud?

  1. Enable binary logging

  2. Metadata

  3. Cloud Launcher

  4. App Engine

The correct answer is: Metadata

Key-value pairs in Google Cloud are typically used for metadata, which is option B. Through this feature, you can attach custom data to Compute Engine instances and interact with them in a variety of ways. Option A, enabling binary logging, is incorrect because this feature allows you to track and record communication between software systems, but does not involve key-value pairs. Option C, Cloud Launcher, is a tool used for deploying applications, so it is unrelated to key-value pairs. Lastly, option D, App Engine, is a platform for developing and hosting web applications, so it is also not related to key-value pairs in Compute Engine.