Microsoft Azure
GitHub Copilot
GH-300
Prepare for the GH-300 exam to demonstrate your skills in GitHub Copilot.
144 questions
0 views
Free
Questions 21–30 of 144
What happens when you assign an Azure role without permissions to a resource?
-
A
Access is denied.
-
B
Access is granted.
-
C
Permissions are escalated.
-
D
Resource is deleted.
Explanation
Without permissions, access is denied; other options are incorrect outcomes of role assignment.
Which service helps you manage infrastructure as code in Azure?
-
A
Azure Resource Manager
-
B
Azure DevOps
-
C
Azure Functions
-
D
Azure Logic Apps
Explanation
Azure Resource Manager allows for infrastructure as code, while others serve different purposes.
A company needs to protect sensitive data in Azure Blob Storage. What should they enable?
-
A
Public Access
-
B
Azure Blob Encryption
-
C
Storage Account Replication
-
D
Geo-Redundant Storage
Explanation
Azure Blob Encryption protects data-at-rest, unlike the other options which address different needs.
What happens when you set a storage account to 'Hot' access tier?
-
A
Data is archived instantly
-
B
Lower storage costs
-
C
Higher storage costs
-
D
Data is not accessible
Explanation
Hot tier offers immediate access but incurs higher costs.
Which Azure service provides distributed data storage with high availability?
-
A
Azure Cosmos DB
-
B
Azure Blob Storage
-
C
Azure SQL Database
-
D
Azure Virtual Machines
Explanation
Azure Cosmos DB offers distributed storage and high availability, while the others do not specifically provide this capability.
A company needs to host a static website. Which Azure service should they use?
-
A
Azure App Service
-
B
Azure Functions
-
C
Azure Storage Static Website
-
D
Azure Kubernetes Service
Explanation
Azure Storage Static Website is specifically designed for hosting static websites, while the others are for dynamic services.
What happens when you delete a resource group in Azure?
-
A
All resources are deleted.
-
B
Resources can be restored.
-
C
Only linked resources delete.
-
D
It archives resource history.
Explanation
Deleting a resource group in Azure deletes all resources contained within it, while others imply incorrect behaviors.
Which service provides serverless compute capabilities?
-
A
Azure Functions
-
B
Virtual Machines
-
C
Azure Kubernetes Service
-
D
Blob Storage
Explanation
Azure Functions is the dedicated serverless compute service; VMs and AKS require managing infrastructure.
A company needs to secure access to their Azure resources. What should they implement?
-
A
Azure Active Directory
-
B
Azure Blob Storage
-
C
Azure DevOps
-
D
Azure Traffic Manager
Explanation
Azure Active Directory provides identity management and access control; the other options do not address security.
What happens when you exceed your Azure subscription's resource quota?
-
A
New resources are created without limitations
-
B
Resource creation is blocked
-
C
You receive additional quota automatically
-
D
Azure provides a warning email only
Explanation
Exceeding a quota will block further resource creation until resolved; other options are false outcomes.