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 11–20 of 150

Q11

A company needs to integrate Azure CI/CD with GitHub repositories. What should they set up?

  • A Azure DevOps Services
  • B Azure Blob Storage
  • C Azure Batch
  • D Azure Logic Apps
Explanation Azure DevOps Services provides integrated CI/CD support for GitHub, while others do not focus on CI/CD integration.
Q12

What happens when a function in Azure Functions exceeds its timeout setting?

  • A Function continues running indefinitely
  • B Function is throttled until timeout expires
  • C Function is forcibly terminated
  • D Function logs an error and resumes
Explanation A function that exceeds its configured timeout is forcibly terminated, while other options don't accurately reflect the behavior.
Q13

Which service provides serverless computing in Azure?

  • A Azure Functions
  • B Azure App Service
  • C Azure Virtual Machines
  • D Azure Kubernetes Service
Explanation Azure Functions is a serverless compute service, while the others are not.
Q14

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

  • A Azure SQL Database
  • B Azure Blob Storage
  • C Azure Table Storage
  • D Azure Cosmos DB
Explanation Azure Blob Storage is designed for unstructured data, unlike the others which cater to structured data.
Q15

What happens when you disable a user account in Azure AD?

  • A User data is permanently deleted
  • B User cannot sign in only
  • C User access to applications is revoked
  • D User is able to view data
Explanation Disabling a user account revokes access to applications, but user data remains.
Q16

Which service is best for managing large datasets in Azure?

  • A Azure Blob Storage
  • B Azure Functions
  • C Azure Logic Apps
  • D Azure Cognitive Services
Explanation Azure Blob Storage efficiently handles large datasets, while the others serve different purposes like automation or AI features.
Q17

A company needs real-time analytics with minimal latency. Which Azure service should they implement?

  • A Azure Data Lake
  • B Azure Stream Analytics
  • C Azure SQL Database
  • D Azure Data Factory
Explanation Azure Stream Analytics provides the real-time analytics required, whereas the others focus more on batch processing or data storage.
Q18

What happens when a user is assigned multiple roles in Azure with overlapping permissions?

  • A The user loses all permissions.
  • B The user gains all unique permissions.
  • C The roles are ignored completely.
  • D The user must choose one role.
Explanation In Azure, users accumulate unique permissions from all roles assigned, which allows for more granular access control.
Q19

Which service provides automated scaling in Azure?

  • A Azure Functions
  • B Azure Blob Storage
  • C Azure SQL Database
  • D Azure DevOps
Explanation Azure Functions supports serverless compute and automated scaling, while the others serve different functions.
Q20

A company needs to securely share documents with external users. What should they use?

  • A Azure Blob Storage
  • B Azure Files
  • C SharePoint Online
  • D Azure VMs
Explanation SharePoint Online allows secure document sharing with external users, while the others do not focus on sharing with external parties.