Which Azure service automates cloud resource deployment?
AAzure Resource Manager
BAzure DevOps
CAzure Functions
DAzure Blob Storage
Explanation
Azure Resource Manager provides template-based resource deployment, while the others serve different purposes.
Q102
A company needs to ensure compliance by monitoring access to sensitive files. Which Azure feature should they implement?
AAzure Blob Indexer
BAzure Activity Log
CAzure Monitor Alerts
DAzure Policy
Explanation
Azure Policy allows auditing for compliance while the others provide monitoring and logs without compliance enforcement.
Q103
You are configuring a virtual network with a subnet in Azure. What happens if you apply a Network Security Group (NSG) to the subnet?
AOnly outbound traffic is affected.
BOnly inbound traffic is affected.
CBoth inbound and outbound traffic are controlled.
DNo traffic control occurs.
Explanation
Applying an NSG to a subnet controls both inbound and outbound traffic, while the other options limit the scope incorrectly.
Q104
Which service allows for automated OS patching in Azure?
AAzure Automation
BAzure Monitor
CAzure Virtual Desktop
DAzure Functions
Explanation
Azure Automation provides built-in capabilities for OS patch management, while the other services do not.
Q105
A company needs a multi-region disaster recovery solution. Which should they implement?
AAzure Traffic Manager
BAzure Site Recovery
CAzure Load Balancer
DAzure Monitor
Explanation
Azure Site Recovery efficiently provides disaster recovery across regions, unlike the other options.
Q106
What happens when a Virtual Machine is set to be deallocated in Azure?
AData is lost permanently.
BVM retains its private IP.
CCompute resources are released.
DVM is deleted.
Explanation
Deallocating releases compute resources but retains VM configuration; other options are incorrect.
Q107
Which service helps automate resource management in Azure?
AAzure Logic Apps
BAzure Functions
CAzure Traffic Manager
DAzure Site Recovery
Explanation
Azure Logic Apps automates workflows, while others serve different purposes.
Q108
A company needs to migrate a large on-premises SQL database to Azure. Which service is recommended for minimal downtime?
AAzure Data Lake
BAzure SQL Database
CAzure Database Migration Service
DAzure Blob Storage
Explanation
Azure Database Migration Service supports minimal downtime migrations.
Q109
What happens when you create an Azure Virtual Machine with a managed disk and then delete that VM?
AManaged disk is deleted automatically
BManaged disk remains intact
CManaged disk is converted to unmanaged
DManaged disk is resized automatically
Explanation
Managed disks persist even after VM deletion, ensuring data retention.
Q110
Which service would you use to scale virtual machines automatically?
AAzure Load Balancer
BAzure Virtual Machine Scale Sets
CAzure Traffic Manager
DAzure App Service
Explanation
Azure Virtual Machine Scale Sets enable automatic scaling of VM instances, while the others focus on traffic management or load distribution.