v-30
|
|
Título del Test:
![]() v-30 Descripción: Test para practicar lo aprendido |



| Comentarios |
|---|
NO HAY REGISTROS |
|
Where is the proxy service hosted?. Amazon Web Service. Google Cloud Platform. Self hosted. Microsoft Azure. Which of the following statements correctly describes how GitHub Copilot Individual uses prompt data? Each correct answer presents part of the solution. (Choose two.). Prompt data is used to train machine learning models for better code suggestions. Real-time user input helps generate context-aware code suggestions. Prompt data is stored unencrypted for faster processing. Prompt data is used internally by GitHub for improving the search engine. What are the potential limitations of GitHub Copilot Chat? Each correct answer presents part of the solution. (Choose two.). Extensive support for all programming languages. No biases in code suggestions. Limited training data. Ability to handle complex code structures. When using an IDE with a supported GitHub Copilot plug-in, which Chat features can be accessed from within the IDE? Each correct answer presents part of the solution. (Choose two.). Generate unit tests. Plan coding tasks. Find out about releases and commits. Explain code and suggest improvements. How is GitHub Copilot Individual billed? Each correct answer presents part of the solution. (Choose two.). Monthly as a subscription. Monthly, as metered service based on actual consumption. Free (not billed) for all open source projects. Annually as a subscription. Why might a Generative AI (Gen AI) tool create inaccurate outputs?. The Gen AI tool is experiencing downtime and is not fully recovered. The Gen AI tool is programmed with a focus on creativity over factual accuracy. The Gen AI tool is being overloaded with too many requests at once. The training data might contain biases or inconsistencies. What is a likely effect of GitHub Copilot being trained on commonly used code patterns?. Suggest homogeneous solutions if provided a diverse data set. Suggest code snippets that reflect the most common practices in the training data. Suggest completely novel projects, while reducing time on a project. Suggest innovative coding solutions that are not yet popular. When using GitHub Copilot Chat to generate boilerplate code for various test types, how can you guide the AI to follow the testing standards of your company?. By using a specific slash command in the prompt. By using a specific command in the terminal. By using specific prompt examples in your chat request. By using a specific setting in GitHub Copilot's configuration. What can be done during AI development to minimize bias?. Focus on accuracy of the data. Collect massive amounts of data for training. Improve on the computational efficiency and speed. Use diverse data, fairness metrics, and human oversight. How does GitHub Copilot identify matching code and ensure that public code is appropriately handled or blocked? Each correct answer presents part of the solution. (Choose two.). Using machine learning models trained only on private repositories. Reviewing and storing user-specific private repository data for future suggestions. Filtering out suggestions that match code from public repositories. Implementing safeguards to detect and avoid suggesting verbatim snippets from public code. What is few-shot prompting?. Telling GitHub Copilot to iterate several times on the answer before returning it to you. Telling GitHub Copilot from which sources it should base the response on. Telling GitHub Copilot to try multiple times to answer the prompt. Telling GitHub Copilot about the mechanism you want it to use and how to incorporate that into the response. What types of content can GitHub Copilot Knowledge Base answer questions about? Each correct answer presents part of the solution. (Choose three.). compiled binaries. design patterns. documentation. code snippets. screenshots. How can GitHub Copilot facilitate a smoother learning experience when diving into a new programming language?. By using @workspace in the chat window. By using the inline chat functionality with the command/multiple. By opening the completions panel in your editor. By asking for multiple suggestions using comments in your code. What kind of insights can the GitHub Copilot usage metrics API provide to help evaluate the effectiveness of GitHub Copilot? Each correct answer presents part of the solution. (Choose two.). The API can generate detailed reports on code quality improvements made by GitHub Copilot. The API can provide Copilot Chat specific suggestions acceptance metrics. The API can refactor your code to improve productivity. The API can track the number of code suggestions accepted and used in the organization. The API can provide feedback on coding style and standards compliance. How long does it take content exclusion to add or be updated?. 60-90 minutes. 24 hours. 45-60 minutes. Up to 30 minutes. What is a benefit of using custom models in GitHub Copilot?. Responses use practices and patterns in your repositories. Responses are guaranteed to be correct. Responses use the organization's LLM engine. Responses are faster to produce and appear sooner. What is zero-shot prompting?. Giving GitHub Copilot examples of the algorithm and outcome you want to use. Telling GitHub Copilot it needs to show only the correct answer. Giving GitHub Copilot examples of the problem you want to solve. Only giving GitHub Copilot a question as a prompt and no examples. Giving as little context to GitHub Copilot as possible. How does GitHub Copilot Chat help in understanding the existing codebase?. By automatically refactoring code to improve readability. By providing visual diagrams of the code structure. By running code linters and formatters. By answering questions about the code and generating explanations. What are the different ways to give context to GitHub Copilot to get more precise responses? Each correct answer presents part of the solution. (Choose two.). Access developer's previous projects and code repositories to understand their coding style without explicit permission. Utilize to interpret developer's thoughts and intentions without any code or comments. Engage with chat participants such as @workspace to incorporate collaborative context into the responses. Utilize chat variables like #file and #editors to anchor the conversation within the specific context of the files or editors in use. What practices enhance the quality of suggestions provided GitHub Copilot? (Choose three.). Clearly defining the problem or task. Using meaningful variable names. Including personal information in the code comments. Providing examples of desired output. Use a gitignore file to exclude irrelevant files. What GitHub Copilot feature can be configured at the organization level to prevent GitHub Copilot suggesting publicly available code snippets?. GitHub Copilot access to Bing. GitHub Copilot Chat in the IDE. GitHub Copilot Chat in GitHub Mobile. GitHub Copilot duplication detection filter. Where can you validate if GitHub Copilot is not returning suggestions because of content exclusions?. The code suggestions window will display a warning message. The GitHub Copilot errors panel in your IDE. The GitHub Copilot logs on GitHub.com under your user settings. The GitHub Copilot icon in the status bar of the editor will display a message. An independent contractor develops applications for a variety of different customers. Assuming no concerns from their customers, which GitHub Copilot plan is best suited?. GitHub Copilot Business for non-GHE Customers. GitHub Copilot Business. GitHub Copilot Enterprise. GitHub Copilot Teams. GitHub Copilot Individual. How can GitHub Copilot aid developers in writing documentation for their code?. GitHub Copilot can automatically generate complete and detailed documentation. GitHub Copilot cannot assist in writing documentation or comments. GitHub Copilot can suggest summaries or descriptions based on the code's functionality. GitHub Copilot can only generate content in markdown format. How can GitHub Copilot assist developers during the requirements analysis phase of the Software Development Life Cycle (SDLC)?. By automatically generating detailed requirements documents. By managing stakeholder communication and meetings. By identifying and fixing potential requirement conflicts when using /help. By providing templates and code snippets that help in documenting requirements. What is the correct way to exclude specific files from being used by GitHub Copilot Business during code suggestions?. Use the GitHub Copilot settings in the user interface to exclude files. Rename the files to include the suffix_no_copilot. Modify the .gitignore file to include the specific files. Add the specific files to a copilot .ignore file. When can GitHub Copilot still use content that was excluded using content exclusion?. When the user prompts with @workspace. If the content exclusion was configured at the enterprise level, and is overwritten at the organization level. When the repository level settings allow overrides by the user. If the contents of an excluded file are referenced in code that is not excluded, for example function calls. Select a strategy to increase the performance of GitHub Copilot Chat. Apply prompt engineering techniques to be more specific. Use a single GitHub Copilot Chat query to find resolutions for the collection of technical requirements. Limit the number of concurrent users accessing GitHub Copilot Chat. Optimize the usage of memory-intensive operations within generated code. Why code reviewing still necessary when using GitHub Copilot to write tests?. Because GitHub Copilot generates the best code possible for the test scenario. Because GitHub Copilot's generated test cases may not cover all possible scenarios. Because GitHub Copilot can cover all possible scenarios in your test cases. Because GitHub Copilot replaces the need for manual testing. How does GitHub Copilot Chat help to fix security issues in your codebase?. By annotating the given suggestions with known vulnerability patterns. By enforcing strict coding standards that prevent the introduction of vulnerabilities. By automatically refactoring the entire codebase to remove vulnerabilities. By providing detailed reports on the security vulnerabilities present in the codebase. If you are working on open source projects, GitHub Copilot Individual can be paid: N/A - Copilot Individual is a free service for all open source projects. Based on the payment method in your user profile. Through an Azure Subscription. Through an invoice or a credit card. What are two techniques that can be used to improve prompts to GitHub Copilot? (Choose two.). Provide links to supporting documentation. Provide all information about the utilized files. Provide insight on where to get the content from to get a response. Provide specific success criteria. Why is it important to ensure the security of the code used in Generative AI (Gen AI) tools?. Ensuring code security enables the AI system to handle larger datasets effectively. Ensuring code security maintains the integrity of the AI system. Ensuring code security prevents unauthorized access and potential data breaches. Ensuring code security supports the development of more advanced AI features. Which of the following statements best describes the impact of GitHub Copilot on the software development process?. It replaces the need for developers in the software development process. It decreases software vulnerabilities from third party dependencies. It increases productivity by automating repetitive coding tasks. It reduces developer overhead by automating testing workflows. How does GitHub Copilot Chat ensure that a function works correctly?. By automatically writing all the tests for the function. By executing the test cases to validate the correctness of the code. By suggesting assertions based on the code's context and semantics. By writing the implementation code for the function. How does GitHub Copilot suggest code optimizations for improved performance?. By analyzing the codebase and suggesting more efficient algorithms or data structures. By providing detailed reports on the performance of the codebase. By enforcing strict coding standards that ensure optimal performance. By automatically rewriting the codebase to use more efficient code. Which slash command generates tests for the selected code?. /create-tests. /tests. /generate-tests. /init-tests. What GitHub Copilot pricing plan gives you access to your company's knowledge bases?. GitHub Copilot Professional. GitHub Copilot Enterprise. GitHub Copilot Individual. GitHub Copilot Business. How does GitHub Copilot assist developers in reducing the amount of manual boilerplate code they write?. By predicting future coding requirements and pre-emptively generating boilerplate code. By refactoring the entire codebase to eliminate boilerplate code without developer input. By engaging in real-time collaboration with multiple developers to write boilerplate code. By suggesting code snippets that can be reused across different parts of the project. When crafting prompts for GitHub Copilot, what is a recommended strategy to enhance the relevance of the generated code?. Keep the prompt as short as possible, using single words or brief phrases. Avoid mentioning the programming language to allow for more flexible suggestions. Write the prompt in natural language without any programming language. Provide examples of expected input and output within the prompt. How long does GitHub retain Copilot data for Business and Enterprise? Each correct answer presents part of the solution. (Choose two.). Prompts and Suggestions: Not retained. User Engagement Data: Kept for 1 Year. User Engagement Data: Kept for Two Years. Prompts and Suggestion: Retained for 28 days. How can you improve the context used by GitHub Copilot? Each correct answer presents part of the solution. (Choose two.). By adding variables (#selection) to your prompt. By adding the important files to your .gitconfig. By adding the full file paths to your prompt of important files. By opening the relevant tabs in your IDE. 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.). GitHub Copilot Individual. GitHub Copilot Business. GitHub Copilot Codespace. GitHub Copilot Enterprise. Which GitHub Copilot plan allows for prompt and suggestion collection?. GitHub Copilot Codespace. GitHub Copilot Individuals. GitHub Copilot Business. GitHub Copilot Enterprise. How can GitHub Copilot be limited when it comes to suggesting unit tests?. GitHub Copilot can handle any complexity in code and automatically generate appropriate unit tests. GitHub Copilot's limitations in generating unit tests can vary based on the IDE version you are using. GitHub Copilot can generate all types of unit tests, including those for edge cases and complex integration scenarios. GitHub Copilot primarily suggest basic unit tests that focus on core functionalities, often requiring. How can you use GitHub Copilot to get inline suggestions for refactoring your code? (Choose two.). By highlighting the code you want to fix, right-clicking, and selecting "Fix using GitHub Copilot.". By adding comments to your code and triggering a suggestion. By using the "/fix" command in GitHub Copilot in-line chat. By running the gh copilot fix command. By highlighting the code, you want to fix, right-clicking, and selecting "Refactor using GitHub Copilot.". How can users provide feedback about GitHub Copilot Chat using their IDE?. Through the "Share Feedback" button in the Copilot Chat panel. By filling out a feedback form on the GitHub website. By emailing the support team directly. By posting on the GitHub forums. A team is using GitHub Copilot Individual in their daily development activities. They need to exclude specific files from being used to inform code completion suggestions. How can they achieve this?. Upgrade to Copilot Business. Have an organization owner configure content exclusions. Have a repo administrator configure content exclusions. Use the #file Chat variable to exclude the files. What should developers consider when relying on GitHub Copilot for generating code that involves statistical analysis?. GitHub Copilot can design new statistical methods that have not been previously documented. GitHub Copilot can independently verify the statistical significance of results. GitHub Copilot will automatically correct any statistical errors found in the user's initial code. GitHub Copilot's suggestions are based on statistical trends and may not always apply accurately to specific datasets. What is the process behind identifying public code matches when using a public code filter enabled in GitHub Copilot?. Running code suggestions through filters designed to detect public code. Comparing suggestions against public code using machine learning. Reviewing the user's browsing history to identify public repositories. Analyzing the context and structure of the code being written. What is the primary purpose of organization audit logs in GitHub Copilot Business?. To monitor administrator activities and actions within the organization. To track the number of lines of code suggested by Copilot. To monitor code conflicts across repositories. To assign software licenses within the organization. Which GitHub Copilot plan could an Azure DevOps organization use without requiring a GitHub Enterprise license?. GitHub Copilot Enterprise. GitHub Copilot for Azure DevOps. Copilot Teams. GitHub Copilot Individual. What caution should developers exercise when using GitHub Copilot for assistance with mathematical computations?. GitHub Copilot's capability to optimize complex mathematical algorithms beyond manual coding. GitHub Copilot's ability to execute and verify mathematical results in real-time. GitHub Copilot's automatic update of outdated mathematical formulas to modern standards. GitHub Copilot's reliance on pattern-based responses without verifying computation accuracy. Which principle emphasizes that AI systems should be understandable and provide clear information on how they work?. Transparency. Inclusiveness. Fairness. Accountability. What is a limitation of content exclusions?. Content exclusions can be worked around as it is only available for Git repositories. Repository administrators and organization owners cannot manage content exclusion settings. Content exclusions are only available in the GitHub Copilot Individual plan. Content exclusions can only be configured by an enterprise administrator. What is a limitation of content exclusions?. Content exclusions can be worked around as it is only available for Git repositories. Repository administrators and organization owners cannot manage content exclusion settings. Content exclusions are only available in the GitHub Copilot Individual plan. Content exclusions can only be configured by an enterprise administrator. What are the potential risks associated with relying heavily on code generated from GitHub Copilot? Each correct answer presents part of the solution. (Choose two.). GitHub Copilot may introduce security vulnerabilities by suggesting code with known exploits. GitHub Copilot may decrease developer velocity by requiring too much time in prompt engineering. GitHub Copilot may increase development lead time by providing irrelevant suggestions. GitHub Copilot's suggestions may not always reflect best practices or the latest coding standards. What are the potential limitations of GitHub Copilot in maintaining existing codebases?. GitHub Copilot's suggestions are always aware of the entire codebase. GitHub Copilot can independently manage and resolve all merge conflicts in version control. GitHub Copilot might not fully understand the context and dependencies within a large codebase. GitHub Copilot can refactor and optimize the entire codebase up to 10,000 lines of code. What is the primary role of the '/optimize' slash command in Visual Studio?. Summarizes your documentation into more maintainable and readable formats. Enhances the performance of the selected code by analyzing its runtime complexity. Translates code into a more performant language. Automatically formats the code according to the selected style guide. Which of the following is the correct way to access the audit log events for GitHub Copilot Business?. Use the Code tab in the GitHub repository. Navigate to the Insights tab in the repository settings. Navigate to the Security tab in the organization's GitHub settings. Use the Audit log section in the organization's GitHub settings. How can GitHub Copilot assist in maintaining consistency across your tests?. By writing the implementation code for the function based on context. By automatically fixing all tests in the code based on the context. By providing documentation references based on industry best practices. By identifying a pattern in the way you write tests and suggesting similar patterns for future tests. Are there any limitations to consider when using GitHub Copilot for code refactoring?. GitHub Copilot may not always produce optimized or best-practice code for refactoring. GitHub Copilot understands the context of your entire project and refactors code accordingly. GitHub Copilot always produces bug-free code during refactoring. GitHub Copilot can only be used with a limited set of programming language. Which of the following is correct about GitHub Copilot Knowledge Bases?. It is an Enterprise feature. All file types are indexed. Indexing is static. All repos are indexed. Identify the right use cases where GitHub Copilot Chat is most effective. Each correct answer presents part of the solution. (Choose two.). Explain a legacy COBOL code and translate the code to another language like C#. Creation of end-to-end performance testing scenarios for a web application. Create a technical requirement specification from the business requirement documentation. Creation of a unit test scenario for newly developed Python code. Which of the following is a risk associated with using AI?. AI eliminated the need for data privacy regulations. AI systems can sometimes make decisions that are difficult to interpret. AI algorithms are incapable of perpetuating existing biases. AI replaces the need for developer opportunities in most fields. What types of prompts or code snippets might be flagged by the GitHub Copilot toxicity filter? Each correct answer presents part of the solution. (Choose two.). Code that contains logical errors or produces unexpected results. Code comments containing strong opinions or criticisms. Hate speech or discriminatory language (e.g., racial slurs, offensive stereotypes). Sexually suggestive or explicit content. Which REST API endpoint is used to modify details about a GitHub Copilot Business subscription? Each correct answer part of the solution. (Choose two.). Remove teams from the Copilot subscription for an organization. Reassign Copilot seats based on GitHub repository size. Upgrade or downgrade the subscription tier. Migrate Copilot seat assignments between GitHub organizations. Add teams to the Copilot subscription for an organization. What type of information can you retrieve through GitHub Copilot Business Subscriptions via REST API? Each correct answer presents part of the solution. (Choose two.). Get a summary of GitHub Copilot usage for organization members. List of all unsubscribed GitHub Copilot members within an organization. View code suggestions for a specific user. List all GitHub Copilot seat assignments for an organization. How does GitHub Copilot Enterprise assist in code reviews during the pull request process? (Choose two.). It can answer questions about the changeset of the pull request. It automatically merges pull requests after an automated review. It generates a prose summary and bulleted list of key changes for pull requests. It can validate the accuracy of the changes in the pull request. Which of the following describes role prompting?. Tell GitHub Copilot in what tone of voice it should respond. Describing in your prompt what your role is to get a better suggestion. Giving GitHub Copilot multiple examples of the form of the data you want to use. Prompt GitHub Copilot to explain what was the role of a suggestion. Which of the following are true about code suggestions? Each correct answer presents part of the solution. (Choose two.). Code suggestions will always compile or run without modifications. Alternative code suggestions can be shown in a new tab. You can use keyboard shortcuts to accept the next word in a suggestion. Code suggestions are guaranteed to not expose known security vulnerabilities. Code suggestions are limited to single-line suggestions. What role does the pre-processing of user input play in the data flow of GitHub Copilot Chat?. It filters out irrelevant information from the user's input prompt. It formats the output response before presenting it to the user. It directly generates a response based on the user's input prompt. It enriches the input prompt with additional context before passing it to the language model. What role does the pre-processing of user input play in the data flow of GitHub Copilot Chat?. It filters out irrelevant information from the user's input prompt. It formats the output response before presenting it to the user. It directly generates a response based on the user's input prompt. It enriches the input prompt with additional context before passing it to the language model. What is used by GitHub Copilot in the IDE to determine the prompt context?. All the code visible in the current IDE. The open tabs in the IDE and the current folder of the terminal. Information from the IDE like open tabs, cursor location, selected code. All the code in the current repository and any git submodules. Identify the steps involved in the life cycle of a GitHub Copilot code suggestion? Each correct answer presents part of the solution. (Choose two.). Generate suggestions. Storing user data. Retraining the model. Capturing the user's context. Processing telemetry data. What configuration needs to be set to get help from Microsoft and GitHub protecting against IP infringement while using GitHub Copilot?. Enable GitHub Copilot license checking. Enforce blocking of MIT or GPL licensed code. Suggestions matching public code to 'blocked'. You need to check code suggestions yourself before accepting. How can GitHub Copilot assist with code refactoring tasks?. GitHub Copilot can fix syntax errors without user input. GitHub Copilot can automatically rewrite code to follow best practices. GitHub Copilot can suggest refactoring improvements for better code quality. GitHub Copilot can remove unnecessary files from the project directory. How does GitHub Copilot utilize chat history to enhance its code completion capabilities?. By sharing chat history with third-party services to improve integration and functionality. By logging chat history to monitor user activity and ensure compliance with coding standards. By analyzing past chat interactions to identify common programming patterns and errors. By using chat history to offer personalized code snippets based on previous prompts. What do you check when GitHub Copilot content exclusions are not working? Each correct answer presents part of the solution. (Choose two.). If the content exclusion settings changed in the last 30 minutes or before that. If the user is part of the content exclusion team that limits the use of content exclusions. If the user is in an organization that has content exclusions configured. If GitHub Copilot can connect to the server selected in your user settings. What method can a developer use to generate sample data with GitHub Copilot? Each correct answer presents part of the solution. (Choose two.). Utilizing GitHub Copilot's ability to create fictions information from patterns in training data. Utilize GitHub Copilot's capability to directly access and used databases to create sample data. Leveraging GitHub Copilot's suggestions to create a data based on API documentation in the repository. Leveraging GitHub Copilot's ability to independently initiate and manage data storage services. How does GitHub Copilot assist developers in minimizing context switching?. GitHub Copilot can predict and prevent bugs before they occur. GitHub Copilot allows developers to stay in their IDE. GitHub Copilot can automatically handle project management tasks. GitHub Copilot can completely replace the need for human collaboration. How does GitHub Copilot typically handle code suggestions that involve deprecated features or syntax of programming languages?. GitHub Copilot automatically updates deprecated features in its suggestions to the latest version. GitHub Copilot rejects all prompts involving deprecated features to avoid compilation errors. GitHub Copilot may suggest deprecated syntax or features if they are present in its training data. GitHub Copilot always filters out deprecated elements to promote the use of current standards. In what way can GitHub Copilot and GitHub Copilot Chat aid developers in modernizing applications?. GitHub Copilot can automatically refactor applications to align with upcoming standards. GitHub Copilot can create and deploy full-stack applications based on a single query. GitHub Copilot can suggest modern programming patterns based on your code. GitHub Copilot can directly convert legacy applications into cloud-native architectures. What reasons could apply if code suggestions are not working in your editor? (Choose three.). Your programming language is not supported. You are working in files included in your .gitignore. Your content exclusion is active and blocks the use of GitHub Copilot. You do not have a valid GitHub Copilot license. You do not have an active internet connection. What role does chat history play in GitHub Copilot's code suggestions?. Chat history provides context to GitHub Copilot, improving the relevance and accuracy of its code suggestions. Chat history is irrelevant to GitHub Copilot and does not affect its functionality. Chat history is stored and shared with other users to enhance collaboration. Chat history is used to train the GitHub Copilot model in real-time. GitHub Copilot in the Command Line Interface (CLI) can be used to configure the following settings: Each correct answer presents part of the solution. (Choose two.). Usage analytics. GitHub CLI subcommands. The default editor. The default execution confirmation. Which of the following is correct about GitHub Copilot Knowledge Bases?. All file types are indexed. It is an Enterprise feature. Indexing is static. All repos are indexed. A social media manager wants to use AI to filter content. How can they promote transparency in the platform's AI operations?. By relying on a well-regarded AI development company. By providing clear explanations about the types of content the AI is designed to filter and how it arrives at its conclusion. By regularly updating the AI filtering algorithm. By focusing on user satisfaction with the content filtering. In what ways can GitHub Copilot contribute to the design phase of the Software Development Life Cycle (SDLC)?. GitHub Copilot can manage design team collaboration and version control. GitHub Copilot can suggest design patterns and best practices relevant to the project. GitHub Copilot can generate user interface (UI) prototypes without prompting. GitHub Copilot can independently create a complete software design. What are the effects of content exclusions? Each correct answer presents part of the solution. (Choose two.). GitHub Copilot suggestions are no longer available in the excluded files. The excluded content is no longer used while debugging the code. The IDE will not count coding suggestions in the excluded content. The excluded content is not directly available to GitHub Copilot to use a context. How does GitHub Copilot Chat on GitHub.com generate its responses?. It primarily uses search results from Bing to generate responses. It uses user-provided documentation and exclusively to generate responses. It primarily relies on the model's training data to generate responses. It combines its training data set, code in user repositories, and external sources like Bing to generate responses. How can the concept of fairness be integrated into the process of operating an AI tool?. Focusing on collecting large datasets for training will ensure fairness. Training AI data and algorithms to be free from biases will ensure fairness. Focusing on accessibility will ensure fairness. Regularly monitoring the AI tool's performance will ensure fairness in its outputs. In what ways can GitHub Copilot support a developer during the code refactoring process? Each correct answer presents part of the solution. (Choose two.). By providing suggestions for improving code readability and maintainability based on best practices. By independently ensuring compliance with regulatory standards across industries. By offering code transformation examples that enhance performance and reduce complexity. By autonomously refactoring entire codebases to the latest programming language. What is the impact of the "Fill-In-the-Middle" (FIM) technique on GitHub Copilot's code suggestions?. Restricts Copilot to use only external databases for generating code suggestions. Improves suggestions by considering both the prefix and suffix of the code, filling in the middle part more accurately. Allows Copilot to generate suggestions based only on the prefix of the code. Ignores both the prefix and suffix of the code, focusing only on user comments for context. What two options navigate to configure duplicate detection? Each correct answer presents part of the solution. (Choose two.). Enterprise settings → Copilot → Policies. Repository settings → Copilot → Policies. User settings → Copilot → Policies. Organization settings → Copilot → Policies. What GitHub Copilot configuration needs to be enabled to protect against IP infringements?. Blocking public code matches. Blocking license check configuration. Allowing license check configuration. Allowing public code matches. How does the '/tests' slash command assist developers?. Creates unit tests for the selected code. Constructs detailed test documentation. Executes test cases to find issues with the code. Integrates with external testing frameworks. What is one of the recommended practices when using GitHub Copilot Chat to enhance code quality?. Avoid using Copilot for complex tasks. Disable Copilot's inline suggestions. Regularly review and refactor the code suggested by Copilot. Rely solely on Copilot's suggestions without reviewing them. What is a key consideration when relying on GitHub Copilot Chat's explanations of code functionality and proposed improvements. GitHub Copilot Chat uses a static database for generating explanations. The explanations are primarily derived from user-provided documentation. The explanations are dynamically updated based on user feedback. Reviewing and validating the generated output for accuracy and completeness. How do you generate code suggestions with GitHub Copilot in the CLI?. Type out the code snippet → Use the copilot refine command to enhance it → Review the suggested command. Describe the project's architecture → Use the copilot generate command → Accept the generated suggestion. Use 'gh copilot suggest' → Write the command you want → Select the best suggestion from the list. Write code comments → Press the suggestion shortcut → Select the best suggestion from the list. How can the insights gained from the metrics API be used to improve the development process in conjunction with GitHub Copilot?. Insights on the types of coding languages where GitHub Copilot is most helpful. Detailed analysis of GitHub Copilot's suggestions vs. manual coding. Automated generation of complete project documentation. Real-time debugging and error resolution statistics. A company is currently storing code in BitBucket and would like to use GitHub Copilot. Which GitHub Copilot plan will be most cost effective to allow them to manage users with their Identity Provider (e.g. Okta)?. GitHub Copilot Enterprise. GitHub Copilot Business for non-GHE customers. GitHub Copilot Teams. GitHub Copilot Individual. Which Copilot Enterprise features are available in all commercially supported IDEs?. Pull request summaries. Knowledge bases. Inline suggestions. Chat. Which Copilot Individual features are available when using a supported extension for Visual Studio, VS Code, or JetBrains IDEs? Each correct answer presents part of the solution. (Choose two.). Chat. Code suggestions. Knowledge Base. Pull Request Diff Analysis. What is the best way to share feedback about GitHub Copilot Chat when using it on GitHub Mobile?. The feedback section on the GitHub website. By tweeting at GitHub's official X (previously known as Twitter) account. The Settings menu in the GitHub Mobile app. Use the emojis in the Copilot Chat interface. When using GitHub Copilot to identify missing tests in your codebase, which of the following is the most important factor to consider?. Using well-known coding practices in your repository. Close all the tabs in your IDE that do not have tests in them. Having a high test coverage percentage in the codebase. Ensuring that the correct context is available to GitHub Copilot. What method can be used to interact with GitHub Copilot?. From a web browser at [github.copilot.com](https://github.copilot.com). From a watch window in an IDE debug session. By using chat capabilities in NeoVim. By using a properly configured GitHub CLI. What specific function does the '/fix' slash command perform?. Initiates a code review with static analysis tools for security and logic errors. Generates new code snippets based on language syntax and best practices. Converts pseudocode into executable code, optimizing for readability and maintainability. Proposes changes for detected issues, suggesting corrections for syntax errors and programming mistakes. What content can be configured to be excluded with content exclusions? Each correct answer presents part of the solution. (Choose three.). Folders. Lines in files. Gists. Files. Repositories. What is the main purpose of the duplication detection filter in GitHub Copilot?. To encourage the user to follow coding best practices preventing code duplication. To detect and block suggestions that match public code snippets on GitHub if they contain about 150 characters. To compare user-generated code against a private repository for potential matches. To allow administrators to control which suggestions are visible to developers based on custom criteria. Which of the following GitHub Copilot Business related activities can be tracked using the organization audit logs?. Code suggestions made by GitHub Copilot. Suggestions blocked by duplication detection filtering. Accepted chat suggestions. Changes to content exclusion settings. Which of the following prompts can be used to guide GitHub Copilot Chat in refactoring code for quality improvements? Each correct answer presents part of the solution. (Choose two.). "Show me how to improve the readability of this function.". "Refactor my application to meet the latest coding standards.". "Suggest ways to enhance the maintainability of this code segment.". "Predict future coding trends and update my codebase accordingly.". |





