SaveMyCert
Practice questions

Free cloud certification practice questions

Exam-realistic questions with an explanation on every option — including the ones you didn't pick. Two worked examples are below; start answering with no account and no card.

Questions
4220
written to the exam guides
Free, no account
5/day
30/day once you sign up
Explanations
Every option
not just the right one
Brain dumps
None
original questions only

Choose your certification

AWS· AIF-C01 · Foundational

AWS Certified AI Practitioner

Understand AI, GenAI, and foundation models on AWS — and pass AIF-C01.

280 questions · 5 domainsStart practicing
AWS· CLF-C02 · Foundational

AWS Certified Cloud Practitioner

The cloud fundamentals every role needs — your first AWS certification.

380 questions · 4 domainsStart practicing
AWS· DVA-C02 · Associate

AWS Certified Developer – Associate

Write, deploy, and debug cloud-native apps the way AWS expects — and pass DVA-C02.

260 questions · 4 domainsStart practicing
AWS· SAA-C03 · Associate

AWS Certified Solutions Architect – Associate

Design resilient, secure, and cost-effective AWS architectures — the industry’s most sought-after cloud certification.

280 questions · 4 domainsStart practicing
Microsoft Azure· AZ-104 · Associate

Microsoft Certified: Azure Administrator Associate

Administer identity, storage, compute, and networking on Azure — and pass AZ-104.

300 questions · 5 domainsStart practicing
Microsoft Azure· AZ-900 · Foundational

Microsoft Certified: Azure Fundamentals

Learn cloud concepts and core Azure services from zero — and pass AZ-900.

220 questions · 3 domainsStart practicing
AWS· SOA-C03 · Associate

AWS Certified CloudOps Engineer – Associate

Monitor, operate, and automate production AWS environments — the operations certification (formerly SysOps Administrator).

260 questions · 5 domainsStart practicing
AWS· DEA-C01 · Associate

AWS Certified Data Engineer – Associate

Build, operate, and secure data pipelines on AWS — and pass DEA-C01.

340 questions · 4 domainsStart practicing
AWS· SCS-C03 · Specialty

AWS Certified Security – Specialty

Detect, respond, and lock down AWS workloads at scale — and pass SCS-C03.

320 questions · 6 domainsStart practicing
Google Cloud· ACE · Associate

Google Cloud Associate Cloud Engineer

Deploy, operate, and secure workloads on Google Cloud — and pass Associate Cloud Engineer.

240 questions · 4 domainsStart practicing
Google Cloud· GenAI Leader · Foundational

Google Cloud Generative AI Leader

Lead generative AI adoption on Google Cloud — and pass the Generative AI Leader exam.

300 questions · 4 domainsStart practicing
HashiCorp· Terraform 004 · Associate

HashiCorp Certified: Terraform Associate (004)

Master Terraform's workflow, configuration, modules, and state — and pass Terraform Associate 004.

200 questions · 8 domainsStart practicing
ISC2· CC · Foundational

ISC2 Certified in Cybersecurity (CC)

Start your cybersecurity career — and pass the ISC2 CC exam (2026 outline).

380 questions · 5 domainsStart practicing
CNCF· KCNA · Foundational

Kubernetes and Cloud Native Associate (KCNA)

Learn Kubernetes and the cloud-native ecosystem — and pass the KCNA exam.

260 questions · 4 domainsStart practicing
Microsoft Azure· DP-700 · Associate

Microsoft Certified: Fabric Data Engineer Associate

Build, secure, and optimize analytics solutions in Microsoft Fabric — and pass DP-700.

200 questions · 3 domainsStart practicing

Try two AIF-C01 questions right now

Straight out of the AWS Certified AI Practitioner bank — answer key and full reasoning included, because a practice question you can't check teaches you nothing.

Question 1Fundamentals of AI and ML

Which statement correctly describes the relationship between artificial intelligence (AI), machine learning (ML), and deep learning?

Choose one.

  • a
    Deep learning is a subset of machine learning, and machine learning is a subset of AI. Correct

    AI is the broadest field, ML is a subset that learns from data, and deep learning is a subset of ML that uses multi-layer neural networks.

  • b
    AI is a subset of machine learning, which is a subset of deep learning.

    This reverses the hierarchy; AI is the widest circle, not the narrowest.

  • c
    Machine learning and AI are unrelated fields that only occasionally overlap.

    Machine learning is a part of AI, so they are nested rather than separate fields.

  • d
    Deep learning contains machine learning, which contains AI.

    This inverts the nesting; deep learning is the innermost, most specialized subset, not the container.

The concept

AI, ML, and deep learning form a nested hierarchy from broadest to most specialized.

Why that’s the answer

AI is any technique that makes a machine mimic human intelligence, ML is the subset that learns patterns from data, and deep learning is the subset of ML built on multi-layer neural networks, so option A orders them correctly. The other options reverse or break this nesting, which the exam treats as a clear error.

How to reason it out
  1. Start with the widest term: AI covers all machine intelligence, including rule-based systems.
  2. Place ML inside AI as the data-learning subset, and deep learning inside ML as the neural-network subset.
  3. Confirm the order runs AI, then ML, then deep learning from outside to inside.

Exam tip: AI contains ML, and ML contains deep learning.

Question 2Fundamentals of GenAI

In generative AI, what is a token?

Choose one.

  • a
    A small unit of text, such as a word or part of a word, that a language model reads and generates. Correct

    This is the definition of a token; models process text as sequences of these small units.

  • b
    A numerical representation of the meaning of a piece of content.

    That describes an embedding, not a token.

  • c
    A security credential used to authenticate calls to a model service.

    An access or API token is a security concept, not the text unit used in generative AI.

  • d
    A large document split into smaller pieces before it is sent to a model.

    Splitting a large document into pieces is chunking, not a token.

The concept

A token is the small unit of text, often a word or part of a word, that a language model reads and produces.

Why that’s the answer

Language models do not process letters or whole documents directly; they process sequences of tokens, so option A is correct. An embedding is a numerical representation of meaning, an access token is a security credential, and splitting a document is chunking, which is why the other options are wrong.

How to reason it out
  1. Recall that models work on sequences of small text units.
  2. Match the definition of that unit to the term token.
  3. Rule out embedding, credential, and chunking as different concepts.

Exam tip: A token is the small unit of text a model reads and generates.

How AIF-C01 questions are worded

Most AIF-C01 questions are not asking whether you can recall a definition. They describe a situation and ask which option satisfies it — so the skill being tested is reading the requirement precisely and eliminating options that fail it.

Single-response vs multiple-response

A single-response question has exactly one right answer. A multiple-response question tells you how many to pick ("Choose TWO") and there is no partial credit — getting one of the two right scores nothing. Read that instruction before you read the options.

Read the last line first

The final sentence is the actual question; everything before it is scenario. Read it first, then read the scenario knowing what you are looking for. It stops you from building an answer in your head that the question never asked for.

Hunt for the qualifier

Most scenarios turn on one word — MOST cost-effective, LEAST operational overhead, with the LEAST latency, without changing application code. Two options are frequently both technically correct, and the qualifier is the only thing separating them.

Eliminate, then choose

Distractors are almost always real AWS services doing a real job — just not this job. Rule out the ones that break a stated constraint before you compare what's left. On a question you truly don't know, eliminating two options turns a guess into a coin flip.

Learn mode, or quiz mode

The same bank, two ways through it. Which one you want depends on whether you are still learning the domain or testing whether you have.

Learn mode

Grades each question the moment you answer it and opens the full explanation there and then. Use it while a domain is still new — you want the correction next to the mistake, not twenty questions later.

Quiz mode

Holds every verdict until you finish, exactly like the real exam. Use it to find out whether you actually know a domain — with instant feedback switched off, you can't lean on it.

Then drill the misses

Everything you got wrong or flagged goes into a review pool you can practice on its own — so your study time goes to the marks you are losing, not the ones you already have.

Practice questions, explained

5 a day without an account, 30 a day with a free one. Pro removes the cap entirely — a one-time payment per certification, not a subscription.

5 questions will tell you where you stand

Answer today's free questions with no account at all. A free account raises the cap to 30 a day and starts your readiness score.

Ready for the real thing? Sit a full-length mock exam →