ACE Practice Exam

Google Cloud Associate Cloud Engineer Practice Exam

Practise exam-style Associate Cloud Engineer questions on Compute Engine, GKE, IAM, networking and billing, with timed mock exams and per-domain scoring.

✍️ Every exam is built by a certified subject-matter expert in that field.

Free account — no card required. Full access 9.99€/month.

Create Your Free Account Or try 5 questions free — no signup

50-60
questions on the real exam
120 min
exam duration
Pass/Fail
no published score
$125
exam fee

What you get

  • Questions across all five ACE domains, including the gcloud command recall the exam leans on heavily.
  • Timed mock exams matching the real two-hour format.
  • Per-domain scoring after each attempt, so you can see whether IAM or networking is the actual problem.
  • One subscription covers Google Cloud, AWS and Azure — including the Professional-level GCP tracks when you are ready.

Sample ACE questions

Four real questions from the ACE bank, written by a certified subject-matter expert, with the answer and the reasoning. This is the format and difficulty of every question inside.

  1. Domain 2: Plan and configure a cloud solution

    Q1. Which gcloud command correctly sets your default working project for subsequent commands?

    • A gcloud init project [PROJECT_ID]
    • B gcloud config set project [PROJECT_ID]Correct
    • C gcloud projects set-default [PROJECT_ID]
    • D gcloud auth set project [PROJECT_ID]

    Why: Defaults live in the active gcloud configuration, and `gcloud config set` is how you write to it. The ACE exam tests exact command syntax more than most cloud exams — the other three options are plausible-looking commands that do not exist.

  2. Domain 1: Setting up a cloud solution environment

    Q2. To proactively control costs, you want to receive an email alert when a project's forecasted spend reaches 90% of its budget. Where do you configure this?

    • A In Cloud Monitoring, create an alerting policy on the billing metric
    • B In the Billing section of the Cloud Console, create a budget and add an alert ruleCorrect
    • C In IAM, assign the Billing Account Viewer role with a quota
    • D In the project settings, enable spending limits

    Why: Budgets and their alert thresholds are a Cloud Billing feature, configured on the billing account rather than per project. Note that budget alerts notify — they do not cap spend, which is a distinction the exam likes to test.

  3. Domain 3: Deploying and implementing a cloud solution

    Q3. What is the most operationally efficient and secure method to grant a team of developers SSH access to a group of Compute Engine instances?

    • A Add each developer's public SSH key to project-wide metadata
    • B Share a single service account key file with the team
    • C Enable OS Login and grant the 'compute.osAdminLogin' role to a Google Group containing the developersCorrect
    • D Create a local Linux user account on each instance

    Why: OS Login ties SSH access to IAM identities, so removing someone from the Google Group revokes their access everywhere at once. Managing keys in project metadata means the offboarding step is manual and easy to forget on some subset of instances.

  4. Domain 2: Plan and configure a cloud solution

    Q4. A new API must be enabled for use within a project. Which command accomplishes this?

    • A gcloud services enable [API_NAME].googleapis.comCorrect
    • B gcloud api activate [API_NAME]
    • C gcloud projects enable-api [API_NAME]
    • D gcloud config set api [API_NAME] enabled

    Why: `gcloud services enable` is the correct verb pairing, and the API name must be the fully-qualified service endpoint ending in .googleapis.com. Forgetting the suffix is a common cause of "service not found" errors in practice as well as in the exam.

Create Your Free Account

Signing up is free. When you upgrade: 5-Day Free Trial — Credit Card Required. No charge until day 5. Cancel anytime. Then 9.99€/month.

Frequently asked questions

Is it free to sign up?
Yes. Creating an account takes an email address and a password — no card, no payment details. The AWS, Azure and Google Cloud question banks and the timed mock exams are the part covered by the 9.99€ per month subscription, which you can start whenever you want from inside the app.
How does the free trial work?
The trial applies to the subscription, not to the account. When you upgrade, the first 5 days are free and give you full access to every question bank and mock exam. A credit card is required to begin the trial, and you are not charged during those 5 days. At the end of day 5 the subscription automatically renews at 9.99€ per month unless you cancel before then.
Do I need to enter a credit card?
Not to sign up or to practise on the free account. A card is required only when you start the subscription and its 5-day trial, by card or through PayPal. Nothing is charged until day 5.
What happens if I cancel during the trial?
You are not charged at all. Cancel any time before the end of day 5 from your account settings — or from your PayPal dashboard if you paid through PayPal — and the subscription ends with no payment taken.
What does the subscription include?
One subscription covers every certification on QuizBuilder — AWS, Microsoft Azure and Google Cloud — including timed mock exams, unlimited practice, and progress tracking across all of them.
Who writes the questions?
Certified subject-matter experts. Each exam is built by someone who holds that certification and works in that field — the AWS banks by AWS-certified SMEs, the Azure banks by Azure-certified SMEs, and so on. Nothing is scraped from other sites or generated and shipped unreviewed.
Are these the real exam questions?
No, and you should be wary of anyone claiming otherwise — distributing real exam content violates the certification agreements you sign with AWS, Microsoft and Google, and can invalidate your certification. These are original questions, written by a certified SME in that field to match the style, difficulty and domain weighting of the real exam.
Can I try it without paying or entering a card?
Yes. The free taster gives you 5 practice questions with full explanations, no signup and no card required.