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 81–90 of 150

Q81

What happens when an Azure subscription reaches its service limit for virtual machines?

  • A Machines automatically scale up.
  • B Resource creation fails with an error.
  • C Billing stops until limits reset.
  • D Existing VMs are deleted automatically.
Explanation Resource creation fails when limits are reached, while other options are incorrect implications of the limit.
Q82

Which service is used for managing Azure virtual networks?

  • A Azure Virtual Network
  • B Azure Load Balancer
  • C Azure DevOps
  • D Azure Monitor
Explanation Azure Virtual Network is specifically designed for managing virtual networks, whereas the other services have different purposes.
Q83

A company needs to deploy applications that can automatically scale based on user demand. What Azure service should they use?

  • A Azure Functions
  • B Azure Blob Storage
  • C Azure SQL Database
  • D Azure Virtual Machines
Explanation Azure Functions enables serverless applications that can scale automatically, while the other options do not provide automatic scaling capabilities.
Q84

You are configuring an Azure AD application and need to require multi-factor authentication for specific users. What should you implement?

  • A Azure AD Conditional Access
  • B Azure AD B2B
  • C Azure Key Vault
  • D Azure Policy
Explanation Azure AD Conditional Access is specifically designed to enforce conditions like multi-factor authentication, while the other options serve different purposes.
Q85

Which service is best for orchestrating multiple Azure services?

  • A Azure Logic Apps
  • B Azure Virtual Machines
  • C Azure Blob Storage
  • D Azure SQL Database
Explanation Azure Logic Apps provides integration and automation capabilities for multiple services, while the others are specific services with different purposes.
Q86

A company needs to implement fine-grained access control. What should they use?

  • A Azure Role-Based Access Control (RBAC)
  • B Azure Active Directory Groups
  • C Azure Policy
  • D Azure Resource Manager Tags
Explanation Azure RBAC allows detailed permission settings, whereas the others provide broader or less specific control.
Q87

You are configuring a virtual network. What happens when you enable Service Endpoints?

  • A Enhances security for subnet resources
  • B Adds public IPs to the resources
  • C Disables compliance features
  • D Increases latency for network traffic
Explanation Service Endpoints secure connectivity to Azure services, while others incorrectly imply negative impacts or unrelated features.
Q88

Which Azure service is primarily used for serverless computing?

  • A Azure Functions
  • B Azure VMs
  • C Azure SQL Database
  • D Azure Blob Storage
Explanation Azure Functions provides a serverless environment, while others are traditional services.
Q89

A company needs to monitor the performance of its Azure resources in real-time. Which service should they use?

  • A Azure Monitor
  • B Azure Backup
  • C Azure Cost Management
  • D Azure Active Directory
Explanation Azure Monitor is specifically designed for performance tracking, unlike the other services.
Q90

What happens when a user is assigned both Reader and Contributor roles in Azure?

  • A Reader role overrides Contributor role
  • B User has both access levels
  • C Access is denied
  • D Only Contributor role applies
Explanation The user accumulates permissions from both roles, providing comprehensive access.