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 11–20 of 492

Q11

A company needs to securely store sensitive API keys. Which Google Cloud service is best suited for this?

  • A Cloud Storage
  • B Secret Manager
  • C Firestore
  • D BigQuery
Explanation Secret Manager is specifically designed for securely storing and managing API keys; others do not focus on security for sensitive information.
Q12

You are configuring a virtual machine in Google Cloud and receive a prompt to choose machine types. What should you consider for high-performance workloads?

  • A N1 standard machines
  • B N2 advanced machines
  • C E2 micro machines
  • D F1 micro machines
Explanation N2 machines offer better performance and flexibility for high-demand applications; others provide lower resources and performance.
Q13

Which Google Cloud service is best for serverless computing?

  • A Cloud Functions
  • B Compute Engine
  • C App Engine
  • D Kubernetes Engine
Explanation Cloud Functions is specifically designed for serverless applications, unlike the others which require more management.
Q14

A company needs to analyze data stored in BigQuery without duplicating it. Which service should they use?

  • A Dataflow
  • B Dataproc
  • C Data Fusion
  • D BigQuery BI Engine
Explanation BigQuery BI Engine allows analysis without data duplication, while the others are more focused on data processing or transformation.
Q15

What happens when you try to access a deleted Google Cloud Storage object?

  • A Object is permanently deleted
  • B Object is recoverable for 30 days
  • C You get an error message
  • D It reappears after a delay
Explanation Deleted objects can be recovered within a retention period if Object Versioning is not disabled, allowing restoration.
Q16

Which service allows you to run containers without managing servers?

  • A Cloud Run
  • B App Engine
  • C Cloud Functions
  • D Kubernetes Engine
Explanation Cloud Run is designed for serverless container execution, while the others require more management.
Q17

A company needs to store log data that is immutable and requires regulatory compliance. Which Google Cloud service should they use?

  • A Cloud Storage
  • B BigQuery
  • C Firestore
  • D Cloud Audit Logs
Explanation Cloud Audit Logs provides immutable logs for compliance, whereas the others do not guarantee immutability.
Q18

What happens when you assign a role containing 'roles/storage.objectViewer' to a user on a bucket?

  • A User can delete objects.
  • B User can only read objects.
  • C User can upload objects.
  • D User can list all buckets.
Explanation The 'objectViewer' role only grants read access to objects, not deletion or upload privileges.
Q19

Which service is used for managing Kubernetes clusters?

  • A Google Kubernetes Engine
  • B Cloud Run
  • C App Engine
  • D Compute Engine
Explanation Google Kubernetes Engine is specifically designed for managing Kubernetes clusters, while the others have different purposes.
Q20

You are configuring a Cloud Function triggered by HTTP requests. What is a necessary step?

  • A Set up a Compute Engine VM
  • B Deploy a Cloud Run service
  • C Configure authentication settings
  • D Create a Cloud Storage bucket
Explanation Configuring authentication settings is necessary for securing HTTP-triggered functions, while the others are unrelated tasks.