Google Cloud

Google Cloud Certified – Professional Cloud Architect

PR000213
Popular Trending

Get certified as a Professional Cloud Architect with exam code PR000213 to validate your architectural skills in Google Cloud.

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

Questions 201–210 of 498

Q201

You are configuring IAM roles for a project. What happens if you assign an organization-wide role to a user?

  • A User gains project-specific access only
  • B User inherits permissions across projects
  • C User access is denied completely
  • D User can only access public resources
Explanation An organization-wide role grants permissions across all projects; project-specific roles are limited to one project.
Q202

Which service provides serverless event-driven architecture?

  • A Cloud Functions
  • B Cloud Run
  • C App Engine
  • D Compute Engine
Explanation Cloud Functions is specifically designed for serverless event-driven architectures, while the others serve different use cases.
Q203

A company needs to distribute its application globally and maintain low latency. What should they use?

  • A Cloud Pub/Sub
  • B Cloud CDN
  • C Cloud Spanner
  • D BigQuery
Explanation Cloud CDN caches content at locations closer to users, reducing latency; other options do not primarily address global distribution and caching.
Q204

You are configuring IAM policies for a resource. What happens when two conflicting policies are applied?

  • A One overrides the other based on priority
  • B Access is denied for all actions
  • C Access is granted for all actions
  • D The most restrictive policy applies
Explanation In IAM, conflicting policies resolve based on hierarchy and priority, making the more specific policy take precedence.
Q205

Which service would you use to create serverless APIs?

  • A Google Cloud Functions
  • B Google Compute Engine
  • C Google Kubernetes Engine
  • D Google App Engine
Explanation Google Cloud Functions enables serverless APIs; Compute Engine requires VM management.
Q206

A company needs to reduce costs associated with inactive data. What should they implement?

  • A Multi-Region Storage
  • B Nearline Storage
  • C Regional Storage
  • D Standard Storage
Explanation Nearline Storage is designed for infrequent access; Multi-Region incurs higher costs.
Q207

You are configuring IAM roles for a new project. What happens if multiple roles are assigned?

  • A Only the highest role is effective
  • B All roles are accumulated
  • C Roles conflict and deny access
  • D Permissions are randomly applied
Explanation All assigned roles contribute to permissions; the highest role does not override others.
Q208

Which service enables automatic scaling of instances based on metrics?

  • A Cloud Functions
  • B Cloud Run
  • C Compute Engine Autoscaler
  • D App Engine Standard
Explanation The Compute Engine Autoscaler automatically adjusts the number of instances based on load metrics, while the others have different scaling characteristics or are for specific types of workloads.
Q209

A company needs to process data streams in real time. Which service should they use?

  • A BigQuery
  • B Pub/Sub
  • C Cloud Storage
  • D Cloud Functions
Explanation Pub/Sub is designed specifically for real-time data streaming, unlike the others, which are better suited for batch processing or storage.
Q210

What happens when you set a service account key to 'forced rotation'?

  • A Key cannot be deleted.
  • B Key's permissions are locked.
  • C Key rotates after a specified period.
  • D Key becomes invalid immediately.
Explanation When a service account key is set for forced rotation, it will automatically rotate at defined intervals, while the other options describe incorrect behaviors.