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

Q41

You are configuring DevOps pipelines. Which service integrates best for IAM?

  • A Azure Key Vault
  • B Azure Active Directory
  • C Azure Storage
  • D Azure Monitor
Explanation Azure Active Directory is essential for managing identities and access control in DevOps; other services don't primarily focus on IAM.
Q42

A company needs to secure sensitive data in transit. Which Azure feature should they enable?

  • A Azure Firewall
  • B VPN Gateway
  • C Network Security Group
  • D Application Gateway
Explanation VPN Gateway encrypts data in transit, while other options provide different security features not specifically for data in transit.
Q43

Which service provides a fully managed Kubernetes platform?

  • A Azure Kubernetes Service (AKS)
  • B Azure Functions
  • C Azure Blob Storage
  • D Azure Redis Cache
Explanation Azure Kubernetes Service (AKS) manages Kubernetes clusters, while others do not.
Q44

A company needs to securely share a repository with outside collaborators. What should they use?

  • A Public repositories
  • B Email invitations
  • C Access control settings
  • D GitHub Issues
Explanation Access control settings allow secure sharing, while others lack security features.
Q45

You are configuring CI/CD in GitHub Actions. What happens when a job fails?

  • A Pipeline continues with next job
  • B Pipeline stops immediately
  • C Failed job retries automatically
  • D Pipeline sends notifications only
Explanation The pipeline stops immediately on job failure, unlike other options.
Q46

Which service automates scaling of applications based on demand?

  • A Azure Autoscale
  • B Azure CDN
  • C Azure Monitor
  • D Azure Firewall
Explanation Azure Autoscale automatically adjusts resources, while others do not.
Q47

A company needs to store large amounts of unstructured data. Which Azure service should they use?

  • A Azure Blob Storage
  • B Azure SQL Database
  • C Azure Table Storage
  • D Azure Cosmos DB
Explanation Azure Blob Storage is designed for unstructured data.
Q48

What happens when an Azure resource's billing exceeds the subscription limit?

  • A Service is immediately canceled
  • B Resource usage is throttled
  • C Resource continues with overage charges
  • D Notification is sent and deactivated
Explanation Resource continues with overage charges unless limited by a cap.
Q49

Which Azure service allows you to build, test, and deploy applications in the cloud?

  • A Azure DevOps
  • B Azure Storage
  • C Azure Functions
  • D Azure SQL Database
Explanation Azure DevOps provides a comprehensive platform for DevOps practices like CI/CD, while the others serve different specific purposes.
Q50

A company needs to manage user access to resources in Azure. Which feature should they use?

  • A Network Security Groups
  • B Azure RBAC
  • C Azure Monitor
  • D Azure Firewall
Explanation Azure RBAC is specifically designed for managing role-based access control, unlike the other options which focus on different aspects of security.