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 381–390 of 498

Q381

What happens when you delete a Google Compute Engine instance while it is running?

  • A It stops running immediately
  • B All data is lost
  • C Instance state is saved
  • D It can be recovered easily
Explanation All data is lost unless backed up; the other options misrepresent instance behavior.
Q382

Which service allows you to run containers on GCP?

  • A Google Kubernetes Engine
  • B Cloud Functions
  • C App Engine
  • D Cloud Run
Explanation Google Kubernetes Engine is designed for managing containerized applications; Cloud Functions is event-driven, App Engine is for web apps, and Cloud Run manages container instances but isn't a full orchestration service.
Q383

A company needs to securely share data with partners. Which solution will help?

  • A Cloud Storage Signed URLs
  • B VPC Peering
  • C Compute Engine Snapshots
  • D App Engine Instances
Explanation Cloud Storage Signed URLs provide secure access to files by generating time-limited links; VPC Peering is for network connections, snapshots are for backups, and App Engine instances don't facilitate data sharing.
Q384

What happens when you add custom IAM roles to a project?

  • A Roles override predefined roles
  • B They cannot be deleted
  • C They can specify detailed permissions
  • D Only service accounts can use them
Explanation Custom IAM roles allow detailed permission definitions while predefined roles remain unchanged, custom roles can be deleted, and they can be assigned to any user, not just service accounts.
Q385

Which service allows you to automate the deployment of applications on GCP?

  • A Google Cloud Run
  • B Google Cloud Functions
  • C Google App Engine
  • D Google Compute Engine
Explanation Google App Engine automates app deployment; other options are for different use cases.
Q386

A company needs to ensure their Cloud Storage data is kept secure while being accessible to authorized users. What should they implement?

  • A Public access
  • B Bucket encryption
  • C Access Control Lists
  • D Data redundancy
Explanation Access Control Lists manage user access; encryption secures data but doesn't manage access.
Q387

What happens when you set a VM instance to preemptible?

  • A Always runs with no interruptions
  • B Cost is triple standard VMs
  • C Can be stopped at any time
  • D Automatic backups enabled
Explanation Preemptible VMs can be stopped anytime; they are not permanent or reliable for long tasks.
Q388

Which Google Cloud service is primarily used for object storage?

  • A Cloud Storage
  • B BigQuery
  • C Cloud SQL
  • D Dataflow
Explanation Cloud Storage is designed for object storage, while the others serve different purposes.
Q389

A company needs to grant a team temporary access to a Compute Engine instance for onboarding. What should you implement?

  • A IAM permissions
  • B Service accounts
  • C Firewall rules
  • D API keys
Explanation IAM permissions allow for temporary access; the others do not control user access effectively.
Q390

What happens when you create a snapshot of a persistent disk?

  • A Disk data is copied
  • B Disk is deleted
  • C Performance improves
  • D Data is encrypted
Explanation Creating a snapshot copies the state of the disk, whereas the others are incorrect processes.