Spaces:
Running
Running
Upload 2 files
Browse files- all_questions.json +20 -0
- questions.json +12 -0
all_questions.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"profession": "Data Scientist",
|
4 |
+
"interview_type": "Second/Final Round - Technical Deep Dive",
|
5 |
+
"description": "Analyzes data to provide insights and build predictive models.",
|
6 |
+
"max_questions": 10,
|
7 |
+
"questions": [
|
8 |
+
"\"Can you share your approach to cleaning and preparing raw data for analysis?\"",
|
9 |
+
"\"Can you explain a complex machine learning algorithm that you have used in your projects and why you chose it?\"",
|
10 |
+
"\"How do you approach feature selection when preparing your data for machine learning models?\"",
|
11 |
+
"\"Could you describe a situation where you had to deal with a large dataset? What strategies did you use to manage it?\"",
|
12 |
+
"\"What are your strategies for validating the results of a data analysis?\"",
|
13 |
+
"\"Can you discuss your experience with data visualization tools and how you've used them to communicate insights to non-technical team members?\"",
|
14 |
+
"\"How do you ensure that your models are not overfitting the data?\"",
|
15 |
+
"\"Can you discuss a time when you developed a predictive model? What techniques did you use and were the results successful?\"",
|
16 |
+
"\"How have you handled missing or inconsistent data in your past projects?\"",
|
17 |
+
"\"Can you describe a situation where you used statistical analysis to solve a real-world problem?\""
|
18 |
+
]
|
19 |
+
}
|
20 |
+
]
|
questions.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
"\"Can you share your approach to cleaning and preparing raw data for analysis?\"",
|
3 |
+
"\"Can you explain a complex machine learning algorithm that you have used in your projects and why you chose it?\"",
|
4 |
+
"\"How do you approach feature selection when preparing your data for machine learning models?\"",
|
5 |
+
"\"Could you describe a situation where you had to deal with a large dataset? What strategies did you use to manage it?\"",
|
6 |
+
"\"What are your strategies for validating the results of a data analysis?\"",
|
7 |
+
"\"Can you discuss your experience with data visualization tools and how you've used them to communicate insights to non-technical team members?\"",
|
8 |
+
"\"How do you ensure that your models are not overfitting the data?\"",
|
9 |
+
"\"Can you discuss a time when you developed a predictive model? What techniques did you use and were the results successful?\"",
|
10 |
+
"\"How have you handled missing or inconsistent data in your past projects?\"",
|
11 |
+
"\"Can you describe a situation where you used statistical analysis to solve a real-world problem?\""
|
12 |
+
]
|