Connect Your Services with Microsoft Azure Service Bus Week 2 Test prep Quiz Answers

Connect Your Services with Microsoft Azure Service Bus Week 2 Test prep Quiz Answers



In this article i am gone to share Coursera course: Connect Your Services with Microsoft Azure Service Bus Week 2 Test prep Quiz Answers with you..


Connect Your Services with Microsoft Azure Service Bus Week 2 Test prep Quiz Answers


Test prep Quiz Answers

Question 1)
You are developing a web application for your customer. Your customer wanted to decouple the application components using asynchronous communication. As per the business analyst, the order of messages is important as it represents the flow of data.
Which Azure service do you include in your development?

  • Azure Notification Hubs
  • Storage Queues
  • Event Grid
  • Service Bus

Question 2)
You are developing an e-commerce application. The application generates millions of orders and captures user behavior. Users must be informed as and when there is progress for their order. The application must support the sales and marketing team to analyze live user behavior.
Which Azure service should you use to support order processing?

  • Azure Service Bus
  • Azure Event Hubs
  • Azure Event Grid

Question 3)
You plan to use programmatically classes like QueueClient, a class that is included in a library of .NET classes that Microsoft provides and which you can use in any .NET Framework language to interact with Service Bus queue, topic, or Relay.
What should you do to make use of this library?

  • Nothing. These classes are automatically included in any development environment.
  • Install the Microsoft.Azure.ServiceBus NuGet package
  • Install a special software that Microsoft provides to use these classes.

Question 4)
The Azure Service Bus library makes async methods available for interacting with queues. Why it is best to use these methods?

  • To improve the security layer of the app
  • To avoid blocking a thread while waiting on calls to complete.
  • So those calls will be processed in order, one by one

Question 5)
You are developing an Azure messaging solution. You need to ensure that the solution meets the following requirements:

-   Provide transactional support.
-   Provide duplicate detection.
-   Store the messages for an unlimited period of time.

Which two technologies will meet the requirements?

  • Azure Service Bus Queue
  • Azure Storage Queue
  • Azure Service Bus Topic
  • Azure Event Hub

Question 6)
You are developing an Azure solution to collect point-of-sale (POS) device data from 2,000 stores located throughout the world. A single device can produce 2 megabytes (MB) of data every 24 hours. Each store location has one to five devices that send data. You must store the device data in Azure Blob storage. Device data must be correlated based on a device identifier. Additional stores are expected to open in the future. 

You need to implement a solution to receive the device data.
Solution: Provision an Azure Service Bus. Configure a topic to receive the device data by using a correlation filter.
Does the solution meet the goal?

  • Yes
  • No

Question 7)
You are developing an Azure Service application that processes queue data when it receives a message from a mobile application. Messages may not be sent to the service consistently. You have the following requirements:

-   Queue size must not grow larger than 80 gigabytes (GB).
-   Use first-in-first-out (FIFO) ordering of messages.
-   Minimize Azure costs.

You need to implement the messaging solution.
Solution: Use the .Net API to add a message to an Azure Service Bus Queue from the mobile application. Create an Azure Function App that uses an Azure Service Bus Queue trigger.
Does the solution meet the goal?

  • Yes
  • No





Post a Comment

0 Comments