New Year Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Microsoft GH-300 - GitHub Copilot Exam

Page: 4 / 4
Total 120 questions

What is the impact of the "Fill-In-the-Middle" (FIM) technique on GitHub Copilot's code suggestions?

A.

Restricts Copilot to use only external databases for generating code suggestions.

B.

Allows Copilot to generate suggestions based only on the prefix of the code.

C.

Ignores both the prefix and suffix of the code, focusing only on user comments for context.

D.

Improves suggestions by considering both the prefix and suffix of the code, filling in the middle part more accurately.

Which Microsoft ethical AI principle is aimed at ensuring AI systems treat all people equally?

A.

Inclusiveness

B.

Fairness

C.

Reliability and Safety

D.

Privacy and Security

How does GitHub Copilot Chat utilize its training data and external sources to generate responses when answering coding questions?

A.

It primarily relies on the model's training data to generate responses.

B.

It primarily uses search results from Bing to generate responses.

C.

It combines its training data set, code in user repositories, and external sources like Bing to generate responses.

D.

It uses user-provided documentation exclusively to generate responses.

How can you improve the context used by GitHub Copilot? (Each correct answer presents part of the solution. Choose two.)

A.

By opening the relevant tabs in your IDE

B.

By adding relevant code snippets to your prompt

C.

By adding the important files to your .gitconfig

D.

By adding the full file paths to your prompt of important files

What configuration needs to be set to get help from Microsoft and GitHub protecting against IP infringement while using GitHub Copilot?

A.

Suggestions matching public code to 'blocked'

B.

Enforce blocking of MIT or GPL licensed code

C.

You need to check code suggestions yourself before accepting

D.

Enable GitHub Copilot license checking

What method can a developer use to generate sample data with GitHub Copilot? (Each correct answer presents part of the solution. Choose two.)  

A.

Utilizing GitHub Copilot's ability to create fictitious information from patterns in training data.

B.

Leveraging GitHub Copilot's ability to independently initiate and manage data storage services.

C.

Utilize GitHub Copilot's capability to directly access and use databases to create sample data.

D.

Leveraging GitHub Copilot's suggestions to create data based on API documentation in the repository.