d43ec162f0
Unforunately, It came to my knowledge that this repository promoted a phenomenon where DevOps interviews became a trivia game where people think it's normal to throw 20 random short questions like "what is fork()" or "which tools would you use for each of the following areas?" and this was not my intention. To explcitly state this repository doesn't represents real DevOps interview questions I've decided to rename it.
23 lines
550 B
JSON
23 lines
550 B
JSON
{
|
|
"geralt" : {
|
|
"id": "whitewolf",
|
|
"name": "Geralt of Rivia",
|
|
"description": "Traveling monster slayer for hire"
|
|
},
|
|
"lara_croft" : {
|
|
"id": "m31a3n6sion",
|
|
"name": "Lara Croft",
|
|
"description": "Highly intelligent and athletic English archaeologist"
|
|
},
|
|
"mario" : {
|
|
"id": "smb3igiul",
|
|
"name": "Mario",
|
|
"description": "Italian plumber who really likes mushrooms"
|
|
},
|
|
"gordon_freeman" : {
|
|
"id": "nohalflife3",
|
|
"name": "Gordon Freeman",
|
|
"description": "Physicist with great shooting skills"
|
|
}
|
|
}
|