What does a CODEOWNERS file do in a repository?
What does a CODEOWNERS file do in a repository?A . Restricts who can edit specific filesB . Requires peer code review for code changesC . Defines access permissions for the repositoryD . Sets the reviewers for pull requests automaticallyView AnswerAnswer: D Explanation: The CODEOWNERS file in a GitHub repository is...
Which of the following is always true about the feature preview phases Alpha and Beta?
Which of the following is always true about the feature preview phases Alpha and Beta?A . Alpha features are not available to the public.B . Alpha features are documented.C . Alpha and Beta features offer Service Level Agreements (SLAs).D . Beta features provide technical support.View AnswerAnswer: A Explanation: The terms...
Which of the following statements most accurately describes who can access a private repository Wiki?
Which of the following statements most accurately describes who can access a private repository Wiki?A . Wikis are only viewable by repository admins.B . Wikis can be viewed by the same people who have Read access to the repository.C . Wikis will not be visible until shared with a specific...
Who can be assigned to an Issue or pull request? (Each answer presents a complete solution. Choose two.)
Who can be assigned to an Issue or pull request? (Each answer presents a complete solution. Choose two.)A . Anyone who has an enterprise GitHub accountB . Anyone who has commented on the Issue or pull requestC . Anyone who has a personal GitHub accountD . Anyone with write permissions...
How are commits related to pull requests?
How are commits related to pull requests?A . Commits are made on a branch that can have a linked pull request.B . Commits can only be made after a pull request is created.C . Commits can only be made before a pull request is created.D . Commits are made on...
What is the difference between an organization member and an outside collaborator?
What is the difference between an organization member and an outside collaborator?A . Organization base permissions do not apply to outside collaborators.B . Two-factor authentication (2FA) is not required for outside collaborators.C . Outside collaborators cannot be given the admin role on a repository.D . Outside collaborators do not consume...
Which of the following options is available as a default Discussion category?
Which of the following options is available as a default Discussion category?A . Bug reportB . Daily check-inC . Show and tellD . Security concernView AnswerAnswer: C Explanation: In GitHub Discussions, several default categories are provided to help organize conversations within a project. One of the default categories is Show...
What are the key areas of focus for GitHub? (Each answer presents a complete solution. Choose three.)
What are the key areas of focus for GitHub? (Each answer presents a complete solution. Choose three.)A . Nurturing a community that supports open source principlesB . Providing access and opportunities for developersC . Providing a social media platform for project managersD . Building a technology platform for secure code...
As a user, what feature can you use to merge proposed changes in a repository on GitHub?
As a user, what feature can you use to merge proposed changes in a repository on GitHub?A . IssuesB . Pull requestsC . ProjectsD . DiscussionsView AnswerAnswer: B Explanation: The feature you can use to merge proposed changes in a repository on GitHub is Pull requests. Pull requests are a...
Which of the following is an Innersource development practice?
Which of the following is an Innersource development practice?A . Adopting open source code into the organizationB . Sharing code between teams within the organizationC . Removing open source code from the organizationD . Making all repositories publicly accessibleView AnswerAnswer: B Explanation: Innersource is a development practice where an organization...