A company needs to host a web app that will automatically scale based on traffic. Which Azure service should they choose?
AAzure Blob Storage
BAzure App Service
CAzure SQL Database
DAzure Virtual Network
Explanation
Azure App Service automatically scales web apps based on traffic; the others serve different purposes without autoscaling for apps.
Q72
What happens when a Virtual Network (VNet) is deleted in Azure?
AAll associated resources are deleted.
BResources remain but lose connectivity.
CResource groups are deleted.
DNothing; it’s non-destructive.
Explanation
Deleting a VNet removes all associated resources; resources lose connectivity does not apply as they are removed entirely, while the other options are incorrect.
Q73
Which Azure service is best for managing APIs?
AAzure API Management
BAzure Traffic Manager
CAzure Load Balancer
DAzure Front Door
Explanation
Azure API Management provides features for API creation, analysis, and management, making it ideal for managing APIs. The other options serve different networking purposes.
Q74
A company needs to implement a solution for temporary data storage that can scale rapidly and ensure low latency. Which service should they choose?
AAzure Blob Storage
BAzure SQL Database
CAzure Table Storage
DAzure Redis Cache
Explanation
Azure Redis Cache is designed for high-speed data access and scalability, perfect for temporary data. The others serve different purposes for longer-term storage.
Q75
You are configuring access to an Azure resource. What happens when you assign a role at the resource group level?
ARoles apply to all child resources
BNo roles are inherited
COnly specific resources are affected
DRoles apply only to the resource group
Explanation
Assigning a role at the resource group level allows it to inherit down to all child resources within that group. Other options misrepresent the inheritance model in Azure RBAC.
Q76
Which service is used for machine learning on Azure?
AAzure Machine Learning
BAzure DevOps
CAzure Functions
DAzure Logic Apps
Explanation
Azure Machine Learning specifically supports machine learning activities, while others serve different purposes.
Q77
A company needs to create a secure connection between their on-premises data center and Azure. Which service should they use?
AAzure VPN Gateway
BAzure Load Balancer
CAzure Blob Storage
DAzure Traffic Manager
Explanation
Azure VPN Gateway establishes secure connections, while the others do not focus on secure connectivity.
Q78
What happens when you set a virtual machine's size to a lower SKU with existing workloads?
AWorkloads continue without impact
BVM will automatically restart
CWorkloads may fail due to resource shortage
DBilling decreases immediately
Explanation
Reducing VM size can starve workloads of necessary resources, leading to potential failures or performance issues.
Q79
Which Azure service is primarily used for content delivery?
AAzure CDN
BAzure Blob Storage
CAzure Virtual Machines
DAzure SQL Database
Explanation
Azure CDN delivers content globally with low latency; other options do not focus specifically on content delivery.
Q80
A company needs to store vast amounts of unstructured data. Which Azure service should they consider?
AAzure File Storage
BAzure Blob Storage
CAzure Cosmos DB
DAzure SQL Database
Explanation
Azure Blob Storage is designed for unstructured data; other options are less suited for this requirement.