Which service helps manage serverless applications in Azure?
AAzure Functions
BAzure DevOps
CAzure Kubernetes
DAzure Static Web Apps
Explanation
Azure Functions is designed for serverless applications; the others support different infrastructures.
Q122
A company needs to ensure that sensitive data is encrypted during its transit. Which Azure feature should they implement?
AAzure Active Directory
BAzure Blob Storage
CAzure Virtual Network
DAzure Application Gateway
Explanation
Azure Application Gateway provides TLS termination, ensuring encrypted data in transit; the others do not focus on data encryption during transit.
Q123
You are configuring a service that will read and write messages frequently. Which Azure service would be the most effective solution for managing these message deliveries?
AAzure SQL Database
BAzure Table Storage
CAzure Service Bus
DAzure Cosmos DB
Explanation
Azure Service Bus is specifically designed for message queueing; the others are components for data storage or databases without optimized messaging features.
Q124
Which service allows you to automate deployments in Azure?
AAzure DevOps
BAzure Storage
CAzure Functions
DAzure Virtual Machines
Explanation
Azure DevOps provides CI/CD pipelines for automation, while the others focus on different functionalities.
Q125
A company needs secure API management with throttling. Which service should they use?
AAzure API Management
BAzure Application Insights
CAzure Functions
DAzure Logic Apps
Explanation
Azure API Management offers throttling and security features, while the others serve different purposes.
Q126
What happens when you exceed your Azure Service Bus quota?
AMessages get automatically deleted
BNew messages are rejected
CService stops running
DService gets upgraded
Explanation
Exceeding the quota results in new messages being rejected, while the other options are incorrect responses.
Q127
Which service is best for serverless API development in Azure?
AAzure Functions
BAzure Virtual Machines
CAzure Kubernetes Service
DAzure SQL Database
Explanation
Azure Functions enables serverless compute for APIs, while others are not serverless solutions.
Q128
A company wants to ensure only certain applications can access its Azure Storage account. What should they implement?
AAzure Key Vault
BService Endpoints
CAzure Load Balancer
DAzure Traffic Manager
Explanation
Service Endpoints allow specified applications to access Azure Storage securely, while the others do not provide similar functionality.
Q129
What happens when a message is sent to a queue in Azure Service Bus?
AIt is deleted immediately.
BIt becomes invisible to receivers.
CIt is stored until received.
DIt triggers an Azure Function.
Explanation
Messages are stored in the queue until they are received, while the others describe incorrect behaviors.
Q130
Which service allows you to automate deployment pipelines in Azure?
AAzure DevOps
BAzure Monitor
CAzure Security Center
DAzure Functions
Explanation
Azure DevOps is designed for CI/CD pipelines, while others focus on monitoring or serverless functions.