You are configuring DevOps pipelines. Which service integrates best for IAM?
AAzure Key Vault
BAzure Active Directory
CAzure Storage
DAzure 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?
AAzure Firewall
BVPN Gateway
CNetwork Security Group
DApplication 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?
AAzure Kubernetes Service (AKS)
BAzure Functions
CAzure Blob Storage
DAzure 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?
APublic repositories
BEmail invitations
CAccess control settings
DGitHub 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?
APipeline continues with next job
BPipeline stops immediately
CFailed job retries automatically
DPipeline sends notifications only
Explanation
The pipeline stops immediately on job failure, unlike other options.
Q46
Which service automates scaling of applications based on demand?
AAzure Autoscale
BAzure CDN
CAzure Monitor
DAzure 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?
AAzure Blob Storage
BAzure SQL Database
CAzure Table Storage
DAzure Cosmos DB
Explanation
Azure Blob Storage is designed for unstructured data.
Q48
What happens when an Azure resource's billing exceeds the subscription limit?
AService is immediately canceled
BResource usage is throttled
CResource continues with overage charges
DNotification 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?
AAzure DevOps
BAzure Storage
CAzure Functions
DAzure 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?
ANetwork Security Groups
BAzure RBAC
CAzure Monitor
DAzure Firewall
Explanation
Azure RBAC is specifically designed for managing role-based access control, unlike the other options which focus on different aspects of security.