@forwardimpact/schema 0.9.0 → 0.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/examples/capabilities/delivery.yaml +2 -2
- package/examples/questions/capabilities/business.yaml +37 -40
- package/examples/questions/capabilities/delivery.yaml +32 -36
- package/examples/questions/capabilities/people.yaml +37 -40
- package/examples/questions/capabilities/reliability.yaml +35 -38
- package/examples/questions/capabilities/scale.yaml +35 -36
- package/examples/questions/skills/architecture_design.yaml +59 -49
- package/examples/questions/skills/cloud_platforms.yaml +53 -41
- package/examples/questions/skills/code_quality.yaml +81 -31
- package/examples/questions/skills/data_modeling.yaml +43 -39
- package/examples/questions/skills/devops.yaml +46 -39
- package/examples/questions/skills/full_stack_development.yaml +41 -36
- package/examples/questions/skills/sre_practices.yaml +40 -37
- package/examples/questions/skills/stakeholder_management.yaml +37 -36
- package/examples/questions/skills/team_collaboration.yaml +39 -33
- package/examples/questions/skills/technical_writing.yaml +39 -35
- package/package.json +1 -1
|
@@ -3,102 +3,112 @@
|
|
|
3
3
|
professionalQuestions:
|
|
4
4
|
awareness:
|
|
5
5
|
- id: arch_pro_aware_1
|
|
6
|
-
text:
|
|
7
|
-
What do you understand by 'separation of concerns' in software design?
|
|
6
|
+
text: How do you decide where to draw boundaries when structuring new code?
|
|
8
7
|
lookingFor:
|
|
9
|
-
-
|
|
10
|
-
-
|
|
11
|
-
|
|
8
|
+
- Thinks about grouping related functionality together
|
|
9
|
+
- Considers how changes in one area might affect others
|
|
10
|
+
- Shows awareness that structure choices affect future maintainability
|
|
12
11
|
expectedDurationMinutes: 5
|
|
13
12
|
foundational:
|
|
14
13
|
- id: arch_pro_found_1
|
|
15
|
-
text:
|
|
16
|
-
Walk me through a recent feature you built. How did you decide on the
|
|
17
|
-
structure?
|
|
14
|
+
text: How do you decide on the structure when building a new feature?
|
|
18
15
|
followUps:
|
|
19
|
-
- What alternatives
|
|
20
|
-
-
|
|
16
|
+
- What alternatives would you consider?
|
|
17
|
+
- How would AI tools change your approach to structuring code?
|
|
21
18
|
lookingFor:
|
|
22
|
-
-
|
|
23
|
-
-
|
|
24
|
-
|
|
19
|
+
- Considers multiple structural options before choosing
|
|
20
|
+
- Explains reasoning behind design decisions clearly
|
|
21
|
+
- Applies familiar patterns appropriately to new problems
|
|
22
|
+
expectedDurationMinutes: 5
|
|
25
23
|
working:
|
|
26
24
|
- id: arch_pro_work_1
|
|
27
25
|
text:
|
|
28
|
-
|
|
29
|
-
|
|
26
|
+
How do you approach designing a system when requirements involve
|
|
27
|
+
competing constraints?
|
|
30
28
|
followUps:
|
|
31
|
-
- How
|
|
29
|
+
- How do you validate architectural decisions before committing?
|
|
30
|
+
- How would AI tools help you explore design alternatives?
|
|
32
31
|
lookingFor:
|
|
33
|
-
-
|
|
34
|
-
-
|
|
32
|
+
- Articulates trade-offs clearly with rationale for each choice
|
|
33
|
+
- Designs independently, seeking feedback at appropriate points
|
|
34
|
+
- Considers operational concerns alongside functional requirements
|
|
35
35
|
expectedDurationMinutes: 8
|
|
36
36
|
practitioner:
|
|
37
37
|
- id: arch_pro_pract_1
|
|
38
38
|
text:
|
|
39
|
-
|
|
40
|
-
|
|
39
|
+
How do you guide your team through significant architectural decisions
|
|
40
|
+
where opinions conflict?
|
|
41
41
|
followUps:
|
|
42
|
-
- How
|
|
42
|
+
- How do you balance technical purity with delivery pragmatism?
|
|
43
|
+
- How is AI changing the way your team evaluates architecture?
|
|
43
44
|
lookingFor:
|
|
44
|
-
-
|
|
45
|
-
-
|
|
45
|
+
- Facilitates decision-making that includes diverse perspectives
|
|
46
|
+
- Builds consensus without suppressing valid dissent
|
|
47
|
+
- Documents decisions and rationale for future reference
|
|
46
48
|
expectedDurationMinutes: 8
|
|
47
49
|
expert:
|
|
48
50
|
- id: arch_pro_expert_1
|
|
49
51
|
text:
|
|
50
|
-
How do you
|
|
52
|
+
How do you define and evolve architectural standards across a large
|
|
51
53
|
organization?
|
|
54
|
+
followUps:
|
|
55
|
+
- How do AI tools change your approach to architectural governance?
|
|
52
56
|
lookingFor:
|
|
53
|
-
-
|
|
54
|
-
-
|
|
55
|
-
|
|
57
|
+
- Creates standards that enable teams rather than constrain them
|
|
58
|
+
- Evolves architecture strategy as technology landscape changes
|
|
59
|
+
- Influences architectural direction across organizational boundaries
|
|
60
|
+
expectedDurationMinutes: 10
|
|
56
61
|
|
|
57
62
|
managementQuestions:
|
|
58
63
|
awareness:
|
|
59
64
|
- id: arch_mgmt_aware_1
|
|
60
|
-
text: How do you
|
|
65
|
+
text: How do you recognize when your team needs architectural guidance?
|
|
61
66
|
lookingFor:
|
|
62
|
-
-
|
|
63
|
-
-
|
|
67
|
+
- Notices signals of architectural strain like coupling or tech debt
|
|
68
|
+
- Understands when to involve senior engineers in design decisions
|
|
69
|
+
- Connects architecture quality to team delivery outcomes
|
|
64
70
|
expectedDurationMinutes: 5
|
|
65
71
|
foundational:
|
|
66
72
|
- id: arch_mgmt_found_1
|
|
67
|
-
text:
|
|
68
|
-
How do you support your team members in making sound design decisions?
|
|
73
|
+
text: How do you support your team in making good architectural decisions?
|
|
69
74
|
followUps:
|
|
70
75
|
- What resources or guidance do you provide?
|
|
71
76
|
lookingFor:
|
|
72
|
-
-
|
|
73
|
-
-
|
|
74
|
-
|
|
77
|
+
- Enables team decision-making rather than dictating solutions
|
|
78
|
+
- Provides appropriate guardrails without micromanaging
|
|
79
|
+
- Connects teams with relevant expertise when needed
|
|
80
|
+
expectedDurationMinutes: 5
|
|
75
81
|
working:
|
|
76
82
|
- id: arch_mgmt_work_1
|
|
77
83
|
text:
|
|
78
|
-
How do you balance
|
|
79
|
-
team?
|
|
84
|
+
How do you balance technical debt management with feature delivery in
|
|
85
|
+
your team?
|
|
80
86
|
followUps:
|
|
81
|
-
- How do you
|
|
87
|
+
- How do you communicate architectural trade-offs to stakeholders?
|
|
82
88
|
lookingFor:
|
|
83
|
-
-
|
|
84
|
-
-
|
|
89
|
+
- Uses a clear framework to prioritize debt vs features
|
|
90
|
+
- Communicates trade-offs in business terms stakeholders understand
|
|
91
|
+
- Ensures the team has capacity for both maintenance and delivery
|
|
85
92
|
expectedDurationMinutes: 8
|
|
86
93
|
practitioner:
|
|
87
94
|
- id: arch_mgmt_pract_1
|
|
88
95
|
text:
|
|
89
|
-
How do you
|
|
96
|
+
How do you drive architectural alignment across multiple teams in your
|
|
97
|
+
area?
|
|
90
98
|
followUps:
|
|
91
|
-
- How do you
|
|
99
|
+
- How do you handle conflicts between team approaches?
|
|
92
100
|
lookingFor:
|
|
93
|
-
-
|
|
94
|
-
-
|
|
101
|
+
- Creates alignment through shared principles, not mandates
|
|
102
|
+
- Resolves architectural conflicts by surfacing underlying trade-offs
|
|
103
|
+
- Thinks strategically about technical direction across teams
|
|
95
104
|
expectedDurationMinutes: 8
|
|
96
105
|
expert:
|
|
97
106
|
- id: arch_mgmt_expert_1
|
|
98
|
-
text:
|
|
99
|
-
|
|
100
|
-
|
|
107
|
+
text: How do you shape architectural strategy at the organizational level?
|
|
108
|
+
followUps:
|
|
109
|
+
- How do you ensure architectural strategy keeps pace with AI advances?
|
|
101
110
|
lookingFor:
|
|
102
|
-
-
|
|
103
|
-
-
|
|
111
|
+
- Defines architectural vision that aligns business and technical goals
|
|
112
|
+
- Influences technical direction across organizational boundaries
|
|
113
|
+
- Adapts strategy as technology landscape evolves
|
|
104
114
|
expectedDurationMinutes: 10
|
|
@@ -3,18 +3,20 @@
|
|
|
3
3
|
professionalQuestions:
|
|
4
4
|
awareness:
|
|
5
5
|
- id: cp_pro_aware_1
|
|
6
|
-
text:
|
|
6
|
+
text: How do you decide what should run locally vs in the cloud?
|
|
7
7
|
lookingFor:
|
|
8
|
-
-
|
|
9
|
-
-
|
|
8
|
+
- Thinks about trade-offs between local and cloud deployment
|
|
9
|
+
- Shows awareness that cloud introduces operational considerations
|
|
10
|
+
- Recognizes cost, latency, and scalability as factors
|
|
10
11
|
expectedDurationMinutes: 5
|
|
11
12
|
foundational:
|
|
12
13
|
- id: cp_pro_found_1
|
|
13
|
-
text: How would you
|
|
14
|
+
text: How would you choose which cloud services to use for a new project?
|
|
14
15
|
lookingFor:
|
|
15
|
-
-
|
|
16
|
-
-
|
|
17
|
-
|
|
16
|
+
- Considers project requirements before picking services
|
|
17
|
+
- Weighs managed services against self-hosted options
|
|
18
|
+
- Thinks about cost and operational overhead
|
|
19
|
+
expectedDurationMinutes: 5
|
|
18
20
|
working:
|
|
19
21
|
- id: cp_pro_work_1
|
|
20
22
|
text:
|
|
@@ -23,71 +25,81 @@ professionalQuestions:
|
|
|
23
25
|
followUps:
|
|
24
26
|
- How did you handle cost optimization?
|
|
25
27
|
lookingFor:
|
|
26
|
-
-
|
|
27
|
-
-
|
|
28
|
-
|
|
28
|
+
- Explains service selection rationale tied to specific requirements
|
|
29
|
+
- Considers cost optimization alongside functionality
|
|
30
|
+
- Designs with operational concerns like monitoring and scaling
|
|
31
|
+
expectedDurationMinutes: 8
|
|
29
32
|
practitioner:
|
|
30
33
|
- id: cp_pro_pract_1
|
|
31
34
|
text:
|
|
32
|
-
How
|
|
33
|
-
|
|
35
|
+
How would you design a multi-region, highly available architecture for a
|
|
36
|
+
critical application?
|
|
37
|
+
followUps:
|
|
38
|
+
- What about disaster recovery?
|
|
39
|
+
- How would AI-driven workloads change your architecture?
|
|
34
40
|
lookingFor:
|
|
35
|
-
-
|
|
36
|
-
-
|
|
37
|
-
|
|
41
|
+
- Designs for resilience across availability zones and regions
|
|
42
|
+
- Balances high availability with cost constraints
|
|
43
|
+
- Plans for failure scenarios and recovery procedures
|
|
44
|
+
expectedDurationMinutes: 10
|
|
38
45
|
expert:
|
|
39
46
|
- id: cp_pro_expert_1
|
|
40
47
|
text:
|
|
41
|
-
|
|
48
|
+
What are the key considerations when defining cloud governance and
|
|
49
|
+
strategy for a large organization?
|
|
42
50
|
lookingFor:
|
|
43
|
-
-
|
|
44
|
-
-
|
|
51
|
+
- Balances governance with team autonomy in cloud usage
|
|
52
|
+
- Considers compliance, security, and cost at organizational scale
|
|
53
|
+
- Shapes cloud strategy that adapts to emerging AI infrastructure needs
|
|
45
54
|
expectedDurationMinutes: 10
|
|
46
55
|
|
|
47
56
|
managementQuestions:
|
|
48
57
|
awareness:
|
|
49
58
|
- id: cp_mgmt_aware_1
|
|
50
59
|
text:
|
|
51
|
-
How do you
|
|
60
|
+
How do you stay informed about cloud capabilities that could benefit your team?
|
|
52
61
|
lookingFor:
|
|
53
|
-
-
|
|
54
|
-
-
|
|
62
|
+
- Actively explores cloud capabilities relevant to team work
|
|
63
|
+
- Evaluates new services for practical team benefit
|
|
64
|
+
- Shares learnings with the team proactively
|
|
55
65
|
expectedDurationMinutes: 5
|
|
56
66
|
foundational:
|
|
57
67
|
- id: cp_mgmt_found_1
|
|
58
|
-
text:
|
|
68
|
+
text:
|
|
69
|
+
How do you support team members in developing cloud platform skills?
|
|
59
70
|
lookingFor:
|
|
60
|
-
-
|
|
61
|
-
-
|
|
62
|
-
|
|
71
|
+
- Creates structured learning paths for cloud skills
|
|
72
|
+
- Pairs team members on cloud tasks for knowledge transfer
|
|
73
|
+
- Identifies skill gaps and addresses them proactively
|
|
74
|
+
expectedDurationMinutes: 5
|
|
63
75
|
working:
|
|
64
76
|
- id: cp_mgmt_work_1
|
|
65
77
|
text:
|
|
66
|
-
How do you
|
|
67
|
-
standards?
|
|
78
|
+
How do you balance cloud costs with team productivity and delivery needs?
|
|
68
79
|
followUps:
|
|
69
|
-
- How do you
|
|
80
|
+
- How do you communicate cloud spending to stakeholders?
|
|
70
81
|
lookingFor:
|
|
71
|
-
-
|
|
72
|
-
-
|
|
73
|
-
|
|
82
|
+
- Tracks cloud spending and communicates trends to stakeholders
|
|
83
|
+
- Makes trade-off decisions between cost and developer productivity
|
|
84
|
+
- Establishes team practices for cost-aware cloud usage
|
|
85
|
+
expectedDurationMinutes: 8
|
|
74
86
|
practitioner:
|
|
75
87
|
- id: cp_mgmt_pract_1
|
|
76
88
|
text:
|
|
77
|
-
How do you
|
|
78
|
-
team?
|
|
89
|
+
How do you drive cloud best practices and standards across your team?
|
|
79
90
|
followUps:
|
|
80
|
-
- How do you
|
|
91
|
+
- How do you handle compliance requirements?
|
|
81
92
|
lookingFor:
|
|
82
|
-
-
|
|
83
|
-
-
|
|
84
|
-
|
|
93
|
+
- Establishes cloud standards that teams follow willingly
|
|
94
|
+
- Addresses compliance requirements with practical solutions
|
|
95
|
+
- Mentors team members on cloud best practices
|
|
96
|
+
expectedDurationMinutes: 10
|
|
85
97
|
expert:
|
|
86
98
|
- id: cp_mgmt_expert_1
|
|
87
99
|
text:
|
|
88
|
-
How do you
|
|
89
|
-
teams?
|
|
100
|
+
How do you shape organizational cloud strategy and governance?
|
|
90
101
|
lookingFor:
|
|
91
|
-
-
|
|
92
|
-
-
|
|
102
|
+
- Defines cloud governance that enables innovation within guardrails
|
|
103
|
+
- Influences cloud direction across organizational boundaries
|
|
104
|
+
- Adapts strategy for emerging workloads like AI/ML infrastructure
|
|
93
105
|
expectedDurationMinutes: 10
|
|
@@ -3,10 +3,11 @@
|
|
|
3
3
|
professionalQuestions:
|
|
4
4
|
awareness:
|
|
5
5
|
- id: cq_pro_aware_1
|
|
6
|
-
text:
|
|
6
|
+
text: How do you ensure the next person who reads your code understands it?
|
|
7
7
|
lookingFor:
|
|
8
|
-
-
|
|
9
|
-
-
|
|
8
|
+
- Thinks about readability from another developer's perspective
|
|
9
|
+
- Uses naming and structure to communicate intent
|
|
10
|
+
- Shows awareness that code is read more often than written
|
|
10
11
|
expectedDurationMinutes: 5
|
|
11
12
|
foundational:
|
|
12
13
|
- id: cq_pro_found_1
|
|
@@ -15,75 +16,124 @@ professionalQuestions:
|
|
|
15
16
|
- What naming conventions do you follow?
|
|
16
17
|
- How do you decide when to add comments?
|
|
17
18
|
lookingFor:
|
|
18
|
-
-
|
|
19
|
-
-
|
|
19
|
+
- Uses consistent naming and structure that communicates intent to readers
|
|
20
|
+
- Formats code for scanability and groups related logic together
|
|
21
|
+
- Writes comments that explain why, not what
|
|
22
|
+
expectedDurationMinutes: 5
|
|
23
|
+
- id: cq_pro_found_2
|
|
24
|
+
text: What testing practices do you follow when writing code?
|
|
25
|
+
lookingFor:
|
|
26
|
+
- Writes tests as part of development, not as an afterthought
|
|
27
|
+
- Understands the purpose of testing beyond just coverage numbers
|
|
20
28
|
expectedDurationMinutes: 5
|
|
21
29
|
working:
|
|
22
30
|
- id: cq_pro_work_1
|
|
23
31
|
text: How do you approach code review? What do you look for?
|
|
24
32
|
lookingFor:
|
|
25
|
-
-
|
|
26
|
-
-
|
|
33
|
+
- Follows a systematic approach covering correctness, clarity, and design
|
|
34
|
+
- Balances thoroughness with keeping reviews timely
|
|
35
|
+
- Gives constructive feedback that helps the author improve
|
|
36
|
+
expectedDurationMinutes: 8
|
|
37
|
+
- id: cq_pro_work_2
|
|
38
|
+
text:
|
|
39
|
+
How do you decide what to test and what level of testing to apply?
|
|
40
|
+
followUps:
|
|
41
|
+
- How does AI-generated code change your testing approach?
|
|
42
|
+
lookingFor:
|
|
43
|
+
- Chooses test types based on risk and complexity of the code
|
|
44
|
+
- Focuses testing effort where bugs would be most costly
|
|
45
|
+
- Considers the maintenance cost of tests alongside their value
|
|
27
46
|
expectedDurationMinutes: 8
|
|
28
47
|
practitioner:
|
|
29
48
|
- id: cq_pro_pract_1
|
|
30
49
|
text: How have you improved code quality practices in your team?
|
|
31
50
|
lookingFor:
|
|
32
|
-
-
|
|
33
|
-
-
|
|
51
|
+
- Identifies specific quality gaps and addresses them with measurable actions
|
|
52
|
+
- Influences team norms around quality through mentoring and example
|
|
53
|
+
- Balances quality investment with delivery commitments
|
|
54
|
+
expectedDurationMinutes: 8
|
|
55
|
+
- id: cq_pro_pract_2
|
|
56
|
+
text:
|
|
57
|
+
How do you balance code quality with delivery speed? Give a specific
|
|
58
|
+
example.
|
|
59
|
+
followUps:
|
|
60
|
+
- When have you chosen to accept technical debt?
|
|
61
|
+
lookingFor:
|
|
62
|
+
- Makes pragmatic trade-offs with clear reasoning about context
|
|
63
|
+
- Communicates quality decisions to stakeholders without jargon
|
|
64
|
+
- Distinguishes between deliberate trade-offs and sloppy shortcuts
|
|
34
65
|
expectedDurationMinutes: 8
|
|
35
66
|
expert:
|
|
36
67
|
- id: cq_pro_expert_1
|
|
37
68
|
text:
|
|
38
|
-
How have you established code quality standards across an organization
|
|
69
|
+
How have you established code quality standards across an organization or
|
|
70
|
+
multiple teams?
|
|
39
71
|
followUps:
|
|
40
72
|
- How did you gain adoption?
|
|
41
73
|
- How do you measure success?
|
|
42
74
|
lookingFor:
|
|
43
|
-
-
|
|
44
|
-
-
|
|
75
|
+
- Creates standards that teams adopt willingly because they solve real problems
|
|
76
|
+
- Measures quality through defect rates and change failure, not just lint scores
|
|
77
|
+
- Evolves standards as practices change, especially around AI-generated code
|
|
78
|
+
expectedDurationMinutes: 10
|
|
79
|
+
- id: cq_pro_expert_2
|
|
80
|
+
text:
|
|
81
|
+
How do you approach reviewing AI-generated code at scale? What practices
|
|
82
|
+
ensure quality?
|
|
83
|
+
lookingFor:
|
|
84
|
+
- Designs review processes that catch AI-specific failure modes like plausible but wrong logic
|
|
85
|
+
- Creates verification depth guidelines calibrated to risk, not just code origin
|
|
86
|
+
- Establishes organisational patterns for when AI-generated code needs deeper scrutiny
|
|
45
87
|
expectedDurationMinutes: 10
|
|
46
88
|
|
|
47
89
|
managementQuestions:
|
|
48
90
|
awareness:
|
|
49
91
|
- id: cq_mgmt_aware_1
|
|
50
|
-
text:
|
|
92
|
+
text:
|
|
93
|
+
How do you communicate the importance of code quality to your team?
|
|
51
94
|
lookingFor:
|
|
52
|
-
-
|
|
53
|
-
-
|
|
95
|
+
- Connects quality to outcomes the team cares about like fewer bugs and faster changes
|
|
96
|
+
- Uses concrete examples of quality impact rather than abstract principles
|
|
54
97
|
expectedDurationMinutes: 5
|
|
55
98
|
foundational:
|
|
56
99
|
- id: cq_mgmt_found_1
|
|
57
|
-
text:
|
|
58
|
-
|
|
59
|
-
- How do you handle review bottlenecks?
|
|
100
|
+
text:
|
|
101
|
+
How do you help team members improve their coding and testing practices?
|
|
60
102
|
lookingFor:
|
|
61
|
-
-
|
|
62
|
-
-
|
|
103
|
+
- Provides specific, actionable feedback in code reviews rather than vague suggestions
|
|
104
|
+
- Creates pairing opportunities that build quality skills through real work
|
|
105
|
+
- Identifies individual skill gaps and tailors development approaches
|
|
63
106
|
expectedDurationMinutes: 5
|
|
64
107
|
working:
|
|
65
108
|
- id: cq_mgmt_work_1
|
|
66
|
-
text:
|
|
109
|
+
text:
|
|
110
|
+
How do you establish and maintain code review practices in your team?
|
|
67
111
|
followUps:
|
|
68
|
-
- How do you
|
|
112
|
+
- How do you handle disagreements about code quality?
|
|
69
113
|
lookingFor:
|
|
70
|
-
-
|
|
71
|
-
-
|
|
114
|
+
- Establishes review norms that balance thoroughness with turnaround time
|
|
115
|
+
- Facilitates quality disagreements toward shared standards rather than personal preference
|
|
116
|
+
- Creates review practices that work for AI-generated code, not just human-written
|
|
72
117
|
expectedDurationMinutes: 8
|
|
73
118
|
practitioner:
|
|
74
119
|
- id: cq_mgmt_pract_1
|
|
75
|
-
text:
|
|
120
|
+
text:
|
|
121
|
+
How do you balance code quality standards with delivery pressure from stakeholders?
|
|
122
|
+
followUps:
|
|
123
|
+
- How do you communicate quality trade-offs?
|
|
76
124
|
lookingFor:
|
|
77
|
-
-
|
|
78
|
-
-
|
|
125
|
+
- Translates quality trade-offs into business terms stakeholders can act on
|
|
126
|
+
- Pushes back on shortcuts that create future cost while accepting pragmatic trade-offs
|
|
127
|
+
- Creates visibility into quality metrics so trade-offs are informed, not guesses
|
|
79
128
|
expectedDurationMinutes: 8
|
|
80
129
|
expert:
|
|
81
130
|
- id: cq_mgmt_expert_1
|
|
82
131
|
text:
|
|
83
|
-
How do you
|
|
132
|
+
How do you drive code quality culture and standards across multiple teams?
|
|
84
133
|
followUps:
|
|
85
|
-
- How do you measure quality
|
|
134
|
+
- How do you measure quality improvement?
|
|
86
135
|
lookingFor:
|
|
87
|
-
-
|
|
88
|
-
-
|
|
136
|
+
- Creates cross-team quality standards that teams adopt without heavy governance
|
|
137
|
+
- Uses metrics like defect escape rate and change lead time to track quality trends
|
|
138
|
+
- Shapes engineering culture so quality is a shared value, not a compliance exercise
|
|
89
139
|
expectedDurationMinutes: 10
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
professionalQuestions:
|
|
4
4
|
awareness:
|
|
5
5
|
- id: dm_pro_aware_1
|
|
6
|
-
text:
|
|
7
|
-
What's the difference between relational and non-relational databases?
|
|
6
|
+
text: How do you decide how to store and organize data for a new feature?
|
|
8
7
|
lookingFor:
|
|
9
|
-
-
|
|
10
|
-
-
|
|
8
|
+
- Thinks about data relationships before choosing storage
|
|
9
|
+
- Considers how the data will be queried and used
|
|
10
|
+
- Shows awareness that data structure affects performance
|
|
11
11
|
expectedDurationMinutes: 5
|
|
12
12
|
foundational:
|
|
13
13
|
- id: dm_pro_found_1
|
|
@@ -15,26 +15,29 @@ professionalQuestions:
|
|
|
15
15
|
How would you design a simple database schema for a user management
|
|
16
16
|
system?
|
|
17
17
|
lookingFor:
|
|
18
|
-
-
|
|
19
|
-
-
|
|
20
|
-
|
|
18
|
+
- Identifies the key entities and relationships before writing SQL
|
|
19
|
+
- Considers how the schema will be queried, not just stored
|
|
20
|
+
- Makes normalization decisions with practical reasoning
|
|
21
|
+
expectedDurationMinutes: 5
|
|
21
22
|
working:
|
|
22
23
|
- id: dm_pro_work_1
|
|
23
|
-
text:
|
|
24
|
+
text: How do you approach designing a data model for a complex domain?
|
|
24
25
|
followUps:
|
|
25
|
-
- How
|
|
26
|
+
- How do you handle evolving requirements in your data model?
|
|
26
27
|
lookingFor:
|
|
27
|
-
-
|
|
28
|
-
-
|
|
29
|
-
|
|
28
|
+
- Balances normalization with query performance needs
|
|
29
|
+
- Makes deliberate trade-offs with clear reasoning
|
|
30
|
+
- Considers how the model will evolve over time
|
|
31
|
+
expectedDurationMinutes: 8
|
|
30
32
|
practitioner:
|
|
31
33
|
- id: dm_pro_pract_1
|
|
32
34
|
text:
|
|
33
35
|
How do you approach data modeling for complex domains with evolving
|
|
34
36
|
requirements?
|
|
35
37
|
lookingFor:
|
|
36
|
-
-
|
|
37
|
-
-
|
|
38
|
+
- Designs models that accommodate change without major rework
|
|
39
|
+
- Applies advanced techniques like event sourcing where appropriate
|
|
40
|
+
- Collaborates with domain experts to validate model accuracy
|
|
38
41
|
expectedDurationMinutes: 10
|
|
39
42
|
expert:
|
|
40
43
|
- id: dm_pro_expert_1
|
|
@@ -42,54 +45,55 @@ professionalQuestions:
|
|
|
42
45
|
How do you establish data modeling standards and practices across an
|
|
43
46
|
organization?
|
|
44
47
|
lookingFor:
|
|
45
|
-
-
|
|
46
|
-
-
|
|
48
|
+
- Creates modeling standards that improve consistency across teams
|
|
49
|
+
- Shapes organizational data architecture to enable interoperability
|
|
50
|
+
- Mentors teams on modeling practices and domain-driven design
|
|
47
51
|
expectedDurationMinutes: 10
|
|
48
52
|
|
|
49
53
|
managementQuestions:
|
|
50
54
|
awareness:
|
|
51
55
|
- id: dm_mgmt_aware_1
|
|
52
56
|
text:
|
|
53
|
-
How do you ensure your team
|
|
57
|
+
How do you ensure your team considers data modeling implications in their work?
|
|
54
58
|
lookingFor:
|
|
55
|
-
-
|
|
56
|
-
-
|
|
59
|
+
- Ensures modeling decisions are considered during feature planning
|
|
60
|
+
- Communicates how data model quality affects system behaviour
|
|
57
61
|
expectedDurationMinutes: 5
|
|
58
62
|
foundational:
|
|
59
63
|
- id: dm_mgmt_found_1
|
|
60
|
-
text:
|
|
61
|
-
|
|
62
|
-
- What review processes do you have?
|
|
64
|
+
text:
|
|
65
|
+
How do you help team members develop data modeling skills?
|
|
63
66
|
lookingFor:
|
|
64
|
-
-
|
|
65
|
-
-
|
|
66
|
-
|
|
67
|
+
- Creates learning opportunities through real project work
|
|
68
|
+
- Pairs less experienced engineers with modeling-skilled colleagues
|
|
69
|
+
- Reviews data models as part of team process
|
|
70
|
+
expectedDurationMinutes: 5
|
|
67
71
|
working:
|
|
68
72
|
- id: dm_mgmt_work_1
|
|
69
73
|
text:
|
|
70
|
-
How do you
|
|
71
|
-
services?
|
|
74
|
+
How do you facilitate data model review and alignment across your team?
|
|
72
75
|
followUps:
|
|
73
|
-
- How do you
|
|
76
|
+
- How do you handle disagreements about modeling approaches?
|
|
74
77
|
lookingFor:
|
|
75
|
-
-
|
|
76
|
-
-
|
|
78
|
+
- Creates review processes that catch modeling issues before they reach production
|
|
79
|
+
- Facilitates productive disagreements about modeling by focusing on trade-offs and evidence
|
|
80
|
+
- Ensures the team aligns on modeling conventions to reduce inconsistency
|
|
77
81
|
expectedDurationMinutes: 10
|
|
78
82
|
practitioner:
|
|
79
83
|
- id: dm_mgmt_pract_1
|
|
80
|
-
text:
|
|
81
|
-
|
|
82
|
-
- How do you identify data skill gaps?
|
|
84
|
+
text:
|
|
85
|
+
How do you coordinate data modeling decisions across teams to ensure consistency?
|
|
83
86
|
lookingFor:
|
|
84
|
-
-
|
|
85
|
-
-
|
|
87
|
+
- Creates cross-team alignment on shared data models and naming conventions
|
|
88
|
+
- Facilitates discussions between teams when models need to interoperate
|
|
89
|
+
- Establishes modeling standards that reduce friction at team boundaries
|
|
86
90
|
expectedDurationMinutes: 10
|
|
87
91
|
expert:
|
|
88
92
|
- id: dm_mgmt_expert_1
|
|
89
93
|
text:
|
|
90
|
-
How do you
|
|
91
|
-
teams?
|
|
94
|
+
How do you shape organizational data modeling standards and governance?
|
|
92
95
|
lookingFor:
|
|
93
|
-
-
|
|
94
|
-
-
|
|
96
|
+
- Defines data modeling practices and governance adopted across the business unit
|
|
97
|
+
- Creates organisational standards that improve data interoperability at scale
|
|
98
|
+
- Influences how the organisation values and invests in data architecture quality
|
|
95
99
|
expectedDurationMinutes: 10
|