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 51–60 of 141

Q51

What happens when an expired Azure subscription is renewed?

  • A Immediate access restored
  • B No change in resource status
  • C Resources are deleted automatically
  • D Subscription must be created anew
Explanation Renewing an expired Azure subscription restores access to resources, while the others incorrectly suggest different outcomes.
Q52

Which service provides a serverless computing environment?

  • A Azure Functions
  • B Azure Kubernetes Service
  • C Azure Virtual Machines
  • D Azure Blob Storage
Explanation Azure Functions enables event-driven, serverless apps, while the others are not serverless.
Q53

A company needs to deploy a highly available web app across multiple regions. What service should they use?

  • A Azure Blob Storage
  • B Azure Front Door
  • C Azure Functions
  • D Azure Monitor
Explanation Azure Front Door provides global load balancing for high availability, unlike the others which do not manage traffic distribution across regions.
Q54

What happens when you enable Soft Delete on an Azure Blob Storage container?

  • A Blobs are deleted immediately.
  • B Blobs are permanently deleted.
  • C Deleted blobs can be recovered.
  • D Storage costs are reduced.
Explanation Soft Delete allows recovery of deleted blobs, whereas the others incorrectly describe its functions.
Q55

Which service mainly enhances CI/CD in GitHub?

  • A GitHub Actions
  • B Azure DevOps
  • C Azure Functions
  • D GitHub Pages
Explanation GitHub Actions automates workflows and enhances CI/CD, while the others serve different purposes.
Q56

A company needs to automate their code reviews; which GitHub feature should they use?

  • A Pull Requests
  • B Issues
  • C GitHub Marketplace
  • D Actions
Explanation Pull Requests are specifically designed for reviewing code before merging, while other options don't directly automate reviews.
Q57

You are configuring branch protection rules; what happens if you enable required reviews?

  • A All pushes are blocked
  • B Merge requires approval
  • C Branches cannot be deleted
  • D Only admins can push changes
Explanation Enabling required reviews mandates that a pull request must receive approval before merging, while others do not pertain directly to this rule.
Q58

Which Azure service provides a serverless event-driven compute platform?

  • A Azure Functions
  • B Azure VMs
  • C Azure App Service
  • D Azure Logic Apps
Explanation Azure Functions allows event-driven execution without dedicated servers; others are not serverless models.
Q59

A company needs to store sensitive customer data and ensure it is encrypted at rest and in transit. What is the best practice?

  • A Use Azure Blob Storage only
  • B Implement Azure Disk Encryption
  • C Use a virtual network
  • D Enable SSL on applications only
Explanation Azure Disk Encryption secures data at rest, but SSL only secures in transit, and other options do not fully meet the requirement.
Q60

What happens when you delete a branch in Azure DevOps?

  • A The branch is archived permanently
  • B All associated pull requests are deleted
  • C Commits are lost forever
  • D Commits remain in the history
Explanation Deleting a branch does not impact commit history, only the pointer is removed; other options incorrectly suggest data loss.