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 111–120 of 141

Q111

What happens when you assign a user a role that includes the 'Owner' permission for a resource group in Azure?

  • A User gains read access only
  • B User can delete resources only
  • C User can manage all resources
  • D User cannot access the resources
Explanation The 'Owner' role allows full management rights over the resource group and its resources, while the others misrepresent the permissions granted.
Q112

Which service enables automated infrastructure management in Azure?

  • A Azure Resource Manager
  • B Azure Functions
  • C Azure Active Directory
  • D Azure Monitor
Explanation Azure Resource Manager facilitates infrastructure management; others do not specialize in this function.
Q113

A company needs to run code without managing servers; which service should they use?

  • A Azure App Service
  • B Azure Functions
  • C Azure Kubernetes Service
  • D Azure Virtual Machines
Explanation Azure Functions allows serverless execution of code, unlike the other options that require server management.
Q114

What happens when you delete an Azure Resource Group?

  • A Only the resources are deleted
  • B Resource dependencies are maintained
  • C All resources within it are deleted
  • D Nothing happens; it's just a label
Explanation Deleting an Azure Resource Group deletes all contained resources; other options inaccurately describe the process.
Q115

Which Azure service is designed for large-scale data processing?

  • A Azure Data Lake Storage
  • B Azure Functions
  • C Azure Blob Storage
  • D Azure Virtual Machines
Explanation Azure Data Lake Storage is optimized for big data analytics, while the others focus on different functionalities.
Q116

A company needs to deploy a web app with auto-scaling in Azure. Which service should they choose?

  • A Azure Web Apps
  • B Azure CDN
  • C Azure Kubernetes Service
  • D Azure Virtual Network
Explanation Azure Web Apps supports auto-scaling and is specifically designed for web applications, while the others do not offer this capability directly.
Q117

What happens when you enable soft delete on an Azure Blob Storage account?

  • A Blobs are permanently deleted.
  • B Blobs can be restored within 30 days.
  • C Blobs are archived indefinitely.
  • D Blobs cannot be accessed.
Explanation Soft delete allows blobs to be recovered for a defined retention period, typically up to 30 days, while the other options are incorrect outcomes.
Q118

Which Azure service provides a serverless computing model allowing event-driven code execution?

  • A Azure Functions
  • B Azure App Service
  • C Azure Kubernetes Service
  • D Azure Logic Apps
Explanation Azure Functions is designed for event-driven execution, while the other options do not specifically cater to serverless models.
Q119

A company needs to manage access rights to their Azure resources by using RBAC. What is the best practice for assigning roles?

  • A Assign roles at the resource group level.
  • B Assign roles at the subscription level.
  • C Assign roles only at the resource level.
  • D Assign roles at the management group level.
Explanation Assigning roles at the resource group level gives more granular control, while higher levels may grant excessive permissions.
Q120

What happens when you enable Azure Monitor alerts on a resource?

  • A Resource usage stops immediately.
  • B Performance data is collected only.
  • C Alerts inform you based on thresholds.
  • D Costs for the resource increase.
Explanation Enabling alerts triggers notifications based on specified thresholds, while the other options misrepresent alert functionality.