Microsoft
GH-100
100 Minutes
65
GitHub Administration
A: ssh -p 122 adming@ghe.avocado.corp -- 'ghe-support-bundle -o' > support-bundle.tgz
B: ssh -p 122 adming@ghe.avocado.corp -- 'ghe-diagnostics' > support-bundle.tgz
C: curl -u admin https://ghe.avocado.corp/diagnostics/support-bundle.tgz -o
D: ssh -p 122 adming@ghe.avocado.corp -- 'ghe-config generate-support-bundle' > support-bundle.tgz
A: GitHub provides configurable controls such as an audit log, SAML authentication, and enterprise rulesets.
B: GitHub disables all external collaboration features.
C: GitHub only allows those with repository owner (admin) permissions to write changes to repositories.
D: GitHub automatically encrypts user passwords in plaintext for quick access.
A: The user will automatically have the same role across all organizations.
B: The user's repository access and/or team membership needs to be managed separately for each organization.
C: The user will need to authorize credentials separately for each SAML-enabled organization.
D: The user will have different permission levels in each organization.
E: The user's profile information becomes private to non-organization members.
F: The user's personal repositories will become accessible to all organizations.
A: Automatic inheritance of policies from other organizations.
B: Reduced administrative overhead.
C: Clear separation of reggs, projects, teams, billing, and organization-specific policies.
D: Simplified collaboration across all organizations.
A: GitHub Apps are required to pass SAML assertions
B: GitHub Apps have time-limited installation tokens with scoped access
C: PATs cannot be used in GitHub Actions
D: PATs support fewer GitHub APIs than Apps