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 101–110 of 144

Q101

A company needs to store their database for a mission-critical application with high throughput and lower latency. Which Azure Database service is most suitable?

  • A Azure Cosmos DB
  • B Azure SQL Database
  • C Azure Blob Storage
  • D Azure Table Storage
Explanation Azure Cosmos DB is optimized for high throughput and low latency for mission-critical scenarios, unlike the others.
Q102

What happens when an Azure Function exceeds its execution timeout?

  • A Function automatically restarts.
  • B Function execution is terminated.
  • C Execution will continue indefinitely.
  • D Error is logged and ignored.
Explanation When exceeding the timeout, the execution is terminated to prevent resource exhaustion.
Q103

Which service automates OS patch management in Azure?

  • A Azure Automation
  • B Azure DevOps
  • C Azure Functions
  • D Azure Virtual Desktop
Explanation Azure Automation provides patch management; others don't.
Q104

A company needs to ensure its applications are highly available. What Azure feature should they implement?

  • A Traffic Manager
  • B Blob Storage
  • C Azure VPS
  • D Storage Accounts
Explanation Traffic Manager directs traffic for high availability.
Q105

You are configuring a Virtual Network in Azure. What happens when there is a Network Security Group rule allowing traffic on port 80?

  • A Traffic is blocked by default
  • B Traffic is allowed from all IPs
  • C Only specific IPs can access
  • D Traffic is allowed only from VMs
Explanation Allowing traffic on port 80 permits access from all IPs; others misinterpret access rules.
Q106

Which service allows you to manage Azure resources using a command-line interface?

  • A Azure CLI
  • B Azure PowerShell
  • C Azure Portal
  • D Azure DevOps
Explanation Azure CLI is specifically designed for command-line management, unlike others which serve different purposes.
Q107

A company needs to ensure that specific virtual machine resources are available even during a regional outage. Which Azure feature should they implement?

  • A Availability Zones
  • B Scale Sets
  • C Resource Groups
  • D Azure Traffic Manager
Explanation Availability Zones provide high availability by isolating resources across multiple data centers within a region.
Q108

You are configuring Azure Firewall. What happens when you enable 'Dnat' rules?

  • A Blocks all incoming traffic
  • B Allows outbound traffic only
  • C Routes inbound traffic to internal IPs
  • D Enforces network security groups
Explanation DNAT rules are specifically designed to route incoming traffic to specified internal IP addresses.
Q109

A company needs to ensure secure access to Azure resources. Which service should they use?

  • A Azure Active Directory
  • B Azure Storage
  • C Azure Functions
  • D Azure Logic Apps
Explanation Azure Active Directory provides identity management and access control, whereas the other options do not focus on security access management.
Q110

What happens when you set a resource's lock to 'ReadOnly'?

  • A Delete actions are prevented.
  • B Metadata can be modified.
  • C All actions are blocked.
  • D Only read operations are allowed.
Explanation A 'ReadOnly' lock allows read operations but prevents modifications and deletions, while the other options misrepresent the lock functionality.