News

🎓 Certifications

Free AI skills for Certifications — ready-to-use prompt templates for Education.

Certifications AI Skills

Ready-to-use AI prompts to help you prepare for professional certifications.


AWS Cloud Practitioner (CLF-C02)

Use this prompt to get a structured study plan covering all four exam domains.

Prompt:

I'm preparing for the AWS Cloud Practitioner exam (CLF-C02). Create a 4-week study plan with daily topics, key concepts, and 5 practice questions per week for each domain: Cloud Concepts, Security and Compliance, Cloud Technology and Services, and Billing and Pricing. Flag the highest-weighted domains.

Tips:

  • Ask follow-up questions on domains where you score below 70%
  • Request real-world analogies to understand abstract concepts like regions vs. availability zones
  • Ask for a cheat sheet of the most-tested services (EC2, S3, IAM, RDS)

CompTIA Security+ (SY0-701)

A prompt for building a targeted Security+ study roadmap.

Prompt:

I'm studying for CompTIA Security+ (SY0-701). I have 6 weeks and a background in networking but limited security experience. Create a study plan prioritizing: Threats, Attacks and Vulnerabilities; Architecture and Design; Implementation; Operations and Incident Response; and Governance, Risk, and Compliance. Include 3 practice questions per topic.

Tips:

  • Ask for acronym breakdowns (CIA triad, AAA, PKI, etc.)
  • Request scenario-based questions — Security+ is heavily scenario-focused
  • Ask for a comparison table of symmetric vs. asymmetric encryption

Google Professional Cloud Architect

A prompt to simulate the open-ended design questions found on the GCP architect exam.

Prompt:

Act as a Google Cloud exam coach. Present me with 5 architecture scenario questions similar to the Professional Cloud Architect exam. After each question, wait for my answer, then provide feedback on what I got right, what I missed, and which GCP services I should have considered. Start with a scenario involving migrating an on-premise monolithic app to GCP.

Tips:

  • Follow up with: "What would change if the customer had a strict data residency requirement?"
  • Ask to compare Cloud Run vs. GKE vs. App Engine for a given scenario
  • Request a review of the official Google case studies: Dress4Win, TerramEarth, Helicopter Racing League

Kubernetes (CKA)

A hands-on prompt for practicing the imperative kubectl commands tested in the CKA exam.

Prompt:

I'm preparing for the Certified Kubernetes Administrator (CKA) exam. Give me 10 timed practice tasks that I would complete using kubectl in a real cluster. For each task, specify the namespace, the resource type, and the acceptance criteria. Include tasks on: pod creation, deployments, services, persistent volumes, RBAC, and network policies.

Tips:

  • Ask for the exact imperative kubectl command after you attempt each task
  • Practice with: kubectl create, kubectl expose, kubectl rollout, kubectl top
  • Ask for a comparison between imperative and declarative approaches for each scenario