Skip to content

Commit

Permalink
Add GitHub Copilot to ghcertified (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
FidelusAleksander authored Dec 9, 2024
1 parent 19af1a4 commit 7297197
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 2 deletions.
21 changes: 21 additions & 0 deletions content/practice_tests/copilot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "GitHub Copilot Practice Test"
Description: "Free practice test for the GitHub Copilot Certification Exam."
date: 2023-09-21T15:42:00+02:00
draft: false
hidden: true
badge: "copilot_badge.png"
include_exam: "GitHub Copilot"
domains: ["Responsible AI", "Prompt Engineering", "Privacy fundamentals"]
examDisabled: false
---

{{< practice_test >}}

{{% notice style="primary" title="" %}}
Found this practice test useful?

Leave a &#x2B50; on the [repository](https://github.com/FidelusAleksander/ghcertified) and consider giving back to the community by:
- [contributing](https://github.com/FidelusAleksander/ghcertified/blob/master/CONTRIBUTING.md) one or more mock exam questions (*takes minutes*)

{{% /notice %}}
8 changes: 8 additions & 0 deletions content/questions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,11 @@ This page contains all the questions that were [contributed](https://github.com/
{{< library-links questions="GitHub Advanced Security" >}}

{{< /expand >}}



{{< expand title="**GitHub Copilot questions**" >}}

{{< library-links questions="GitHub Copilot" >}}

{{< /expand >}}
11 changes: 11 additions & 0 deletions content/questions/copilot/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "GitHub Copilot Questions"
hidden: true
cascade:
exam: "GitHub Copilot"
Description: "Mock exam questions for the GitHub Copilot Certification Exam."
---

### GitHub Copilot

{{< library-links questions="GitHub Copilot" >}}
10 changes: 10 additions & 0 deletions content/questions/copilot/question-001.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
question: "Is GitHub Copilot free to use for everyone?"
archetype: "questions"
title: "Question 001"
draft: false
---

> https://github.com/features/copilot/plans
1. [x] No
1. [ ] Yes
7 changes: 6 additions & 1 deletion content/study_resources/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ Thankfully GitHub prepared study guides for each of the available certification

- [Study Guide: GitHub Foundations](https://assets.ctfassets.net/wfutmusr1t3h/1kmMx7AwI4qH8yIZgOmQlP/79e6ff1dfdee589d84a24dd763b1eef7/github-foundations-exam-study-guide__1_.pdf)
- [Study Guide: GitHub Actions](https://assets.ctfassets.net/wfutmusr1t3h/2mMJ6nECbUAdiQMTObbPw6/67cfbffa68fed774a1d280c6c1346635/github-actions-exam-preparation-study-guide__3_.pdf)
- [Study Guide: GitHub Advanced Security](https://assets.ctfassets.net/wfutmusr1t3h/4WQrNeENScZlISZKdknVbK/4c5d4a2174291da207efb57aa814899d/github-advanced-security-exam-preparation-study-guide__3_.pdf)
- [Study Guide: GitHub Advanced Security](https://assets.ctfassets.net/wfutmusr1t3h/4WQrNeENScZlISZKdknVbK/fa664e4ba61056df9194331de18aec0b/github-advanced-security-exam-preparation-study-guide__4_.pdf)
- [Study Guide: GitHub Administration](https://assets.ctfassets.net/wfutmusr1t3h/5zTfUfFWQknwoUVA1SAw0o/16e2f7904ae2f5cdeb7d91ad32d4547e/github-administration-exam-preparation-study-guide__2_.pdf)
- [Study Guide: GitHub Copilot](https://assets.ctfassets.net/wfutmusr1t3h/3i7ISEUsTLBgOGrWrML07y/dd586e2b2b607988e2679ed8cce36a76/github-copilot-exam-preparation-study-guide.pdf)

In fact, the practice exams on this site are built based on the study guides and the GitHub Documentation.

Expand All @@ -30,6 +31,8 @@ Start with a Microsoft Learn Course. They cover a lot of ground and are a great
- [Microsoft Learn: GitHub Actions](https://learn.microsoft.com/en-us/collections/n5p4a5z7keznp5)
- [Microsoft Learn: GitHub Advanced Security](https://learn.microsoft.com/en-us/collections/rqymc6yw8q5rey)
- [Microsoft Learn: GitHub Administration](https://learn.microsoft.com/en-us/collections/mom7u1gzjdxw03)
- [Microsoft Learn: GitHub Copilot](https://learn.microsoft.com/en-us/training/paths/copilot/)


**LinkedIn Learning**

Expand All @@ -43,6 +46,8 @@ Start with a Microsoft Learn Course. They cover a lot of ground and are a great
- [GitHub Learn: GitHub Actions](https://resources.github.com/learn/pathways/automation/)
- [GitHub Learn: GitHub Advanced Security](https://resources.github.com/learn/pathways/security/)
- [GitHub Learn: GitHub Administration](https://resources.github.com/learn/pathways/administration-governance/)
- [GitHub Learn: GitHub Copilot](https://resources.github.com/learn/pathways/copilot/essentials/essentials-of-github-copilot/)


Other Free Resources
- [GitHub Skills](https://skills.github.com/) - Interactive courses from GitHub
Expand Down
2 changes: 1 addition & 1 deletion static/css/practice-tests.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.exam-container {
display: grid;
grid-gap: 8px;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
Expand Down
Binary file added static/images/copilot_badge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7297197

Please sign in to comment.