@forwardimpact/schema 0.9.1 → 0.10.0

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.
@@ -4,101 +4,112 @@ professionalQuestions:
4
4
  awareness:
5
5
  - id: arch_pro_aware_1
6
6
  text:
7
- What do you understand by 'separation of concerns' in software design?
7
+ How do you decide where to draw boundaries when structuring new code?
8
8
  lookingFor:
9
- - Basic understanding of modularity
10
- - Recognition that different parts of a system should handle different
11
- things
9
+ - Thinks about grouping related functionality together
10
+ - Considers how changes in one area might affect others
11
+ - Shows awareness that structure choices affect future maintainability
12
12
  expectedDurationMinutes: 5
13
13
  foundational:
14
14
  - id: arch_pro_found_1
15
- text:
16
- Walk me through a recent feature you built. How did you decide on the
17
- structure?
15
+ text: How do you decide on the structure when building a new feature?
18
16
  followUps:
19
- - What alternatives did you consider?
20
- - What would you do differently?
17
+ - What alternatives would you consider?
18
+ - How would AI tools change your approach to structuring code?
21
19
  lookingFor:
22
- - Evidence of thoughtful design decisions
23
- - Understanding of common patterns
24
- expectedDurationMinutes: 8
20
+ - Considers multiple structural options before choosing
21
+ - Explains reasoning behind design decisions clearly
22
+ - Applies familiar patterns appropriately to new problems
23
+ expectedDurationMinutes: 5
25
24
  working:
26
25
  - id: arch_pro_work_1
27
26
  text:
28
- Describe a system you designed. What were the key trade-offs you had to
29
- make?
27
+ How do you approach designing a system when requirements involve
28
+ competing constraints?
30
29
  followUps:
31
- - How did you validate these decisions?
30
+ - How do you validate architectural decisions before committing?
31
+ - How would AI tools help you explore design alternatives?
32
32
  lookingFor:
33
- - Clear articulation of trade-offs
34
- - Evidence of independent design work
33
+ - Articulates trade-offs clearly with rationale for each choice
34
+ - Designs independently, seeking feedback at appropriate points
35
+ - Considers operational concerns alongside functional requirements
35
36
  expectedDurationMinutes: 8
36
37
  practitioner:
37
38
  - id: arch_pro_pract_1
38
39
  text:
39
- Tell me about a time when you had to guide a team through a significant
40
- architectural decision.
40
+ How do you guide your team through significant architectural decisions
41
+ where opinions conflict?
41
42
  followUps:
42
- - How did you handle disagreements?
43
+ - How do you balance technical purity with delivery pragmatism?
44
+ - How is AI changing the way your team evaluates architecture?
43
45
  lookingFor:
44
- - Leadership in technical decisions
45
- - Ability to build consensus
46
+ - Facilitates decision-making that includes diverse perspectives
47
+ - Builds consensus without suppressing valid dissent
48
+ - Documents decisions and rationale for future reference
46
49
  expectedDurationMinutes: 8
47
50
  expert:
48
51
  - id: arch_pro_expert_1
49
52
  text:
50
- How do you approach defining and evolving architectural standards for an
53
+ How do you define and evolve architectural standards across a large
51
54
  organization?
55
+ followUps:
56
+ - How do AI tools change your approach to architectural governance?
52
57
  lookingFor:
53
- - Strategic thinking about architecture
54
- - Experience with organizational influence
55
- expectedDurationMinutes: 8
58
+ - Creates standards that enable teams rather than constrain them
59
+ - Evolves architecture strategy as technology landscape changes
60
+ - Influences architectural direction across organizational boundaries
61
+ expectedDurationMinutes: 10
56
62
 
57
63
  managementQuestions:
58
64
  awareness:
59
65
  - id: arch_mgmt_aware_1
60
- text: How do you ensure your team considers architecture in their work?
66
+ text: How do you recognize when your team needs architectural guidance?
61
67
  lookingFor:
62
- - Basic awareness of architecture importance
63
- - Understanding of team guidance needs
68
+ - Notices signals of architectural strain like coupling or tech debt
69
+ - Understands when to involve senior engineers in design decisions
70
+ - Connects architecture quality to team delivery outcomes
64
71
  expectedDurationMinutes: 5
65
72
  foundational:
66
73
  - id: arch_mgmt_found_1
67
- text:
68
- How do you support your team members in making sound design decisions?
74
+ text: How do you support your team in making good architectural decisions?
69
75
  followUps:
70
76
  - What resources or guidance do you provide?
71
77
  lookingFor:
72
- - Team enablement approach
73
- - Design decision support practices
74
- expectedDurationMinutes: 8
78
+ - Enables team decision-making rather than dictating solutions
79
+ - Provides appropriate guardrails without micromanaging
80
+ - Connects teams with relevant expertise when needed
81
+ expectedDurationMinutes: 5
75
82
  working:
76
83
  - id: arch_mgmt_work_1
77
84
  text:
78
- How do you balance architectural quality with delivery timelines in your
79
- team?
85
+ How do you balance technical debt management with feature delivery in
86
+ your team?
80
87
  followUps:
81
- - How do you handle technical debt decisions?
88
+ - How do you communicate architectural trade-offs to stakeholders?
82
89
  lookingFor:
83
- - Trade-off management
84
- - Team architecture governance
90
+ - Uses a clear framework to prioritize debt vs features
91
+ - Communicates trade-offs in business terms stakeholders understand
92
+ - Ensures the team has capacity for both maintenance and delivery
85
93
  expectedDurationMinutes: 8
86
94
  practitioner:
87
95
  - id: arch_mgmt_pract_1
88
96
  text:
89
- How do you build architectural capability and maturity within your team?
97
+ How do you drive architectural alignment across multiple teams in your
98
+ area?
90
99
  followUps:
91
- - How do you identify and develop architecture skills?
100
+ - How do you handle conflicts between team approaches?
92
101
  lookingFor:
93
- - Team capability development
94
- - Architecture skill growth strategies
102
+ - Creates alignment through shared principles, not mandates
103
+ - Resolves architectural conflicts by surfacing underlying trade-offs
104
+ - Thinks strategically about technical direction across teams
95
105
  expectedDurationMinutes: 8
96
106
  expert:
97
107
  - id: arch_mgmt_expert_1
98
- text:
99
- How do you shape architectural governance and decision-making across
100
- multiple teams?
108
+ text: How do you shape architectural strategy at the organizational level?
109
+ followUps:
110
+ - How do you ensure architectural strategy keeps pace with AI advances?
101
111
  lookingFor:
102
- - Cross-team architecture leadership
103
- - Organizational architecture strategy
112
+ - Defines architectural vision that aligns business and technical goals
113
+ - Influences technical direction across organizational boundaries
114
+ - Adapts strategy as technology landscape evolves
104
115
  expectedDurationMinutes: 10
@@ -3,18 +3,20 @@
3
3
  professionalQuestions:
4
4
  awareness:
5
5
  - id: cp_pro_aware_1
6
- text: What cloud platforms are you familiar with?
6
+ text: How do you decide what should run locally vs in the cloud?
7
7
  lookingFor:
8
- - Basic cloud awareness
9
- - Understanding of cloud services
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 deploy a simple application to the cloud?
14
+ text: How would you choose which cloud services to use for a new project?
14
15
  lookingFor:
15
- - Basic deployment knowledge
16
- - Understanding of cloud resources
17
- expectedDurationMinutes: 8
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
- - Practical cloud architecture experience
27
- - Service selection rationale
28
- expectedDurationMinutes: 10
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 do you approach cloud cost optimization and governance for your
33
- team?
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
- - Cloud cost management
36
- - Governance practices
37
- expectedDurationMinutes: 8
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
- How have you shaped cloud strategy and practices across an organization?
48
+ What are the key considerations when defining cloud governance and
49
+ strategy for a large organization?
42
50
  lookingFor:
43
- - Enterprise cloud strategy
44
- - Multi-cloud or hybrid considerations
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 ensure your team has appropriate cloud access and knowledge?
60
+ How do you stay informed about cloud capabilities that could benefit
61
+ your team?
52
62
  lookingFor:
53
- - Basic team enablement awareness
54
- - Understanding of cloud access management
63
+ - Actively explores cloud capabilities relevant to team work
64
+ - Evaluates new services for practical team benefit
65
+ - Shares learnings with the team proactively
55
66
  expectedDurationMinutes: 5
56
67
  foundational:
57
68
  - id: cp_mgmt_found_1
58
- text: How do you manage cloud costs and budgets for your team?
69
+ text: How do you support team members in developing cloud platform skills?
59
70
  lookingFor:
60
- - Basic cost awareness
61
- - Budget management practices
62
- expectedDurationMinutes: 8
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 ensure your team follows cloud best practices and security
67
- standards?
78
+ How do you balance cloud costs with team productivity and delivery
79
+ needs?
68
80
  followUps:
69
- - How do you handle compliance requirements?
81
+ - How do you communicate cloud spending to stakeholders?
70
82
  lookingFor:
71
- - Cloud governance approach
72
- - Security and compliance awareness
73
- expectedDurationMinutes: 10
83
+ - Tracks cloud spending and communicates trends to stakeholders
84
+ - Makes trade-off decisions between cost and developer productivity
85
+ - Establishes team practices for cost-aware cloud usage
86
+ expectedDurationMinutes: 8
74
87
  practitioner:
75
88
  - id: cp_mgmt_pract_1
76
89
  text:
77
- How do you build cloud expertise and platform capabilities within your
78
- team?
90
+ How do you drive cloud best practices and standards across your team?
79
91
  followUps:
80
- - How do you balance specialist vs generalist cloud skills?
92
+ - How do you handle compliance requirements?
81
93
  lookingFor:
82
- - Team cloud capability development
83
- - Skill building strategies
84
- expectedDurationMinutes: 8
94
+ - Establishes cloud standards that teams follow willingly
95
+ - Addresses compliance requirements with practical solutions
96
+ - Mentors team members on cloud best practices
97
+ expectedDurationMinutes: 10
85
98
  expert:
86
99
  - id: cp_mgmt_expert_1
87
- text:
88
- How do you drive cloud adoption and platform strategy across multiple
89
- teams?
100
+ text: How do you shape organizational cloud strategy and governance?
90
101
  lookingFor:
91
- - Cross-team cloud leadership
92
- - Enterprise platform strategy
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,12 @@
3
3
  professionalQuestions:
4
4
  awareness:
5
5
  - id: cq_pro_aware_1
6
- text: What does 'clean code' mean to you?
6
+ text:
7
+ How do you ensure the next person who reads your code understands it?
7
8
  lookingFor:
8
- - Basic understanding of readability
9
- - Awareness of maintainability concerns
9
+ - Thinks about readability from another developer's perspective
10
+ - Uses naming and structure to communicate intent
11
+ - Shows awareness that code is read more often than written
10
12
  expectedDurationMinutes: 5
11
13
  foundational:
12
14
  - id: cq_pro_found_1
@@ -15,75 +17,146 @@ professionalQuestions:
15
17
  - What naming conventions do you follow?
16
18
  - How do you decide when to add comments?
17
19
  lookingFor:
18
- - Consistent coding practices
19
- - Understanding of code formatting and structure
20
+ - Uses consistent naming and structure that communicates intent to
21
+ readers
22
+ - Formats code for scanability and groups related logic together
23
+ - Writes comments that explain why, not what
24
+ expectedDurationMinutes: 5
25
+ - id: cq_pro_found_2
26
+ text: What testing practices do you follow when writing code?
27
+ lookingFor:
28
+ - Writes tests as part of development, not as an afterthought
29
+ - Understands the purpose of testing beyond just coverage numbers
20
30
  expectedDurationMinutes: 5
21
31
  working:
22
32
  - id: cq_pro_work_1
23
33
  text: How do you approach code review? What do you look for?
24
34
  lookingFor:
25
- - Systematic approach to reviews
26
- - Balance between quality and velocity
35
+ - Follows a systematic approach covering correctness, clarity, and
36
+ design
37
+ - Balances thoroughness with keeping reviews timely
38
+ - Gives constructive feedback that helps the author improve
39
+ expectedDurationMinutes: 8
40
+ - id: cq_pro_work_2
41
+ text: How do you decide what to test and what level of testing to apply?
42
+ followUps:
43
+ - How does AI-generated code change your testing approach?
44
+ lookingFor:
45
+ - Chooses test types based on risk and complexity of the code
46
+ - Focuses testing effort where bugs would be most costly
47
+ - Considers the maintenance cost of tests alongside their value
27
48
  expectedDurationMinutes: 8
28
49
  practitioner:
29
50
  - id: cq_pro_pract_1
30
51
  text: How have you improved code quality practices in your team?
31
52
  lookingFor:
32
- - Measurable improvements
33
- - Team influence
53
+ - Identifies specific quality gaps and addresses them with measurable
54
+ actions
55
+ - Influences team norms around quality through mentoring and example
56
+ - Balances quality investment with delivery commitments
57
+ expectedDurationMinutes: 8
58
+ - id: cq_pro_pract_2
59
+ text:
60
+ How do you balance code quality with delivery speed? Give a specific
61
+ example.
62
+ followUps:
63
+ - When have you chosen to accept technical debt?
64
+ lookingFor:
65
+ - Makes pragmatic trade-offs with clear reasoning about context
66
+ - Communicates quality decisions to stakeholders without jargon
67
+ - Distinguishes between deliberate trade-offs and sloppy shortcuts
34
68
  expectedDurationMinutes: 8
35
69
  expert:
36
70
  - id: cq_pro_expert_1
37
71
  text:
38
- How have you established code quality standards across an organization?
72
+ How have you established code quality standards across an organization
73
+ or multiple teams?
39
74
  followUps:
40
75
  - How did you gain adoption?
41
76
  - How do you measure success?
42
77
  lookingFor:
43
- - Organizational influence
44
- - Scalable quality practices
78
+ - Creates standards that teams adopt willingly because they solve real
79
+ problems
80
+ - Measures quality through defect rates and change failure, not just
81
+ lint scores
82
+ - Evolves standards as practices change, especially around AI-generated
83
+ code
84
+ expectedDurationMinutes: 10
85
+ - id: cq_pro_expert_2
86
+ text:
87
+ How do you approach reviewing AI-generated code at scale? What practices
88
+ ensure quality?
89
+ lookingFor:
90
+ - Designs review processes that catch AI-specific failure modes like
91
+ plausible but wrong logic
92
+ - Creates verification depth guidelines calibrated to risk, not just
93
+ code origin
94
+ - Establishes organisational patterns for when AI-generated code needs
95
+ deeper scrutiny
45
96
  expectedDurationMinutes: 10
46
97
 
47
98
  managementQuestions:
48
99
  awareness:
49
100
  - id: cq_mgmt_aware_1
50
- text: How do you set expectations for code quality in your team?
101
+ text: How do you communicate the importance of code quality to your team?
51
102
  lookingFor:
52
- - Basic quality expectations
53
- - Understanding of team standards
103
+ - Connects quality to outcomes the team cares about like fewer bugs and
104
+ faster changes
105
+ - Uses concrete examples of quality impact rather than abstract
106
+ principles
54
107
  expectedDurationMinutes: 5
55
108
  foundational:
56
109
  - id: cq_mgmt_found_1
57
- text: How do you ensure code reviews happen effectively in your team?
58
- followUps:
59
- - How do you handle review bottlenecks?
110
+ text:
111
+ How do you help team members improve their coding and testing practices?
60
112
  lookingFor:
61
- - Code review process management
62
- - Team workflow optimization
113
+ - Provides specific, actionable feedback in code reviews rather than
114
+ vague suggestions
115
+ - Creates pairing opportunities that build quality skills through real
116
+ work
117
+ - Identifies individual skill gaps and tailors development approaches
63
118
  expectedDurationMinutes: 5
64
119
  working:
65
120
  - id: cq_mgmt_work_1
66
- text: How do you balance code quality with delivery speed in your team?
121
+ text:
122
+ How do you establish and maintain code review practices in your team?
67
123
  followUps:
68
- - How do you make trade-off decisions?
124
+ - How do you handle disagreements about code quality?
69
125
  lookingFor:
70
- - Quality vs velocity trade-offs
71
- - Team guidance on priorities
126
+ - Establishes review norms that balance thoroughness with turnaround
127
+ time
128
+ - Facilitates quality disagreements toward shared standards rather than
129
+ personal preference
130
+ - Creates review practices that work for AI-generated code, not just
131
+ human-written
72
132
  expectedDurationMinutes: 8
73
133
  practitioner:
74
134
  - id: cq_mgmt_pract_1
75
- text: How do you build a culture of quality ownership within your team?
135
+ text:
136
+ How do you balance code quality standards with delivery pressure from
137
+ stakeholders?
138
+ followUps:
139
+ - How do you communicate quality trade-offs?
76
140
  lookingFor:
77
- - Quality culture development
78
- - Team accountability practices
141
+ - Translates quality trade-offs into business terms stakeholders can act
142
+ on
143
+ - Pushes back on shortcuts that create future cost while accepting
144
+ pragmatic trade-offs
145
+ - Creates visibility into quality metrics so trade-offs are informed,
146
+ not guesses
79
147
  expectedDurationMinutes: 8
80
148
  expert:
81
149
  - id: cq_mgmt_expert_1
82
150
  text:
83
- How do you establish and evolve quality standards across multiple teams?
151
+ How do you drive code quality culture and standards across multiple
152
+ teams?
84
153
  followUps:
85
- - How do you measure quality outcomes?
154
+ - How do you measure quality improvement?
86
155
  lookingFor:
87
- - Cross-team quality leadership
88
- - Quality metrics and governance
156
+ - Creates cross-team quality standards that teams adopt without heavy
157
+ governance
158
+ - Uses metrics like defect escape rate and change lead time to track
159
+ quality trends
160
+ - Shapes engineering culture so quality is a shared value, not a
161
+ compliance exercise
89
162
  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
- - Basic database concepts
10
- - Understanding of use cases for each
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
- - Basic schema design
19
- - Understanding of normalization
20
- expectedDurationMinutes: 8
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: Describe a data model you've designed. What trade-offs did you make?
24
+ text: How do you approach designing a data model for a complex domain?
24
25
  followUps:
25
- - How did you handle performance?
26
+ - How do you handle evolving requirements in your data model?
26
27
  lookingFor:
27
- - Practical data modeling experience
28
- - Performance considerations
29
- expectedDurationMinutes: 10
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
- - Advanced modeling techniques
37
- - Handling schema evolution
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,63 @@ professionalQuestions:
42
45
  How do you establish data modeling standards and practices across an
43
46
  organization?
44
47
  lookingFor:
45
- - Enterprise data architecture
46
- - Organizational standards leadership
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 understands the data models they work with?
57
+ How do you ensure your team considers data modeling implications in
58
+ their work?
54
59
  lookingFor:
55
- - Basic data awareness in team
56
- - Knowledge sharing practices
60
+ - Ensures modeling decisions are considered during feature planning
61
+ - Communicates how data model quality affects system behaviour
57
62
  expectedDurationMinutes: 5
58
63
  foundational:
59
64
  - id: dm_mgmt_found_1
60
- text: How do you support your team in making data modeling decisions?
61
- followUps:
62
- - What review processes do you have?
65
+ text: How do you help team members develop data modeling skills?
63
66
  lookingFor:
64
- - Team support practices
65
- - Data decision governance
66
- expectedDurationMinutes: 8
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 manage data quality and schema changes across your team's
71
- services?
74
+ How do you facilitate data model review and alignment across your team?
72
75
  followUps:
73
- - How do you coordinate breaking changes?
76
+ - How do you handle disagreements about modeling approaches?
74
77
  lookingFor:
75
- - Data change management
76
- - Cross-service coordination
78
+ - Creates review processes that catch modeling issues before they reach
79
+ production
80
+ - Facilitates productive disagreements about modeling by focusing on
81
+ trade-offs and evidence
82
+ - Ensures the team aligns on modeling conventions to reduce
83
+ inconsistency
77
84
  expectedDurationMinutes: 10
78
85
  practitioner:
79
86
  - id: dm_mgmt_pract_1
80
- text: How do you build data modeling expertise within your team?
81
- followUps:
82
- - How do you identify data skill gaps?
87
+ text:
88
+ How do you coordinate data modeling decisions across teams to ensure
89
+ consistency?
83
90
  lookingFor:
84
- - Team capability development
85
- - Data skill growth strategies
91
+ - Creates cross-team alignment on shared data models and naming
92
+ conventions
93
+ - Facilitates discussions between teams when models need to interoperate
94
+ - Establishes modeling standards that reduce friction at team boundaries
86
95
  expectedDurationMinutes: 10
87
96
  expert:
88
97
  - id: dm_mgmt_expert_1
89
98
  text:
90
- How do you drive data governance and modeling standards across multiple
91
- teams?
99
+ How do you shape organizational data modeling standards and governance?
92
100
  lookingFor:
93
- - Cross-team data leadership
94
- - Enterprise data strategy
101
+ - Defines data modeling practices and governance adopted across the
102
+ business unit
103
+ - Creates organisational standards that improve data interoperability at
104
+ scale
105
+ - Influences how the organisation values and invests in data
106
+ architecture quality
95
107
  expectedDurationMinutes: 10