GH-500 Practice Questions
GitHub Advanced Security Exam
Last Update 1 day ago
Total Questions : 75
Dive into our fully updated and stable GH-500 practice test platform, featuring all the latest GitHub Administrator exam questions added this week. Our preparation tool is more than just a Microsoft study aid; it's a strategic advantage.
Our free GitHub Administrator practice questions crafted to reflect the domains and difficulty of the actual exam. The detailed rationales explain the 'why' behind each answer, reinforcing key concepts about GH-500. Use this test to pinpoint which areas you need to focus your study on.
A dependency has a known vulnerability. What does the warning message include?
As a developer with write access, you navigate to a code scanning alert in your repository. When will GitHub close this alert?
Which of the following formats are used to describe a Dependabot alert? (Each answer presents a complete solution. Choose two.)
You have enabled security updates for a repository. When does GitHub mark a Dependabot alert as resolved for that repository?
As a repository owner, you do not want to run a GitHub Actions workflow when changes are made to any .txt or markdown files. How would you adjust the event trigger for a pull request that targets the main branch? (Each answer presents part of the solution. Choose three.)
on:
pull_request:
branches: [main]
What kind of repository permissions do you need to request a Common Vulnerabilities and Exposures (CVE) identification number for a security advisory?
Assuming that notification and alert recipients are not customized, what does GitHub do when it identifies a vulnerable dependency in a repository where Dependabot alerts are enabled? (Each answer presents part of the solution. Choose two.)
Assuming that notification settings and Dependabot alert recipients have not been customized, which user account setting should you use to get an alert when a vulnerability is detected in one of your repositories?
