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 91–100 of 141

Q91

Which Azure service provides serverless compute options?

  • A Azure Functions
  • B Azure Storage
  • C Azure Virtual Machines
  • D Azure SQL Database
Explanation Azure Functions allows event-driven, serverless computing, while other options are not serverless.
Q92

A company needs to monitor performance metrics of Azure resource usage. Which service should they use?

  • A Azure Monitor
  • B Azure Logic Apps
  • C Azure DevOps
  • D Azure Load Balancer
Explanation Azure Monitor directly provides performance metrics, whereas other services serve different functions.
Q93

You are configuring a GitHub repository, and want to prevent merge conflicts. What do you enable?

  • A Branch Protection Rules
  • B Forking Permissions
  • C Pull Requests Only
  • D GitHub Actions
Explanation Branch Protection Rules help prevent merge conflicts by ensuring reviews before merging, while others do not address conflicts.
Q94

Which service allows for automated workflows in Azure?

  • A Azure Logic Apps
  • B Azure Functions
  • C Azure App Services
  • D Azure API Management
Explanation Azure Logic Apps provides workflow automation, while Azure Functions is serverless computing, App Services hosts web apps, and API Management is for APIs.
Q95

A company needs to manage user permissions for multiple Azure subscriptions efficiently. What should they implement?

  • A Azure AD B2C
  • B Azure Role-Based Access Control (RBAC)
  • C Azure Policy
  • D Azure Resource Manager
Explanation Azure RBAC manages permissions across subscriptions, while Azure AD B2C is for customer identity and management, Azure Policy applies governance, and Resource Manager teams resources.
Q96

What happens when you exceed the storage limits of an Azure subscription?

  • A Excess data is deleted automatically
  • B New data may not be accepted
  • C You are charged extra fees
  • D Service performance is enhanced
Explanation When limits are exceeded, new data is not accepted; however, existing data remains intact, while extra fees don’t apply, and performance isn’t enhanced.
Q97

Which service would you use for continuous integration on GitHub?

  • A GitHub Actions
  • B Azure Logic Apps
  • C Azure Data Factory
  • D Azure Kubernetes Service
Explanation GitHub Actions is specifically designed for CI/CD workflows, while the others serve different purposes.
Q98

A company needs to automate PR merging based on specific criteria. What should they use?

  • A GitHub Actions
  • B GitHub Insights
  • C GitHub Pages
  • D Branch Protection Rules
Explanation GitHub Actions can automate workflows including PR merges based on criteria, while others do not serve this function.
Q99

What happens when a protected branch's status checks fail during a push?

  • A The push is successful.
  • B The push is blocked.
  • C The branch becomes unprotected.
  • D The user must update settings.
Explanation A protected branch blocks pushes if status checks fail, ensuring code quality is maintained, while the others do not accurately describe the outcome.
Q100

Which Azure service is designed for identity management?

  • A Azure Active Directory
  • B Azure Blob Storage
  • C Azure Functions
  • D Azure DevOps
Explanation Azure Active Directory is specifically for identity management, while the others serve different purposes.