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 101–110 of 150

Q101

A company needs to store and analyze large amounts of unstructured data. What is the best Azure solution?

  • A Azure SQL Database
  • B Azure Blob Storage
  • C Azure Table Storage
  • D Azure Cosmos DB
Explanation Azure Blob Storage is optimized for unstructured data, while the others are not suited for massive unstructured storage.
Q102

What happens when you delete a resource group in Azure?

  • A Only resources within it are deleted
  • B Resource group cannot be deleted
  • C All resources in it are deleted
  • D Resources are archived but not deleted
Explanation Deleting a resource group deletes all contained resources, unlike options A and D.
Q103

Which Azure service provides real-time analytics on streaming data?

  • A Azure Stream Analytics
  • B Azure Data Factory
  • C Azure Functions
  • D Azure Databricks
Explanation Azure Stream Analytics is designed specifically for real-time analytics on streaming data; the other options do not serve this primary function.
Q104

A company wants to secure its Azure resources using user roles. What feature should they leverage?

  • A Azure Policy
  • B Role-Based Access Control (RBAC)
  • C Azure Key Vault
  • D Network Security Groups (NSG)
Explanation Role-Based Access Control (RBAC) allows assigning specific user roles to manage access, while the others do not focus on user roles specifically.
Q105

You are configuring a deployment of an Azure Web App. What will happen if the price tier is set to 'Free'?

  • A Limited to 5 concurrent connections
  • B Supports custom domains
  • C No SSL support available
  • D Automatic scaling not enabled
Explanation The 'Free' tier does not support automatic scaling; the other options may not be limitations of the free tier.
Q106

Which service provides serverless computing in Azure?

  • A Azure Functions
  • B Azure VMs
  • C Azure Blob Storage
  • D Azure SQL Database
Explanation Azure Functions offers a serverless computing model, while the others are infrastructure-based services.
Q107

A company needs to securely store sensitive configuration data. What should they use?

  • A Azure Blob Storage
  • B Azure Key Vault
  • C Azure Table Storage
  • D Azure SQL Database
Explanation Azure Key Vault is specifically designed for secure storage of secrets, unlike the other storage options.
Q108

You are configuring a CI/CD pipeline in Azure DevOps. What happens if the pipeline encounters a failing build?

  • A The pipeline pauses indefinitely
  • B The build succeeds anyway
  • C The pipeline fails and stops
  • D Notifications are disabled
Explanation If a build fails, the pipeline typically fails and stops, preventing further steps from executing.
Q109

Which Azure service is used for serverless computing?

  • A Azure Functions
  • B Azure VMs
  • C Azure App Service
  • D Azure Logic Apps
Explanation Azure Functions enables event-driven execution with serverless architecture; the others require provisioning resources.
Q110

A company needs to store a large dataset with analytical capabilities. Which Azure service should they choose?

  • A Azure Blob Storage
  • B Azure Data Lake Storage
  • C Azure SQL Database
  • D Azure Cosmos DB
Explanation Azure Data Lake Storage is tailored for big data analytics, while others serve different use cases.