AI-900 · Question #268
AI-900 Question #268: Real Exam Question with Answer & Explanation
The correct answer is C: the Azure OpenAI GPT-4 model. GitHub Copilot can analyze code to generate explanations, comments, and docstrings, and it can also review code for feedback. It understands code context to help explain what the code does, summarize functions, and generate inline comments to improve readability. https://docs.git
Question
Which two resources can you use to analyze code and generate explanations of code function and code comments? Each correct answer presents a complete solution. NOTE: Each correct answer is worth one point.
Options
- Athe Azure OpenAI DALL-E model
- Bthe Azure OpenAI Whisper model
- Cthe Azure OpenAI GPT-4 model
- Dthe GitHub Copilot service
Explanation
GitHub Copilot can analyze code to generate explanations, comments, and docstrings, and it can also review code for feedback. It understands code context to help explain what the code does, summarize functions, and generate inline comments to improve readability. https://docs.github.com/en/enterprise-cloud@latest/copilot/responsible-use/code-review
Topics
Community Discussion
No community discussion yet for this question.