Explanation
If an Azure Function times out, the execution stops immediately without completing; other options suggest continuous or automatic responses.
Q12
You are configuring Azure AD for Single Sign-On. What is the key requirement?
AUser must have a Microsoft account
BService must support SAML or OAuth
CApplication must be on-premises
DUser must authenticate manually
Explanation
Single Sign-On requires the application to support common protocols like SAML or OAuth; the other options do not involve necessary requirements.
Q13
What service provides unified billing for Azure services?
AAzure Cost Management
BAzure Marketplace
CAzure DevOps
DAzure Logic Apps
Explanation
Azure Cost Management consolidates billing, others do not.
Q14
A company needs to store sensitive data with encryption at rest. Which Azure service should they use?
AAzure Blob Storage
BAzure Cosmos DB
CAzure SQL Database
DAzure Queue Storage
Explanation
Azure SQL Database offers built-in encryption, while the others have different focus.
Q15
You are configuring Azure API Management. What happens if you set the subscription key requirement to 'required'?
APublic access granted for all APIs
BAPIs accessible without authentication
CUsers must provide a key to access APIs
DSubscriptions will be ignored
Explanation
Setting it to 'required' enforces key usage.
Q16
Which service is best for serverless computing in Azure?
AAzure Functions
BAzure Blob Storage
CAzure Virtual Machines
DAzure SQL Database
Explanation
Azure Functions is specifically designed for serverless architecture, while the others are full service offerings for storage and computing.
Q17
A company wants to secure its API by minimizing the chances of unauthorized access. What should they implement?
AAzure Active Directory Governance
BAPI Management with authentication
CStorage Account shared access signatures
DVirtual Network service endpoints
Explanation
API Management allows secure access via authentication, while the other options do not focus specifically on API security.
Q18
You are configuring an Azure Function with a timer trigger to run every day at 8 AM. What happens if the Azure Function is running when it is time to trigger again?
AIt will skip the trigger.
BIt will enqueue the trigger.
CIt will execute again immediately.
DIt will execute once the first ends.
Explanation
Timer triggers in Azure Functions support concurrent executions, so it will wait for the first execution to finish before starting another unless configured otherwise.
Q19
Which service is used for orchestration of microservices in Azure?
AAzure Kubernetes Service
BAzure Blob Storage
CAzure SQL Database
DAzure Web Apps
Explanation
Azure Kubernetes Service is specifically designed for orchestrating microservices with containers, while the others are used for storage or web hosting.
Q20
A company needs to implement a messaging system for decoupling services. Which Azure service should they use?
AAzure Functions
BAzure Event Hubs
CAzure Service Bus
DAzure Logic Apps
Explanation
Azure Service Bus is ideal for decoupling services via messaging, whereas the other options serve different purposes in Azure.