4 exercises — structuring a board update, deferring detailed questions professionally, assigning clear ownership on action items, and opening an executive presentation with discipline.
0 / 15 completed
1 / 15
You are presenting a quarterly engineering update to the board and want to signal that a risk has already been discussed and accepted by leadership. Which phrasing is most precise?
'The board noted X' is standard board-meeting language for recording that a point was formally raised and acknowledged, often used in minutes: 'The board noted the risk and accepted it as a known trade-off.' It signals a documented decision, not just passive awareness. 'Saw the risk and didn't say anything' is vague and could be read as an oversight. 'I think' undermines your credibility as a presenter. 'Told once' does not convey acknowledgement or acceptance. In board settings, precise language about what was 'noted', 'approved', or 'flagged' matters because it becomes part of the governance record.
2 / 15
A board member asks a detailed technical question that would take 15 minutes to answer properly, but you only have 5 minutes left on the agenda. Which response is most appropriate?
'I'll take that question offline' is the standard executive-meeting phrase for deferring a detailed answer to a separate conversation or written follow-up, while still committing to a concrete next step: 'I'll take that question offline and follow up with a written answer by Friday.' It respects the board member's question without derailing the agenda. 'We don't have time for it' sounds dismissive. 'I don't know' without a follow-up commitment looks unprepared. 'Can we skip it' puts the burden back on the board member rather than you managing the time. Naming a concrete follow-up date is what makes this professional.
3 / 15
You need to summarise who is responsible for resolving an open item raised during the executive meeting. Which phrasing is most standard?
'Management will action item #3 by [date]' follows the standard board-meeting convention of naming an owner (or owning function), the specific item, and a deadline: 'Management will action item #3 by the end of next month.' This is the language used in formal minutes and follow-up communications. 'Someone will probably look at it' has no named owner or deadline. 'It's on the list somewhere' is unprofessional and vague. 'We'll get to it eventually' provides no accountability. Board-level communication requires explicit ownership because minutes are often reviewed and tracked for governance purposes.
4 / 15
You are opening a board update and want to respect the group's limited time while signalling structure. Which opening is most effective?
'In the interest of time, I'll cover three items: X, Y, and Z' is the standard executive-meeting opening — it signals awareness of the board's limited time and gives a clear roadmap of exactly what will be covered: 'In the interest of time, I'll cover three items: delivery status, key risks, and the ask for this quarter.' This structure lets board members mentally prepare and ask focused questions. The other options signal a lack of preparation ('I guess I'll just start talking'), no time discipline ('let's see how far we get'), or no prioritisation ('I included everything'). Board and executive audiences expect a tight, pre-structured update, not an open-ended narrative.
5 / 15
// Slack message from Sarah to the team
Sarah: 'Just FYI - we've hit a snag with the API integration. The getCustomerDetails(userId) endpoint is intermittently returning null for users with IDs greater than 1000. We're investigating, but it might impact user profile loading for that segment.' Which of these responses best acknowledges Sarah's update and offers appropriate next steps?
Option 2 is best because it acknowledges the problem, requests further action (escalation), and proposes a structured follow-up. Options A and D are too dismissive or demanding. Option B jumps to escalation without sufficient information; Sarah has already identified the root cause area, so a more measured approach is needed.
6 / 15
// PR description for a code change
'Fixes bug where user avatars are failing to load due to a missing URL parameter. Resolved by adding the parameter to the API call and updating the UI to handle the new response format.' Which of the following is the most effective way to phrase this description for a board review?
Option 2 provides the most comprehensive information for a board review. It clearly states the problem, the solution, and the changes made. Options A and D are too vague, while option B is overly verbose and doesn't highlight the key technical adjustments.
7 / 15
// Slack message from Sarah to the team
Sarah: 'Just FYI - we've hit a snag with the API integration. The getCustomerDetails(userId) endpoint is intermittently returning null for users with IDs greater than 1000. We're investigating, but it might impact user profile loading for that segment.' Which of these responses best acknowledges Sarah's update and offers appropriate next steps?
Option 2 is best because it acknowledges the problem, requests further action (escalation), and proposes a structured follow-up. Options A and D are too dismissive or demanding. Option B jumps to escalation without sufficient information; Sarah has already identified the root cause area, so a more measured approach is needed.
8 / 15
// PR description for a code change
'Fixes bug where user avatars are failing to load due to a missing URL parameter. Resolved by adding the parameter to the API call and updating the UI to handle the new response format.' Which of the following is the most effective way to phrase this description for a board review?
Option 2 provides the most comprehensive information for a board review. It clearly states the problem, the solution, and the changes made. Options A and D are too vague, while option B is overly verbose and doesn't highlight the key technical adjustments.
9 / 15
// Slack message from Sarah to the team
Sarah: 'Just FYI - we've hit a snag with the API integration. The getCustomerDetails(userId) endpoint is intermittently returning null for users with IDs greater than 1000. We're investigating, but it might impact user profile loading for that segment.' Which of these responses best acknowledges Sarah's update and offers appropriate next steps?
Option 2 is best because it acknowledges the problem, requests further action (escalation), and proposes a structured follow-up. Options A and D are too dismissive or demanding. Option B jumps to escalation without sufficient information; Sarah has already identified the root cause area, so a more measured approach is needed.
10 / 15
// PR description for a code change
'Fixes bug where user avatars are failing to load due to a missing URL parameter. Resolved by adding the parameter to the API call and updating the UI to handle the new response format.' Which of the following is the most effective way to phrase this description for a board review?
Option 2 provides the most comprehensive information for a board review. It clearly states the problem, the solution, and the changes made. Options A and D are too vague, while option B is overly verbose and doesn't highlight the key technical adjustments.
11 / 15
Reviewer Alex comments on a PR: 'This change introduces a potential race condition. The database lock isn't held long enough to prevent concurrent updates. Consider adding a more robust locking strategy or using optimistic concurrency control.' Which of the following best describes Alex's concern?
Alex's comment focuses on the risk of data corruption caused by multiple processes modifying the same database records simultaneously. This is a core concern when dealing with concurrent operations – ensuring data consistency and preventing lost updates. Options A and D are tangential to Alex's immediate point.
12 / 15
// Slack message from David to the team
David: 'Quick update - the new microservice deployment is experiencing high latency. Initial diagnostics point to network congestion between services A and B. We're investigating further…',
Which phrasing best reflects David's intention when stating this?
David's message signals an urgent problem – high latency. The phrase 'experiencing high latency' directly indicates a performance issue needing investigation. Option A suggests a drastic action (rollback) which isn't yet warranted; options C and D are not the primary focus of the message.
13 / 15
A PR description reads: 'Updates the user profile API endpoint to handle nested JSON responses. Added validation for required fields and implements error handling for invalid data. The UI now displays a more detailed view of the user's information.' Which statement best summarizes the core purpose of this change?
The description clearly states that it's about handling API responses (nested JSON) and validating/handling data. This directly relates to ensuring the reliability and usability of the user profile feature. Option A is incorrect because it focuses on UI design, while options C and D are secondary concerns.
14 / 15
// Standup update from Maria
Maria: 'Yesterday, we identified a bottleneck in the data processing pipeline. The queue depth is consistently exceeding 500 items, impacting report generation times. We're exploring options for increasing the worker thread count…',
What does Maria primarily communicate to the team?
Maria's statement directly describes a performance bottleneck – high queue depth. This signals a problem that needs attention and potential solutions. Option A is possible but not the primary focus; options C and D are irrelevant to the core issue she's reporting.
15 / 15
Reviewer Ben comments on a PR: 'The use of synchronous calls to external APIs is blocking the main thread and causing UI freezes. Consider implementing asynchronous operations using promises or async/await to improve responsiveness.' Which aspect does Ben primarily address?
Ben's comment directly addresses the problem of synchronous API calls blocking the main thread and causing UI freezes. This highlights a critical performance concern related to responsiveness – ensuring the application remains interactive while waiting for external services. Options A, C, and D are not the central issue.
What will I practise in "Board & Executive Meeting Language"?
This module focuses on Meetings & Collaboration — real workplace phrasing you'll use on the job. It contains 15 scenario-based multiple-choice questions with instant feedback.
Is this exercise free to use?
Yes. Every exercise on CoderSlingo, including this one, is free to use with no account or sign-up required.
How many questions does this exercise have?
This module includes 15 questions. Each one gives an immediate right/wrong result plus a full explanation of the correct phrasing.
What happens if I answer a question incorrectly?
You'll see the correct answer highlighted straight away, along with a plain-English explanation of why it's right and why the other options don't fit — mistakes are part of the learning here.
Can I retry the exercise if I want a better score?
Yes — use the 'Try again' button on the results screen to reset your score and go through the questions again. There's no limit on attempts.
Who is this Meetings & Collaboration exercise for?
It's aimed at IT professionals with working English who want to sound more natural and precise around meetings & collaboration — useful whether you're preparing for real conversations at work or just building confidence with the vocabulary.
Do I need an account to track my progress?
No account is needed. Your progress through the exercise is tracked locally in your browser for the current session, and you can replay the module at any time.
How is this different from reading a blog article?
This exercise is an interactive drill that tests and reinforces specific phrasing through multiple-choice questions with instant feedback, while blog articles explain concepts and vocabulary in prose. The two work well together.
Where can I find more Meetings & Collaboration exercises?
See the Meetings & Collaboration hub for more modules like this one, or browse the full Exercises page for other IT-English topics.
Can I complete this exercise on my phone?
Yes — every exercise on CoderSlingo is fully responsive and works on phones and tablets, so you can practise anywhere.