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 61–70 of 141

Q61

Which service provides a serverless compute environment in Azure?

  • A Azure Functions
  • B Azure Virtual Machines
  • C Azure Blob Storage
  • D Azure Kubernetes Service
Explanation Azure Functions offers serverless compute; VMs are not serverless, Blob Storage is for storage, and AKS is container orchestration.
Q62

A company needs to control access to Azure resources based on departments. What should they implement?

  • A Azure DevOps
  • B Azure Management Groups
  • C Azure Traffic Manager
  • D Azure Functions
Explanation Azure Management Groups allow for resource access control; DevOps is for CI/CD, Traffic Manager is for routing, and Functions do not manage access.
Q63

What happens when you delete a resource group in Azure?

  • A All resources are permanently deleted.
  • B Resources are retained temporarily.
  • C Only unused resources are removed.
  • D Resource locks are retained.
Explanation Deleting a resource group permanently deletes all its resources; they cannot be recovered, and locks do not prevent deletion.
Q64

Which Azure service is best for managing large-scale data workloads in real-time?

  • A Azure Data Lake Storage
  • B Azure Stream Analytics
  • C Azure Blob Storage
  • D Azure Event Hubs
Explanation Azure Stream Analytics processes real-time data while the others are for storage.
Q65

A company needs to ensure secure access to its Azure resources for external partners. What should they implement?

  • A Azure VPN Gateway
  • B Azure Private Link
  • C Azure Active Directory B2B
  • D Azure Firewall
Explanation Azure AD B2B allows secure sharing with external users, unlike the others which focus on network or resource access.
Q66

What happens when you assign a role to a user at the subscription level in Azure?

  • A It applies to all resource groups.
  • B It restricts access to specific resources.
  • C It grants permissions only at the resource level.
  • D It overrides local roles in resource groups.
Explanation Roles assigned at the subscription level cascade down to all resource groups and resources unless overridden by a finer role assignment.
Q67

Which service is used for CI/CD in Azure?

  • A Azure DevOps
  • B Azure Blob Storage
  • C Azure Functions
  • D Azure Virtual Machines
Explanation Azure DevOps provides tools for continuous integration and deployment, while the others are not primarily focused on CI/CD.
Q68

A company needs to grant temporary access to a developer for testing. What should you use?

  • A Service Principal
  • B Managed Identity
  • C Role Assignment
  • D Access Key
Explanation Role Assignment allows assigning specific permissions temporarily, unlike the other options which are more permanent.
Q69

You are configuring Azure Backup. What happens when you exceed the backup storage limit?

  • A Older backups are deleted
  • B Backup fails without warning
  • C No new backups can be created
  • D Costs increase abruptly
Explanation Exceeding storage limits prevents new backups from being created, while the others do not accurately describe the behavior.
Q70

Which Azure service allows you to create Serverless applications?

  • A Azure Functions
  • B Azure Web Apps
  • C Azure Kubernetes Service
  • D Azure Virtual Machines
Explanation Azure Functions enables serverless application development, while the others require more infrastructure management.