Google Cloud

Google Cloud Certified – Associate Cloud Engineer

PR000260
Popular Trending

Validate your skills as an Associate Cloud Engineer with exam code PR000260 in Google Cloud.

498 questions 0 views Free
Start Mock Test Timed · Full-length · Scored

Questions 151–160 of 498

Q151

Which service allows you to run Docker containers on Google Cloud?

  • A Google Kubernetes Engine
  • B Google Cloud Functions
  • C Google App Engine
  • D Google Cloud Storage
Explanation Google Kubernetes Engine is designed for running containerized applications, whereas the others serve different purposes.
Q152

A company needs to store sensitive data with strict access control. Which service is most appropriate?

  • A Google Cloud Firestore
  • B Google Cloud Bigtable
  • C Google Cloud SQL
  • D Google Cloud Storage
Explanation Google Cloud SQL supports fine-grained access control and encryption, while the others are less focused on strict data control.
Q153

What happens when a Google Compute Engine instance is terminated?

  • A All data is permanently deleted.
  • B Data on persistent disks is retained.
  • C The instance resumes operations automatically.
  • D Network settings are preserved.
Explanation Data on persistent disks remains intact after instance termination, while data on non-persistent disks does not.
Q154

Which service allows you to manage and orchestrate Kubernetes containers on Google Cloud?

  • A Google Kubernetes Engine
  • B Cloud Functions
  • C App Engine
  • D BigQuery
Explanation Google Kubernetes Engine is specifically designed for container orchestration, while the others serve different purposes.
Q155

A company needs to ensure their Google Cloud Storage data is accessible only from specific IP ranges. What should they configure?

  • A Uniform bucket-level access
  • B A bucket IAM policy
  • C VPC Service Controls
  • D Lifecycle management
Explanation VPC Service Controls restrict access to services based on IP ranges; the others do not provide IP networking controls.
Q156

What happens when you delete a Compute Engine instance with a persistent disk attached and set to delete on instance deletion?

  • A Only the instance is deleted
  • B The instance and disk are deleted
  • C Nothing happens to the disk
  • D The disk is detached, not deleted
Explanation If a persistent disk is set to delete on deletion of the instance, both will be removed; the others imply different behaviors.
Q157

Which service allows you to run Docker containers on Google Cloud?

  • A Cloud Functions
  • B Cloud Run
  • C Compute Engine
  • D App Engine
Explanation Cloud Run is designed specifically for Docker containers, while others serve different purposes.
Q158

A company needs to process streaming data in real-time. Which Google Cloud service should they use?

  • A Cloud SQL
  • B Cloud Dataflow
  • C Cloud Storage
  • D Cloud Pub/Sub
Explanation Cloud Dataflow processes data streams, whereas others are for storage or SQL processing.
Q159

You are configuring IAM policies for your project. What happens when you grant a user ‘roles/viewer’?

  • A User can modify resources
  • B User can view resources only
  • C User can create resources
  • D User has no access at all
Explanation The ‘viewer’ role allows read-only access to resources, while others involve write permissions.
Q160

Which Google Cloud service provides auto-scaling capabilities?

  • A Google Kubernetes Engine
  • B Cloud Pub/Sub
  • C Google Cloud Functions
  • D Cloud Spanner
Explanation Google Kubernetes Engine supports auto-scaling for containerized applications; the others do not provide auto-scaling features.