Microsoft Azure

GitHub Copilot

GH-300

Prepare for the GH-300 exam to demonstrate your skills in GitHub Copilot.

144 questions 0 views Free
Start Mock Test Timed · Full-length · Scored

Questions 1–10 of 144

Q1

Which Azure service is best for large-scale event handling?

  • A Azure Event Hubs
  • B Azure Blob Storage
  • C Azure Kubernetes Service
  • D Azure Virtual Machines
Explanation Azure Event Hubs is specifically designed for large-scale event streaming, while the others serve different purposes.
Q2

A company needs to run containerized applications without managing servers. What should they use?

  • A Azure Container Instances
  • B Azure Functions
  • C Azure App Service
  • D Azure VMs
Explanation Azure Container Instances allows for serverless container execution, unlike other options which require management of infrastructure.
Q3

What happens when an Azure SQL Database reaches its DTU limit?

  • A Database is deleted
  • B Queries will fail
  • C Performance may degrade
  • D Data is lost
Explanation When the DTU limit is reached, performance may degrade but the database remains active and data is preserved.
Q4

Which service allows seamless deployment of apps on Azure?

  • A Azure App Service
  • B Azure Blob Storage
  • C Azure CDN
  • D Azure Functions
Explanation Azure App Service is specifically designed for app deployment, while the others serve different functions.
Q5

A company needs a robust solution for using a large dataset with minimal latency. Which Azure service should they choose?

  • A Azure SQL Database
  • B Azure Blob Storage
  • C Azure Cosmos DB
  • D Azure Functions
Explanation Azure Cosmos DB offers low-latency access and high availability for large datasets, unlike the others which have different use cases.
Q6

What happens when you delete a Resource Group in Azure?

  • A Only associated resources are deleted
  • B All resources in it are deleted
  • C Resources are archived
  • D Nothing happens to resources
Explanation Deleting a Resource Group removes all resources within it, while the other options misrepresent the impact of deletion.
Q7

Which service is best for serverless computing in Azure?

  • A Azure Functions
  • B Azure VM
  • C Azure Databricks
  • D Azure App Service
Explanation Azure Functions is designed for serverless solutions, while the others require more management.
Q8

A company needs to grant a developer access to a specific resource group but wants to restrict access to only that group. Which role should they assign?

  • A Owner Role
  • B Contributor Role
  • C Reader Role
  • D Custom Role
Explanation A Custom Role can be tailored to grant specific access, whereas the other roles may have broader permissions.
Q9

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

  • A Deletes blobs permanently
  • B Restores deleted blobs for 30 days
  • C Increases storage costs
  • D Protects data from unauthorized access
Explanation Soft Delete allows recovery of deleted blobs within a retention period, while others do not reflect its purpose.
Q10

Which Azure service is used for building applications using microservices?

  • A Azure Kubernetes Service
  • B Azure Blob Storage
  • C Azure Functions
  • D Azure SQL Database
Explanation Azure Kubernetes Service is specifically designed for managing microservices while the others serve different purposes.