Microsoft Azure
GitHub Foundations
GH-900
Get ready for the GH-900 exam to establish your foundational skills in GitHub.
150 questions
0 views
Free
Questions 1–10 of 150
Which service provides serverless compute resources in Azure?
-
A
Azure Functions
-
B
Azure SQL Database
-
C
Azure Virtual Machines
-
D
Azure Blob Storage
Explanation
Azure Functions offers a serverless compute environment, while the others provide different services.
You are configuring Azure DevOps for a team. What is the best practice regarding branch protection?
-
A
Allow all branches to be modified freely
-
B
Require pull requests for feature branches
-
C
Disable branch policies completely
-
D
Automatically delete branches after merges
Explanation
Requiring pull requests ensures code review and quality control, unlike the other options which compromise the process.
What happens when an Azure Virtual Network Gateway connects to an on-premises VPN?
-
A
Traffic is always encrypted
-
B
Public IP address is assigned automatically
-
C
All Azure services become accessible
-
D
Traffic uses the public internet
Explanation
Traffic is encrypted over the VPN connection, while other options describe incorrect behaviors of VPN connections.
Which Azure service is primarily used for event-driven applications?
-
A
Azure Functions
-
B
Azure VMs
-
C
Azure Blob Storage
-
D
Azure SQL Database
Explanation
Azure Functions is designed for event-driven automation, while others serve different purposes.
A company needs to ensure secure access to their Azure resources. What should they implement?
-
A
Role-Based Access Control (RBAC)
-
B
Public Network Access
-
C
Azure Monitor
-
D
Storage Account Keys
Explanation
RBAC allows fine-grained access control to Azure resources, unlike the other options.
What happens when a virtual machine (VM) in Azure is stopped but not deallocated?
-
A
Billing continues for the VM
-
B
Data is lost on the VM
-
C
VM can’t be restarted
-
D
No network connections remain
Explanation
Billing continues because the VM's allocated resources are still reserved, while other options are incorrect descriptions of VM states.
Which Azure service is primarily used for serverless computing?
-
A
Azure Functions
-
B
Azure VMs
-
C
Azure Storage
-
D
Azure SQL Database
Explanation
Azure Functions enables serverless execution of code, while the others focus on VMs, storage, or databases.
A company needs to securely manage secrets and keys. Which Azure feature should they use?
-
A
Azure Key Vault
-
B
Azure Blob Storage
-
C
Azure DevOps
-
D
Azure CDN
Explanation
Azure Key Vault is designed for secure storage of keys and secrets; the other options are not purpose-built for this use case.
You are configuring a Policy in Azure. What happens when a resource violates this policy?
-
A
The resource is automatically deleted
-
B
The resource is locked until compliance
-
C
The resource is non-compliant and flagged
-
D
The policy has no effect on resources
Explanation
Typically, a non-compliant resource is flagged for being outside the policy's rules; the other options describe incorrect behaviors.
Which service is best for container orchestration in Azure?
-
A
Azure Kubernetes Service
-
B
Azure Blob Storage
-
C
Azure Functions
-
D
Azure Active Directory
Explanation
Azure Kubernetes Service (AKS) is designed specifically for orchestrating containers, while other options serve different purposes.