A company needs to store large amounts of unstructured data efficiently. Which Azure service should they use?
AAzure SQL Database
BAzure Blob Storage
CAzure Table Storage
DAzure Cosmos DB
Explanation
Azure Blob Storage is optimized for unstructured data, unlike SQL databases.
Q12
What happens when a resource group is deleted in Azure?
AOnly resources are deleted
BAccess permissions are revoked
CAll resources within it are deleted
DResource group cannot be deleted
Explanation
All resources within a deleted resource group are also deleted.
Q13
Which Azure service is best for serverless computing?
AAzure Functions
BAzure Virtual Machines
CAzure Kubernetes Service
DAzure Blob Storage
Explanation
Azure Functions offers a serverless compute service, while VMs and AKS are for managed infrastructure.
Q14
A company needs to analyze large datasets in real-time. Which Azure service should they use?
AAzure SQL Database
BAzure Synapse Analytics
CAzure Blob Storage
DAzure Archive Storage
Explanation
Azure Synapse Analytics enables real-time analytics on large datasets, while the others serve different purposes.
Q15
What happens when you delete a resource group in Azure?
AOnly the resources are deleted
BResources are retained in another group
CAll resources in it are deleted
DIt triggers data loss prevention
Explanation
Deleting a resource group deletes all resources in it, while the others imply incorrect behavior.
Q16
Which Azure service is best for event-driven applications?
AAzure Functions
BAzure Virtual Machines
CAzure SQL Database
DAzure Blob Storage
Explanation
Azure Functions supports serverless event-driven executions; others are not designed for this purpose.
Q17
A company needs to maintain compliance with data privacy regulations across multiple Azure regions. Which feature should they use?
AAzure Policy
BAzure Logic Apps
CAzure Site Recovery
DAzure Traffic Manager
Explanation
Azure Policy aids in enforcing compliance policies; others do not specifically address compliance management.
Q18
You are configuring an Azure Virtual Network. What happens if you set the address range overlap with another network?
AConfiguration will succeed without errors.
BConfiguration will fail due to a conflict.
COnly virtual machines will be affected.
DTraffic will automatically reroute through a gateway.
Explanation
Azure prevents overlapping address ranges to avoid networking issues; other options would mislead the behavior of networking configurations.
Q19
A company needs to improve their disaster recovery strategy. Which Azure service can they use to replicate and restore their on-premises data?
AAzure Site Recovery
BAzure Logic Apps
CAzure DevOps
DAzure Functions
Explanation
Azure Site Recovery provides disaster recovery by replicating data, while the others serve different purposes.
Q20
What happens when you delete a resource group in Azure?
AAll resources in the group are deleted
BResources are moved to another group
COnly permissions are removed
DIt cannot be recovered
Explanation
Deleting a resource group permanently deletes all resources within it, whereas options B, C, and D are incorrect.