GitHub Copilot - 学習ガイドPDF
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
]
開始行:
「[[マイクロソフト系技術情報 Wiki>http://techinfoofmicros...
-[[戻る>GitHub資格Copilot]]
--GitHub Copilot - 学習ガイドPDF
--[[GitHub Copilot MS Learn Collections]]
--[[GitHub Copilot模擬試験]]
* 目次 [#w006fb44]
#contents
*概要 [#af059703]
https://assets.ctfassets.net/wfutmusr1t3h/3i7ISEUsTLBgOGr...
**Audience Profile [#d6a32beb]
This exam is designed for individuals in the field of sof...
**Objective Domains [#xd3c59e3]
An objective domain for a certification exam, often refer...
The domains provided in this study guide are intended to ...
|Domain Breakdown|Exam Percentages|h
|Domain 1: Responsible AI|7%|
|Domain 2: GitHub Copilot plans and features|31%|
|Domain 3: How GitHub Copilot works and handles data|15%|
|Domain 4: Prompt crafting and Prompt engineering|9%|
|Domain 5: Developer use cases for AI|14%|
|Domain 6: Testing with GitHub Copilot|9%|
|Domain 7: Privacy fundamentals and context exclusions|15%|
**Recommendations and Best Practices for Success [#td4e99...
To increase your chances of success in passing the GitHub...
*詳細 [#mae1add7]
**Content Resources [#f2cc2399]
The following resources have been created in collaboratio...
***Microsoft Learn [#rbec8ad8]
In collaboration with MS Learn, we’ve created two learnin...
- GitHub Copilot Fundamentals - Understand the AI Pair Pr...
https://learn.microsoft.com/en-us/training/paths/copilot/
- Accelerate App Development by Using GitHub Copilot ~
https://learn.microsoft.com/en-us/training/paths/accelera...
***LinkedIn Learning [#bb577426]
Master the art of coding efficiency and quality with AI-p...
**Domain [#m950bc47]
***Domain 1: Responsible AI [#n155439e]
-Explain responsible usage of AI
--Describe the risks associated with using AI
--Explain the limitations of using generative AI tools (d...
--Explain the need to validate the output of AI tools
--Identify how to operate a responsible AI
--Identify the potential harms of generative AI (bias, se...
--Explain how to mitigate the occurrence of potential harms
--Explain ethical AI
***Domain 2: GitHub Copilot plans and features [#mb6946e9]
-Identify the different GitHub Copilot plans
--Understand the differences between Copilot Individual, ...
--Understand Copilot for non-GitHub customers
--Define GitHub Copilot in the IDE
--Define GitHub Copilot Chat in the IDE
--Describe the different ways to trigger GitHub Copilot (...
-Identify the main features with GitHub Copilot Individual
--Explain the difference between GitHub Copilot Individua...
--Understand the available features in the IDE for GitHub...
-Identify the main features of GitHub Copilot Business
--Demonstrate how to exclude specific files from GitHub C...
--Demonstrate how to establish organization-wide policy m...
--Describe the purpose of organization audit logs for Git...
--Explain how to search audit log events for GitHub Copil...
--Explain how to manage GitHub Copilot Business subscript...
-Identify the main features with GitHub Copilot Enterprise
--Explain the benefits of using GitHub Copilot Chat on Gi...
--Explain GitHub Copilot pull request summaries
--Explain how to configure and use Knowledge Bases within...
--Describe the different types of knowledge that can be s...
--Explain the benefits of using Knowledge Bases for code ...
--Describe instructions for creating, managing, and searc...
--Explain the benefits of using custom models
-Identify the main features with GitHub Copilot Chat
--Identify the use cases where GitHub Copilot Chat is mos...
--Explain how to improve performance for GitHub Copilot C...
--Identify the limitations of using GitHub Copilot Chat
--Identify the available options for using code suggestio...
--Explain how to share feedback about GitHub Copilot Chat
--Identify the common best practices for using GitHub Cop...
--Identify the available slash commands when using GitHub...
-Using GitHub Copilot in the CLI
--Discuss the steps for installing GitHub Copilot in the ...
--Identify the common commands when using GitHub Copilot ...
--Identify the multiple settings you can configure within...
***Domain 3: How GitHub Copilot works and handles data [#...
-Describe how GitHub Copilot handles data
--Describe how the data in GitHub Copilot individual is u...
--Explain the data flow for GitHub Copilot code completion
--Explain the data flow for GitHub Copilot Chat
--Describe the different types of input processing for Gi...
-Describe the data pipeline lifecycle of GitHub Copilot c...
--Visualize the lifecycle of a GitHub Copilot code sugges...
--Explain how GitHub Copilot gathers context
--Explain how GitHub Copilot builds a prompt
--Describe th proxy service and the filters each prompt g...
--Describe how the large language model produces its resp...
--Explain the post-processing of GitHub Copilot’s respons...
--Identify how GitHub Copilot identifies matching code
-Describe the limitations of GitHub Copilot (and LLMs in ...
--Describe the effect of most seen examples on the source...
--Describe the age of code suggestions (how old and relev...
--Describe the nature of GitHub Copilot providing reasoni...
--Describe limited context windows
***Domain 4: Prompt crafting and Prompt engineering [#n31...
-Describe the fundamentals of prompt crafting
--Describe how the context for the prompt is determined
--Describe the language options for promoting GitHub Copi...
--Describe the different parts of a prompt
--Describe the role of prompting
--Describe the difference between zero-shot and few-shot ...
--Describe the way chat history is used with GitHub Copilot
--Identify prompt crafting best practices when using GitH...
-Describe the fundamentals of prompt engineering
--Explain prompt engineering principles, training methods...
--Describe the prompt process flow
***Domain 5: Developer use cases for AI [#i2cc6e7f]
-Improve developer productivity
--Describe how AI can improve common use cases for develo...
---Learning new programming languages and frameworks
---Language translation
---Context switching
---Writing documentation
---Personalized context-aware responses
---Generating sample data
---Modernizing legacy applications
---Debugging code
---Data science
---Code refactoring
--Discuss how GitHub Copilot can help with SDLC (Software...
--Describe the limitations of using GitHub Copilot
--Describe how to use the productivity API to see how Git...
***Domain 6: Testing with GitHub Copilot [#c24a9e09]
-Describe the options for generating testing for your code
--Describe how GitHub Copilot can be used to add unit tes...
--Explain how GitHub Copilot can assist in identifying ed...
-Enhance code quality through testing
--Describe how to improve the effectiveness of existing t...
--Describe how to generate boilerplate code for various t...
--Explain how GitHub Copilot can help write assertions fo...
-Leverage GitHub Copilot for security and performance
--Describe how GitHub Copilot can learn from existing tes...
--Explain how to use GitHub Copilot Enterprise for collab...
--Explain how GitHub Copilot can identify potential secur...
--Describe how GitHub Copilot can suggest code optimizati...
***Domain 7: Privacy fundamentals and context exclusions ...
-Describe the different SKUs for GitHub Copilot
--Describe the different SKUs and the privacy considerati...
--Describe the different code suggestion configuration op...
--Describe the GitHub Copilot Editor config file
-Identify content exclusions
--Describe how to configure content exclusions in a repos...
--Explain the effects of content exlcusions
--Explain the limitations of content exclusions
--Describe the ownership of GitHub Copilot outputs
-Safeguards
--Describe the duplication detector filter
--Explain contractual protection
--Explain how to confiture GitHub Copilot settings on Git...
---Enabling / disabling duplication detection
---Enabling / disabling prompt and suggestion collection
--Describe security checks and warnings
-Troubleshooting
--Explain how to solve the issue if code suggestions are ...
--Explain why context exclusions may not be applied
--Explain how to trigger GitHub Copilot when suggestions ...
--Explain steps for context exclusions in code editors
終了行:
「[[マイクロソフト系技術情報 Wiki>http://techinfoofmicros...
-[[戻る>GitHub資格Copilot]]
--GitHub Copilot - 学習ガイドPDF
--[[GitHub Copilot MS Learn Collections]]
--[[GitHub Copilot模擬試験]]
* 目次 [#w006fb44]
#contents
*概要 [#af059703]
https://assets.ctfassets.net/wfutmusr1t3h/3i7ISEUsTLBgOGr...
**Audience Profile [#d6a32beb]
This exam is designed for individuals in the field of sof...
**Objective Domains [#xd3c59e3]
An objective domain for a certification exam, often refer...
The domains provided in this study guide are intended to ...
|Domain Breakdown|Exam Percentages|h
|Domain 1: Responsible AI|7%|
|Domain 2: GitHub Copilot plans and features|31%|
|Domain 3: How GitHub Copilot works and handles data|15%|
|Domain 4: Prompt crafting and Prompt engineering|9%|
|Domain 5: Developer use cases for AI|14%|
|Domain 6: Testing with GitHub Copilot|9%|
|Domain 7: Privacy fundamentals and context exclusions|15%|
**Recommendations and Best Practices for Success [#td4e99...
To increase your chances of success in passing the GitHub...
*詳細 [#mae1add7]
**Content Resources [#f2cc2399]
The following resources have been created in collaboratio...
***Microsoft Learn [#rbec8ad8]
In collaboration with MS Learn, we’ve created two learnin...
- GitHub Copilot Fundamentals - Understand the AI Pair Pr...
https://learn.microsoft.com/en-us/training/paths/copilot/
- Accelerate App Development by Using GitHub Copilot ~
https://learn.microsoft.com/en-us/training/paths/accelera...
***LinkedIn Learning [#bb577426]
Master the art of coding efficiency and quality with AI-p...
**Domain [#m950bc47]
***Domain 1: Responsible AI [#n155439e]
-Explain responsible usage of AI
--Describe the risks associated with using AI
--Explain the limitations of using generative AI tools (d...
--Explain the need to validate the output of AI tools
--Identify how to operate a responsible AI
--Identify the potential harms of generative AI (bias, se...
--Explain how to mitigate the occurrence of potential harms
--Explain ethical AI
***Domain 2: GitHub Copilot plans and features [#mb6946e9]
-Identify the different GitHub Copilot plans
--Understand the differences between Copilot Individual, ...
--Understand Copilot for non-GitHub customers
--Define GitHub Copilot in the IDE
--Define GitHub Copilot Chat in the IDE
--Describe the different ways to trigger GitHub Copilot (...
-Identify the main features with GitHub Copilot Individual
--Explain the difference between GitHub Copilot Individua...
--Understand the available features in the IDE for GitHub...
-Identify the main features of GitHub Copilot Business
--Demonstrate how to exclude specific files from GitHub C...
--Demonstrate how to establish organization-wide policy m...
--Describe the purpose of organization audit logs for Git...
--Explain how to search audit log events for GitHub Copil...
--Explain how to manage GitHub Copilot Business subscript...
-Identify the main features with GitHub Copilot Enterprise
--Explain the benefits of using GitHub Copilot Chat on Gi...
--Explain GitHub Copilot pull request summaries
--Explain how to configure and use Knowledge Bases within...
--Describe the different types of knowledge that can be s...
--Explain the benefits of using Knowledge Bases for code ...
--Describe instructions for creating, managing, and searc...
--Explain the benefits of using custom models
-Identify the main features with GitHub Copilot Chat
--Identify the use cases where GitHub Copilot Chat is mos...
--Explain how to improve performance for GitHub Copilot C...
--Identify the limitations of using GitHub Copilot Chat
--Identify the available options for using code suggestio...
--Explain how to share feedback about GitHub Copilot Chat
--Identify the common best practices for using GitHub Cop...
--Identify the available slash commands when using GitHub...
-Using GitHub Copilot in the CLI
--Discuss the steps for installing GitHub Copilot in the ...
--Identify the common commands when using GitHub Copilot ...
--Identify the multiple settings you can configure within...
***Domain 3: How GitHub Copilot works and handles data [#...
-Describe how GitHub Copilot handles data
--Describe how the data in GitHub Copilot individual is u...
--Explain the data flow for GitHub Copilot code completion
--Explain the data flow for GitHub Copilot Chat
--Describe the different types of input processing for Gi...
-Describe the data pipeline lifecycle of GitHub Copilot c...
--Visualize the lifecycle of a GitHub Copilot code sugges...
--Explain how GitHub Copilot gathers context
--Explain how GitHub Copilot builds a prompt
--Describe th proxy service and the filters each prompt g...
--Describe how the large language model produces its resp...
--Explain the post-processing of GitHub Copilot’s respons...
--Identify how GitHub Copilot identifies matching code
-Describe the limitations of GitHub Copilot (and LLMs in ...
--Describe the effect of most seen examples on the source...
--Describe the age of code suggestions (how old and relev...
--Describe the nature of GitHub Copilot providing reasoni...
--Describe limited context windows
***Domain 4: Prompt crafting and Prompt engineering [#n31...
-Describe the fundamentals of prompt crafting
--Describe how the context for the prompt is determined
--Describe the language options for promoting GitHub Copi...
--Describe the different parts of a prompt
--Describe the role of prompting
--Describe the difference between zero-shot and few-shot ...
--Describe the way chat history is used with GitHub Copilot
--Identify prompt crafting best practices when using GitH...
-Describe the fundamentals of prompt engineering
--Explain prompt engineering principles, training methods...
--Describe the prompt process flow
***Domain 5: Developer use cases for AI [#i2cc6e7f]
-Improve developer productivity
--Describe how AI can improve common use cases for develo...
---Learning new programming languages and frameworks
---Language translation
---Context switching
---Writing documentation
---Personalized context-aware responses
---Generating sample data
---Modernizing legacy applications
---Debugging code
---Data science
---Code refactoring
--Discuss how GitHub Copilot can help with SDLC (Software...
--Describe the limitations of using GitHub Copilot
--Describe how to use the productivity API to see how Git...
***Domain 6: Testing with GitHub Copilot [#c24a9e09]
-Describe the options for generating testing for your code
--Describe how GitHub Copilot can be used to add unit tes...
--Explain how GitHub Copilot can assist in identifying ed...
-Enhance code quality through testing
--Describe how to improve the effectiveness of existing t...
--Describe how to generate boilerplate code for various t...
--Explain how GitHub Copilot can help write assertions fo...
-Leverage GitHub Copilot for security and performance
--Describe how GitHub Copilot can learn from existing tes...
--Explain how to use GitHub Copilot Enterprise for collab...
--Explain how GitHub Copilot can identify potential secur...
--Describe how GitHub Copilot can suggest code optimizati...
***Domain 7: Privacy fundamentals and context exclusions ...
-Describe the different SKUs for GitHub Copilot
--Describe the different SKUs and the privacy considerati...
--Describe the different code suggestion configuration op...
--Describe the GitHub Copilot Editor config file
-Identify content exclusions
--Describe how to configure content exclusions in a repos...
--Explain the effects of content exlcusions
--Explain the limitations of content exclusions
--Describe the ownership of GitHub Copilot outputs
-Safeguards
--Describe the duplication detector filter
--Explain contractual protection
--Explain how to confiture GitHub Copilot settings on Git...
---Enabling / disabling duplication detection
---Enabling / disabling prompt and suggestion collection
--Describe security checks and warnings
-Troubleshooting
--Explain how to solve the issue if code suggestions are ...
--Explain why context exclusions may not be applied
--Explain how to trigger GitHub Copilot when suggestions ...
--Explain steps for context exclusions in code editors
ページ名: