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 441–450 of 498

Q441

You are configuring IAM permissions for a project. What happens if a user has multiple roles with conflicting permissions?

  • A The more restrictive permission applies
  • B The least restrictive permission applies
  • C Conflict results in no permissions
  • D Randomly selected permissions apply
Explanation In IAM, the least restrictive permission takes precedence over conflicting permissions assigned to the user.
Q442

Which service provides serverless execution in GCP?

  • A Google Cloud Functions
  • B Google Compute Engine
  • C Google Kubernetes Engine
  • D Google App Engine
Explanation Cloud Functions is specifically designed for serverless execution, while other options focus on managed or container-based services.
Q443

A company needs to restrict access to certain GCP projects for its service account. What should you use?

  • A IAM Policies
  • B Cloud Functions
  • C Cloud Shell
  • D BigQuery Datasets
Explanation IAM Policies allow you to manage access control policies, while the other options do not manage permissions.
Q444

You are configuring a firewall rule in GCP. What happens if you set an 'allow' rule for a port without an applicable 'deny' rule?

  • A Traffic is blocked by default.
  • B Traffic is allowed to that port.
  • C Traffic is allowed for all ports.
  • D Only internal traffic is allowed.
Explanation An allow rule permits traffic on the specified port; no deny rule means default behavior allows that traffic, while other options misinterpret default behaviors.
Q445

Which service is best for executing serverless code?

  • A Cloud Functions
  • B Cloud Run
  • C Compute Engine
  • D App Engine
Explanation Cloud Functions is designed for serverless code execution, while others are not serverless in their nature.
Q446

A company needs to upload large datasets regularly. Which storage class is most cost-effective for infrequent access?

  • A Standard
  • B Nearline
  • C Coldline
  • D Archive
Explanation Coldline is designed for infrequent access at a lower cost than Nearline.
Q447

What happens when you delete a Google Cloud Pub/Sub topic?

  • A Messages remain accessible
  • B All subscriptions are deleted
  • C Data is permanently lost
  • D Topic can be restored later
Explanation Deleting a topic also deletes all subscriptions associated, while messages are inaccessible thereafter.
Q448

Which service provides fully managed relational databases?

  • A Cloud SQL
  • B BigQuery
  • C Cloud Datastore
  • D Firestore
Explanation Cloud SQL manages relational databases, while others do not.
Q449

A company needs to analyze large datasets quickly. Which Google Cloud service should they use?

  • A Cloud Pub/Sub
  • B BigQuery
  • C Compute Engine
  • D Cloud Functions
Explanation BigQuery is optimized for fast analysis of large datasets.
Q450

What happens when you set a VM's disk to be non-bootable?

  • A VM will shut down immediately
  • B Data can still be accessed
  • C VM will not start from that disk
  • D Disk will be deleted automatically
Explanation A non-bootable disk won't allow the VM to start from it.