Microsoft Azure
GitHub Administration
GH-100
Learn GitHub administration skills with the GH-100 exam.
141 questions
0 views
Free
Questions 81–90 of 141
You are configuring Azure Active Directory (AAD) for single sign-on. What happens when a user fails to authenticate?
-
A
User is redirected to login page
-
B
User receives automatic access
-
C
No indication of failure is shown
-
D
User is logged out automatically
Explanation
Users are typically redirected to retry authentication; the others incorrectly imply a lack of feedback or automatic access.
Which service allows for automated deployments from GitHub to Azure?
-
A
Azure DevOps
-
B
Azure Functions
-
C
Azure App Service
-
D
Azure Blob Storage
Explanation
Azure App Service enables automated deployments directly from GitHub, while the others do not specialize in deployment.
A company needs to prevent users from sharing their Azure subscriptions. What solution should they implement?
-
A
Conditional Access
-
B
Role-Based Access Control
-
C
Azure Monitor
-
D
Azure Security Center
Explanation
Role-Based Access Control (RBAC) restricts user permissions on subscriptions; the other options address different security concerns.
You are configuring GitHub Actions for a repository, and want to restrict access to secrets to specific branches. What should you do?
-
A
Use branch protections
-
B
Restrict secret permissions
-
C
Configure workflows carefully
-
D
Secrets are branch-specific
Explanation
Restricting secret permissions explicitly limits access, while other options do not effectively control secret visibility by branch.
Which service provides serverless computing in Azure?
-
A
Azure Functions
-
B
Azure Blob Storage
-
C
Azure Kubernetes Service
-
D
Azure Virtual Machines
Explanation
Azure Functions offers serverless architecture; other options are for different purposes.
A company needs automated code reviews in CI/CD pipelines. What should they integrate?
-
A
Azure DevOps
-
B
Static Web Apps
-
C
Azure Blob Storage
-
D
Azure App Service
Explanation
Azure DevOps provides built-in code review functionality; other options don't focus on code automation.
You are configuring access control for a new Azure resource. What happens if no role assignments are created?
-
A
Access is granted to all users
-
B
No access for any user
-
C
Only admins have access
-
D
Read access for everyone
Explanation
Without role assignments, access is denied; others incorrectly imply some form of access.
Which Azure service provides a platform for building data analytics solutions?
-
A
Azure Data Lake
-
B
Azure Functions
-
C
Azure VM
-
D
Azure Storage
Explanation
Azure Data Lake is built for analytics, while others serve different purposes.
A company needs to automate deployment pipelines in Azure with GitHub. What should they use?
-
A
Azure Repos
-
B
GitHub Actions
-
C
Logic Apps
-
D
Azure Functions
Explanation
GitHub Actions automates workflows right in GitHub, unlike other choices.
What happens when a pull request is merged in GitHub?
-
A
Changes are deleted
-
B
All branches are deleted
-
C
Changes are incorporated into the base branch
-
D
The pull request is undone
Explanation
Merging incorporates changes into the base branch, while others misrepresent the process.