Microsoft Azure
GitHub Administration
GH-100
Learn GitHub administration skills with the GH-100 exam.
141 questions
0 views
Free
Questions 71–80 of 141
A company needs a private network connection to Azure. Which solution should they choose?
-
A
VPN Gateway
-
B
ExpressRoute
-
C
Azure Bastion
-
D
VNet Peering
Explanation
ExpressRoute provides a private, dedicated connection to Azure, unlike other options which use public connectivity.
What happens when a user exceeds their Azure subscription quota?
-
A
All services are paused.
-
B
New services are denied.
-
C
Existing services are deleted.
-
D
Quota refreshes automatically.
Explanation
Exceeding the quota will prevent the creation of new services, while existing resources remain intact.
What service should you use for automated code integration?
-
A
Azure DevOps
-
B
Azure Functions
-
C
Azure Storage
-
D
Azure Cosmos DB
Explanation
Azure DevOps provides automated CI/CD pipelines, whereas the others are for compute, storage, or database services.
A company needs to improve IAM policies across multiple subscriptions. What is the best approach?
-
A
Assign Identity roles hardcoded in each subscription
-
B
Use Azure Policy to enforce compliance
-
C
Set up resource locks for each resource
-
D
Use role assignments manually for each user
Explanation
Azure Policy can enforce compliance better than manual methods or static assignments.
You are configuring a virtual network with multiple subnets. What happens if your subnet IP range overlaps with another?
-
A
Resources can't communicate at all
-
B
Only one subnet will function
-
C
Both subnets will malfunction
-
D
IP assignment errors occur
Explanation
Overlapping IP ranges cause routing issues, leading to both subnets malfunctioning.
Which Azure service is primarily designed for serverless computing?
-
A
Azure Functions
-
B
Azure App Services
-
C
Azure VMs
-
D
Azure SQL Database
Explanation
Azure Functions supports serverless architecture; the other options are for different deployment models.
A company needs to allow specific team members to deploy applications but not access the source code. What should they configure?
-
A
Branch Policies
-
B
Role-Based Access Control
-
C
Pull Requests
-
D
Code Reviews
Explanation
Role-Based Access Control can restrict permissions effectively; the others don't handle this level of access management.
What happens when you delete a repository in GitHub?
-
A
All data is permanently lost
-
B
Issues remain intact
-
C
Forks are deleted too
-
D
Visibility changes to private
Explanation
Deleting a repository permanently loses all data; the other options misrepresent the effects of deletion.
Which Azure service is designed for serverless computing?
-
A
Azure Functions
-
B
Virtual Machines
-
C
Azure SQL Database
-
D
Azure Blob Storage
Explanation
Azure Functions enables serverless architectures; others require server management.
A company needs to manage user access to its Azure resources. Which Azure feature should they implement?
-
A
Role-Based Access Control (RBAC)
-
B
Azure Monitor
-
C
Azure DevOps
-
D
Azure Traffic Manager
Explanation
RBAC allows precise user access management; others do not manage access directly.