-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathjeopardy-data-dcm-workshop.json
More file actions
158 lines (157 loc) · 4.75 KB
/
jeopardy-data-dcm-workshop.json
File metadata and controls
158 lines (157 loc) · 4.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
[
{
"name": "SUSE",
"description": "History and products",
"questions": [
{
"label": "100",
"q": "What is the name of the SUSE tool to build and distribute packages?",
"a": "answers/dcm/products/obs.html"
},
{
"label": "200",
"q": "What was the version of the first (X.Y-version) SUSE Linux release ?",
"a": "answers/dcm/history/first-release.html"
},
{
"label": "300",
"q": " When was SUSE founded?",
"a": "answers/dcm/history/suse.html"
},
{
"label": "400",
"q": "What is the theme of this year's SUSECon?",
"a": "answers/dcm/history/susecon.html"
},
{
"label": "500",
"q": "What was the very first name of <i>SMT</i>",
"a": "answers/dcm/products/yep.html"
}
]
},
{
"name": "Tech",
"description": "Show your skills",
"questions": [
{
"label": "100",
"q": "What is the name of the testframework SUSE developed to test openSUSE and SUSE Linux Enterprise?",
"a": "answers/dcm/products/openqa.html"
},
{
"label": "200",
"q": "Which programming language is this: <pre>package main<br><br>import "fmt"<br><br>func main() {<br> fmt.Println("Hello World!")<br>}</pre>",
"a": "answers/dcm/tech/go.html"
},
{
"label": "300",
"q": "From which program is this line: <br/><pre>#error 'Here's a nickel kid. \\<br/>Go buy yourself a real computer.'</pre>",
"a": "answers/dcm/tech/kernel.html"
},
{
"label": "400",
"q": "What does <i>zypp</i> in <i>libzypp</i> and <i>zypper</i> stand for ?",
"a": "answers/dcm/tech/zypp.html"
},
{
"label": "500",
"q": "Which SUSE repository has the most 'Stars' on github.com",
"a": "answers/dcm/tech/portus.html"
}
]
},
{
"name": "Fun",
"description": "Haha",
"questions": [
{
"label": "100",
"q": "Which command is used to run programs under another user account?",
"a": "answers/dcm/fun/sudo.html"
},
{
"label": "200",
"q": "What's the name of the SUSE beer?",
"a": "answers/dcm/fun/beer.html"
},
{
"label": "300",
"q": "Which TV show in the german channel ZDF made a report about 'Women in tech (at SUSE)'",
"a": "answers/dcm/history/monalisa.html"
},
{
"label": "400",
"q": "What is the name of the second program Linus Torvalds, the founder of Linux, named after himself?",
"a": "answers/dcm/fun/git.html"
},
{
"label": "500",
"q": "What happens if you run:<br/><pre>$ zypper moo</pre>?",
"a": "answers/dcm/fun/moo.html"
}
]
},
{
"name": "People",
"description": "Linux celebs ;-)",
"questions": [
{
"label": "100",
"q": "Who is the maintainer of the stable Linux tree that was working at SUSE before?",
"a": "answers/dcm/people/kroah-hartman.html"
},
{
"label": "200",
"q": "Who founded 1985 the Free Software Foundation?",
"a": "answers/dcm/people/stallman.html"
},
{
"label": "300",
"q": "Who made the quotation 'Linux is obsolete'?",
"a": "answers/dcm/people/tanenbaum.html"
},
{
"label": "400",
"q": "Who are the founders of SUSE?",
"a": "answers/dcm/people/founder.html"
},
{
"label": "500",
"q": "Who was SUSE's employee #2, now developer of zypper and libzypp?",
"a": "answers/dcm/people/andres.html"
}
]
},
{
"name": "DCM Projects",
"description": "Our department",
"questions": [
{
"label": "100",
"q": "What are the two main open source software projects that SUSE Manager is based on?",
"a": "answers/dcm/projects/spacewalk.html"
},
{
"label": "200",
"q": "Which of the founders of SUSE is nowadays a member of the SUSE Manager Team?",
"a": "answers/dcm/projects/mantel.html"
},
{
"label": "300",
"q": "Who is the Guru from SUSE Manager team who can answer nearly any question that a developer might have? Famous quotation: 'If you find a bug, make a bug (report)!'",
"a": "answers/dcm/projects/calmer.html"
},
{
"label": "400",
"q": "How many subscriptions are managed in SCC?",
"a": "answers/dcm/projects/subscriptions.html"
},
{
"label": "500",
"q": "How many nationalities/countries do we have represented in the DCM department?",
"a": "answers/dcm/projects/nationalities.html"
}
]
}
]