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 311–320 of 498

Q311

A company needs to grant specific access to Cloud Storage for different teams. What should they use?

  • A IAM roles
  • B Service accounts
  • C Network tags
  • D VPC Peering
Explanation IAM roles provide granular access control for Cloud Storage resources; the others do not manage permissions directly.
Q312

What happens when you delete a Compute Engine instance without taking a snapshot?

  • A Data is lost permanently
  • B Data is stored in Cloud Storage
  • C Data is recoverable for 30 days
  • D Instance configuration is saved
Explanation Deleting an instance without a snapshot causes loss of all data on local disks; the other options are incorrect about data retention.
Q313

Which service allows you to orchestrate container deployment in Google Cloud?

  • A Cloud Build
  • B Cloud Functions
  • C Google Kubernetes Engine
  • D App Engine
Explanation Google Kubernetes Engine is designed for container orchestration, while others perform different functions.
Q314

A company needs a managed MySQL database solution. Which Google Cloud service should they use?

  • A Cloud SQL
  • B BigQuery
  • C Cloud Spanner
  • D Firestore
Explanation Cloud SQL provides a fully managed relational database service specifically for MySQL.
Q315

What happens when you change a service account's key in IAM?

  • A Revoked access immediately
  • B Only active for 24 hours
  • C Old keys remain valid
  • D New key replaces old key
Explanation Changing a key generates a new key, which effectively replaces the old key, rendering it invalid.
Q316

Which service allows for automatic scaling of applications?

  • A Cloud Functions
  • B Compute Engine
  • C Cloud Storage
  • D BigQuery
Explanation Cloud Functions auto-scales based on demand, while others require manual scaling or provide no scaling.
Q317

A company needs to securely connect on-premises systems to Google Cloud. Which service should they use?

  • A Cloud VPN
  • B Cloud Pub/Sub
  • C Cloud Tasks
  • D Cloud DNS
Explanation Cloud VPN provides secure connectivity; the others serve different roles not focused on secure networking.
Q318

What happens when you delete a Google Cloud Storage bucket that contains objects?

  • A Objects remain in storage
  • B Objects are permanently deleted
  • C Bucket configuration is saved
  • D Deletion is reversible for 30 days
Explanation Deleting a bucket also deletes all contained objects immediately; the other options are incorrect regarding bucket deletion.
Q319

Which Google Cloud service is best for serverless event-driven applications?

  • A Cloud Functions
  • B Cloud Run
  • C App Engine
  • D Compute Engine
Explanation Cloud Functions is designed for serverless event-driven apps, while other options cater to different needs like containerized or virtual machine workloads.
Q320

A company needs to deploy a container-based application. Which service should they use if they want to manage orchestration?

  • A GKE
  • B Cloud Run
  • C App Engine
  • D Cloud Functions
Explanation GKE (Google Kubernetes Engine) provides orchestration needed for container deployments, unlike the other simplified options.