Google Cloud

Google Cloud Certified – Associate Data Practitioner

PR000306

Become a certified Associate Data Practitioner with exam code PR000306 to validate your data skills in Google Cloud.

492 questions 0 views Free
Start Mock Test Timed · Full-length · Scored

Questions 61–70 of 492

Q61

Which Google Cloud service is used for real-time data processing?

  • A Cloud Dataflow
  • B Cloud Functions
  • C Cloud Datalab
  • D Cloud Pub/Sub
Explanation Cloud Dataflow is designed for stream and batch data processing, while the others serve different purposes.
Q62

A company needs to consistently deploy applications in multiple environments with minimal manual intervention. Which Google Cloud service should they use?

  • A Cloud Deployment Manager
  • B Cloud Console
  • C Cloud Functions
  • D Cloud Storage
Explanation Cloud Deployment Manager allows automated and repeatable deployment of resources, unlike the other options which do not offer this functionality.
Q63

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

  • A Only empty bucket gets deleted
  • B All objects are automatically deleted
  • C Deletion is not allowed; operation fails
  • D Bucket can be deleted quietly
Explanation You cannot manually delete a bucket with objects; you must first remove all contained objects.
Q64

Which service provides serverless mobile backend functionalities?

  • A Firebase Cloud Functions
  • B Google Compute Engine
  • C Cloud Storage
  • D BigQuery
Explanation Firebase Cloud Functions is designed for serverless mobile backends; other options provide different functionalities.
Q65

A company needs to schedule recurring tasks in Cloud Tasks. What should they use to define the timing?

  • A Task Queue
  • B Schedule Triggers
  • C Timer Functions
  • D Cloud Scheduler
Explanation Cloud Scheduler allows scheduling of recurring tasks, while others do not specifically provide scheduling capabilities.
Q66

What happens when you attempt to access a Cloud Storage bucket with insufficient IAM permissions?

  • A Access granted with a warning
  • B Access denied with an error message
  • C Access granted but no data returned
  • D Access randomly granted or denied
Explanation Access is denied with a strict error message when IAM permissions are insufficient; other options are incorrect behavior.
Q67

Which service provides managed Kubernetes in Google Cloud?

  • A Google Kubernetes Engine
  • B Cloud Functions
  • C Compute Engine
  • D App Engine
Explanation Google Kubernetes Engine is specifically designed for Kubernetes management, unlike the others.
Q68

A company needs to securely store sensitive data. What should they use?

  • A Cloud Storage bucket with public access
  • B Cloud SQL with encryption
  • C BigQuery without IAM roles
  • D Cloud Pub/Sub for data retention
Explanation Cloud SQL supports encryption for sensitive data, while the others either lack security features or are misconfigured.
Q69

What happens when you assign a user a role with very few permissions?

  • A User accesses all resources
  • B Role access denied entirely
  • C User can still read some resources
  • D User has access to all APIs
Explanation The user retains limited access to resources specified in the role, depending on assigned permissions.
Q70

Which service is best for running containerized applications?

  • A Google Kubernetes Engine
  • B Cloud Functions
  • C App Engine
  • D Cloud Run
Explanation Google Kubernetes Engine is designed for container orchestration, while the others have different purposes.