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 61–70 of 150

Q61

Which Azure service is primarily used for serverless computing?

  • A Azure Functions
  • B Azure Cosmos DB
  • C Azure VMs
  • D Azure Kubernetes Service
Explanation Azure Functions provides a serverless compute service, unlike the other choices that are dedicated to storage or container orchestration.
Q62

A company needs to analyze real-time streaming data. Which solution should they choose?

  • A Azure Blob Storage
  • B Azure Stream Analytics
  • C Azure Data Lake
  • D Azure Virtual Machines
Explanation Azure Stream Analytics specializes in real-time data analysis, while others serve different functions like data storage or computing.
Q63

You are configuring role assignments in Azure. What happens if a user is assigned multiple roles?

  • A One role overrides the other.
  • B All roles give combined permissions.
  • C Roles apply only in specific regions.
  • D Multi-role users have no additional permissions.
Explanation Azure combines all assigned roles' permissions to provide the user with a comprehensive access level, unlike the other options which imply restrictions or incorrect hierarchy.
Q64

Which service provides serverless compute in Azure?

  • A Azure Functions
  • B Azure VMs
  • C Azure App Service
  • D Azure SQL Database
Explanation Azure Functions is designed for serverless computing; VMs provide infrastructure, while App Service is for web apps and SQL Database is for relational data.
Q65

A company needs to manage access to a resource in a shared Azure environment. What should they use?

  • A Public IP addresses
  • B Azure Active Directory roles
  • C Azure Blocks
  • D Network Security Groups
Explanation Azure Active Directory roles effectively manage access; public IPs do not control permissions, and Azure Blocks is not a service.
Q66

You are configuring a virtual network in Azure. What happens when you set a subnet's IP address range that overlaps with another subnet?

  • A Both subnets become inactive
  • B No changes occur
  • C Azure allows the configuration
  • D Deployment fails with an error
Explanation Overlapping IP ranges in Azure results in a deployment failure; no changes occur, both remain inactive, and Azure does not allow the configuration.
Q67

Which service is best for hosting web applications in Azure?

  • A Azure App Service
  • B Azure Blob Storage
  • C Azure Functions
  • D Azure Virtual Machines
Explanation Azure App Service provides optimized hosting for web apps.
Q68

A company needs a secure way to share files while maintaining version history. Which Azure service should they choose?

  • A Azure SQL Database
  • B Azure DevOps Repos
  • C Azure Blob Storage
  • D Azure Data Lake
Explanation Azure DevOps Repos offers version control functionalities.
Q69

You are configuring a firewall in Azure. What happens when a rule with a higher priority is added?

  • A It overrides all existing rules.
  • B It becomes inactive until reviewed.
  • C It negates lower priority rules.
  • D It does not change existing rules.
Explanation Higher priority rules take precedence over lower ones.
Q70

Which service is primarily used for data lakes in Azure?

  • A Azure Data Lake Storage
  • B Azure Blob Storage
  • C Azure SQL Database
  • D Azure Cosmos DB
Explanation Azure Data Lake Storage is optimized for data lake scenarios, whereas others serve different purposes.