0
0
Microservicessystem_design~10 mins

Choreography vs orchestration in Microservices - Interactive Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to identify the coordination style where services communicate directly without a central controller.

Microservices
In microservices, when services communicate directly and react to events without a central controller, this is called [1].
Drag options to blanks, or click blank then click option'
Amonolith
Borchestration
Cchoreography
Dsynchronization
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing choreography with orchestration, which uses a central controller.
2fill in blank
medium

Complete the code to identify the coordination style where a central service directs the workflow.

Microservices
When a central service controls and directs the interactions between microservices, this pattern is called [1].
Drag options to blanks, or click blank then click option'
Abroadcasting
Bchoreography
Creplication
Dorchestration
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up orchestration with choreography, which is decentralized.
3fill in blank
hard

Fix the error in the statement describing the coordination style where services react to events without a central controller.

Microservices
In [1], a central controller manages all service interactions.
Drag options to blanks, or click blank then click option'
Aorchestration
Baggregation
Cchoreography
Dsynchronization
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing choreography, which is decentralized and event-driven.
4fill in blank
hard

Fill both blanks to complete the description of choreography and orchestration.

Microservices
In [1], services communicate by emitting and listening to events, while in [2], a central service directs the workflow.
Drag options to blanks, or click blank then click option'
Achoreography
Bsynchronization
Corchestration
Dreplication
Attempts:
3 left
💡 Hint
Common Mistakes
Swapping the two terms or confusing with unrelated concepts.
5fill in blank
hard

Fill all four blanks to complete the example of choreography and orchestration in microservices.

Microservices
In [1], services [2] events to communicate, while in [3], a central controller [4] the workflow.
Drag options to blanks, or click blank then click option'
Achoreography
Borchestration
Cemit
Ddirects
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up which style uses events or a controller.