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 271–280 of 498

Q271

Which service should you use for serverless data processing?

  • A Cloud Functions
  • B Cloud Run
  • C Dataflow
  • D Cloud Storage
Explanation Dataflow allows you to perform serverless data processing whereas the others serve different purposes.
Q272

A company needs to automate its VM deployment. Which service is best suited?

  • A App Engine
  • B Cloud Deployment Manager
  • C Cloud Functions
  • D Cloud Run
Explanation Cloud Deployment Manager is designed for automating resource deployment, unlike the other options.
Q273

What happens when you disable a service account in Google Cloud?

  • A All resources are deleted
  • B Existing tokens become invalid
  • C Billing stops immediately
  • D Only new access is denied
Explanation Disabling a service account prevents new access but does not affect current tokens.
Q274

Which service allows you to analyze large datasets quickly?

  • A BigQuery
  • B Cloud Pub/Sub
  • C Cloud Functions
  • D Cloud SQL
Explanation BigQuery is designed for large-scale data analysis, while the others serve different purposes.
Q275

A company needs to host a static website on GCP. Which service should they use?

  • A Firebase Hosting
  • B Compute Engine
  • C App Engine
  • D Cloud Run
Explanation Firebase Hosting is optimized for static websites; others are more complex and unnecessary for this use case.
Q276

You are configuring IAM roles for a new service account with limited permissions. What happens if a user is added to the 'Viewer' role on the project?

  • A They can modify resources
  • B They gain no additional rights
  • C They can delete resources
  • D They can create new resources
Explanation The 'Viewer' role grants read-only access without modification capabilities, keeping existing permissions intact.
Q277

A company needs to schedule automatic nightly backups of Cloud SQL. Which feature should they use?

  • A Cloud Scheduler
  • B Cloud Functions
  • C Automated backups feature
  • D Compute Engine Cron jobs
Explanation The Automated backups feature in Cloud SQL allows for scheduled backups, while the others are not specifically designed for that purpose.
Q278

What happens when you assign a role with 'permissions/iam.serviceAccountUser' to a user on a service account?

  • A User can use the service account
  • B User can delete the service account
  • C User gains project owner access
  • D User cannot access the service account
Explanation This permission allows users to act as the service account, enabling them to utilize its capabilities.
Q279

You are configuring a load balancer for your web application. What is the typical purpose of a health check?

  • A To increase bandwidth allocation
  • B To limit request size
  • C To monitor server performance
  • D To manage user accounts
Explanation Health checks are used to monitor the availability and performance of backend instances, not for bandwidth or account management.
Q280

Which service provides a fully managed NoSQL database?

  • A Cloud Firestore
  • B Cloud SQL
  • C Cloud Functions
  • D Cloud Storage
Explanation Cloud Firestore is designed for NoSQL data, while the others are for SQL or different storage types.