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

In what ways can GitHub Copilot support a developer during the code refactoring process? (Each correct answer presents part of the solution. Choose two.)

A.

By offering code transformation examples that enhance performance and reduce complexity.

B.

By independently ensuring compliance with regulatory standards across industries.

C.

By providing suggestions for improving code readability and maintainability based on best practices.

D.

By autonomously refactoring entire codebases to the latest programming language.

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.

Why might a Generative AI (Gen AI) tool create inaccurate outputs?

A.

The Gen AI tool is overloaded with too many requests at once.

B.

The Gen AI tool is experiencing downtime and is not fully recovered.

C.

The Gen AI tool is programmed with a focus on creativity over factual accuracy.

D.

The training data might contain biases or inconsistencies.

How does GitHub Copilot Chat ensure that a function works correctly?

A.

By suggesting assertions based on the code ' s context and semantics.

B.

By automatically writing all the tests for the function.

C.

By writing the implementation code for the function.

D.

By executing the test cases to validate the correctness of the code.

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

What is the correct way to exclude specific files from being used by GitHub Copilot Business during code suggestions?

A.

Modify the .gitignore file to include the specific files.

B.

Add the specific files to a copilot.ignore file.

C.

Use the GitHub Copilot settings in the user interface to exclude files.

D.

Rename the files to include the suffix _no_copilot.