A company needs to store sensitive data securely in Azure. What storage solution should they use?
AAzure Blob Storage
BAzure Files
CAzure Key Vault
DAzure Table Storage
Explanation
Azure Key Vault is designed for secure storage of sensitive information, unlike the other storage options.
Q42
What happens when an Azure Virtual Machine's cost reaches its spending cap?
AThe VM automatically shuts down
BThe performance reduces to free tier
CBilling stops but VM continues running
DThe VM is suspended until the next month
Explanation
When the spending cap is reached, the VM shuts down to prevent further charges, unlike the other options which are not applicable.
Q43
Which Azure service facilitates serverless computing?
AAzure Functions
BAzure VMs
CAzure App Service
DAzure SQL Database
Explanation
Azure Functions provides event-driven serverless computing, while others require more management.
Q44
You are configuring Azure Backup for a VM. What must you ensure first?
AVM is in a resource group
BBackup vault is created
CVM is stopped
DBackup software is installed
Explanation
A backup vault must exist to store the backups before configuring Azure Backup.
Q45
What happens when you scale a Standard Azure SQL Database up to Premium?
AData is lost during scaling
BPerformance increases without downtime
CScaling requires a server reboot
DYou must delete the database first
Explanation
Scaling up improves performance and can be done without downtime.
Q46
Which service provides scalable cloud storage on Azure?
AAzure Blob Storage
BAzure SQL Database
CAzure Kubernetes Service
DAzure Functions
Explanation
Azure Blob Storage is specifically designed for unstructured data storage, while the others serve different purposes.
Q47
A company needs to automate the deployment of multiple resources on Azure. Which service should they use?
AAzure Logic Apps
BAzure Automation
CAzure DevOps
DAzure Functions
Explanation
Azure DevOps provides tools for CI/CD, which assist in automatic deployments, while others focus on different automation aspects.
Q48
You are configuring Azure Active Directory for single sign-on. What happens if user authentication fails?
AUser is automatically logged in
BUser receives an authentication error
CUser data is deleted
DUser is redirected to a homepage
Explanation
If authentication fails, the system will notify the user with an error, while the other options misrepresent the behavior during a failure.
Q49
Which service allows you to automate application deployments in Azure?
AAzure DevOps
BAzure Functions
CAzure Logic Apps
DAzure Blob Storage
Explanation
Azure DevOps provides CI/CD capabilities for deployments; the others serve different purposes.
Q50
A company needs to securely manage user permissions in Azure. Which feature should they use?
ARole-Based Access Control
BNetwork Security Groups
CAzure Monitor
DApplication Insights
Explanation
Role-Based Access Control manages user permissions; the other options relate to security monitoring and analysis.