Microsoft Azure

GitHub Administration

GH-100

Learn GitHub administration skills with the GH-100 exam.

141 questions 0 views Free
Start Mock Test Timed · Full-length · Scored

Questions 31–40 of 141

Q31

Which service allows orchestration of serverless workflows in Azure?

  • A Azure Logic Apps
  • B Azure Functions
  • C Azure Data Factory
  • D Azure Kubernetes Service
Explanation Azure Logic Apps specializes in orchestrating workflows, unlike the other options.
Q32

A company needs to control access to its Azure resources based on user attributes. What should you implement?

  • A Conditional Access Policies
  • B RBAC Role Assignment
  • C Network Security Groups
  • D Managed Identities
Explanation Conditional Access Policies help in controlling access based on attributes, unlike the other options.
Q33

You are configuring Azure Policy to enforce tags on resources. What happens if a non-compliant resource is created?

  • A It will be deleted immediately.
  • B It will be allowed but flagged.
  • C It will be corrected automatically.
  • D It may be denied or flagged.
Explanation Non-compliant resources can be denied or flagged, but not deleted automatically.
Q34

Which Azure service is primarily used for hosting web applications?

  • A Azure App Service
  • B Azure Kubernetes Service
  • C Azure Functions
  • D Azure Storage
Explanation Azure App Service is designed for web hosting, while others serve different purposes.
Q35

A company needs to enforce multi-factor authentication for its users in Azure AD. What should they configure?

  • A Conditional Access
  • B Network Security Groups
  • C Azure Sentinel
  • D Azure Firewall
Explanation Conditional Access policies enable MFA enforcement, unlike the other options that serve different functions.
Q36

What happens when a virtual machine in Azure is shut down from within the OS, rather than through the Azure portal?

  • A VM stops consuming billing
  • B Data on the VM is lost
  • C VM continues running in Azure
  • D VM remains in a stopped state
Explanation The VM goes to a stopped state rather than being deallocated, which still incurs costs, unlike stopping through the portal which fully releases resources.
Q37

Which service is best for hosting static websites in Azure?

  • A Azure Blob Storage
  • B Azure SQL Database
  • C Azure Functions
  • D Azure Virtual Machines
Explanation Azure Blob Storage is optimized for serving static content, unlike the other services listed.
Q38

A company needs to automate deployment of their Azure resources using code. What should they use?

  • A Azure DevOps
  • B Azure Key Vault
  • C Azure Monitor
  • D Azure Security Center
Explanation Azure DevOps provides CI/CD pipelines for automation, while others serve different purposes.
Q39

You are configuring Azure Policy for resource compliance. What happens when a non-compliant resource is created?

  • A It is automatically deleted
  • B It remains but is flagged
  • C It causes a deployment error
  • D It reverts to compliant state
Explanation Non-compliant resources are flagged but not deleted, unlike the options suggesting automatic deletion or reversion.
Q40

What happens when a user is assigned multiple roles in Azure AD?

  • A All roles are applied consistently.
  • B The most permissive role is applied.
  • C The least permissive role is applied.
  • D Conflicts are resolved automatically.
Explanation Azure AD applies the most permissive role among assigned roles; other options misrepresent role resolution behavior.