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 171–180 of 498

Q171

You are configuring IAM roles for a team. What happens when you assign a custom role without sufficient permissions?

  • A Permissions are inherited.
  • B Access Denied errors occur.
  • C Users gain full access.
  • D Role is ignored altogether.
Explanation Without sufficient permissions, users will face access restrictions, and thus receive Access Denied errors.
Q172

Which service would you use for real-time analytics on streaming data?

  • A BigQuery
  • B Cloud Dataflow
  • C Cloud Storage
  • D Cloud SQL
Explanation Cloud Dataflow processes streaming data in real-time, while the others focus on storage or batch processing.
Q173

A company needs to set up a VM with specific security requirements. What should be done first?

  • A Configure firewall rules.
  • B Deploy the VM instance.
  • C Assign IAM roles.
  • D Choose correct machine type.
Explanation Assigning IAM roles sets up access controls before deploying resources.
Q174

What happens when you apply a Custom IAM Role to a user in GCP?

  • A User loses all permissions.
  • B Less privileges than predefined roles.
  • C User gets all project permissions.
  • D User obtains explicit permissions defined.
Explanation Custom roles grant only the permissions specified, not more or less.
Q175

Which service automates resource scaling in Google Cloud?

  • A Cloud Functions
  • B Cloud Load Balancing
  • C Google Kubernetes Engine
  • D Cloud Pub/Sub
Explanation Google Kubernetes Engine automatically scales containerized applications, while others do not provide full automation.
Q176

A company needs to securely share files across multiple teams. Which solution should they use?

  • A Google Cloud Functions
  • B Google Drive Shared Drives
  • C Cloud Storage Standard Bucket
  • D Compute Engine Instances
Explanation Google Drive Shared Drives allows secure team file sharing, while the others are not designed for that purpose.
Q177

You are configuring a firewall rule that allows traffic only from IP address 203.0.113.0. What is the result if you also include a rule to allow all traffic?

  • A Only traffic from 203.0.113.0 is allowed
  • B All traffic will be allowed through
  • C No traffic will be allowed
  • D Default denies all traffic
Explanation Including a rule to allow all traffic overrides specific rules, making the specific rule ineffective.
Q178

What service allows automatic scaling of application instances?

  • A Cloud Run
  • B Cloud SQL
  • C Cloud Pub/Sub
  • D Cloud Storage
Explanation Cloud Run scales applications automatically based on incoming traffic; others do not provide this function.
Q179

You are configuring a service account for a VM instance. Which permission should you grant for accessing Cloud Storage?

  • A Storage Object Viewer
  • B Compute Instance Admin
  • C Viewer
  • D Administrator
Explanation Storage Object Viewer provides read access to Cloud Storage, while others are unrelated to storage access.
Q180

What happens when a GCP Cloud Function times out during execution?

  • A Function restarts automatically
  • B Function fails without response
  • C Function's output is cached
  • D Function scales up instantly
Explanation A timeout results in the function failing, and an error response is returned; other options do not occur upon timeout.