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 21–30 of 150

Q21

What happens when a user is granted a role and then has a deny assignment made to that role?

  • A The deny assignment prevails
  • B The role is completely overridden
  • C The user retains all permissions
  • D Permissions are reset to default
Explanation Deny assignments take precedence over granted roles, effectively blocking permissions to users.
Q22

Which Azure service provides managed Kafka for real-time data streams?

  • A Azure Event Hubs
  • B Azure Stream Analytics
  • C Azure Data Lake
  • D Azure Functions
Explanation Azure Event Hubs is designed for managing real-time data streams while the other options serve different purposes.
Q23

A company needs to manage permissions for their Azure resources dynamically based on user attributes. Which feature is best suited?

  • A Managed Identities
  • B Access Control (IAM)
  • C Role-Based Access Control (RBAC)
  • D Azure Policy
Explanation RBAC is specifically designed for attribute-based access control based on user roles while the others are general resource management features.
Q24

What happens when you delete a resource group in Azure?

  • A Only the resources are deleted
  • B Resources and tags are preserved
  • C All contained resources are deleted
  • D The deletion cannot be reversed
Explanation Deletions of resource groups in Azure result in all contained resources being deleted, while the other options suggest preservation or completeness errors.
Q25

Which Azure service is used for build automation?

  • A Azure DevOps
  • B Azure Functions
  • C Azure Logic Apps
  • D Azure Virtual Machines
Explanation Azure DevOps provides a complete CI/CD pipeline, while others serve different purposes.
Q26

A company needs a managed Kubernetes service. Which option should they choose?

  • A Azure Blob Storage
  • B Azure Bot Services
  • C Azure Kubernetes Service
  • D Azure App Service
Explanation Azure Kubernetes Service offers managed Kubernetes; others do not provide container orchestration.
Q27

What happens when you set a virtual machine's network interface to 'Deallocated'?

  • A Data is lost on the VM
  • B VM stops but retains settings
  • C Cloud services will stop
  • D IP address becomes static
Explanation Setting to 'Deallocated' stops the VM but keeps settings intact, while others describe actions that aren't correct.
Q28

Which service provides automatic scaling for web apps in Azure?

  • A Azure App Service
  • B Azure Functions
  • C Azure Kubernetes Service
  • D Azure Virtual Machines
Explanation Azure App Service automatically scales web apps, while others require manual configuration or are not focused solely on web apps.
Q29

A company needs to ensure its Azure storage accounts are secure. What feature restricts access based on IP address ranges?

  • A Network Security Groups
  • B Storage Account Firewalls
  • C Role-Based Access Control
  • D Azure Key Vault
Explanation Storage Account Firewalls enable restrictions based on IP addresses, unlike the other options which serve different security purposes.
Q30

You are configuring an Azure Logic App with a trigger. What happens if the trigger fails during execution?

  • A The Logic App stops processing immediately
  • B The Logic App retries the trigger
  • C The Logic App completes with warnings
  • D The Logic App executes a cleanup function
Explanation Azure Logic Apps have built-in retry policies for trigger failures, unlike the other options which do not describe the correct behavior.