|
| 1 | +--- |
| 2 | +title: "Course Test" |
| 3 | +passing_percentage: 70 |
| 4 | +questions: |
| 5 | + - id: "q1" |
| 6 | + text: "What is the primary focus of the course?" |
| 7 | + type: "single-answer" |
| 8 | + marks: 2 |
| 9 | + options: |
| 10 | + - id: "a" |
| 11 | + text: "Building a Kubernetes cluster from scratch." |
| 12 | + - id: "b" |
| 13 | + text: "Exploring Dapr functionalities within a Kubernetes environment using Meshery." |
| 14 | + is_correct: true |
| 15 | + - id: "c" |
| 16 | + text: "Advanced concepts of NodeJS and Python programming." |
| 17 | + - id: "d" |
| 18 | + text: "A deep dive into Redis database management." |
| 19 | + - id: "q2" |
| 20 | + text: "Which of the following are deployed as part of the Dapr control plane in this course? (Select all that apply)" |
| 21 | + type: "multiple-answer" |
| 22 | + marks: 3 |
| 23 | + options: |
| 24 | + - id: "a" |
| 25 | + text: "Dapr Operator" |
| 26 | + is_correct: true |
| 27 | + - id: "b" |
| 28 | + text: "Dapr Sidecar Injector" |
| 29 | + is_correct: true |
| 30 | + - id: "c" |
| 31 | + text: "Dapr Sentry" |
| 32 | + is_correct: true |
| 33 | + - id: "d" |
| 34 | + text: "Dapr Dashboard" |
| 35 | + - id: "q3" |
| 36 | + text: "What is used as the statestore in the 'Explore Dapr with Meshery' course?" |
| 37 | + type: "short-answer" |
| 38 | + marks: 2 |
| 39 | + correct_answer: "Redis" |
| 40 | + - id: "q4" |
| 41 | + text: "What is the main purpose of deploying a Dapr StateStore component with Redis?" |
| 42 | + type: "single-answer" |
| 43 | + marks: 2 |
| 44 | + options: |
| 45 | + - id: "a" |
| 46 | + text: "To manage the application's user interface." |
| 47 | + - id: "b" |
| 48 | + text: "To handle the networking between services." |
| 49 | + - id: "c" |
| 50 | + text: "To manage the application's state in a distributed environment." |
| 51 | + is_correct: true |
| 52 | + - id: "d" |
| 53 | + text: "To monitor the health of the Kubernetes cluster." |
| 54 | + - id: "q5" |
| 55 | + text: "The course guides users through deploying sample applications written in which languages? (Select all that apply)" |
| 56 | + type: "multiple-answer" |
| 57 | + marks: 3 |
| 58 | + options: |
| 59 | + - id: "a" |
| 60 | + text: "Java" |
| 61 | + - id: "b" |
| 62 | + text: "Python" |
| 63 | + is_correct: true |
| 64 | + - id: "c" |
| 65 | + text: "Go" |
| 66 | + - id: "d" |
| 67 | + text: "NodeJS" |
| 68 | + is_correct: true |
| 69 | + - id: "q6" |
| 70 | + text: "What is the name of the tool's interactive terminal used to view application logs?" |
| 71 | + type: "short-answer" |
| 72 | + marks: 2 |
| 73 | + correct_answer: "Meshery" |
| 74 | + - id: "q7" |
| 75 | + text: "What is attached to the applications to enable effective communication and state management?" |
| 76 | + type: "single-answer" |
| 77 | + marks: 2 |
| 78 | + options: |
| 79 | + - id: "a" |
| 80 | + text: "A load balancer" |
| 81 | + - id: "b" |
| 82 | + text: "A Dapr sidecar" |
| 83 | + is_correct: true |
| 84 | + - id: "c" |
| 85 | + text: "A dedicated monitoring agent" |
| 86 | + - id: "d" |
| 87 | + text: "An API gateway" |
| 88 | + - id: "q8" |
| 89 | + text: "Based on the course content, which of the following are key learning outcomes? (Select all that apply)" |
| 90 | + type: "multiple-answer" |
| 91 | + marks: 3 |
| 92 | + options: |
| 93 | + - id: "a" |
| 94 | + text: "Deploying the Dapr control plane." |
| 95 | + is_correct: true |
| 96 | + - id: "b" |
| 97 | + text: "Deploying applications with Dapr sidecars." |
| 98 | + is_correct: true |
| 99 | + - id: "c" |
| 100 | + text: "Using Redis as a statestore for Dapr." |
| 101 | + is_correct: true |
| 102 | + - id: "d" |
| 103 | + text: "Creating custom Kubernetes operators." |
| 104 | + - id: "q9" |
| 105 | + text: "What is the primary environment where Dapr is explored in this course?" |
| 106 | + type: "short-answer" |
| 107 | + marks: 2 |
| 108 | + correct_answer: "Kubernetes" |
| 109 | + - id: "q10" |
| 110 | + text: "What is the first step in the visual guide to understanding how Dapr works within a Kubernetes cluster?" |
| 111 | + type: "single-answer" |
| 112 | + marks: 2 |
| 113 | + options: |
| 114 | + - id: "a" |
| 115 | + text: "Deploying a sample application." |
| 116 | + - id: "b" |
| 117 | + text: "Importing and exploring the Dapr control plane components." |
| 118 | + is_correct: true |
| 119 | + - id: "c" |
| 120 | + text: "Setting up a Redis statestore." |
| 121 | + - id: "d" |
| 122 | + text: "Viewing application logs." |
| 123 | +type: "test" |
| 124 | +--- |
0 commit comments