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 141–150 of 498

Q141

What happens when you delete a Google Cloud Storage bucket?

  • A All objects are permanently deleted
  • B Objects are moved to another bucket
  • C Objects reset to default storage class
  • D Bucket is archived for 30 days
Explanation Deleting a bucket permanently removes all objects within it, while others imply migration or preservation incorrectly.
Q142

Which service is used for serverless computing in Google Cloud?

  • A Cloud Functions
  • B Compute Engine
  • C App Engine
  • D Cloud Run
Explanation Cloud Functions lets you run code without provisioning servers; others require server management.
Q143

A company needs to process large data analytics jobs quickly. Which Google Cloud service should they use?

  • A BigQuery
  • B Cloud SQL
  • C Firebase Hosting
  • D Cloud Storage
Explanation BigQuery is designed for analytics on large datasets; the others do not support extensive analytics operations.
Q144

What happens when a virtual machine (VM) is stopped in Google Compute Engine?

  • A Billing continues for resources.
  • B Resources are deleted.
  • C Billing stops for VM instance.
  • D VM state is permanently lost.
Explanation Billing for VM instances stops, but resources can still incur charges; the VM state can be preserved unless deleted.
Q145

Which service provides a fully managed Kubernetes environment?

  • A Google Kubernetes Engine
  • B Google Compute Engine
  • C Cloud Functions
  • D Cloud Run
Explanation Google Kubernetes Engine manages Kubernetes, while the others do not deal with container orchestration directly.
Q146

A company needs to run a virtual machine on demand for testing. Which service should they use?

  • A Cloud Functions
  • B Google Compute Engine
  • C Cloud Run
  • D App Engine
Explanation Google Compute Engine allows on-demand VM instances; others are more suitable for serverless or managed app development.
Q147

You are configuring IAM roles for a service account. What happens if you grant both Editor and Viewer roles to the same account?

  • A It only keeps the Editor role
  • B It causes a permission error
  • C Roles combine for extended access
  • D Only Viewer access is honored
Explanation IAM roles are additive, so both permissions are combined, while other options incorrectly limit or misinterpret role behavior.
Q148

Which service can be used to analyze log data in real-time?

  • A BigQuery
  • B Cloud Storage
  • C Compute Engine
  • D App Engine
Explanation BigQuery is designed for big data analytics, including real-time log analysis; the other options are not focused on log analytics.
Q149

A company needs to ensure secure access to its resources by employees from various branches. What should you implement?

  • A IAM roles
  • B App Engine
  • C Cloud Functions
  • D Cloud Storage
Explanation IAM roles manage user permissions securely; the other services do not provide access control.
Q150

You are configuring a Cloud Pub/Sub topic. What happens if a subscriber is not pulling messages frequently enough?

  • A Messages are deleted immediately
  • B Messages are stored indefinitely
  • C Messages get pushed to another service
  • D Messages will expire after retention period
Explanation Messages eventually expire according to the retention policy set; other options do not accurately reflect Pub/Sub behavior.