exam questions

Exam 70-487 All Questions

View all questions & answers for the 70-487 exam

Exam 70-487 topic 6 question 6 discussion

Actual exam question from Microsoft's 70-487
Question #: 6
Topic #: 6
[All 70-487 Questions]

DRAG DROP -
You need to ensure that processing of computed events is triggered.
Which technologies should you use? To answer, drag the appropriate technologies to the correct requirements. Each technology may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
Each correct selection is worth one point.
NOTE:
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
References:
https://docs.microsoft.com/en-us/azure/azure-functions/functions-overview

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
takis
Highly Voted 5 years, 1 month ago
I would prefer QueueTrigger. In ComputedEventProcessor.cs there's the QueueTrigger attribute: public static void ProcessQueueMessage ([QueueTrigger ("eventprocess")] string message, TextWriter log)
upvoted 17 times
Natali
5 years ago
Agree, important notice
upvoted 3 times
...
zimzimzimma
4 years, 8 months ago
Also the question is about the webjob which reads from the event processing queue, so we need a queue trigger
upvoted 1 times
...
...
this_is_sparta
Highly Voted 5 years, 4 months ago
I guess we need a Cosmos DB trigger, to trigger the Azure Function as shown in the architecture picture. Platform: Azure Function / Trigger: Cosmos DB Trigger. https://docs.microsoft.com/en-us/azure/azure-functions/functions-create-cosmos-db-triggered-function
upvoted 8 times
Burgyn
5 years, 1 month ago
I agree with you.
upvoted 1 times
...
...
Burgyn
Most Recent 5 years, 1 month ago
@this_is_sparta I agree with you.
upvoted 1 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 ...