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?
ANetwork Security Groups
BData Loss Prevention
CEncryption at Rest
DBackup 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?
AUser loses individual permissions
BUser gains group permissions
CUser's permissions reset
DUser 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?
AAzure Functions
BAzure VMs
CAzure Kubernetes Service
DAzure 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?
AAzure DevOps
BAzure Storage
CAzure SQL Database
DAzure 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?
AAccess is limited to that resource group
BAccess is granted across all resources
CUser cannot access any resources
DAccess 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?
AGitHub Actions
BGitHub Review
CGitHub Insights
DGitHub 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?
AGitHub Gists
BGitHub Secrets
CGitHub Repositories
DGitHub 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?
AJob always runs
BJob runs conditionally
CJob never runs
DJob fails immediately
Explanation
'if: false' prevents the job from executing; others suggest incorrect behaviors.
Q40
Which Azure service is primarily used for managing APIs?
AAzure API Management
BAzure Function Apps
CAzure Logic Apps
DAzure App Services
Explanation
Azure API Management allows you to create, publish, and manage APIs, while others focus on different functionalities.