Microsoft Azure
Designing Microsoft Azure Infrastructure Solutions
AZ-305
Popular
Prepare for the AZ-305 exam to validate your skills in designing Azure infrastructure solutions.
144 questions
0 views
Free
Questions 61–70 of 144
Which service is best for orchestrating containerized applications?
-
A
Azure Kubernetes Service
-
B
Azure Functions
-
C
Azure Blob Storage
-
D
Azure SQL Database
Explanation
Azure Kubernetes Service is designed for container orchestration, while the other options serve very different purposes.
A company needs to securely store sensitive customer data. What is the best approach?
-
A
Azure Blob Storage with encryption
-
B
Azure Virtual Machines with public IPs
-
C
Azure SQL Database without encryption
-
D
Storing data on local servers
Explanation
Azure Blob Storage with encryption protects data at rest, unlike the other options which lack security measures.
What happens when you delete an Azure resource group?
-
A
All resources are permanently deleted
-
B
Only empty resource groups are deleted
-
C
Resources are moved to another group
-
D
It triggers a rollback action
Explanation
Deleting a resource group permanently deletes all resources within it, while the others provide incorrect information.
Which service is best for automating Azure resource management?
-
A
Azure Automation
-
B
Azure Functions
-
C
Azure DevOps
-
D
Azure Logic Apps
Explanation
Azure Automation streamlines resource management; the others serve different purposes.
A company needs to connect its on-premises network to Azure securely. What should they use?
-
A
VPN Gateway
-
B
ExpressRoute
-
C
Application Gateway
-
D
Load Balancer
Explanation
ExpressRoute provides a private, secure connection; VPN Gateway offers encryption but is public.
What happens when you increase the size of an Azure Blob Storage account?
-
A
All existing blobs are deleted
-
B
Performance automatically increases
-
C
No impact on existing data
-
D
Costs are reduced
Explanation
Increasing size does not alter existing data; the other options are false ramifications of resizing.
Which service is best for integrating on-premises data with Azure applications?
-
A
Azure Data Factory
-
B
Azure Blob Storage
-
C
Azure Functions
-
D
Azure SQL Database
Explanation
Azure Data Factory excels in data integration.
A company needs to minimize costs while maintaining high availability for a web application in Azure. Which option should they choose?
-
A
Use a single virtual machine
-
B
Deploy Azure App Service Plan
-
C
Implement Azure Load Balancer
-
D
Create Azure Virtual Machine Scale Set
Explanation
Scale Sets automatically manage VMs for cost and availability.
You are configuring an Azure Resource Group. What happens when you delete the resource group?
-
A
Only marked resources are deleted
-
B
All resources in group are deleted
-
C
Resources can be restored later
-
D
Only resource group metadata is removed
Explanation
Deleting a resource group removes all resources within it.
Which service is used for distributed messaging in Azure?
-
A
Azure App Service
-
B
Azure Service Bus
-
C
Azure Functions
-
D
Azure Storage
Explanation
Azure Service Bus is designed for messaging between applications, unlike the others which serve different purposes.