-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Community exam prep threads as Study Resources #304
Add Community exam prep threads as Study Resources #304
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for contributing @Salgado2004 🚀 !
There are some minor things I'll fix for you and I'll go ahead and merge this :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
copied from "the" official GitHub ceritification exams
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ensure that the shorter options are expanded in length to maintain consistency across all choices, preventing them from being obvious giveaways.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found questions very close to these in the Exam Items:
A team is using GitHub Copilot Individual in their daily development activities. They need to exclude specific files from being used to inform code completion suggestions. How can they achieve this?
Answer: a; b/c are only available in Business or higher; #file is a valid hashtag command, but this is about Code Suggestions and not Chat
Reference: Configuring content exclusions for GitHub Copilot - GitHub Docs
- Upgrade to Copilot Business
- Have a repo administrator configure content exclusions
- Have an organization owner configure content exclusions
- Use the #file Chat variable to exclude the files
- Add a .gitignore file to the repo
AND
2.3.1 Demonstrate how to exclude specific files (application knowledge, not conceptual)
What is the correct way to exclude specific files from being used by GitHub Copilot Business during code suggestions?Answer: C
A. Modify the .gitignore file to include the specific files
B. Add the specific files to a copilot.ignore file
C. Use the GitHub Copilot settings in the user interface to exclude files
D. Rename the files to include the suffix _no_copilot
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ensure that the shorter options are expanded in length or shorten the answer option to maintain consistency across all choices, preventing them from being obvious giveaways.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ensure that the shorter options are expanded in length or shorten the answer option to maintain consistency across all choices, preventing them from being obvious giveaways.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good, except for question-006.md
which I think is closely formatted as what may be in the actual exam.
PR Type
What's new?
This pull request includes several changes, primarily focused on adding new questions about GitHub Copilot and updating the contributing guidelines. The most important changes include the addition of new questions related to GitHub Copilot and the modification of the contributing guidelines to improve clarity.
New Questions Added:
content/questions/copilot/question-004.md
: Added a new question about the command used to install the GitHub Copilot extension on the CLI.content/questions/copilot/question-005.md
: Added a new question about the principles of Prompt Engineering.content/questions/copilot/question-006.md
: Added a new question about excluding specific files from GitHub Copilot.content/questions/copilot/question-007.md
: Added a new question about Copilot's Content exclusions.content/questions/copilot/question-008.md
: Added a new question about the GitHub Copilot Editor configuration file.content/questions/copilot/question-009.md
: Added a new question about using GitHub Copilot's Productivity API.Contributing Guidelines Update:
CONTRIBUTING.md
: Modified the warning format to improve clarity and consistency.Additional Resources:
content/study_resources/_index.md
: Added new resources for GitHub Advanced Security Certification Exam Prep and GitHub Copilot Certification Exam Prep.Related issue(s)
Screenshots