Coursera Answers

Connect Your Services with Microsoft Azure Service Bus Coursera Quiz Answers

In this article i am gone to share Coursera course: Connect Your Services with Microsoft Azure Service Bus All Weeks Quiz Answers with you.. | Connect Your Services with Microsoft Azure Service Bus Coursera Quiz Answers

Enrol Link:ย  Connect Your Services with Microsoft Azure Service Bus

Connect Your Services with Microsoft Azure Service Bus Coursera Quiz Answers


 

Week 1 Quiz Answers

Knowledge check

Question 1)
In the terminology of distributed applications, which of the following are characteristics of messages? Select all that apply.

  • A message contains the data itself, not just a reference to that data.
  • A message contains raw data, produced by one component, that will be consumed by another component.
  • The sending component expects the message content to be processed in a certain way by the destination component.
  • The destination component can process the message content in any way.

Question 2)
In the terminology of distributed applications, which of the following characteristic do not apply to events:

  • The event may be sent to multiple receivers or none at all.
  • The publisher of the event expects a response regarding the action a receiving component takes.
  • An event is a lightweight notification that indicates that something happened.

Question 3)
What is the difference between Service Bus Queues and Service Bus Topics?

  • Service Bus Topics can have multiple subscribers.
  • Service Bus Queues can have multiple subscribers.
  • There is no difference between them.

Question 4)
You plan on building an Azure solution that will guarantee an audit trail of all messages that pass through a queue. Which Azure service is best to use, in this scenario?

  • Queue Storage
  • Service Bus Topics
  • Service Bus Queues

Question 5)
In Azure Event Grid, what do Topics refer to?

  • To the endpoint or built-in mechanism to route events, sometimes to multiple handlers
  • To the action that happens
  • To the endpoint where publishers send events.

 

Visit this link:ย  Connect Your Services with Microsoft Azure Service Bus Week 1 Test prep Quiz Answers

 


 

Week 2 Quiz Answers

Knowledge check

Question 1)
In which ways can an Azure Service Bus exchange messages?

  • Topics
  • Relays
  • Queues

Question 2)
What is a queue?

  • A simple temporary storage location for messages
  • An object that performs synchronous, two-way communication between applications
  • A service that ensures that messages can be delivered to multiple receivers

Question 3)
True or False?
A relay is an object that performs asynchronous, two-way communication between applications.

  • True
  • False

Question 4)
In what order does an Azure Service Bus queue handle messages?

  • LIFO (Last-In-First-Out)
  • FIFO (First-In-First-Out)
  • The order can be set

Question 5)
You plan on building an Azure solution in which you expect the queue to exceed 80GB in size. Which Azure service is best to use, in this scenario?

  • Service Bus Queues
  • Service Bus Relays
  • Queue Storage

 

Visit this link:ย  Connect Your Services with Microsoft Azure Service Bus Week 2 Test prep Quiz Answers

 


 

Week 3 Quiz Answers

Knowledge check

Question 1)
You plan on creating an Azure Storage Account that will contain queues. Which type of Storage Account can you consider? Select all options that apply.

  • General-Purpose Storage Accounts v2
  • Blob Storage Accounts
  • General-Purpose Storage Accounts v1

Question 2)
Which authorization methods can you use to successfully make requests to a queue? Select all options that apply.

  • Shared Access Signature
  • Azure Active Directory
  • Service Credentials
  • Shared Key

Question 3)
You are developing an application that needs programmatic access to your queue. Which type from the Azure Storage Client Library for .NET represents a queue instance?

  • CloudStorageAccount
  • CloudQueue
  • CloudQueueClient

Question 4)
You are developing an application that needs to programmatically send a message from a queue. Which object should you instantiate to perform this action?

  • CloudQueue
  • CloudQueueClient
  • CloudQueueMessage

Question 5)
Which pieces of information do you need to access a queue? Select all options that apply.

  • Storage Account Name
  • Queue Name
  • Shared Key
  • Authorization Token

 

Visit this link:ย  Connect Your Services with Microsoft Azure Service Bus Week 3 Test prep Quiz Answers

 


 

Week 4 Quiz Answers

Knowledge check

Question 1)
True or False?
Azure Event Hubs is a cloud-based, event-processing service that can receive and process millions of events per second.

  • False
  • True

Question 2)
You plan on using Azure Event Hubs and you want to make sure that the messages will remain available for 5 days even if the data stream needs to be replayed for any reason. Which parameter should you configure?

  • Set the Partition Count parameter to 5.
  • No parameter needs to be set. This will be ensured by default.
  • Set the Message Retention parameter to 5.

Question 3)
You plan on configuring an application to send messages to Event Hub. Which information is needed so that the application can create connection credentials?

  • Event Hub Namespace name
  • Event Hub name
  • Storage Account connection string
  • Shared Access Policy name
  • Primary Shared Access key

Question 4)
You plan on using the Azure CLI to retrieve the storage account key from an Azure Storage Account. Which command should you use?

  • az storage account show-connection-string
  • az list key storage account
  • az storage account key list
  • az show-connection-string storage account

Question 5)
You are using Azure Event Hubs and you suspect that the throughput exceeds unit usage. To which metric should you pay attention?

  • Throttled Requests
  • Incoming/Outgoing Bytes
  • Active Connections

 

Knowledge Check – Ungraded Quiz

Question 1)
True or False?
Event Grid is a service that manages the routing and delivery of events from many sources and subscribers.

  • False
  • True

Question 2)
Which of the following are some of the main advantages of using Event Grid? Select all options that apply.

  • It increases security
  • It supports custom events
  • It can filter events
  • Its throughput is high

Question 3)
You plan on using Event Grid to call a custom endpoint outside Azure. Whatโ€™s the best way of achieving this?

  • Create an Azure Functions event handler that will trigger a script that will call the custom endpoint.
  • Create a webhook handler to call the custom endpoint.
  • Create an Azure Automation event handler that will trigger a script that will call the custom endpoint.

Question 4)
You built a mechanism for your environment that will trigger a logic app by using Event Grid. What do you need to do to run actions based on whether the data meets some parameters?

  • Build actions
  • Build a recurrence
  • Build conditional statements

Question 5)
Which of the following is a view that enables you to edit the JSON configuration of a logic app?

  • Code View
  • Programmer view
  • Designer

 

Visit this link:ย  Connect Your Services with Microsoft Azure Service Bus Week 4 Test prep Quiz Answers

 


 

Week 5 Quiz Answers

Visit this link:ย  Connect Your Services with Microsoft Azure Service Bus Week 5 Course Practice Exam Answers