From df565cf51e53a4569429bc4e1de3b42ab802c2d6 Mon Sep 17 00:00:00 2001 From: Mark Tyers Date: Mon, 4 Jun 2018 12:26:12 +0100 Subject: [PATCH] updated practice questions --- exams/extras.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/exams/extras.md b/exams/extras.md index e56a64f..1f3fac9 100644 --- a/exams/extras.md +++ b/exams/extras.md @@ -91,6 +91,10 @@ Explain the following terms used in agile development: ---- +How can the **Black Sheep Effect** impact team behaviour? + +---- + What is "Docker"? Explain the purpose of the relationship between **Docker Engine**, **Docker Compose** and **Docker Machine**. @@ -196,18 +200,6 @@ Define and explain three types of cloud services. ---- -Explain how a server load balancer works - -Explain how a server cluster works - ----- - -Explain, with the aid of a diagram, the principles behind server virtualisation. - -List two benefits of employing virtualisation. - ----- - Continuous Integration and Continuous Deployment are often used by software development teams. For each of these: 1. Explain the process