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

Q201

What happens when you assign a new role to a user that has a permission not included in their existing roles?

  • A Permissions are immediately revoked
  • B User receives all permissions
  • C Permissions depend on role hierarchy
  • D No change occurs to permissions
Explanation The user accumulates the permissions from all assigned roles, enhancing their access rights.
Q202

Which service allows you to deploy containerized applications?

  • A Google Kubernetes Engine
  • B Cloud Functions
  • C App Engine
  • D Cloud Run
Explanation Google Kubernetes Engine manages containerized applications, while other options target different environments.
Q203

A company wants to ensure redundancy for its Cloud Storage. What should they do?

  • A Use a regional storage class
  • B Implement IAM policies
  • C Select a multi-region storage class
  • D Enable Cloud Firestore
Explanation Multi-region storage class provides redundancy across locations; others do not ensure redundancy effectively.
Q204

What happens when a Cloud Scheduler job triggers a Cloud Function?

  • A The function runs in a new project
  • B The function executes immediately
  • C The function may time out
  • D The function logs execution results
Explanation Cloud Functions may time out depending on their execution, while others do not describe functionality post-trigger accurately.
Q205

Which service provides seamless serverless event-driven architecture?

  • A Cloud Functions
  • B Cloud Storage
  • C Compute Engine
  • D App Engine
Explanation Cloud Functions directly supports event-driven execution, while others serve different purposes.
Q206

A company needs to limit VM access to fewer users; which IAM role should be assigned?

  • A Compute Viewer
  • B Compute Instance Admin
  • C Compute Network Admin
  • D Project Viewer
Explanation Compute Instance Admin grants necessary permissions for VM management, unlike the others that restrict access.
Q207

What happens when a Google Cloud Pub/Sub message is not acknowledged?

  • A It is deleted immediately
  • B It can be retried later
  • C It becomes public
  • D It triggers an alert
Explanation Unacknowledged messages are available for retry until acknowledged or the retention period expires, while others are incorrect functionalities.
Q208

Which service is best for serverless computing in Google Cloud?

  • A Cloud Functions
  • B Compute Engine
  • C Kubernetes Engine
  • D Cloud Run
Explanation Cloud Functions is specifically designed for serverless execution, unlike the other options.
Q209

A company needs to analyze large datasets without managing servers directly. Which solution should they use?

  • A BigQuery
  • B Cloud SQL
  • C Dataproc
  • D Compute Engine
Explanation BigQuery is a fully-managed data warehouse, while the others require more management effort.
Q210

What happens when you set an IAM policy with 'deny' permission?

  • A Permission is granted
  • B Access is fully denied
  • C Access is granted only when conditional
  • D Policy is ignored
Explanation A 'deny' permission explicitly denies access, overriding any allow rules.