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 71–80 of 150

Q71

A company needs to manage access for Azure resources based on user roles. Which feature should they use?

  • A Azure DevOps
  • B Azure Active Directory (AAD)
  • C Azure Monitor
  • D Azure Functions
Explanation Azure Active Directory allows role-based access control (RBAC) for managing resource access.
Q72

What happens when you enable soft delete for a Blob Storage account?

  • A Permanently deletes old blobs
  • B Recovers deleted blobs for a period
  • C Increases storage costs
  • D Prevents users from accessing blobs
Explanation Soft delete allows recovery of deleted blobs within a configured retention period, providing data protection.
Q73

Which service is best for building event-driven applications in Azure?

  • A Azure Functions
  • B Azure Blob Storage
  • C Azure Virtual Machines
  • D Azure SQL Database
Explanation Azure Functions is designed for serverless event-driven applications, while the others serve different purposes.
Q74

A company needs to store large amounts of unstructured data. Which service should they use?

  • A Azure SQL Database
  • B Azure Blob Storage
  • C Azure Data Lake
  • D Azure Cosmos DB
Explanation Azure Blob Storage is ideal for unstructured data, while other services are meant for structured or specific types of data.
Q75

What happens when you exceed the budget limit set on an Azure subscription?

  • A Service is automatically upgraded
  • B No additional charges apply
  • C Services are temporarily suspended
  • D Resource usage is throttled
Explanation Exceeding a budget limit can lead to service suspension to prevent unexpected overages, while other options are incorrect behavior.
Q76

Which service is used for automating infrastructure in Azure?

  • A Azure Functions
  • B Azure Logic Apps
  • C Azure DevOps
  • D Azure Resource Manager
Explanation Azure Resource Manager is designed for infrastructure automation while others focus on different functionalities.
Q77

A company needs to store sensitive data with strict access controls; which Azure service should they use?

  • A Azure Blob Storage
  • B Azure SQL Database
  • C Azure Key Vault
  • D Azure Cosmos DB
Explanation Azure Key Vault securely stores sensitive information and manages access, while others are used for general data storage or database management.
Q78

What happens when you scale a virtual machine in Azure?

  • A It duplicates the VM
  • B It adds additional storage
  • C It changes the VM size
  • D It deletes the existing VM
Explanation Scaling a VM in Azure changes its size or capabilities, unlike the other options that misrepresent scaling behavior.
Q79

Which service provides real-time file synchronization for Azure storage?

  • A Azure File Sync
  • B Blob Storage
  • C Azure Data Lake
  • D Cosmos DB
Explanation Azure File Sync enables real-time file synchronization; others do not provide this feature.
Q80

A company needs to ensure that only specific users can access Azure resources. Which service should they implement?

  • A Azure Monitor
  • B Azure Active Directory
  • C Azure DevOps
  • D Azure Resource Manager
Explanation Azure Active Directory (AAD) manages user access; others are not designed for access control.