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 11–20 of 141

Q11

A company is integrating GitHub with Azure DevOps for CI/CD. What must happen first?

  • A Create a GitHub action
  • B Link Azure DevOps to GitHub
  • C Install GitHub CLI
  • D Deploy application to Azure
Explanation To use GitHub with Azure DevOps, linking accounts is the crucial first step.
Q12

You are configuring OAuth for a GitHub application. What happens if the redirect URI is incorrect?

  • A Authentication succeeds anyway
  • B User sees an error page
  • C User is authenticated on different app
  • D Authentication token is generated
Explanation An incorrect redirect URI results in an error, while the other options describe incorrect scenarios.
Q13

Which Azure service enables automated testing of applications using CI/CD pipelines?

  • A Azure DevOps
  • B Azure Automation
  • C Azure Functions
  • D Azure Load Balancer
Explanation Azure DevOps provides CI/CD capabilities, while others serve different purposes.
Q14

A company needs to limit access to a specific Azure resource group while allowing full access to other resource groups. Which Azure feature facilitates this?

  • A Resource Locks
  • B Role-Based Access Control (RBAC)
  • C Management Groups
  • D Azure Policies
Explanation RBAC allows granular resource access control, unlike the other options.
Q15

What happens when an Azure application gateway is configured with the Web Application Firewall (WAF) enabled?

  • A Traffic is unmonitored.
  • B Application traffic is monitored for threats.
  • C WAF uses custom HTTP headers only.
  • D SSL certificates are ignored.
Explanation WAF actively monitors and protects against threats, while other options are incorrect functionalities.
Q16

Which service is used for Azure CI/CD pipelines?

  • A Azure Pipelines
  • B Azure Functions
  • C Azure Blob Storage
  • D Azure SQL Database
Explanation Azure Pipelines automates build and deployment; others serve different purposes.
Q17

A company needs to enforce policies on user access to resources. What Azure service should they utilize?

  • A Azure Active Directory
  • B Azure Functions
  • C Azure Logic Apps
  • D Azure App Service
Explanation Azure Active Directory manages user access policies; the others do not focus on access management.
Q18

You are configuring a Virtual Network in Azure. What happens when you set a network security group (NSG) rule to deny all inbound traffic?

  • A All traffic is allowed
  • B Only specific ports are denied
  • C All inbound traffic is blocked
  • D Outbound traffic will also be denied
Explanation Denying inbound traffic blocks all incoming connections; others inaccurately describe rule effects.
Q19

Which service integrates CI/CD pipelines with GitHub?

  • A Azure DevOps
  • B Azure Blob Storage
  • C Azure Functions
  • D Azure Virtual Machines
Explanation Azure DevOps provides native CI/CD integration with GitHub, while the others are unrelated solutions.
Q20

A company needs to onboard developers with unique permissions in GitHub. What is the best practice?

  • A Create separate accounts
  • B Use two-factor authentication
  • C Implement teams and roles
  • D Allow shared access
Explanation Implementing teams and roles provides proper permission management, while the other options do not maintain unique permissions effectively.