A company is integrating GitHub with Azure DevOps for CI/CD. What must happen first?
ACreate a GitHub action
BLink Azure DevOps to GitHub
CInstall GitHub CLI
DDeploy application to Azure
Explanation
To use GitHub with Azure DevOps, linking accounts is the crucial first step.
Q12
You are configuring OAuth for a GitHub application. What happens if the redirect URI is incorrect?
AAuthentication succeeds anyway
BUser sees an error page
CUser is authenticated on different app
DAuthentication token is generated
Explanation
An incorrect redirect URI results in an error, while the other options describe incorrect scenarios.
Q13
Which Azure service enables automated testing of applications using CI/CD pipelines?
AAzure DevOps
BAzure Automation
CAzure Functions
DAzure Load Balancer
Explanation
Azure DevOps provides CI/CD capabilities, while others serve different purposes.
Q14
A company needs to limit access to a specific Azure resource group while allowing full access to other resource groups. Which Azure feature facilitates this?
AResource Locks
BRole-Based Access Control (RBAC)
CManagement Groups
DAzure Policies
Explanation
RBAC allows granular resource access control, unlike the other options.
Q15
What happens when an Azure application gateway is configured with the Web Application Firewall (WAF) enabled?
ATraffic is unmonitored.
BApplication traffic is monitored for threats.
CWAF uses custom HTTP headers only.
DSSL certificates are ignored.
Explanation
WAF actively monitors and protects against threats, while other options are incorrect functionalities.
Q16
Which service is used for Azure CI/CD pipelines?
AAzure Pipelines
BAzure Functions
CAzure Blob Storage
DAzure SQL Database
Explanation
Azure Pipelines automates build and deployment; others serve different purposes.
Q17
A company needs to enforce policies on user access to resources. What Azure service should they utilize?
AAzure Active Directory
BAzure Functions
CAzure Logic Apps
DAzure App Service
Explanation
Azure Active Directory manages user access policies; the others do not focus on access management.
Q18
You are configuring a Virtual Network in Azure. What happens when you set a network security group (NSG) rule to deny all inbound traffic?
Which service integrates CI/CD pipelines with GitHub?
AAzure DevOps
BAzure Blob Storage
CAzure Functions
DAzure Virtual Machines
Explanation
Azure DevOps provides native CI/CD integration with GitHub, while the others are unrelated solutions.
Q20
A company needs to onboard developers with unique permissions in GitHub. What is the best practice?
ACreate separate accounts
BUse two-factor authentication
CImplement teams and roles
DAllow shared access
Explanation
Implementing teams and roles provides proper permission management, while the other options do not maintain unique permissions effectively.