Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

Microsoft GH-300 - GitHub Copilot Exam

Page: 1 / 4
Total 120 questions

What are the effects of content exclusions? (Each correct answer presents part of the solution. Choose two.)

A.

The excluded content is not directly available to GitHub Copilot to use as context.

B.

GitHub Copilot suggestions are no longer available in the excluded files.

C.

The excluded content is no longer used while debugging the code.

D.

The IDE will not count coding suggestions in the excluded content.

Where is the proxy service hosted?

A.

Self hosted

B.

Amazon Web Service

C.

Microsoft Azure

D.

Google Cloud Platform

What GitHub Copilot feature can be configured at the organization level to prevent GitHub Copilot suggesting publicly available code snippets?

A.

GitHub Copilot Chat in the IDE

B.

GitHub Copilot Chat in GitHub Mobile

C.

GitHub Copilot duplication detection filter

D.

GitHub Copilot access to Bing

What is the main purpose of the duplication detection filter in GitHub Copilot?

A.

To compare user-generated code against a private repository for potential matches.

B.

To allow administrators to control which suggestions are visible to developers based on custom criteria.

C.

To encourage the user to follow coding best practices preventing code duplication.

D.

To detect and block suggestions that match public code snippets on GitHub if they contain about 150 characters.

How does GitHub Copilot Chat help in understanding the existing codebase?

A.

By running code linters and formatters.

B.

By providing visual diagrams of the code structure.

C.

By answering questions about the code and generating explanations.

D.

By automatically refactoring code to improve readability.

If you are working on open source projects, GitHub Copilot Individual can be paid:

A.

Based on the payment method in your user profile

B.

N/A – Copilot Individual is a free service for all open source projects

C.

Through an invoice or a credit card

D.

Through an Azure Subscription

What is the best way to share feedback about GitHub Copilot Chat when using it on GitHub Mobile?

A.

Use the emojis in the Copilot Chat interface.

B.

The feedback section on the GitHub website.

C.

By tweeting at GitHub's official X (Twitter) account.

D.

The Settings menu in the GitHub Mobile app.

What specific function does the /fix slash command perform?

A.

Initiates a code review with static analysis tools for security and logic errors.

B.

Converts pseudocode into executable code, optimizing for readability and maintainability.

C.

Generates new code snippets based on language syntax and best practices.

D.

Proposes changes for detected issues, suggesting corrections for syntax errors and programming mistakes.

What can be done during AI development to minimize bias?

A.

Improve on the computational efficiency and speed.

B.

Focus on accuracy of the data.

C.

Collect massive amounts of data for training.

D.

Use diverse data, fairness metrics, and human oversight.

What content can be configured to be excluded with content exclusions? (Each correct answer presents part of the solution. Choose three.)

A.

Files

B.

Folders

C.

Lines in files

D.

Gists

E.

Repositories