exam questions

Exam MB-400 All Questions

View all questions & answers for the MB-400 exam

Exam MB-400 topic 1 question 1 discussion

Actual exam question from Microsoft's MB-400
Question #: 1
Topic #: 1
[All MB-400 Questions]

HOTSPOT -
A company is building a new model-driven app.
The app must integrate with a number of on-premises and cloud solutions. No VPNs are in place.
You need to determine the method for each integration.
Which methods should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: Webhook -
With Common Data Service, you can send data about events that occur on the server to a web application using webhooks. Webhooks is a lightweight HTTP pattern for connecting Web APIs and services with a publish/subscribe model.

Box 2: Azure Event Hub -
Azure Event Hubs is a big data pipeline. It facilitates the capture, retention, and replay of telemetry and event stream data. The data can come from many concurrent sources.
It has the following characteristics:
✑ low latency
✑ capable of receiving and processing millions of events per second
✑ at least once delivery

Box 3: Plugin -
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/use-webhooks https://docs.microsoft.com/en-us/azure/event-grid/compare-messaging-services

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
DaneP
Highly Voted 4 years, 10 months ago
So we know the first one is not Azure service bus because they ask for synchronous.Service Bus is only asynchronous. 1.Webhook is the most obvious. https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/use-webhooks#create-or-configure-a-service-to-consume-webhook-requests Next I would say 2.Azure Service bus Azure Service Bus works for high scale processing, and provides a full queueing mechanism if Common Data Service is pushing many events. Webhooks can only scale to the point at which your hosted web service can handle the messages. Last one is Azure Event Hub They want a hybrid. Streaming and event-based solutions are supported, for both on-premises and Azure cloud processing. https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-about https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/plug-ins
upvoted 15 times
...
sgupta1985
Highly Voted 4 years, 7 months ago
What is the correct answer guys, there is a lot of speculation in this discussion!
upvoted 5 times
...
metyh
Most Recent 4 years, 1 month ago
1.webhook, 2.servicebus and 3.plug-in
upvoted 2 times
...
annaye2010
4 years, 2 months ago
1. Webhook, this definitely seems to be the answer as the company is looking to build the app to have keyword synchronous calls which the Azure Service Bus is incapable of handling. 2. Azure Event Hub, since the specifications said "high peak load", I would assume it would mean that there would be a lot of entries and data being ingested, and one of the key features of the event hubs are that they would be able to ingest millions of events relatively quickly. 3. Plugins, I know the Azure Event Hub seems tempting, but given some overview it does not look to directly address giving notifications of changes within the app. Looking at plug-ins however, Plug-Ins have many oppurtunities through power automate as well as Service Busses and Webhooks to fully take advantage of notifying of "address" changes. IMO, it might even be more straightforward to use plug-ins.
upvoted 4 times
ZVV
4 years, 2 months ago
https://mail.yandex.ru/touch/folder/1/message/175358910490753089 I see synchronous option for service bus there
upvoted 1 times
ZVV
4 years, 2 months ago
https://docs.microsoft.com/en-us/learn/modules/integrate-common-data-service-azure-solutions/2-azure-service-bus Sorry
upvoted 1 times
...
...
...
jkaur
4 years, 6 months ago
Webhook Azure service bus plugin
upvoted 2 times
...
kk567
4 years, 6 months ago
Can some post correct answers ?
upvoted 1 times
...
lakshmi
4 years, 6 months ago
2. Service Bus : the target systems have high peak loads. With the messages posted in a queue of the service bus, they will be able to pick up messages intended for them whenever they have free capacity. 3. Event hub - where a message can be passed on to several recipient
upvoted 1 times
...
CrmMonkey
4 years, 10 months ago
3 Needs to Be Azure Event Hubs. Plugins have a 2-minute execution window, and will not be the right solution for N system calls outside of the platform
upvoted 4 times
...
Gdynam
4 years, 10 months ago
The second one i feel azure service bus is the better answer because it goes about "calls" so not events. The third one i feel azure event hub is a better solution then a plugin. Azure Event hub also works on prem source: https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-about. "streaming and event-based solutions are supported, for both on-premises and Azure cloud processing." Don't have alot experience with azure event hub, but i would think you still use a plugin to create the azure event hub message when the value is changed but you use the Azure Event Hub to distribute it to all the parties i feel thats whats the question is where do you distribute it, would be alot of a hassle to do this all in the plugin itself.
upvoted 2 times
...
fransc28
4 years, 10 months ago
Azure Service Bus is the correct answer https://www.serverless360.com/blog/azure-event-hubs-vs-service-bus#:~:text=Azure%20Event%20Hubs%20focuses%20more,should%20use%20Azure%20Service%20Bus.
upvoted 3 times
...
sanharshu7
4 years, 11 months ago
the second answer is "Azure event hub"
upvoted 1 times
...
sanharshu7
4 years, 11 months ago
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/use-webhooks Webhooks enables synchronous and asynchronous steps. Azure Service Bus only allows for asynchronous steps. so this must be webhook, I will go with webhook.
upvoted 2 times
...
JesseB
4 years, 11 months ago
I would agree, the second section should be Azure Service Bus
upvoted 2 times
hgd6w4tGF
4 years, 7 months ago
no. Its said "to and from", Azure Service Bus is one-way street ,not both-way.
upvoted 3 times
...
...
TaiH
4 years, 11 months ago
On https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/use-webhooks, it was mentioned that: "Azure Service Bus works for high scale processing, and provides a full queueing mechanism if Common Data Service is pushing many events." Should not the second one is "Azure Service Bus" instead?
upvoted 3 times
...
RobinS
4 years, 12 months ago
The link provided is not longer valid. Plug-ins are referenced here: https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/plug-ins
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...