0
0
HLDsystem_design~10 mins

Redundancy and fault tolerance in HLD - Interactive Code Practice

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

Complete the code to define the primary goal of redundancy in system design.

HLD
The main purpose of redundancy is to [1] system availability during failures.
Drag options to blanks, or click blank then click option'
Alimit
Bdecrease
Cignore
Dincrease
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'decrease' because of misunderstanding redundancy.
2fill in blank
medium

Complete the code to identify a common fault tolerance technique.

HLD
A common fault tolerance method is [1], which involves duplicating critical components.
Drag options to blanks, or click blank then click option'
Areplication
Bcaching
Ccompression
Dencryption
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing replication with caching or compression.
3fill in blank
hard

Fix the error in the statement about fault tolerance.

HLD
Fault tolerance means the system [1] when components fail without stopping.
Drag options to blanks, or click blank then click option'
Acontinues
Bhalts
Ccrashes
Dignores
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'crashes' or 'halts' which are opposite of fault tolerance.
4fill in blank
hard

Fill both blanks to complete the description of active-active redundancy.

HLD
In active-active redundancy, [1] components run [2] to handle requests simultaneously.
Drag options to blanks, or click blank then click option'
Amultiple
Bsingle
Cindependently
Dsequentially
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'single' or 'sequentially' which do not fit active-active.
5fill in blank
hard

Fill all three blanks to complete the fault tolerance strategy code snippet.

HLD
If [1] fails, the system switches to [2] to maintain [3].
Drag options to blanks, or click blank then click option'
Aprimary
Bbackup
Cavailability
Dcache
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing cache with backup or availability with cache.