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 71–80 of 144

Q71

A company needs to securely manage API keys in Azure. What should they use?

  • A Azure Key Vault
  • B Azure Blob Storage
  • C Azure Logic Apps
  • D Azure CDN
Explanation Azure Key Vault is designed for secure management of secrets, while the others are not specifically focused on security.
Q72

What happens when you assign a role to a user at the resource group level in Azure?

  • A User gets permissions for all resources
  • B User gets no permissions
  • C User can manage only storage accounts
  • D User cannot access the resource group
Explanation The user inherits permissions for all resources within that resource group, while the other options are incorrect about user permissions.
Q73

Which service is used for continuous integration in Azure?

  • A Azure DevOps
  • B Azure Blob Storage
  • C Azure Functions
  • D Azure Batch
Explanation Azure DevOps provides CI/CD tools, unlike the other options.
Q74

You are configuring Azure Virtual Network Peering. What can you enable for traffic to flow between two virtual networks?

  • A Network Security Groups
  • B Gateway Transit
  • C Private Endpoint
  • D Public IP Address
Explanation Gateway Transit allows traffic routing between peered networks.
Q75

What happens when you set a user account to 'Block Sign-In' in Azure AD?

  • A Account is temporarily unavailable
  • B User can sign in from any device
  • C All access is permanently revoked
  • D User can still access on-premises apps
Explanation Blocking sign-in makes the account unavailable until unblocked.
Q76

Which service is best for serverless computing?

  • A Azure Functions
  • B Azure VMs
  • C Azure Blob Storage
  • D Azure SQL Database
Explanation Azure Functions enables serverless architecture while others require you to manage resources.
Q77

A company needs to analyze large datasets in real-time. Which Azure service should they use?

  • A Azure Data Lake
  • B Azure Stream Analytics
  • C Azure SQL Database
  • D Azure Notification Hubs
Explanation Azure Stream Analytics is designed for real-time data analysis, which the others do not focus on.
Q78

You are configuring Azure Networking. What happens when you set up a Network Security Group (NSG)?

  • A Traffic is allowed by default
  • B No traffic is allowed by default
  • C Only outbound traffic is filtered
  • D Only inbound traffic is filtered
Explanation By default, NSGs deny all inbound traffic unless explicitly allowed; others misrepresent how NSGs operate.
Q79

Which service provides serverless event-driven architecture in Azure?

  • A Azure Functions
  • B Azure Kubernetes Service
  • C Azure Blob Storage
  • D Azure Logic Apps
Explanation Azure Functions is designed for serverless event-driven computing, unlike the others.
Q80

A company needs a scalable database solution for high read/write operations. Which Azure service should they choose?

  • A Azure SQL Database
  • B Azure Cosmos DB
  • C Azure Storage Account
  • D Azure MySQL Database
Explanation Azure Cosmos DB is optimized for high throughput and low-latency operations.