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.


What Cloud Storage metadata key is used to set the MIME (Multipurpose Internet Mail Extensions) type of an object?

  1. MIME-Type

  2. Content-Type

  3. Data-Format

  4. Object-Info

The correct answer is: Content-Type

The key used to set the MIME type of an object in Google Cloud Storage is "Content-Type." This metadata key specifies the media type of the resource and is crucial for web browsers and applications that need to understand how to process the file. For instance, if a stored object is an image, setting the Content-Type to "image/jpeg" allows the browser to render it appropriately. Using the correct Content-Type ensures that clients receiving the object handle it in a way that is compatible with its format, enhancing interoperability across different platforms and applications. The Content-Type metadata can be set during file upload and can also be modified later as required.