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 31–40 of 498

Q31

Which Google Cloud service is best for deploying containerized applications?

  • A Google Kubernetes Engine
  • B Cloud Functions
  • C App Engine
  • D Cloud Run
Explanation Google Kubernetes Engine is optimized for container orchestration, unlike the other options which serve different purposes.
Q32

A company needs to process large datasets in real-time. Which service should they choose?

  • A Cloud Storage
  • B Dataflow
  • C BigQuery
  • D Cloud Pub/Sub
Explanation Dataflow is specifically designed for real-time data processing, while others focus on storage or analysis.
Q33

What happens when you assign a custom IAM role without any permissions to a user?

  • A User gains no access
  • B User retains inherited permissions
  • C User can access all resources
  • D User must wait for approval
Explanation The user retains inherited permissions from their group roles and cannot lose access granted through them.
Q34

Which service helps manage Kubernetes clusters in Google Cloud?

  • A Google Kubernetes Engine
  • B Google App Engine
  • C Cloud Functions
  • D Cloud Run
Explanation Google Kubernetes Engine is specifically designed for managing Kubernetes clusters, while the others are for different tasks/levels of abstraction.
Q35

A company needs to store large amounts of image files to serve to users in near real-time. Which storage option should they select for efficiency?

  • A Cloud SQL
  • B Cloud Storage
  • C Cloud Memorystore
  • D BigQuery
Explanation Cloud Storage is optimized for unstructured data like images, as opposed to databases or analytics solutions.
Q36

You are configuring IAM permissions for a project. What happens if you grant a user an explicit role while they are also part of a group with a more restrictive role?

  • A The explicit role applies.
  • B The group role applies.
  • C Both roles are combined.
  • D No permissions are granted.
Explanation Explicit permissions take precedence over group permissions in IAM, meaning the user will receive the permissions of the more permissive role.
Q37

Which Google Cloud service is optimal for building scalable web applications?

  • A App Engine
  • B Cloud Functions
  • C Cloud Run
  • D Compute Engine
Explanation App Engine provides a fully managed environment tailored for scalable web applications, while others have different use cases.
Q38

You are configuring IAM permissions for a new project. What is the principle of least privilege?

  • A Maximum privileges granted immediately
  • B Minimal privileges required provided
  • C Periodic privilege reassessment
  • D Role-based access for all users
Explanation The principle of least privilege means providing users only the permissions they need to perform their jobs.
Q39

What happens when you set a Cloud Function's HTTP trigger to 'allow unauthenticated requests'?

  • A Only authorized users can access
  • B Public can invoke the function
  • C Function becomes disabled
  • D Requires API key for access
Explanation Allowing unauthenticated requests enables anyone on the internet to invoke the Cloud Function.
Q40

Which service is used for building serverless applications on Google Cloud?

  • A Cloud Functions
  • B Compute Engine
  • C App Engine
  • D Kubernetes Engine
Explanation Cloud Functions is specifically designed for serverless applications; the others require managing infrastructure.