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

Q11

A company needs to deploy a highly available web application. Which Azure service should be prioritized for reliability?

  • A Azure Virtual Machines
  • B Azure App Service
  • C Azure Blob Storage
  • D Azure Functions
Explanation Azure App Service provides built-in load balancing and scaling for reliability, whereas the others require more manual setup.
Q12

What happens when you configure an Azure VPN Gateway without a public IP address?

  • A No connectivity is established.
  • B Traffic is routed automatically.
  • C It triggers a warning.
  • D It creates an internal-only connection.
Explanation A public IP is necessary for VPN Gateway connectivity; without it, no connection is established.
Q13

Which Azure service provides a serverless environment for event-driven applications?

  • A Azure Functions
  • B Azure Logic Apps
  • C Azure App Service
  • D Azure Container Instances
Explanation Azure Functions is designed for serverless event-driven applications; the others provide different functionalities.
Q14

A company needs to control user access to Azure resources. Which service should they implement?

  • A Azure Monitor
  • B Azure Security Center
  • C Azure Active Directory
  • D Azure DevOps
Explanation Azure Active Directory manages user access; the others focus on monitoring or security management without access control.
Q15

You are configuring a Virtual Network in Azure. What happens if you set overlapping IP address ranges?

  • A Configuration succeeds without errors
  • B Service will be unavailable immediately
  • C It may lead to network conflicts
  • D Routing is automatically adjusted
Explanation Overlapping IP ranges can cause network conflicts; the others imply incorrect behaviors not associated with this configuration error.
Q16

Which Azure service is used for scalable message queuing?

  • A Azure Queue Storage
  • B Azure Virtual Machines
  • C Azure Blob Storage
  • D Azure CDN
Explanation Azure Queue Storage provides scalable message queuing, while VMs and Blob Storage serve different purposes, and CDN is for content delivery.
Q17

A company needs to deploy an app across multiple regions with minimal latency. What should they use?

  • A Single region deployment
  • B Azure Front Door
  • C Azure Batch
  • D Azure Functions
Explanation Azure Front Door optimizes application delivery globally, while the other options do not address multi-region latency effectively.
Q18

What happens when an Azure VM exceeds its maximum disk space usage?

  • A Disk gets automatically resized
  • B VM crashes and data loss occurs
  • C No further writes allowed until space is cleared
  • D VM continues with read-only operations
Explanation When the disk is full, Azure prevents further writes, while A and B are incorrect, and D describes a different behavior.
Q19

Which Azure service is primarily designed for building intelligent apps?

  • A Azure Cognitive Services
  • B Azure DevOps
  • C Azure Storage
  • D Azure Functions
Explanation Azure Cognitive Services provide AI capabilities; other options are for development and storage.
Q20

A company needs to ensure data backups are always encrypted. Which Azure service can automatically handle this?

  • A Azure Blob Storage
  • B Azure SQL Database
  • C Azure Key Vault
  • D Azure Backup
Explanation Azure Backup automatically encrypts backups; other options don't manage backup compliance directly.