AWS Exams GCP Exams Azure Exams GitHub Exams Jira Exams ISC2 Exams

Video: You develop software solutions for a mobile azure video

Question 1 Be Honest
« Back   Next azure az-204-developer-associate Exam Question »
Answer

Full Certification Question

You develop software solutions for a mobile delivery service. You are developing a mobile app that users can use to order from a restaurant in their area. The app uses the following workflow: A driver selects the restaurants for which they will deliver orders. Orders are sent to all available drivers in an area. Only orders for the selected restaurants will appear for the driver. The first driver to accept an order removes it from the list of available orders. You need to implement an Azure Service Bus solution. Which three actions should you perform in sequence? Actions Create a Service Bus topic for each restaurant for which a driver can receive messages. Create a single Service Bus Namespace. Create a single Service Bus subscription. Create a Service Bus Namespace for each restaurant for which a driver can receive messages. Create a single Service Bus topic. Create a Service Bus subscription for each restaurant for which a driver can receive orders.