Courseiva
Knowledge + Practice
CertificationsVendorsCareer RoadmapsLabs & ToolsStudy GuidesGlossaryPractice Questions
C
Courseiva

Free IT certification practice questions with explained answers for CCNA, CompTIA, AWS, Azure, Google Cloud, and more.

Certification Practice Questions

CCNA practice questionsSecurity+ SY0-701 practice questionsAWS SAA-C03 practice questionsAZ-104 practice questionsAZ-900 practice questionsCLF-C02 practice questionsA+ Core 1 practice questionsGoogle Cloud ACE practice questionsCySA+ CS0-003 practice questionsNetwork+ N10-009 practice questions
View all certifications →

Product

CertificationsCertification PathsExam TopicsPractice TestsExam Dumps vs Practice TestsStudy HubComparisons

Company

AboutContactEditorial PolicyQuestion Writing PolicyTrust Center

Legal

Privacy PolicyTerms of Service

Courseiva is a free IT certification practice platform offering original exam-style practice questions, detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics for Cisco, CompTIA, Microsoft, AWS, and other technology certifications.

© 2026 Courseiva. Courseiva is operated by JTNetSolutions Ltd. All rights reserved.

Courseiva is an independent certification practice platform and is not affiliated with, endorsed by, or sponsored by Cisco, Microsoft, AWS, CompTIA, Google, ISC2, ISACA, or any other certification vendor. Vendor names and certification marks are used only to identify the exams learners are preparing for.

Certifications›ACE›Objectives›Setting up a cloud solution environment
Objective 1.0

Setting up a cloud solution environment

ACE Practice Questions

Use this page to practise Setting up a cloud solution environment questions for this certification. Focus on how the exam tests setting up a cloud solution environment in scenario format — understanding the why behind each answer builds more durable knowledge than memorising options.

Full Practice Test →All Objectives

What this objective tests

ACE Setting up a cloud solution environment — Key Topics

Setting up a cloud solution environment questions on this certification test your ability to deploy and manage setting up a cloud solution environment concepts in scenario-based situations.

  • Core Setting up a cloud solution environment concepts and how they apply in real-world cloud scenarios.
  • How to deploy setting up a cloud solution environment correctly and verify the outcome.
  • Troubleshooting setting up a cloud solution environment issues by interpreting error output and system state.
  • Cloud best practices and Setting up a cloud solution environment design trade-offs tested by this certification.

Common exam traps

Where candidates lose marks on Setting up a cloud solution environment

  • ⚠Selecting the most expensive service when a simpler managed option meets the requirement.
  • ⚠Forgetting that cloud resources must be explicitly secured — defaults are rarely secure.
  • ⚠Choosing a global service fix when the issue is region-specific.
  • ⚠Overlooking cost implications of cross-region data transfer in architecture questions.

ACE Setting up a cloud solution environment — Practice Questions

30 questions from this objective

Question 2easymultiple choice
Full question →

What is the correct order of the Google Cloud resource hierarchy from highest to lowest level?

Question 3easymultiple choice
Full question →

A startup creates its first Google Cloud project. Before deploying any paid resources, what must be linked to the project?

Question 4easymultiple choice
Full question →

Which gcloud CLI command authenticates a developer's local environment with their Google account?

Question 5mediummultiple choice
Full question →

A developer attempts to create a Cloud SQL instance but receives the error: 'API [sqladmin.googleapis.com] not enabled.' What is the correct resolution?

Question 6mediummultiple choice
Full question →

An application running on a Compute Engine VM needs to read objects from a Cloud Storage bucket in the same project. What is the recommended authentication approach?

Question 7mediummultiple choice
Full question →

A company organizes its GCP projects by business unit — Finance, Engineering, and Sales. Which resource is best suited to group these projects while applying shared IAM policies to all projects in each group?

Question 8mediummultiple choice
Full question →

A developer works across five different GCP projects daily and wants to switch their active project in the gcloud CLI without rerunning `gcloud init`. Which command should they use?

Question 9hardmultiple choice
Full question →

A security team wants to prevent every project in the organization from creating VM instances with external IP addresses — without requiring configuration in each individual project. What is the most scalable solution?

Question 10easymultiple choice
Full question →

Where in the Google Cloud Console can a user view all APIs currently enabled for their project and monitor their usage?

Question 11mediummultiple choice
Full question →

A team's Cloud Build jobs are consistently failing with 'quota exceeded' errors. Billing is active and the project has available budget. What should the team do?

Question 12mediummultiple choice
Full question →

A Cloud Identity admin needs to grant a user access to manage billing for a specific GCP project without giving them access to any other projects in the organization. Which role should be assigned at the project level?

Question 13mediummultiple choice
Full question →

During a gcloud CLI session, a developer runs `gcloud config list` and sees the output shows `project = old-project`. They need to work in `new-project`. Which sequence of commands correctly switches projects and verifies the change?

Question 14hardmultiple choice
Read the full NAT/PAT explanation →

An organization has a policy requiring all new GCP projects to be created within specific folders and linked to approved billing accounts only. Which combination of features enforces this at scale?

Question 15easymultiple choice
Full question →

A GCP project has three service accounts. A developer wants to list all service accounts in the project using the gcloud CLI. Which command is correct?

Question 16mediummultiple choice
Full question →

A team uses Cloud Shell for all GCP CLI operations. A developer notices that files they create in Cloud Shell's home directory persist between sessions, but files in other directories do not. What explains this behavior?

Question 17mediummultiple choice
Full question →

A GCP project uses labels extensively for cost attribution across teams. A finance team member needs to add a 'cost-center' label to an existing Compute Engine VM. Which gcloud command applies the label?

Question 18easymultiple choice
Full question →

A project manager wants to see how much each GCP service is costing the team this month, broken down by service. Where should they look?

Question 19mediummultiple choice
Full question →

A new engineer joins the team and needs access to GCP. The company uses Google Workspace for identity management. The GCP admin needs to add the engineer and grant them access to one project. What is the correct order of steps?

Question 20mediummultiple choice
Read the full NAT/PAT explanation →

A developer frequently switches between three GCP projects and accounts throughout the day. They want to avoid rerunning `gcloud init` each time. Which gcloud feature lets them save and switch between pre-configured project/account/region combinations?

Question 21mediummultiple choice
Full question →

A security team needs an inventory of all Compute Engine VM instances across all projects in their GCP organization, including instance names, zones, and status, without logging into each project individually. Which service provides this?

Question 22hardmultiple choice
Full question →

A team runs a critical production project and wants to prevent anyone — including project owners and organization admins — from accidentally deleting it. Which mechanism provides this protection?

Question 23mediummultiple choice
Full question →

Instead of granting IAM roles to 50 individual developer email addresses, a team wants to manage access by team membership. When a developer joins or leaves, access updates automatically. What is the recommended approach?

Question 24hardmultiple choice
Full question →

A Cloud Build pipeline needs to deploy to Cloud Run but the pipeline's service account has only minimal permissions. Rather than granting it Cloud Run Admin, the team wants it to temporarily act as a more privileged deployment service account. Which technique enables this?

Question 25easymultiple choice
Full question →

A project was accidentally deleted. A GCP administrator realizes the mistake 3 days later. What is the maximum time window in which the project can be restored?

Question 26mediummultiple choice
Full question →

A FinOps team wants to analyze daily GCP spending trends, allocate costs by team using labels, and create custom dashboards. Which configuration exports billing data for this analysis?

Question 27mediummultiple choice
Full question →

An infrastructure team uses Terraform to manage GCP resources including API enablement. Which Terraform resource enables a GCP API for a project, equivalent to `gcloud services enable`?

Question 28mediummultiple choice
Full question →

A platform team needs to categorize GCP resources for policy enforcement (e.g., applying IAM conditions only to resources tagged 'environment:production'). Labels exist but don't support IAM conditions. What feature provides policy-tag-based enforcement?

Question 29easymultiple choice
Full question →

A developer wants to verify which IAM roles they currently have on a specific GCP project before requesting additional access. Which gcloud command lists the IAM policy for a project?

Question 30easymultiple choice
Full question →

A developer's gcloud command fails with 'PROJECT_ID is not set'. They need to confirm the currently active configuration — project, account, and default region. Which command shows this?

Question 31mediummultiple choice
Full question →

A startup's GCP project has a project ID of 'my-startup-prod' and a project number of '123456789012'. An API call requires the project number, not the project ID. How can the project number be retrieved quickly?

More Setting up a cloud solution environment questions available in the full practice test.

Continue Practising →

Next objective

Planning and configuring a cloud solution

→

All ACE Objectives

  • 1.Setting up a cloud solution environment
  • 2.Planning and configuring a cloud solution
  • 3.Deploying and implementing a cloud solution
  • 4.Ensuring successful operation of a cloud solution
  • 5.Configuring access and security