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 131–140 of 150

Q131

A company needs to securely authenticate users for an application using Azure. What should they implement?

  • A Azure Blob Storage
  • B Azure Active Directory
  • C Azure CDN
  • D Azure Monitor
Explanation Azure Active Directory provides robust authentication mechanisms, unlike the other options.
Q132

What happens when you enable a public endpoint on an Azure SQL Database?

  • A Only authorized IPs can access it
  • B It's open to all public traffic
  • C It becomes unreachable
  • D Automatic security alerts are sent
Explanation Enabling a public endpoint opens access to anyone, unlike option A, which implies a restriction.
Q133

Which Azure service is used for event-driven serverless computing?

  • A Azure Functions
  • B Azure VMs
  • C Azure Blob Storage
  • D Azure App Services
Explanation Azure Functions allows for event-driven execution without managing servers, while other services require more management or are not serverless.
Q134

A company needs to store large amounts of unstructured data that can scale quickly. Which Azure storage solution should they use?

  • A Azure SQL Database
  • B Azure Blob Storage
  • C Azure Table Storage
  • D Azure Disk Storage
Explanation Azure Blob Storage is optimized for unstructured data and easy scaling unlike SQL Database which is for structured data.
Q135

You are configuring a Continuous Integration pipeline in Azure DevOps. What type of repository is recommended for optimal integration?

  • A Local Git Repository
  • B Azure Repos
  • C GitHub
  • D Azure Artifacts
Explanation Azure Repos provides native integration with Azure DevOps pipelines, while the local Git repository doesn’t support the same level of integration.
Q136

Which service is best for hosting static websites in Azure?

  • A Azure Blob Storage
  • B Azure Functions
  • C Azure SQL Database
  • D Azure Cache for Redis
Explanation Azure Blob Storage is optimized for static content, while others serve different purposes.
Q137

A company needs a continuous integration/continuous deployment pipeline. Which Azure service should they use?

  • A Azure App Service
  • B Azure DevOps
  • C Azure Logic Apps
  • D Azure Data Factory
Explanation Azure DevOps provides the necessary tools for CI/CD, while others focus on different functionalities.
Q138

What happens when you delete a Resource Group in Azure?

  • A Only VMs get deleted
  • B All resources are also deleted
  • C Resources are marked as inactive
  • D Only storage accounts remain
Explanation Deleting a Resource Group removes all resources within it, unlike other options which are incorrect.
Q139

Which Azure service provides a framework for building microservices?

  • A Azure Kubernetes Service
  • B Azure VM Scale Sets
  • C Azure App Service
  • D Azure Blob Storage
Explanation Azure Kubernetes Service is designed for microservices, while others focus on different infrastructures or storage solutions.
Q140

A company needs to secure its web applications hosted on Azure. What feature should they implement?

  • A Azure CDN
  • B Azure Firewall
  • C Azure Security Center
  • D Azure Blob Encryption
Explanation Azure Security Center offers comprehensive security management for applications, unlike the other options which are for different purposes.