From 39c1a1e90adc1e7713ddc45ed96e4ef90ec6d4e5 Mon Sep 17 00:00:00 2001 From: Alexis Fourmaux Date: Tue, 16 Sep 2025 16:16:44 +0200 Subject: [PATCH] AJoute situations cours co-inter anglais --- src/cours/CIEL2/anglais/mails.md | 35 ++++++++++++++++++++++++++++++++ src/cours/SUMMARY.md | 1 + 2 files changed, 36 insertions(+) create mode 100644 src/cours/CIEL2/anglais/mails.md diff --git a/src/cours/CIEL2/anglais/mails.md b/src/cours/CIEL2/anglais/mails.md new file mode 100644 index 0000000..85e5083 --- /dev/null +++ b/src/cours/CIEL2/anglais/mails.md @@ -0,0 +1,35 @@ +# Situations + +## Bug report + +You need to send a report to the software team in order to make them aware of a serious bug and have them fix it. You have a document with all the steps to reproduce the bug. + +## Software request + +You need to install docker (containerization software) on a staging server in order to deploy the new app developed by your team, but do not have the administration rights on the machine. Your manager reminded you not to forget to ask for the rights to manage docker itself, since you will not have root access on the machine. + +## Security measures + +Your manager asked you to write an email to remind everyone in the company the basic security measures related to computer network usage. + +## System outage + +You receive the email below. You are already aware of the issue since the monitoring system sent an alert at 2:49PM. +You know the development team is already investigating but should not be able to deliver a fix to production before 48 hours at best. + +Write an answer email to appease the customer with those information and telling him you have a document with a procedure to restart the system in a downgraded mode, while it is investigated. + +The email : +``` +Dear IT support team, + +We are exeperiencing an system outage. The problem began at 2:47PM today. Our entire customer service platform is completely unavailable. + +We already have 150+ customers affected by the problem, and it increases fast. + +We already tried the basic troubleshooting procedure you provided (aka checking if the computer is still under power, and tried to turn it off and on again). The issue persists. + +Please, this is causing serious business disruptions. We need your urgent attention to this matter. + +Best regards +``` \ No newline at end of file diff --git a/src/cours/SUMMARY.md b/src/cours/SUMMARY.md index 47bbcd5..1218d67 100644 --- a/src/cours/SUMMARY.md +++ b/src/cours/SUMMARY.md @@ -31,5 +31,6 @@ - [TP2 - Fonctions](./CIEL2/01-revisions-python/tp/tp2-fonctions.md) - [Python objet](./CIEL2/02-python-objet/python-objet.md) - [Bases de données](./CIEL2/03-base-de-donnees/bases-de-donnees.md) + - [Co-intervention Anglais](./CIEL2/anglais/mails.md) - [Annexes](./annexes/annexes.md) - [Compte rendus de TP](./annexes/compte-rendu/compte-rendu.md) \ No newline at end of file