0
0
Microservicessystem_design~10 mins

Why microservices exist - Test Your Understanding

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

Complete the code to identify the main reason microservices exist.

Microservices
Microservices help to improve [1] by breaking a large system into smaller parts.
Drag options to blanks, or click blank then click option'
Ascalability
Bcomplexity
Csecurity
Dcost
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing complexity because microservices reduce it but that's not the main reason.
2fill in blank
medium

Complete the code to explain a benefit of microservices.

Microservices
Microservices allow teams to work [1] on different parts of the system.
Drag options to blanks, or click blank then click option'
Aindependently
Bslowly
Ctogether
Drandomly
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing together because teams do collaborate but microservices focus on independence.
3fill in blank
hard

Fix the error in the statement about microservices.

Microservices
Microservices combine all functions into one large [1].
Drag options to blanks, or click blank then click option'
Aapplication
Bmonolith
Cdatabase
Dserver
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing application or server because they are general terms but not the error here.
4fill in blank
hard

Fill both blanks to describe microservices benefits.

Microservices
Microservices improve [1] and allow [2] deployment of features.
Drag options to blanks, or click blank then click option'
Ascalability
Bslow
Cindependent
Dsecurity
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing slow because microservices speed up deployment.
5fill in blank
hard

Fill all three blanks to explain microservices advantages.

Microservices
Microservices break a system into [1], enable [2] teams, and improve [3].
Drag options to blanks, or click blank then click option'
Asmall services
Bindependent
Cscalability
Dlarge modules
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing large modules because microservices avoid large blocks.