ds lifecycle intro quiz

pull/117/head
Jasmine 4 years ago
parent 0c4a3547e6
commit b772f50c30

@ -9,48 +9,52 @@
"title": "Data Science LifeCycle - Introduction Pre-Quiz", "title": "Data Science LifeCycle - Introduction Pre-Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "quiz 2 question 2", "questionText": "What is the first step of the data science lifecycle?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "True", "answerText": "Analyzing data",
"isCorrect": "true" "isCorrect": "false"
}, },
{ {
"answerText": "False", "answerText": "Cleaning data",
"isCorrect": "false" "isCorrect": "false"
},
{
"answerText": "Acquiring data and the problem to solve",
"isCorrect": "true"
} }
] ]
}, },
{ {
"questionText": "q2", "questionText": "Once the next step of the data science lifecycle is reached, you can't go back to previous steps",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "classical ML was invented first", "answerText": "True",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "the use of neural networks", "answerText": "False",
"isCorrect": "true" "isCorrect": "true"
},
{
"answerText": "deep learning is used in robots",
"isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q3", "questionText": "What considerations should be taken when maintaining data?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "to automate the solving of multi-dimensional problems", "answerText": "Cleaning data",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "to customize a shopping experience based on the type of customer", "answerText": "Where the data will be stored",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "both of the above", "answerText": "Keeping the data secure",
"isCorrect": "false"
},
{
"answerText": "All of the above",
"isCorrect": "true" "isCorrect": "true"
} }
] ]
@ -62,49 +66,57 @@
"title": "Data Science LifeCycle - Introduction Post-Quiz", "title": "Data Science LifeCycle - Introduction Post-Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "quiz 2 question 2", "questionText": "What step of the data science lifecycle is most likely to produce a model? ",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "True", "answerText": "Processing",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "False", "answerText": "Maintenance",
"isCorrect": "false"
},
{
"answerText": "Capturing",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q2", "questionText": "What questions would a data scientist ask in the capture phase of the data science lifecycle?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "classical ML was invented first", "answerText": "What are the constraints?",
"isCorrect": "false" "isCorrect": "true"
}, },
{ {
"answerText": "the use of neural networks", "answerText": "Does the data make sense?",
"isCorrect": "true" "isCorrect": "false"
}, },
{ {
"answerText": "deep learning is used in robots", "answerText": "Does the model make sense?",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q3", "questionText": "What are some common techniques in the processing stage?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "to automate the solving of multi-dimensional problems", "answerText": "Processing",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "to customize a shopping experience based on the type of customer", "answerText": "Clustering",
"isCorrect": "true"
},
{
"answerText": "Artificial intelligence",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "both of the above", "answerText": "All of the above",
"isCorrect": "true" "isCorrect": "false"
} }
] ]
} }
@ -287,7 +299,7 @@
] ]
}, },
{ {
"questionText": "Of the options below, which is the most meaningful explaination of a company's yearly progress?", "questionText": "Of the options below, which is the most meaningful explanation of a company's yearly progress?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "We had an excellent year! Our users grew by 30%, our revenue increased by 21%, and we've added 100 new team members.", "answerText": "We had an excellent year! Our users grew by 30%, our revenue increased by 21%, and we've added 100 new team members.",

Loading…
Cancel
Save