Open sample data from CertSharp — free, vendor-neutral IT certification practice exams covering AWS, CompTIA, Cisco, and Google Cloud.
Each file in data/ contains 5 sample multiple-choice questions (with full explanations) for one certification, pulled from CertSharp's free-tier question pool.
| File | Certification |
|---|---|
CLF-C02.json |
AWS Certified Cloud Practitioner |
SAA-C03.json |
AWS Certified Solutions Architect – Associate |
DVA-C02.json |
AWS Certified Developer – Associate |
AIF-C01.json |
AWS Certified AI Practitioner |
220-1201.json |
CompTIA A+ Core 1 |
220-1202.json |
CompTIA A+ Core 2 |
N10-009.json |
CompTIA Network+ |
FC0-U71.json |
CompTIA ITF+ |
200-301.json |
Cisco CCNA |
100-140.json |
Cisco CCST Networking |
100-150.json |
Cisco CCST IT Support |
100-160.json |
Cisco CCST Cybersecurity |
ACE.json |
Google Associate Cloud Engineer |
CDL.json |
Google Cloud Digital Leader |
GAIL.json |
Google Cloud Generative AI Leader |
{
"certification": "SAA-C03",
"certification_name": "AWS Certified Solutions Architect - Associate",
"source": "https://certsharp.com",
"question_count": 5,
"questions": [
{
"topic": "Secure access to AWS resources",
"difficulty": "Easy",
"question": "...",
"choice_a": "...",
"choice_b": "...",
"choice_c": "...",
"choice_d": "...",
"correct_answer": "A",
"explanation": "..."
}
]
}This repo is a small sample. CertSharp's full platform includes:
- 30 free questions per session, no signup required for a quick check
- 500 questions per certification with timed exam mode for paid access
- 15 certifications across AWS, CompTIA, Cisco, and Google Cloud
Try it at certsharp.com.
Sample data (data/) is provided as-is for personal study and reference use.