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 41–50 of 144

Q41

A company needs to simulate network traffic within a virtual network for testing purposes. Which Azure service should they use?

  • A Azure Traffic Manager
  • B Azure Load Balancer
  • C Azure Virtual Network Gateway
  • D Azure Network Watcher
Explanation Azure Network Watcher can simulate network traffic, while the others serve different purposes.
Q42

What happens when an Azure Resource Group is deleted?

  • A Only the resources are deleted
  • B Resources and application settings are retained
  • C All resources in the group are deleted
  • D A backup is created automatically
Explanation All resources in the resource group are deleted together, while the other options are incorrect.
Q43

Which Azure service is primarily used for container orchestration?

  • A Azure Kubernetes Service
  • B Azure Functions
  • C Azure Blob Storage
  • D Azure CDN
Explanation Azure Kubernetes Service is designed for managing containerized applications, unlike the other options which serve different purposes.
Q44

A company needs to securely access Azure resources from on-premises. Which service should they use?

  • A Azure File Sync
  • B Azure VPN Gateway
  • C Azure Logic Apps
  • D Azure CDN
Explanation Azure VPN Gateway provides secure site-to-site connectivity, while the other options do not focus on secure access.
Q45

What happens when a Logic App exceeds its workflow execution limit?

  • A Execution pauses until the limit resets
  • B Further executions are denied until reset
  • C All subsequent actions trigger an alert
  • D Execution is automatically rolled back
Explanation Executions are queued until the limit resets; they do not execute while the limit is exceeded.
Q46

Which Azure service is designed for building event-driven applications?

  • A Azure Logic Apps
  • B Azure Functions
  • C Azure Virtual Machines
  • D Azure SQL Database
Explanation Azure Functions allows for serverless, event-driven programming; Logic Apps is for workflows, while the other options don't focus on event-driven applications.
Q47

A company needs to ensure high availability for their web application on Azure. Which approach is best?

  • A Use a single region with backups
  • B Use Azure Load Balancer across regions
  • C Deploy resources in one VM
  • D Schedule daily backups of data
Explanation Using Azure Load Balancer across regions ensures traffic distribution and redundancy, contrary to the other options which limit availability.
Q48

What happens when you assign a role with least privilege to a user?

  • A User gains maximum permissions
  • B User can perform essential tasks
  • C User is denied all access
  • D User accesses administrative functions
Explanation Least privilege roles grant users permissions necessary for tasks, while the other options suggest either unrestricted access or no access.
Q49

Which service is best for serverless compute in Azure?

  • A Azure Functions
  • B Azure App Service
  • C Azure Virtual Machines
  • D Azure Kubernetes Service
Explanation Azure Functions provides a serverless computing model, while the others are more traditional compute options.
Q50

A company needs to analyze large volumes of streaming data in real-time. Which Azure service should they use?

  • A Azure Synapse Analytics
  • B Azure Stream Analytics
  • C Azure Data Lake Storage
  • D Azure Blob Storage
Explanation Azure Stream Analytics is designed for real-time data processing, unlike the others which are for data storage and batch processing.