Microsoft Azure

GitHub Administration

GH-100

Learn GitHub administration skills with the GH-100 exam.

141 questions 0 views Free
Start Mock Test Timed · Full-length · Scored

Questions 101–110 of 141

Q101

A company needs to secure their API endpoints. What must they configure?

  • A Application Gateway HTTPS settings
  • B Web Application Firewall rules
  • C Azure Blob permissions
  • D Virtual Network Integration
Explanation Web Application Firewall rules are essential for securing API endpoints against threats.
Q102

What happens when you exceed your Azure subscription limit for resources?

  • A The resources get deleted automatically
  • B You cannot create new resources
  • C You are charged extra fees
  • D Your account is suspended
Explanation Exceeding the subscription limit prevents you from creating additional resources until limits are resolved.
Q103

Which service allows you to automate CI/CD pipelines?

  • A Azure DevOps
  • B Azure Functions
  • C Azure Logic Apps
  • D Azure Blob Storage
Explanation Azure DevOps provides comprehensive CI/CD capabilities, while the other options serve different purposes.
Q104

A company needs to ensure sensitive data in GitHub is accessible only to certain team members. What should they configure?

  • A Protected branches
  • B Collaborator access
  • C Repository visibility
  • D Webhook integration
Explanation Protected branches prevent unauthorized changes to key branches, thereby enhancing data security more effectively than the other options.
Q105

What happens when you enable branch protection rules on a repository?

  • A Merges are always allowed
  • B Pushes are always blocked
  • C Specific policies are enforced
  • D Open pull requests are deleted
Explanation Branch protection rules enforce specific policies like required reviews, unlike the other options that are incorrect.
Q106

Which Azure service is used for deploying Docker containers?

  • A Azure Kubernetes Service
  • B Azure Blob Storage
  • C Azure Redis Cache
  • D Azure Functions
Explanation Azure Kubernetes Service (AKS) facilitates container orchestration, whereas the others serve different purposes.
Q107

A company needs to automate the testing of their application before deployment. Which Azure service should they use?

  • A Azure DevOps Pipelines
  • B Azure Monitor
  • C Azure Functions
  • D Azure Storage
Explanation Azure DevOps Pipelines enables CI/CD processes, automating tests; the others do not focus on automation.
Q108

What happens when an Azure Virtual Network is deleted?

  • A All subnet configurations are deleted
  • B Assigned public IPs remain intact
  • C VMs continue to operate normally
  • D Network security groups stay active
Explanation Deleting a Virtual Network removes all related subnets; the other options remain unaffected.
Q109

Which service allows you to store and manage secrets securely in Azure?

  • A Azure Key Vault
  • B Azure Blob Storage
  • C Azure SQL Database
  • D Azure Data Lake
Explanation Azure Key Vault is specifically designed to manage secrets, while the other options are used for data storage.
Q110

A company needs to ensure its web application can scale automatically based on traffic load. Which Azure service would best meet this requirement?

  • A Azure Functions
  • B Azure App Service
  • C Azure Virtual Machines
  • D Azure Kubernetes Service
Explanation Azure App Service provides built-in auto-scaling features suitable for web applications, whereas the other services require more manual configuration or are not primarily for web apps.