5 exercises — Practice vocabulary for cross-organisation influence: alignment without authority, stakeholder roles, RFC process, sponsoring initiatives, and earned authority.
0 / 12 completed
1 / 12
A staff engineer says: "I'm building alignment without authority." A senior manager asks what this means in practice. Which explanation is correct?
Influence without authority is the defining challenge of staff+ engineering — you need broad architectural alignment across teams that don't report to you, which requires sophisticated communication and relationship skills rather than management authority.
Tanya Reilly's "Staff Engineer" and Will Larson's "Staff Engineer: Leadership beyond the management track" both identify this as a core competency. Practical techniques: (1) Pre-alignment — talk to key stakeholders one-on-one before the group meeting so no one is surprised; (2) Create shared ownership — involve people in designing the solution rather than presenting a finished proposal for approval; (3) Name the trade-offs — don't advocate for your solution, present the options honestly with trade-offs; (4) Appeal to shared goals — frame your proposal in terms of what others care about (their team's velocity, their users' experience). The trap to avoid: relying on expertise authority ("trust me, I know better") — this creates compliance without understanding, which breaks down as soon as you're not in the room.
Key vocabulary:
• influence without authority — the ability to drive decisions and alignment in groups where you have no management reporting line
• positional authority — the power to mandate decisions derived from a management or leadership role
• pre-alignment — having individual conversations with key stakeholders before a group decision meeting to build understanding and reduce surprises
2 / 12
In a cross-team architectural review, a staff engineer says: "I'm a stakeholder in this decision." What does "stakeholder" mean in a technical context?
Being a stakeholder is both a right (to be consulted) and a responsibility (to engage constructively) — declaring stakeholder status creates an obligation to participate in the decision, not just observe it.
In technical decisions, relevant stakeholders are often broader than the immediate implementing team: teams whose services will integrate with the new component, teams whose users will be affected, platform teams responsible for hosting or operating the decision's output, security and compliance teams, and technical leaders responsible for architectural coherence. The RACI framework (Responsible, Accountable, Consulted, Informed) is a common tool for mapping stakeholders: "Consulted" stakeholders are the ones whose input is sought before the decision is made; "Informed" stakeholders are notified after. A staff engineer claiming stakeholder status is saying "I should be in the 'Consulted' category for this decision, not just 'Informed'."
Key vocabulary:
• stakeholder — a person or team with a legitimate interest in a decision's outcome because it affects their work or responsibilities
• RACI — a decision framework: Responsible (does the work), Accountable (owns the outcome), Consulted (input sought before decision), Informed (notified after)
• decision owner — the person accountable for the final call; distinct from stakeholders who provide input
3 / 12
A staff engineer says: "The RFC process enables broad input before we commit to a direction." A developer asks what an RFC is and why it's used. Which explanation is correct?
The RFC process is both a decision-making mechanism and a knowledge management system — it captures not just what was decided but why, including the alternatives that were rejected and the concerns that were raised.
Well-known RFC processes: IETF RFCs (internet standards), Rust RFCs (language changes), React RFCs (framework changes). Internal company RFC processes vary but typically include: a template (problem, proposed solution, alternatives, open questions, success metrics), a review period (1-2 weeks for non-urgent decisions), a process for resolving disagreements (escalation to a tech lead or architecture forum if consensus isn't reached), and a decision record that archives the final choice and reasoning. The RFC process is particularly valuable for decisions that: affect multiple teams (cross-team alignment), are difficult to reverse (architectural choices), or are contentious (where perspectives differ significantly). For small reversible decisions, an RFC is usually overkill.
Key vocabulary:
• RFC (Request for Comments) — a structured proposal document for significant technical decisions that invites broad input before committing
• decision record — a document capturing a technical decision, its rationale, and the alternatives that were considered
• asynchronous review — a review process where participants contribute feedback on their own schedule rather than in a synchronous meeting
4 / 12
In a technical discussion, a staff engineer says: "I'm sponsoring this initiative." What does "sponsoring" mean in an engineering organisation?
Sponsorship is organisational advocacy — the sponsor uses their relationships, credibility, and access to create conditions for the initiative to succeed, particularly when the implementing team lacks the seniority to navigate those organisational layers themselves.
Lara Hogan and others have written extensively on the distinction between sponsorship and mentorship: mentorship is giving advice and guidance (one-to-one, private, developmental); sponsorship is publicly advocating, making introductions, creating opportunities, and removing barriers (visible, organisational, impactful to career and work). For cross-org technical initiatives, a staff engineer sponsoring a junior team's work might: nominate their work for inclusion in the company's technical blog, advocate for their approach in architecture reviews, connect them with other teams who are solving related problems, and present their work at all-hands. Sponsorship amplifies impact by lending the sponsor's credibility and relationships to the initiative.
Key vocabulary:
• sponsorship — using organisational credibility and relationships to advocate for and unblock an initiative or a person
• advocacy — publicly supporting an initiative, approach, or person in organisational settings
• organisational credibility — the trust and relationships earned through a track record of delivering and communicating well
5 / 12
A principal engineer says: "My opinion shapes the direction here." A team member asks how this differs from a manager's direction-setting. Which distinction is most accurate?
Earned authority is the primary mechanism of staff+ influence — it accumulates through demonstrated technical judgment over time and creates a presumption that the principal engineer's recommendations should be taken seriously, even without a mandate.
Tanya Reilly describes this as "the weight of your opinion" — senior engineers build up a track record where their assessments are consistently accurate, their architectural decisions age well, and their concerns turn out to be prescient. This track record means that when they express concern about a direction, the team pauses and considers carefully even if they could theoretically override. The risk: principal engineers who rely on "I've been right before" rather than explaining their reasoning undermine the team's ability to make good decisions independently. The most effective principal engineers share their reasoning explicitly, which both builds team capability and makes the recommendation more persuasive.
Key vocabulary:
• earned authority — influence derived from demonstrated expertise and a track record of sound technical judgment
• soft authority — influence that can be questioned and overridden, as opposed to positional authority that can mandate compliance
• technical credibility — the reputation for sound judgment that makes one's technical recommendations worth taking seriously
6 / 12
Sarah (Staff Engineer) posted this to Slack: "Okay team, let's push back on the immediate deployment of Feature X. I'm seeing a potential conflict with our upcoming infrastructure upgrade schedule."
Sarah's message demonstrates influence by proactively identifying a potential issue and proposing a course of action. She's not simply stating a problem; she's suggesting a solution related to coordination – this is crucial for cross-org alignment. Option A incorrectly frames her role as solely responsible, while options C and D misinterpret the tone of the message.
7 / 12
David (Staff Engineer) is reviewing a pull request. He adds this comment: "This implementation doesn't fully address the scalability concerns we discussed last week. We need to consider caching strategies."
David's comment showcases his influence by referencing a prior discussion and proposing concrete solutions. This demonstrates he's not just flagging an error but actively shaping the development path based on established priorities. Options A and D are unnecessarily demanding or accusatory, while option C lacks context and value.
8 / 12
John (Staff Engineer) sends this message to Slack: "Just wanted to flag that the new API endpoint is returning 502 errors intermittently. Let's investigate.". What does 'flag' mean in this context?
'Flag' here means to bring something to someone's attention – in this case, the API errors. It's not about fixing the issue itself, but about initiating an investigation. The other options represent alternative meanings of 'flag' that don't fit the scenario of raising awareness.
9 / 12
Maria (Staff Engineer) is writing a pull request description: "Refactoring this module for improved testability. This will require changes to the core data model and may impact existing integrations.". What does 'impact' mean in this PR context?
'Impact' refers to the downstream effects of the change. It doesn't mean complete removal or just improving performance. Maria is highlighting that this refactoring could have consequences for other parts of the system – a crucial point when considering potential risks and dependencies.
10 / 12
Ben (Staff Engineer) says to his team during a standup: "I'm taking ownership of the performance tuning for Service Y. I'll be working with the DevOps team on infrastructure changes.". What does 'taking ownership' imply?
'Taking ownership' signifies a higher level of responsibility than just participating. Ben is asserting control over the process, indicating he'll be accountable for its success and will coordinate with the DevOps team to achieve the desired outcome. This highlights leadership within the engineering context.
11 / 12
Chloe (Staff Engineer) comments on a code review: "This function is overly complex and difficult to understand. We should break it down into smaller, more manageable pieces.". What's the primary intent of this comment?
Chloe's comment focuses on the code itself – specifically its complexity. The goal is to propose a refactoring—a change in structure—to improve readability and maintainability, which are core engineering principles. Criticizing coding style or demanding a complete rewrite aren't the primary intent.
12 / 12
David (Staff Engineer) says: "I'm working to establish cross-team dependency mapping. We need a clear understanding of how our changes might affect other teams' systems.". What does 'dependency mapping' refer to?
'Dependency mapping' is about understanding how one system relies on another. It's a crucial practice in distributed systems to proactively mitigate risks and ensure smooth integration. The other options represent different activities related to system management but don't capture the core concept of identifying and documenting relationships.
What will I learn from the "Cross-Org Influence Vocabulary — Staff Engineer Communication | CoderLingo" exercise?
5 advanced exercises practising cross-organisation influence vocabulary — building alignment without authority, RFC process, sponsoring initiatives, and earned authority.
Is this exercise free to use?
Yes. Every exercise on CoderSlingo, including this one, is free to use with no account, sign-up, or paywall required.
How many questions are in this exercise?
This set contains 12 multiple-choice questions, each with a detailed explanation shown after you answer.
Do I need to create an account to track my progress?
No account is required. Your progress bar and score reset each time you reload the page, but you can retry the exercise as many times as you like.
Who is this Staff Engineer Communication exercise for?
This exercise is built for IT professionals and non-native English speakers who need to read, write, and discuss staff engineer communication topics confidently at work.
What happens if I answer a question incorrectly?
You will see the correct answer highlighted along with a detailed explanation of why it is correct -- so every wrong answer becomes a learning moment, not just a lost point.
Can I retry this exercise?
Yes -- click "Try again" on the results screen at any time to reset your score and go through all the questions again.
How long does this exercise take to complete?
Most learners finish all 12 questions in under 10 minutes, since each question is answered by clicking a single option.
Where can I find more Staff Engineer Communication exercises?
See the full Staff Engineer Communication exercises hub for more vocabulary drills on this topic.
Is this exercise mobile-friendly?
Yes -- the exercise works on any device with a modern browser, including phones and tablets, with no app download required.