Google Cloud

Google Cloud Certified – Associate Cloud Engineer

PR000260
Popular Trending

Validate your skills as an Associate Cloud Engineer with exam code PR000260 in Google Cloud.

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

Questions 21–30 of 498

Q21

What happens when you change the IAM roles for a user who currently has Editor access to Viewer access on a project?

  • A Permissions are temporarily revoked
  • B User loses permissions immediately
  • C User retains all permissions
  • D User gains new permissions
Explanation Changing IAM roles updates permissions immediately, affecting the user's access rights instantly.
Q22

A company needs to store sensitive user data securely. Which Google Cloud service should they primarily utilize?

  • A Google Cloud Storage
  • B Google BigQuery
  • C Google Cloud SQL
  • D Google Cloud Functions
Explanation Google Cloud SQL provides encryption features valid for sensitive data, while the others are not specifically built for such use.
Q23

What happens when you set a Google Cloud IAM policy to 'allow' for a role but do not assign that role to any user?

  • A Access is granted to all users
  • B No users have access to resources
  • C Access is granted to specific users
  • D Role becomes inactive automatically
Explanation Without assigning the role to users, no access is granted regardless of the established policy.
Q24

You are configuring Google Compute Engine (GCE) instance groups. Which of the following configurations would allow for autoscaling based on CPU utilization?

  • A Static instance group
  • B Managed instance group
  • C Unmanaged instance group
  • D Virtual Public Cloud
Explanation Managed instance groups support autoscaling, while the others do not have this capability.
Q25

Which service is used for object storage in Google Cloud?

  • A Cloud Storage
  • B BigQuery
  • C Compute Engine
  • D Cloud Spanner
Explanation Cloud Storage is designed for object storage; others serve different purposes.
Q26

A company needs to run a web application with unpredictable traffic spikes. Which type of Google Cloud service should they use?

  • A Cloud Functions
  • B App Engine
  • C Compute Engine
  • D Cloud Run
Explanation App Engine automatically scales based on traffic; others may require more management.
Q27

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

  • A All objects are permanently deleted
  • B Only metadata is removed
  • C Objects are archived automatically
  • D Bucket deletion fails without confirmation
Explanation Deleting a bucket permanently removes all objects within it; others misrepresent the deletion process.
Q28

Which service is used for deploying and managing containers in Google Cloud?

  • A Google Kubernetes Engine
  • B App Engine
  • C Cloud Functions
  • D Cloud Run
Explanation Google Kubernetes Engine is designed for managing containerized applications, while others focus on different application types or capabilities.
Q29

A company needs to provide temporary access to a Google Cloud Storage bucket for external vendors. What should you use?

  • A Signed URLs
  • B Service accounts
  • C Access Control Lists
  • D IAM roles
Explanation Signed URLs allow time-limited temporary access to resources, unlike ACl or IAM roles which do not provide expiration.
Q30

What happens when you set an instance group to manage the VM instances based on CPU utilization?

  • A All instances shut down immediately
  • B Instances scale out on high usage
  • C Instances are paused
  • D No action is taken
Explanation An instance group will scale out by adding more instances when CPU utilization exceeds specified levels, unlike other options which incorrectly describe the behavior.