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 401–410 of 498

Q401

A company needs to isolate applications in the same project. Which GCP feature can help?

  • A VPC Networks
  • B IAM Roles
  • C Cloud Functions
  • D Cloud Storage Buckets
Explanation VPC Networks allow for isolation and control of network traffic, while the other options do not provide effective isolation.
Q402

What happens when you delete a GCP project?

  • A All resources are deleted immediately.
  • B Resources remain but are inaccessible.
  • C Billing stops but data remains.
  • D It triggers a 30-day hold period.
Explanation A deleted project is held for 30 days before permanent deletion, allowing restoration; the others are incorrect regarding resource and data behavior.
Q403

Which service allows for serverless execution of applications?

  • A Cloud Functions
  • B Compute Engine
  • C Kubernetes Engine
  • D Cloud Storage
Explanation Cloud Functions is designed for serverless execution, while others require more management.
Q404

A company needs to ensure resources are no longer accessible once used. Which feature should be used?

  • A IAM Roles
  • B Service Accounts
  • C Preemptible VMs
  • D Shutdown Schedule
Explanation A shutdown schedule will terminate resources, preventing access, whereas others don't achieve this.
Q405

What happens when a public firewall rule is created in Google Cloud?

  • A Blocks all incoming traffic
  • B Allows all outgoing traffic
  • C Only allows specific IPs
  • D Allows traffic to defined ports
Explanation Public firewall rules selectively allow traffic based on defined conditions, unlike the other options.
Q406

Which service allows you to manage Kubernetes clusters?

  • A Google Kubernetes Engine
  • B App Engine
  • C Cloud Run
  • D Compute Engine
Explanation Google Kubernetes Engine provides managed Kubernetes clusters, while others serve different purposes.
Q407

A company needs to securely share files within a team. Which GCP service should it use?

  • A Cloud Storage
  • B BigQuery
  • C Cloud Functions
  • D Pub/Sub
Explanation Cloud Storage is designed for secure file sharing and storing objects, unlike others that cater to different functionalities.
Q408

What happens when a Compute Engine instance is stopped?

  • A All data is deleted
  • B External IP address is retained
  • C Persistent disks are deleted
  • D Instance configuration is lost
Explanation A stopped instance retains its external IP address unless it is ephemeral, while data and configuration remain intact.
Q409

Which service would you use to manage multiple Kubernetes clusters?

  • A Google Kubernetes Engine
  • B App Engine
  • C Cloud Functions
  • D Compute Engine
Explanation Google Kubernetes Engine is designed for managing Kubernetes clusters; others are not focused on cluster management.
Q410

You are configuring a Cloud Storage bucket for a public website. What is the most important setting to enable?

  • A Bucket versioning
  • B Block all public access
  • C Public access
  • D Lifecycle validation
Explanation Public access is necessary for serving a public website; blocking all public access would prevent that.