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 41–50 of 150

Q41

A company needs to store sensitive data securely in Azure. What storage solution should they use?

  • A Azure Blob Storage
  • B Azure Files
  • C Azure Key Vault
  • D Azure Table Storage
Explanation Azure Key Vault is designed for secure storage of sensitive information, unlike the other storage options.
Q42

What happens when an Azure Virtual Machine's cost reaches its spending cap?

  • A The VM automatically shuts down
  • B The performance reduces to free tier
  • C Billing stops but VM continues running
  • D The VM is suspended until the next month
Explanation When the spending cap is reached, the VM shuts down to prevent further charges, unlike the other options which are not applicable.
Q43

Which Azure service facilitates serverless computing?

  • A Azure Functions
  • B Azure VMs
  • C Azure App Service
  • D Azure SQL Database
Explanation Azure Functions provides event-driven serverless computing, while others require more management.
Q44

You are configuring Azure Backup for a VM. What must you ensure first?

  • A VM is in a resource group
  • B Backup vault is created
  • C VM is stopped
  • D Backup software is installed
Explanation A backup vault must exist to store the backups before configuring Azure Backup.
Q45

What happens when you scale a Standard Azure SQL Database up to Premium?

  • A Data is lost during scaling
  • B Performance increases without downtime
  • C Scaling requires a server reboot
  • D You must delete the database first
Explanation Scaling up improves performance and can be done without downtime.
Q46

Which service provides scalable cloud storage on Azure?

  • A Azure Blob Storage
  • B Azure SQL Database
  • C Azure Kubernetes Service
  • D Azure Functions
Explanation Azure Blob Storage is specifically designed for unstructured data storage, while the others serve different purposes.
Q47

A company needs to automate the deployment of multiple resources on Azure. Which service should they use?

  • A Azure Logic Apps
  • B Azure Automation
  • C Azure DevOps
  • D Azure Functions
Explanation Azure DevOps provides tools for CI/CD, which assist in automatic deployments, while others focus on different automation aspects.
Q48

You are configuring Azure Active Directory for single sign-on. What happens if user authentication fails?

  • A User is automatically logged in
  • B User receives an authentication error
  • C User data is deleted
  • D User is redirected to a homepage
Explanation If authentication fails, the system will notify the user with an error, while the other options misrepresent the behavior during a failure.
Q49

Which service allows you to automate application deployments in Azure?

  • A Azure DevOps
  • B Azure Functions
  • C Azure Logic Apps
  • D Azure Blob Storage
Explanation Azure DevOps provides CI/CD capabilities for deployments; the others serve different purposes.
Q50

A company needs to securely manage user permissions in Azure. Which feature should they use?

  • A Role-Based Access Control
  • B Network Security Groups
  • C Azure Monitor
  • D Application Insights
Explanation Role-Based Access Control manages user permissions; the other options relate to security monitoring and analysis.