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 291–300 of 492

Q291

You are configuring IAM roles for a developer. What happens if you assign only 'Viewer' role?

  • A Can modify resources
  • B Can read resources only
  • C No access to resources
  • D Can create new resources
Explanation 'Viewer' role provides read access only, restricting modifications or creation.
Q292

Which service allows real-time analytics on streaming data?

  • A Cloud Dataflow
  • B Cloud Pub/Sub
  • C BigQuery
  • D Cloud Storage
Explanation Cloud Dataflow handles real-time stream processing, while others serve different purposes.
Q293

A company needs to restrict access to a Google Cloud resource based on user attributes. What should they implement?

  • A VPC Service Controls
  • B IAM Conditions
  • C Firewall Rules
  • D Network Tags
Explanation IAM Conditions allow policy-based access controls based on attributes, unlike the other options.
Q294

What happens when you delete an object in Cloud Storage?

  • A It is permanently removed.
  • B It moves to a trash can.
  • C It remains for 30 days.
  • D It creates a version history.
Explanation Deleted objects in Cloud Storage are permanently removed unless versioning is enabled.
Q295

Which service provides serverless computing on Google Cloud?

  • A Cloud Functions
  • B Compute Engine
  • C Kubernetes Engine
  • D App Engine
Explanation Cloud Functions allows you to run code without provisioning any servers; the others include server management.
Q296

A company needs to securely share data with partners using Google Cloud. What should they use?

  • A Cloud Pub/Sub
  • B Cloud Functions
  • C BigQuery
  • D Cloud IAM
Explanation Cloud IAM allows secure identity management and permissions, unlike the other options.
Q297

What happens when you delete a Cloud Storage bucket with versioning enabled?

  • A All versions are deleted immediately.
  • B Only the default version is kept.
  • C Bucket can be restored with all versions.
  • D Bucket retains all object versions.
Explanation The bucket can be restored with its object versions due to versioning, others misinterpret version retention.
Q298

Which Google Cloud service provides a fully managed NoSQL database?

  • A Cloud Firestore
  • B Cloud SQL
  • C BigQuery
  • D Cloud Spanner
Explanation Cloud Firestore is a NoSQL database; others are SQL based or analytics tools.
Q299

A company needs to transfer large amounts of data to Google Cloud while minimizing costs. Which storage option is the best for infrequently accessed data?

  • A Cloud Storage Standard
  • B Cloud Storage Nearline
  • C Bigtable
  • D Cloud Storage Archive
Explanation Cloud Storage Archive is optimal for low-cost storage of infrequently accessed data; others are costlier for this use case.
Q300

You are configuring IAM policies in Google Cloud. What effect does the 'deny' rule have on user access?

  • A Always allows access regardless
  • B Overrides any allow rules
  • C Allows access only based on roles
  • D No effect on access rights
Explanation Deny rules take precedence and override allow rules, which impacts user access significantly.