Spaces:
Running
Running
Upload types.json
Browse files- types.json +51 -0
types.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"type": "Initial Phone Screen",
|
4 |
+
"interviewer": "HR or Recruiter",
|
5 |
+
"description": "A short phone call (15-30 minutes) to discuss background, experience, salary expectations, and interest in the role. May include basic technical questions.",
|
6 |
+
"goal": "Assess communication skills, confirm interest, and ensure minimum qualifications are met before proceeding to further stages.",
|
7 |
+
"max_questions": 5
|
8 |
+
},
|
9 |
+
{
|
10 |
+
"type": "First Round - Technical Interview",
|
11 |
+
"interviewer": "Technical Team Member (e.g., Developer, Engineer, Architect)",
|
12 |
+
"description": "Assessment of technical skills, knowledge, and problem-solving abilities through coding challenges, technical questions, and discussions of past projects.",
|
13 |
+
"goal": "Evaluate core technical competencies and problem-solving approach.",
|
14 |
+
"max_questions": 15
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"type": "First Round - Behavioral/Fit Interview",
|
18 |
+
"interviewer": "Manager or Team Lead",
|
19 |
+
"description": "Discussion of experience, work style, teamwork skills, and cultural fit with the company.",
|
20 |
+
"goal": "Assess if the candidate would be a good fit for the team's culture and working style.",
|
21 |
+
"max_questions": 10
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"type": "Second/Final Round - Technical Deep Dive",
|
25 |
+
"interviewer": "Senior Engineers or Architects",
|
26 |
+
"description": "Thorough technical evaluation, including system design questions and discussions of complex technical challenges.",
|
27 |
+
"goal": "Evaluate in-depth technical expertise and ability to handle complex scenarios.",
|
28 |
+
"max_questions": 10
|
29 |
+
},
|
30 |
+
{
|
31 |
+
"type": "Second/Final Round - Case Study Interview",
|
32 |
+
"interviewer": "Senior Consultants, Managers",
|
33 |
+
"description": "Presentation of a realistic business problem to analyze, propose solutions for, and discuss the technical, business, and strategic implications.",
|
34 |
+
"goal": "Evaluate problem-solving, analytical skills, and strategic thinking in a business context.",
|
35 |
+
"max_questions": 5
|
36 |
+
},
|
37 |
+
{
|
38 |
+
"type": "Second/Final Round - Managerial/Leadership Interviews",
|
39 |
+
"interviewer": "Senior Managers, Directors, or Partners",
|
40 |
+
"description": "Assessment of leadership potential, strategic thinking, and overall fit for the company. May also include more behavioral questions.",
|
41 |
+
"goal": "Evaluate leadership potential, alignment with company values, and make a final hiring decision.",
|
42 |
+
"max_questions": 10
|
43 |
+
},
|
44 |
+
{
|
45 |
+
"type": "Additional Interviews/Assessment (Possible)",
|
46 |
+
"interviewer": "Varies",
|
47 |
+
"description": "Could include a team lunch, further technical assessments, or a meeting with higher-level executives. May be used for very senior roles or to resolve any remaining questions",
|
48 |
+
"goal": "Gain further insights into fit, complete a final assessment, or address any outstanding concerns.",
|
49 |
+
"max_questions": 5
|
50 |
+
}
|
51 |
+
]
|