From 4f5593816f52acb8cb19fea6bb4654c12bce9521 Mon Sep 17 00:00:00 2001 From: Petru-Vlad Ionescu Date: Thu, 7 Mar 2024 19:19:49 +0200 Subject: [PATCH] general/drills: Add "Distributed system" written task as exam Refactor distributed-system.md Signed-off-by: Petru-Vlad Ionescu --- chapters/general/drills/tasks/distributed-system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/general/drills/tasks/distributed-system.md b/chapters/general/drills/tasks/distributed-system.md index 37da97a9c2..6b995d5350 100644 --- a/chapters/general/drills/tasks/distributed-system.md +++ b/chapters/general/drills/tasks/distributed-system.md @@ -5,7 +5,7 @@ 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. -Respond to the following questions with "True" or "False" and provide reasoning for each answer. +Respond to the following questions with "True" or "False" and provide reasoning for each answer. The explanation should be concise, 2-3 sentences for each response. ## Questions