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 201–210 of 492

Q201

What happens when you set a VM instance to preemptible in Google Cloud?

  • A Costs decrease significantly.
  • B Instance runs indefinitely.
  • C Instance can be terminated anytime.
  • D Automatic backups are enabled.
Explanation Preemptible VMs can be terminated by Google at any time, whereas the other options are incorrect regarding their characteristics.
Q202

Which Google Cloud service is used for serverless computing?

  • A Cloud Functions
  • B Compute Engine
  • C Cloud Storage
  • D Cloud Spanner
Explanation Cloud Functions enables event-driven serverless computing, unlike the other options which are not serverless.
Q203

A company needs to ensure its data lake can scale elastically. Which service should it use?

  • A BigQuery
  • B Cloud Firestore
  • C Cloud SQL
  • D Cloud Storage
Explanation BigQuery is designed for scalable analytics on large data sets, while the other services do not provide similar capabilities for a data lake.
Q204

What happens when you apply IAM roles to a service account in GCP?

  • A Permissions are inherited only to users.
  • B Roles automatically propagate to all resources.
  • C Security policies become vulnerable immediately.
  • D The service account gains specific permissions.
Explanation Assigning IAM roles to a service account grants it specific permissions to perform tasks, while the other options misrepresent IAM functionality.
Q205

Which Google Cloud service is best for running Docker containers?

  • A Google Kubernetes Engine
  • B Cloud Functions
  • C Cloud Run
  • D App Engine
Explanation Google Kubernetes Engine is specifically designed for managing containerized applications, while others have different focuses.
Q206

A company needs to ensure that its data is not retrievable after deletion. Which Google Cloud feature should they use?

  • A Bucket Lock
  • B Object Versioning
  • C Data Loss Prevention API
  • D IAM policies
Explanation Bucket Lock enables an immutable policy for a Cloud Storage bucket, preventing data recovery after deletion.
Q207

You are configuring a VPC network. What happens when you enable Private Google Access?

  • A Access to public IPs only
  • B Access to predefined Google services
  • C Restricts all egress traffic
  • D Disables all private IP traffic
Explanation Enabling Private Google Access allows VM instances to connect to Google services using internal IPs.
Q208

Which service is best for data analytics on GCP?

  • A BigQuery
  • B Cloud Storage
  • C Compute Engine
  • D Cloud Functions
Explanation BigQuery is specifically designed for data analytics, while others serve different purposes.
Q209

You are configuring a VPC with subnets. What happens if you do not specify an IP range?

  • A Default IP range will be used
  • B No subnets can be created
  • C Subnet IPs are auto-assigned
  • D Configuration will fail
Explanation A VPC requires defined IP ranges for subnets; otherwise, creation fails.
Q210

A company needs to store unstructured data and requires high availability. Which storage option should they choose?

  • A Cloud SQL
  • B Cloud Storage
  • C FireStore
  • D Persistent Disk
Explanation Cloud Storage is designed for unstructured data with high availability, in contrast to SQL databases which are structured.