Which service is used to create serverless applications in Azure?
AAzure Functions
BAzure App Service
CAzure Blob Storage
DAzure Virtual Machines
Explanation
Azure Functions is specifically designed for serverless applications, while others serve different purposes.
Q32
A company needs to store sensitive data and ensure compliance with GDPR. Which Azure service should they use?
AAzure Blob Storage
BAzure SQL Database
CAzure Table Storage
DAzure Data Lake Storage
Explanation
Azure SQL Database supports advanced security features, necessary for GDPR compliance, unlike the others.
Q33
What happens when an Azure Function is set to run on a timer trigger every hour?
AIt runs every minute.
BIt runs every hour.
CIt requires manual execution.
DIt runs only once.
Explanation
A timer trigger configured for hourly execution ensures the function runs at that interval, not more or less.
Q34
Which service automatically scales based on demand?
AAzure App Service
BAzure Virtual Machines
CAzure Functions
DAzure Blob Storage
Explanation
Azure Functions can auto-scale based on load, while other options require manual scaling.
Q35
A company needs to create a workflow that triggers alerts when specific events occur in Azure resources. Which service should they use?
AAzure Logic Apps
BAzure Automation
CAzure Data Factory
DAzure DevOps
Explanation
Azure Logic Apps is designed for event-driven workflows and integrations, unlike the other options.
Q36
What happens when you configure an Azure Function with a premium plan?
AIt becomes stateless.
BIt can use VNET integration.
CIt limits execution time.
DIt disables auto-scaling.
Explanation
Premium plans allow VNET integration, while other options misrepresent function capabilities.
Q37
Which Azure service is primarily used for message queuing?
AAzure Service Bus
BAzure Blob Storage
CAzure Cosmos DB
DAzure VPN Gateway
Explanation
Azure Service Bus is specifically designed for reliable message queuing, while the others serve different purposes.
Q38
A company needs to securely store application secrets, which Azure service should they use?
AAzure Key Vault
BAzure Blob Storage
CAzure Virtual Machines
DAzure SQL Database
Explanation
Azure Key Vault is designed for managing application secrets securely, whereas the others do not focus on secret management.
Q39
What happens when a running Azure Function times out?
AFunction continues running in background
BFunction returns error response immediately
CFunction restarts from the beginning
DFunction execution is silently terminated
Explanation
An Azure Function that times out is terminated without any additional notification, while the other options misrepresent function behavior.
Q40
Which service is best for running event-driven architectures in Azure?
AAzure Functions
BAzure Logic Apps
CAzure App Service
DAzure Virtual Machines
Explanation
Azure Functions is designed for event-driven architectures, while others serve different purposes.