-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinterview-config-sample.json
More file actions
121 lines (121 loc) · 3.2 KB
/
interview-config-sample.json
File metadata and controls
121 lines (121 loc) · 3.2 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
{
"meta": {
"title": "Customer Service Mini Assessment",
"subtitle": "Short evaluation focused on communication, problem-solving, professionalism, and customer interaction",
"maxScorePerQuestion": 2
},
"grading": {
"labels": {
"0": "Incorrect",
"1": "Partial",
"2": "Correct"
},
"globalLevels": [
{
"min": 85,
"label": "Very strong"
},
{
"min": 70,
"label": "Good"
},
{
"min": 50,
"label": "Average / needs improvement"
},
{
"min": 0,
"label": "Insufficient"
}
]
},
"sections": [
{
"id": "communication",
"title": "Communication",
"description": "Clarity, listening skills, and customer interaction",
"questions": [
{
"id": "q1",
"label": "Q1 - Active Listening",
"text": "Why is active listening important when speaking with a customer?",
"expectedAnswer": [
"Understand the customer clearly",
"Avoid misunderstandings",
"Build trust",
"Respond appropriately"
]
},
{
"id": "q2",
"label": "Q2 - Clear Communication",
"text": "How would you explain a problem to a customer in a simple and professional way?",
"expectedAnswer": [
"Use clear language",
"Avoid jargon",
"Be polite",
"Explain the next steps"
]
}
]
},
{
"id": "problem-solving",
"title": "Problem Solving",
"description": "Handling issues and finding solutions",
"questions": [
{
"id": "q3",
"label": "Q3 - Handling Complaints",
"text": "What should you do first when a customer is unhappy or complaining?",
"expectedAnswer": [
"Stay calm",
"Listen carefully",
"Acknowledge the issue",
"Look for a solution"
]
},
{
"id": "q4",
"label": "Q4 - Finding a Solution",
"text": "What makes a good solution to a customer problem?",
"expectedAnswer": [
"It addresses the issue",
"It is realistic",
"It is explained clearly",
"It is delivered in a timely way"
]
}
]
},
{
"id": "professionalism",
"title": "Professionalism",
"description": "Attitude, behavior, and responsibility",
"questions": [
{
"id": "q5",
"label": "Q5 - Professional Attitude",
"text": "What does professionalism mean in a customer-facing role?",
"expectedAnswer": [
"Respectful attitude",
"Punctuality",
"Polite communication",
"Responsibility"
]
},
{
"id": "q6",
"label": "Q6 - Managing Pressure",
"text": "How would you stay professional during a stressful situation at work?",
"expectedAnswer": [
"Stay calm",
"Prioritize tasks",
"Communicate clearly",
"Focus on solutions"
]
}
]
}
]
}