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 451–460 of 498

Q451

Which Google Cloud service is used for serverless application deployment?

  • A Cloud Functions
  • B Compute Engine
  • C App Engine
  • D Cloud Run
Explanation Cloud Run allows deploying containerized applications without server management, unlike the others which either require more management or do not support containerized apps.
Q452

A company needs to monitor the usage of their resources in Google Cloud. Which service should they use?

  • A Cloud Monitoring
  • B Cloud Logging
  • C Stackdriver
  • D Cloud Trace
Explanation Cloud Monitoring provides robust metrics and usage statistics, while others focus on logs or tracing rather than general monitoring.
Q453

You are configuring IAM roles for a project. What happens when a user has multiple roles assigned?

  • A They inherit permissions from all roles
  • B They lose the lowest permission set
  • C Only the highest role is applied
  • D They must choose one role
Explanation A user with multiple roles inherits permissions cumulatively, ensuring they retain all granted permissions.
Q454

Which service allows you to automate VM provisioning of GCP resources?

  • A Cloud Deployment Manager
  • B Cloud Functions
  • C Cloud Run
  • D Compute Engine
Explanation Cloud Deployment Manager automates resource provisioning, while others serve different purposes.
Q455

A company needs to securely store sensitive data. Which GCP service is best suited for this?

  • A Cloud Storage Public Buckets
  • B Cloud SQL
  • C Cloud Spanner
  • D Secret Manager
Explanation Secret Manager is specifically designed for secure data storage, unlike the others.
Q456

You are configuring IAM permissions for a user. What happens if you assign multiple roles with conflicting permissions?

  • A User receives the highest privilege
  • B User's permissions are averaged
  • C User is denied all access
  • D Least privilege is enforced
Explanation IAM permissions are additive, so the highest granted privilege prevails.
Q457

Which service allows you to run Docker containers on GCP?

  • A Cloud Run
  • B App Engine
  • C Google Functions
  • D Cloud Storage
Explanation Cloud Run is specifically designed for deploying and managing containerized applications, whereas the others serve different purposes.
Q458

A company needs to grant temporary access to a user for a specific Google Cloud resource. What should you use?

  • A Service Account
  • B IAM Policy Binding
  • C Temporary Credentials
  • D Resource Ownership
Explanation Temporary Credentials provide short-term access; the other options do not provide temporary access effectively.
Q459

What happens when you delete a Google Cloud Storage bucket?

  • A All data is irretrievably lost.
  • B Data is automatically archived.
  • C Deletion is reversible for 30 days.
  • D Data can be retrieved by support.
Explanation Deleting a bucket permanently removes all its contents without recovery, while the other options promise capabilities that don't exist.
Q460

Which service allows for serverless execution of code in response to events?

  • A Cloud Functions
  • B Compute Engine
  • C Cloud Run
  • D App Engine
Explanation Cloud Functions is designed for event-driven architectures, while the others are for different execution models.