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 1–10 of 141

Q1

Which service is used for continuous integration in Azure DevOps?

  • A Azure Pipelines
  • B Azure Functions
  • C Azure Repos
  • D Azure Boards
Explanation Azure Pipelines provides CI/CD features, while others serve different purposes.
Q2

A company needs to implement fine-grained access control for their Azure resources. Which feature should they use?

  • A Azure Role-Based Access Control (RBAC)
  • B Azure Active Directory Groups
  • C Network Security Groups
  • D Azure Policy
Explanation Azure RBAC enables specific role assignments, while others offer broader controls.
Q3

What happens when a user does not have permissions to access Azure resources they request?

  • A Access is granted with restricted capabilities.
  • B Access is denied with a 403 error.
  • C They receive an access request email.
  • D An alert is sent to the admin.
Explanation A denied access results in a 403 error, indicating insufficient permissions.
Q4

Which service is primarily used for building, deploying, and managing APIs in Azure?

  • A Azure API Management
  • B Azure DevOps
  • C Azure Functions
  • D Azure Logic Apps
Explanation Azure API Management is designed specifically for API lifecycle management, while others serve different purposes.
Q5

A company needs to control costs and manage expenses across several Azure subscriptions. What should they implement?

  • A Azure Policy
  • B Azure Cost Management
  • C Azure Role-Based Access Control
  • D Azure Service Health
Explanation Azure Cost Management provides insights and tools to track spending, unlike the other options which focus on governance or health.
Q6

You are configuring Azure Role-Based Access Control (RBAC) for a project. Which role should you assign for users to modify their own permissions?

  • A Owner
  • B Contributor
  • C Reader
  • D User Access Administrator
Explanation User Access Administrator allows users to manage their own access; other roles do not provide this capability.
Q7

Which service allows you to automate software deployments from GitHub?

  • A GitHub Actions
  • B Azure Monitor
  • C Azure Functions
  • D Azure Logic Apps
Explanation GitHub Actions is specifically designed for CI/CD automation.
Q8

A company needs to monitor the performance of its Azure web apps and set alerts based on certain metrics. Which service should they use?

  • A Azure Application Insights
  • B Azure Blob Storage
  • C Azure Service Bus
  • D Azure Virtual Network
Explanation Azure Application Insights provides performance monitoring and alerting.
Q9

What happens when a pull request is merged in GitHub?

  • A The branch is deleted automatically.
  • B Changes are merged into the base branch.
  • C The commit history is erased.
  • D Conflict resolution cannot occur.
Explanation Merging a pull request integrates changes into the target branch while preserving history.
Q10

Which Azure service provides managed Kubernetes environments?

  • A Azure DevOps
  • B Azure Kubernetes Service
  • C Azure Functions
  • D Azure App Service
Explanation Azure Kubernetes Service simplifies deploying and managing Kubernetes, while the others serve different purposes.