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 141–150 of 150

Q141

What happens when you exceed the allocated Azure storage capacity?

  • A Storage becomes inaccessible
  • B New data overwrites existing data
  • C You receive an alert
  • D No further data can be stored
Explanation Exceeding storage capacity prevents additional data storage, whereas the other options are either incorrect or misleading.
Q142

Which service provides serverless computing in Azure?

  • A Azure Functions
  • B Azure Batch
  • C Azure Kubernetes Service
  • D Azure Blob Storage
Explanation Azure Functions allows running code without managing servers; the others require more infrastructure management.
Q143

A company needs to protect sensitive data in Azure Storage. What should they enable?

  • A Soft Delete
  • B Access Tiers
  • C Encryption at Rest
  • D Static Website Hosting
Explanation Encryption at Rest secures data in Azure Storage; the other options do not provide data protection.
Q144

You are configuring an Application Gateway in Azure. What happens if you set the backend health probe to an inactive state?

  • A Traffic is rerouted immediately.
  • B Backend instance is marked unhealthy.
  • C SSL termination fails.
  • D Logs will not be generated.
Explanation The backend instance is marked unhealthy, preventing traffic from being routed to it, while the other options are incorrect responses to the probe state.
Q145

Which service provides serverless event-driven computing in Azure?

  • A Azure Functions
  • B Azure Logic Apps
  • C Azure App Services
  • D Azure Virtual Machines
Explanation Azure Functions is designed for serverless event-driven computing, while others do not focus on serverless architecture.
Q146

A company needs to provide controlled access to its Azure resources. Which Azure service should it use?

  • A Azure Active Directory
  • B Azure Storage Account
  • C Azure Firewall
  • D Azure Virtual Network
Explanation Azure Active Directory provides identity and access management, while the others serve different functions.
Q147

You are configuring an Azure Virtual Network. What happens when you create a subnet?

  • A All IP addresses become available.
  • B It isolates traffic completely.
  • C It segments the IP address space.
  • D It removes the default gateway.
Explanation Creating a subnet segments the IP address space for better organization, while the other options describe incorrect behaviors.
Q148

Which Azure service is best for serverless event-driven solutions?

  • A Azure Functions
  • B Azure Virtual Machines
  • C Azure App Service
  • D Azure Blob Storage
Explanation Azure Functions is designed for serverless computing, suitable for event-driven architectures; other options involve always-on resources or are for different use cases.
Q149

A company needs to manage user identities and permissions for accessing Azure resources efficiently. What should they implement?

  • A Azure Synapse Analytics
  • B Azure Active Directory
  • C Azure DevOps
  • D Azure Logic Apps
Explanation Azure Active Directory is specifically designed for managing user identities and access, while the other options serve different purposes.
Q150

What happens when Azure resource group is deleted?

  • A All resources are preserved
  • B All resources in it are deleted
  • C Resources can be recovered after a week
  • D Only policies within the group are removed
Explanation Deleting an Azure resource group removes all resources contained within it permanently; other options misinterpret deletion behavior.