Skip to content

Commit

Permalink
Update: Added 2 questions to Microsoft Azure (Ebazhanov#2309)
Browse files Browse the repository at this point in the history
Q.54 : Answer available from LinkedIn assessment practice mode
Q.55 : Similar to Q. 44 & Q. 39 not sure about answer.
  • Loading branch information
defaltadmin authored Oct 1, 2021
1 parent e7f4321 commit ccf6cf4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions microsoft-azure/microsoft-azure-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,3 +407,19 @@
- [ ] `custom domains`

As described in [Microsoft Docs: Hosting a Restful-API with CORS in AAS](https://docs.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-rest-api): The Answer should be CORS (Cross Origin Ressource Sharing)

#### Q54. Bindings in Azure Function triggers have a direction property that is always __.

- [ ] parallel
- [ ] out
- [ ] asynchronous
- [x] in

[Source: LinkedIn practice mode](https://i.imgur.com/tn3RrVW.png)

#### Q55. You are selecting a cloud messaging solution for your multimedia news app. The app routes news items to the appropriate services for processing and delivery to subscribers. Requirements for the solution are as follows: Events should be routed to the appropriate service to process event; events must be routed to multiple services when necessary; and only relevant events should be routed to a service for processing. Which solution should you use?

- [ ] Event Grid
- [ ] Service Bus
- [ ] Event Hub
- [ ] Queue Storage

0 comments on commit ccf6cf4

Please sign in to comment.