CTO Team Building & Technical Leadership 5 — Questions and Answers
Question 1: A CTO is navigating disagreement between two senior engineers on a foundational architectural decision. Both positions have merit. What is the best resolution process?
- Make the decision unilaterally to resolve the conflict quickly
- Run a structured decision framework (e.g., DACI or RFC process) with a defined deadline (Correct answer)
- Allow the team to vote on the preferred approach
- Defer the decision until consensus is naturally reached
Correct answer: Run a structured decision framework (e.g., DACI or RFC process) with a defined deadline
A structured decision framework like DACI (Driver, Approver, Contributor, Informed) or a formal RFC process ensures all perspectives are heard while producing a documented, time-boxed decision.
Question 2: Which practice best accelerates ramp-up time for engineers new to a complex codebase?
- Comprehensive written documentation of all system components
- Structured onboarding with progressively complex real tasks and a dedicated buddy (Correct answer)
- Assigning the new hire to a solo greenfield project immediately
- Video walkthroughs of each major service recorded by architects
Correct answer: Structured onboarding with progressively complex real tasks and a dedicated buddy
Active learning through real tasks with increasing complexity, supported by a buddy, accelerates context building faster than passive documentation consumption.
Question 3: A CTO wants to build a culture of continuous improvement. Which ritual has the most proven impact?
- Monthly technology all-hands presentations
- Regular retrospectives with tracked action items and visible follow-through (Correct answer)
- Annual performance review cycles tied to improvement goals
- Internal hackathons focused on process innovation
Correct answer: Regular retrospectives with tracked action items and visible follow-through
Retrospectives create a regular, structured cadence for improvement; their impact depends on action items being tracked and completed, demonstrating that feedback leads to change.
Question 4: An engineering team is resisting adopting a new internal platform built by the platform team. What is the most likely root cause?
- The platform team lacks technical expertise
- The platform was built without adequate input from its intended users (Correct answer)
- Engineers prefer working with external open-source tools
- The platform documentation is insufficient
Correct answer: The platform was built without adequate input from its intended users
Internal platform adoption failures most commonly stem from building without user input, resulting in a product that doesn't match actual team needs or workflows.
Question 5: What is the key difference between a technical lead and an engineering manager in a well-structured engineering organization?
- Technical leads earn higher compensation than engineering managers
- Technical leads own the 'what and how' of engineering; managers own team health and career growth (Correct answer)
- Engineering managers write code while technical leads focus on architecture
- Technical leads report to engineering managers in all mature organizations
Correct answer: Technical leads own the 'what and how' of engineering; managers own team health and career growth
The tech lead/EM split separates technical direction from people development, allowing each role to optimize for its distinct domain without conflict.
Question 6: A CTO wants to reduce meeting load on engineers to increase focus time. Which policy change has the most measurable impact?
- Banning all meetings on Fridays
- Implementing maker/manager schedule principles with protected focus blocks (Correct answer)
- Limiting all meetings to 30 minutes
- Requiring all meetings to have a written agenda 24 hours in advance
Correct answer: Implementing maker/manager schedule principles with protected focus blocks
Paul Graham's maker/manager schedule model recognizes that engineers need long uninterrupted blocks; protecting these with designated focus time reduces fragmentation more than time caps on individual meetings.
Question 7: Which of the following is the strongest signal that a CTO has successfully built a self-sustaining technical culture?
- The engineering team operates effectively and improves processes even when the CTO is unavailable (Correct answer)
- The CTO is consulted on every significant technical decision
- Engineering headcount has doubled within the CTO's tenure
- The company has migrated to a modern microservices architecture
Correct answer: The engineering team operates effectively and improves processes even when the CTO is unavailable
A self-sustaining culture means leadership is distributed and the organization continues to improve independently, which is the ultimate measure of a CTO's cultural investment.
A CTO is navigating disagreement between two senior engineers on a foundational architectural decision.
Both positions have merit.
What is the best resolution process?