Skip to content

Commit

Permalink
general/drills: Add "Distributed system" written task as exam
Browse files Browse the repository at this point in the history
Refactor distributed-system.md

Signed-off-by: Petru-Vlad Ionescu <[email protected]>
  • Loading branch information
vladiouz committed Mar 7, 2024
1 parent 10cc5d6 commit a631379
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chapters/general/drills/tasks/distributed-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

Check failure on line 2 in chapters/general/drills/tasks/distributed-system.md

View workflow job for this annotation

GitHub Actions / Checkpatch

ERROR:DOS_LINE_ENDINGS: DOS line endings
## Scenario

Check failure on line 3 in chapters/general/drills/tasks/distributed-system.md

View workflow job for this annotation

GitHub Actions / Checkpatch

ERROR:DOS_LINE_ENDINGS: DOS line endings

Check failure on line 4 in chapters/general/drills/tasks/distributed-system.md

View workflow job for this annotation

GitHub Actions / Checkpatch

ERROR:DOS_LINE_ENDINGS: DOS line endings
We are designing a distributed e-learning system across multiple servers. The system consists of frontend services to handle client requests (for example, when a client accesses https://curs.upb.ro) and backend services for information storage.
We are designing a distributed e-learning system across multiple servers.

Check failure on line 5 in chapters/general/drills/tasks/distributed-system.md

View workflow job for this annotation

GitHub Actions / Checkpatch

ERROR:TRAILING_WHITESPACE: trailing whitespace
The system consists of frontend services to handle client requests (for example, when a client accesses https://curs.upb.ro) and backend services for information storage.

Check failure on line 6 in chapters/general/drills/tasks/distributed-system.md

View workflow job for this annotation

GitHub Actions / Checkpatch

ERROR:DOS_LINE_ENDINGS: DOS line endings

Check failure on line 7 in chapters/general/drills/tasks/distributed-system.md

View workflow job for this annotation

GitHub Actions / Checkpatch

ERROR:DOS_LINE_ENDINGS: DOS line endings
Respond to the following questions with "True" or "False" and provide reasoning for each answer.

Check failure on line 8 in chapters/general/drills/tasks/distributed-system.md

View workflow job for this annotation

GitHub Actions / Checkpatch

ERROR:DOS_LINE_ENDINGS: DOS line endings
The explanation should be concise, 2-3 sentences for each response.

Check failure on line 9 in chapters/general/drills/tasks/distributed-system.md

View workflow job for this annotation

GitHub Actions / Checkpatch

ERROR:DOS_LINE_ENDINGS: DOS line endings
Expand Down

0 comments on commit a631379

Please sign in to comment.