Month End Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

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 role does the pre-processing of user input play in the data flow of GitHub Copilot Chat?

A.

It filters out irrelevant information from the user's input prompt.

B.

It enriches the input prompt with additional context before passing it to the language model.

C.

It directly generates a response based on the user's input prompt.

D.

It formats the output response before presenting it to the user.

Identify the right use cases where GitHub Copilot Chat is most effective. (Each correct answer presents part of the solution. Choose two.)  

A.

Create a technical requirement specification from the business requirement documentation

B.

Explain a legacy COBOL code and translate the code to another language like Python.

C.

Creation of a unit test scenario for newly developed Python code

D.

Creation of end-to-end performance testing scenarios for a web application

Which GitHub Copilot pricing plans include features that exclude your GitHub Copilot data like usage, prompts, and suggestions from default training GitHub Copilot? (Choose two correct answers.)

A.

GitHub Copilot Business

B.

GitHub Copilot Codespace

C.

GitHub Copilot Individual

D.

GitHub Copilot Enterprise

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

How does GitHub Copilot Chat help to fix security issues in your codebase?

A.

By enforcing strict coding standards that prevent the introduction of vulnerabilities.

B.

By providing detailed reports on the security vulnerabilities present in the codebase.

C.

By annotating the given suggestions with known vulnerability patterns.

D.

By automatically refactoring the entire codebase to remove vulnerabilities.

Where can you validate if GitHub Copilot is not returning suggestions because of content exclusions?

A.

The GitHub Copilot icon in the status bar of the editor will display a message

B.

The GitHub Copilot logs on GitHub.com under your user settings

C.

The code suggestions window will display a warning message

D.

The GitHub Copilot errors panel in your IDE

What is a key consideration when relying on GitHub Copilot Chat's explanations of code functionality and proposed improvements?

A.

The explanations are dynamically updated based on user feedback.

B.

Reviewing and validating the generated output for accuracy and completeness.

C.

GitHub Copilot Chat uses a static database for generating explanations.

D.

The explanations are primarily derived from user-provided documentation.

What is few-shot prompting?

A.

Telling GitHub Copilot about the mechanism you want it to use and how to incorporate that into the response

B.

Telling GitHub Copilot from which sources it should base the response on

C.

Telling GitHub Copilot to try multiple times to answer the prompt

D.

Telling GitHub Copilot to iterate several times on the answer before returning it to you

When can GitHub Copilot still use content that was excluded using content exclusion?

A.

If the contents of an excluded file are referenced in code that is not excluded, for example function calls.

B.

When the repository level settings allow overrides by the user.

C.

If the content exclusion was configured at the enterprise level, and is overwritten at the organization level.

D.

When the user prompts with @workspace.