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

Microsoft GH-300 - GitHub Copilot Exam

Page: 3 / 4
Total 123 questions

Which of the following are true about code suggestions? (Each correct answer presents part of the solution. Choose two.)

A.

Code suggestions are guaranteed to not expose known security vulnerabilities

B.

You can use keyboard shortcuts to accept the next word in a suggestion

C.

Code suggestions are limited to single-line suggestions

D.

Code suggestions will always compile or run without modifications

E.

Alternative code suggestions can be shown in a new tab

What are the potential limitations of GitHub Copilot in maintaining existing codebases?

A.

GitHub Copilot can independently manage and resolve all merge conflicts in version control.

B.

GitHub Copilot might not fully understand the context and dependencies within a large codebase.

C.

GitHub Copilot ' s suggestions are always aware of the entire codebase.

D.

GitHub Copilot can refactor and optimize the entire codebase up to 10,000 lines of code.

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

A.

The Settings menu in the GitHub Mobile app.

B.

The feedback section on the GitHub website.

C.

Use the emojis in the Copilot Chat interface.

D.

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

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

How can users provide feedback about GitHub Copilot Chat using their IDE?

A.

By filling out a feedback form on the GitHub website

B.

By emailing the support team directly

C.

By posting on the GitHub forums

D.

Through the " Share Feedback " button in the Copilot Chat panel

Which Copilot Enterprise features are available in all commercially supported IDEs?

A.

Inline suggestions

B.

Pull request summaries

C.

Knowledge bases

D.

Chat

Which of the following statements correctly describes how GitHub Copilot Individual uses prompt data? (Each correct answer presents part of the solution. Choose two.)

A.

Prompt data is stored unencrypted for faster processing.

B.

Prompt data is used internally by GitHub for improving the search engine.

C.

Prompt data is used to train machine learning models for better code suggestions.

D.

Real-time user input helps generate context-aware code suggestions.

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

Why is code reviewing still necessary when using GitHub Copilot to write tests?

A.

Because GitHub Copilot can cover all possible scenarios in your test cases.

B.

Because GitHub Copilot generates the best code possible for the test scenario.

C.

Because GitHub Copilot ' s generated test cases may not cover all possible scenarios.

D.

Because GitHub Copilot replaces the need for manual testing.

What are the additional checks that need to pass before the GitHub Copilot responses are submitted to the user? (Each correct answer presents part of the solution. Choose two.)

A.

Code quality

B.

Compatibility with user-specific settings

C.

Suggestions matching public code (optional based on settings)

D.

Performance benchmarking