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 31–40 of 150

Q31

Which service helps automate deployment in Azure?

  • A Azure DevOps
  • B Azure Blob Storage
  • C Azure Logic Apps
  • D Azure Functions
Explanation Azure DevOps provides CI/CD pipelines to automate deployment; the others do not focus on deployment automation.
Q32

A company needs to store sensitive data securely. Which policy should they implement?

  • A Network Security Groups
  • B Data Loss Prevention
  • C Encryption at Rest
  • D Backup Retention Policy
Explanation Encryption at Rest effectively secures sensitive data; the others do not directly encrypt data at rest.
Q33

You are configuring Azure AD. What happens when you assign a user to a group?

  • A User loses individual permissions
  • B User gains group permissions
  • C User's permissions reset
  • D User is deleted from Azure AD
Explanation Assigning a user to a group grants them all the permissions associated with that group; the other options are incorrect regarding user and permission management.
Q34

Which Azure service is best for managing serverless applications?

  • A Azure Functions
  • B Azure VMs
  • C Azure Kubernetes Service
  • D Azure App Services
Explanation Azure Functions enables serverless architecture, while the others are for traditional or managed services.
Q35

A company needs to implement a CI/CD pipeline that automates application testing and deployment. Which Azure service should they prioritize?

  • A Azure DevOps
  • B Azure Storage
  • C Azure SQL Database
  • D Azure Monitor
Explanation Azure DevOps is specifically designed for CI/CD, unlike the other services which have different purposes.
Q36

What happens when you assign a role to a user at the resource group level in Azure?

  • A Access is limited to that resource group
  • B Access is granted across all resources
  • C User cannot access any resources
  • D Access is temporary for 30 days
Explanation By assigning a role at the resource group level, access is restricted to the resources within that group only.
Q37

Which service is used for automated code reviews in GitHub?

  • A GitHub Actions
  • B GitHub Review
  • C GitHub Insights
  • D GitHub Payments
Explanation GitHub Actions automates workflows, including code reviews; others do not serve this purpose.
Q38

A company needs to manage secrets for their applications securely. Which GitHub feature should they use?

  • A GitHub Gists
  • B GitHub Secrets
  • C GitHub Repositories
  • D GitHub Discussions
Explanation GitHub Secrets securely stores sensitive information; the others do not provide secure storage.
Q39

You are configuring a new GitHub Actions workflow. What happens when you use 'if: false' in a job?

  • A Job always runs
  • B Job runs conditionally
  • C Job never runs
  • D Job fails immediately
Explanation 'if: false' prevents the job from executing; others suggest incorrect behaviors.
Q40

Which Azure service is primarily used for managing APIs?

  • A Azure API Management
  • B Azure Function Apps
  • C Azure Logic Apps
  • D Azure App Services
Explanation Azure API Management allows you to create, publish, and manage APIs, while others focus on different functionalities.