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
Start Mock Test Timed · Full-length · Scored

Questions 111–120 of 150

Q111

What happens when you set a VM to a stop (deallocated) state?

  • A VM state is saved.
  • B VM stops billing entirely.
  • C VM data is erased.
  • D VM is paused.
Explanation In the deallocated state, VM incurs no charges, while other scenarios are incorrect regarding VM behavior.
Q112

Which service would you use for serverless event-driven architecture in Azure?

  • A Azure Functions
  • B Azure Kubernetes Service
  • C Azure Blob Storage
  • D Azure Virtual Machines
Explanation Azure Functions is specifically designed for serverless execution, while the others are not.
Q113

A company needs to integrate their on-premises Active Directory with Azure Active Directory. Which method should they choose?

  • A Azure VPN Gateway
  • B Azure Active Directory Sync
  • C Azure Firewall
  • D Azure Blob Storage
Explanation Azure Active Directory Sync enables integration with on-premises AD, while the others serve different functions.
Q114

What happens when you apply a policy that denies all outbound traffic in Azure?

  • A Only Internet traffic is restricted.
  • B All resources lose network connectivity.
  • C Only specific IPs are affected.
  • D No effect on any resource.
Explanation Denying outbound traffic restricts all outbound connections for resources, while others are incorrect interpretations.
Q115

A company needs to ensure high availability for their web applications. Which Azure service should they use?

  • A Azure Load Balancer
  • B Azure VM Scale Set
  • C Azure Blob Storage
  • D Azure SQL Database
Explanation Azure Load Balancer distributes traffic to ensure availability, while others do not focus primarily on load distribution.
Q116

What happens when you enable Soft Delete for Azure Blob Storage?

  • A Immediate deletion is performed
  • B Deleted blobs can be restored
  • C Data is permanently lost
  • D Costs double for storage
Explanation Soft Delete allows recovery of deleted blobs within a retention period, while other options misinterpret the feature's purpose.
Q117

You are configuring Identity and Access Management in Azure. Which role grants full access to all resources?

  • A Contributor
  • B Owner
  • C Reader
  • D User Access Administrator
Explanation The Owner role provides full access, while other roles have limited permissions.
Q118

Which service provides a serverless computing model?

  • A Azure Functions
  • B Azure Virtual Machines
  • C Azure Blob Storage
  • D Azure SQL Database
Explanation Azure Functions allows triggering code without managing servers; the others require manual management or have persistent instances.
Q119

A company needs to manage user identity and access for their Azure resources. Which service should they prioritize?

  • A Azure Monitor
  • B Azure Active Directory
  • C Azure Key Vault
  • D Azure Virtual Network
Explanation Azure Active Directory is designed for identity management; the others serve different functions in Azure management.
Q120

What happens when you scale an Azure App Service plan to a higher tier?

  • A Increased compute resources available
  • B Database is automatically scaled too
  • C All app settings reset
  • D Requires a new resource group
Explanation Scaling the App Service plan increases compute resources, while the others are incorrect as database scaling isn't automatic and settings remain intact.