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 51–60 of 492

Q51

What happens when you set an IAM policy with 'deny' permissions for a user?

  • A User cannot access resources
  • B User gains elevated access
  • C Policy is ignored
  • D User can always access remaining resources
Explanation A 'deny' in IAM takes precedence, blocking access, while other options incorrectly describe IAM behavior.
Q52

Which Google Cloud storage class is best for infrequently accessed data?

  • A Nearline Storage
  • B Standard Storage
  • C Coldline Storage
  • D Archive Storage
Explanation Nearline Storage is designed for data accessed less than once a month, while Coldline is for less frequent access, and Archive is for long-term storage.
Q53

A company needs to securely manage and delegate access to its GCP resources. Which service should it implement?

  • A Cloud Identity
  • B Access Context Manager
  • C Cloud IAM
  • D Cloud Monitoring
Explanation Cloud IAM is specifically designed for managing access and roles for resources, while the other options serve different purposes.
Q54

What happens when a VM instance in GCP is stopped?

  • A All data is permanently deleted
  • B CPU and memory are released
  • C The VM becomes inaccessible forever
  • D Storage costs are eliminated
Explanation Stopping a VM releases the CPU and memory, but the disk data remains intact and accessible later.
Q55

What service enables the scalable management of containerized applications?

  • A Google Kubernetes Engine
  • B Google Cloud Functions
  • C Google App Engine
  • D Google BigQuery
Explanation Google Kubernetes Engine is designed specifically for containers, while the others focus on different application architectures.
Q56

A company needs to temporarily store large amounts of data for analysis. Which Google Cloud service is most cost-effective for this?

  • A Cloud Pub/Sub
  • B Cloud SQL
  • C Cloud Storage
  • D BigQuery
Explanation Cloud Storage is ideal for scalable, cost-effective data storage, while others have higher operational costs.
Q57

You are configuring Identity and Access Management (IAM) roles. What is a consequence of assigning a role with broad permissions?

  • A Increased security risk
  • B Simpler access management
  • C Faster processing of requests
  • D Easier audit of permissions
Explanation Broad permissions can lead to unauthorized access, while narrower roles improve security oversight.
Q58

Which service allows you to manage and analyze data securely at scale?

  • A BigQuery
  • B Cloud Functions
  • C Cloud Storage
  • D Cloud Pub/Sub
Explanation BigQuery is designed for large-scale data analysis, unlike the other options which serve different purposes.
Q59

A company needs to store sensitive customer information securely. Which feature should they implement?

  • A Data Encryption
  • B Load Balancing
  • C Data Replication
  • D Cache Optimization
Explanation Data Encryption is essential for securing sensitive data, while the others do not focus on security.
Q60

You are configuring a Cloud Pub/Sub topic and want to limit message retention. What happens when the retention limit is reached?

  • A Messages are permanently deleted
  • B Messages are archived automatically
  • C Messages are saved temporarily
  • D Messages are sent to a backup
Explanation Messages are deleted after the retention limit is pass, while the other options do not represent the actual behavior of Cloud Pub/Sub.