5 exercises — response time expectations, @team diffusion of responsibility, UTC time zone arithmetic, async standup formats, and async decision-making across cultures.
0 / 26 completed
1 / 26
A US engineer sends a Slack message to a colleague in Poland at 18:00 their time and receives no reply. At 09:00 next morning the US engineer writes: "Pinging again — did you see my message?" The Polish engineer responds immediately. What is the likely cultural misunderstanding?
Response time expectations across cultures and time zones:
US tech culture response expectations: • Slack is often treated as near-synchronous — response expected within hours • After-hours messages are frequently sent without regard for the recipient's timezone • "Pinging again" is considered a normal follow-up, not pressure • Fast response signals engagement and reliability
European work culture response expectations (especially Germany, Poland, France, Netherlands): • Clear work/life boundaries — after-hours messages may not be seen until the next morning • Not responding outside work hours is normal and expected • Responding to late messages reinforces a culture of always-on expectations • "Right to disconnect" is a legally recognised principle in France
Why "pinging again" can feel aggressive: • The implied message is "Why haven't you responded?" — which, when the recipient was offline, reads as "You should have been online" • It creates pressure to justify absence from Slack during personal time
Async communication best practices: • Send messages anytime — don't expect replies outside the recipient's hours • Add explicit urgency signals when needed: "[URGENT - needs reply before 17:00 your time]" • Use scheduled send: draft your message now, send it at 09:00 recipient time • Agree on team SLAs: "Slack messages — reply within 24 business hours"
Vocabulary: • right to disconnect — the right of employees to not be reachable outside work hours • SLA (Service Level Agreement) — agreed response time standard; used for both customers and internal teams • scheduled send — a feature to send a message at a specified future time • ping — a short message to get someone's attention; "pinging" someone = sending them a Slack/Teams/DM
2 / 26
A team uses Notion for async documentation. An engineer from Germany updates a decision log and writes: "I updated the ADR to reflect the new database choice. @team please review by Thursday." An engineer from India reads this and thinks: "@team means someone else will handle it." The German engineer expected everyone to review. What is happening?
Diffusion of responsibility in async communication:
Social psychology research (Darley & Latané, 1968 — the bystander effect) shows: the more people who share a responsibility, the less likely any individual is to act. This is called diffusion of responsibility.
In async team communication, this effect is amplified because: • No one sees each other's inaction in real time • Group mentions feel like "someone will handle it" • There is no social pressure of a meeting where silence is visible
@team and @channel in Slack/Teams/Notion: • Feels like a broadcast — "this is for the whole group" • No individual accountability is created • Easy to assume "others will do this"
How to assign async actions effectively: • Specific names: "@Anna and @Dmytro — please review this ADR by Thursday 17:00 UTC" • Action verb + owner + deadline: "TO DO: Anna reviews database choice. DUE: Thursday" • Assign in the tool: use Notion's assigned property, GitHub review requests, Jira assignees — don't rely on text mentions • Confirmation protocol: "React with ✅ when you've reviewed"
Vocabulary for async task assignment: • action item — a specific task to be completed (action item: review ADR; owner: Anna; due: Thu) • owner — the person accountable for an action item • RACI — Responsible, Accountable, Consulted, Informed — a model for assigning roles • diffusion of responsibility — reduced individual action when responsibility is shared by many
3 / 26
A US tech lead writes in a PRD comment at 23:00: "This looks great, Yuki! I'd love your input on the API design before our Friday call." Yuki (in Tokyo, UTC+9) reads it at 07:00 Friday morning — 2 hours before the call. Is there enough time to respond?
Time zone arithmetic — a practical skill for distributed teams:
Calculating the scenario: US "tech lead" — assume Pacific time (UTC-8 in winter, UTC-7 in summer). Message sent at 23:00 PST = 23:00 + 9 + 8 = ... let's calculate step by step: • PST = UTC-8, so 23:00 PST = 07:00 UTC (next day) • Tokyo = UTC+9, so 07:00 UTC = 16:00 Tokyo (same day) Wait — 23:00 PST → add 8 hours → 07:00 UTC → add 9 hours → 16:00 Tokyo But UTC day: 23:00 PST Thursday = Friday 07:00 UTC = Friday 16:00 Tokyo ✓
Actually: Yuki reads the comment at 07:00 Friday Tokyo = Friday 22:00 PST (previous calendar day). The Friday call is at (say) 10:00 PST = 02:00 Saturday Tokyo.
In practice: a comment sent at 23:00 PST (= 16:00 Tokyo Thursday) gives Yuki a full Tokyo workday on Friday to respond before the PST Friday morning call.
The deeper skill — time zone communication: • Always specify timezone explicitly: "before our 10:00 PST Friday call" not "before Friday's call" • Prefer UTC for distributed team deadlines: "please comment by 18:00 UTC Friday" • Use timezone converters: worldtimeapi.org, everytimezone.com, or calendar tools
World clock reference for tech teams: UTC+0: London (winter), Dublin, Lisbon UTC+1: Warsaw, Paris, Berlin, Kyiv (winter) UTC+2: Kyiv (summer), Helsinki, Sofia UTC+3: Moscow, Istanbul, Riyadh UTC+5:30: Mumbai, Kolkata UTC+8: Singapore, Beijing, Manila UTC+9: Tokyo, Seoul UTC-5: New York (EST winter), Toronto UTC-8: San Francisco, Seattle (PST winter) UTC-3: São Paulo
Idiom:"What time is it for you?" — a standard opener when scheduling across time zones
4 / 26
A team's async update ritual: each engineer posts a daily written standup in Slack. A developer from Japan posts detailed, formal updates. A developer from Brazil posts brief, emoji-heavy updates: "🟢 done ✅ PR merged, pushing to staging later, maybe more updates if time 😅". What does this difference reveal?
Async communication formats across cultures:
When teams shift from synchronous standups to async written updates, they often assume "everyone will write the same kind of update." They won't — because good writing, appropriate formality, and useful information are all culturally shaped.
Japanese written professional communication: • Formal register is respectful; informal language in writing is inappropriate in many workplace contexts • Thoroughness signals diligence and respect for the reader • Structured format (what I did, what I will do, blockers) is common • Emoji in business writing may feel unprofessional
Brazilian written communication style: • Warmth and personality are valued even in professional writing • Emoji and informal language signal approachability, not disrespect • Brevity is practical — not cold • Context and tone ("maybe more updates if time 😅") convey relationship, not just data
Creating an effective async standup template: A template reduces cultural ambiguity and creates a consistent information baseline:
``` ✅ Done yesterday: [specific thing] 🔨 Doing today: [specific thing] ⛔ Blockers: [specific blocker / "none"] 📌 Anything the team should know: [optional] ```
Vocabulary: • async standup — a written daily update replacing or supplementing a live standup meeting • standup template — a standard format for daily updates to ensure consistent useful information • register — the level of formality in language use • signal-to-noise ratio — the proportion of useful information in a message vs. filler
5 / 26
A distributed team uses an async decision-making process: share a proposal, give 72 hours for async comments, then the decision is made. An engineer from France misses the 72-hour window and objects after the decision is closed. They say: "I did not know this was the final decision — I thought we would have a meeting to discuss." The team lead is frustrated. What should the team do?
Async decision-making processes and cultural expectations:
French workplace culture and decision-making: French business and professional culture often emphasises debate and discussion as an essential part of decision quality — not an optional add-on. The intellectual tradition values challenging assumptions and considering multiple positions before committing. A decision made "without a debate" may feel incomplete or illegitimate.
The async consent trap: "Silence = consent" is a common async process assumption. But it only works when: 1. Everyone knows the process exists and their role in it 2. Everyone knows the decision window is open and when it closes 3. Everyone understands that not responding is a meaningful signal (not just inaction)
For engineers unfamiliar with or culturally uncomfortable with async consent, "silence = consent" becomes "no one told me this was happening."
Making async decisions work cross-culturally: • Opening notification: "DECISION OPEN: [proposal]. Please respond by [specific date + specific time + timezone]. No response = consent." • Closing notification: "DECISION CLOSING: [proposal] will be final at [time] unless objections are raised." • Explicit documentation: write the process in the team handbook so everyone understands it • Opt-in for synchronous discussion: "If 3+ people request a call, we will schedule one before the decision closes"
Decision vocabulary: • consent-based decision — any objection stops the decision; silence is consent • consensus-based decision — everyone must actively agree • decision log — a written record of what was decided, why, and when • async consent window — a defined period for asynchronous review before a decision is finalised
6 / 26
A team is using a shared Google Docs document for asynchronous feedback on a new microservice. Liam (UK, GMT+1) edits the document at 22:00 and adds a detailed comment about potential performance bottlenecks. Sarah (Brazil, GMT-3) doesn't see the update until 14:00 the next day due to time zone differences. She replies with a quick 'Sounds good!' without reviewing Liam's extensive analysis. What is the primary factor contributing to this communication breakdown?
This scenario highlights the impact of differing communication norms across time zones. While Google Docs itself isn't the core problem, the delay in Sarah seeing Liam's detailed comment is exacerbated by the significant time difference. The most immediate issue is Sarah's habit of providing brief responses, which doesn't account for the delayed receipt and subsequent lack of thorough review – a common cultural difference where speed of response can be prioritized over deep engagement.
7 / 26
A team in Canada and Mexico are collaborating on a new feature. David (Vancouver, PST) sends a detailed Jira comment at 21:00 explaining the technical challenges and proposed solutions. Maria (Mexico City, CST) reads it at 10:00 the next morning. She replies with a brief emoji-based acknowledgement: '👍 sounds good!' Later, David discovers that Maria didn't fully understand the complexities of his solution. What's the most likely reason for this misunderstanding?
This scenario highlights the impact of differing communication styles and potential misunderstandings due to significant timezone differences. Maria's brief response prioritized a positive acknowledgement over a thorough understanding of David's complex explanation – a common cultural difference where directness is valued. While Jira's time zone handling can be an issue, the core problem lies in the mismatch between David's detailed approach and Maria's preference for concise communication, exacerbated by their respective locations.
8 / 26
A team is using a Slack channel for asynchronous communication. Alex (based in London, GMT+1) sends a message at 20:00 stating: 'Just finished the initial design for the new UI component. Let me know if you have any feedback by tomorrow morning.' Ben (based in Sydney, AEST +11), who is working on a different project, sees this message at 06:00 the next day and replies with: 'Sounds good!'. Later, Alex discovers Ben hasn't reviewed the design. What's the most likely reason for this lack of engagement?
The primary issue here is time zone difference. 'Tomorrow morning' for Alex (GMT+1) is significantly different from 'tomorrow morning' for Ben (AEST +11). Sending a request for feedback at that hour likely fell outside of Ben's working hours, leading to him missing the message and failing to respond appropriately. This highlights the importance of explicitly stating deadlines considering differing time zones.
9 / 26
During a code review of a new API endpoint, Kai (based in Berlin, CET+1) leaves a comment on the PR: "This is great! Just ensure the response includes the `user_id` field to match the database schema. It's critical for data consistency.". Maria (based in São Paulo, BRT-3) replies with: '👍 Got it!' Later, Kai discovers that Maria hasn't actually checked if the endpoint correctly incorporates the `user_id` field, leading to potential data integrity issues. What is the most likely cultural difference contributing to this situation?
This scenario highlights differences in communication styles influenced by cultural norms. Kai's assertive approach, common in some European cultures, may have been perceived as overly critical by Maria, who likely operates within a culture prioritizing politeness and indirect feedback. The quick acknowledgement reflects a preference for efficiency – a value often found across many cultures – over meticulous verification. While the time zone difference played a role, the core issue lies in differing expectations around directness and the level of detail expected in code review comments.
10 / 26
A team is using a shared Google Docs document for asynchronous feedback on a new microservice. Liam (UK, GMT+1) edits the document at 22:00 and adds a detailed comment about potential performance bottlenecks. Sarah (Brazil, GMT-3) doesn't see the update until 14:00 the next day due to time zone differences. She replies with a quick 'Sounds good!' without reviewing Liam's extensive analysis. What is the primary factor contributing to this communication breakdown?
This scenario highlights the impact of differing communication norms across time zones. While Google Docs itself isn't the core problem, the delay in Sarah seeing Liam's detailed comment is exacerbated by the significant time difference. The most immediate issue is Sarah's habit of providing brief responses, which doesn't account for the delayed receipt and subsequent lack of thorough review – a common cultural difference where speed of response can be prioritized over deep engagement.
11 / 26
A team in Canada and Mexico are collaborating on a new feature. David (Vancouver, PST) sends a detailed Jira comment at 21:00 explaining the technical challenges and proposed solutions. Maria (Mexico City, CST) reads it at 10:00 the next morning. She replies with a brief emoji-based acknowledgement: '👍 sounds good!' Later, David discovers that Maria didn't fully understand the complexities of his solution. What's the most likely reason for this misunderstanding?
This scenario highlights the impact of differing communication styles and potential misunderstandings due to significant timezone differences. Maria's brief response prioritized a positive acknowledgement over a thorough understanding of David's complex explanation – a common cultural difference where directness is valued. While Jira's time zone handling can be an issue, the core problem lies in the mismatch between David's detailed approach and Maria's preference for concise communication, exacerbated by their respective locations.
12 / 26
A team is using a Slack channel for asynchronous communication. Alex (based in London, GMT+1) sends a message at 20:00 stating: 'Just finished the initial design for the new UI component. Let me know if you have any feedback by tomorrow morning.' Ben (based in Sydney, AEST +11), who is working on a different project, sees this message at 06:00 the next day and replies with: 'Sounds good!'. Later, Alex discovers Ben hasn't reviewed the design. What's the most likely reason for this lack of engagement?
The primary issue here is time zone difference. 'Tomorrow morning' for Alex (GMT+1) is significantly different from 'tomorrow morning' for Ben (AEST +11). Sending a request for feedback at that hour likely fell outside of Ben's working hours, leading to him missing the message and failing to respond appropriately. This highlights the importance of explicitly stating deadlines considering differing time zones.
13 / 26
During a code review of a new API endpoint, Kai (based in Berlin, CET+1) leaves a comment on the PR: "This is great! Just ensure the response includes the `user_id` field to match the database schema. It's critical for data consistency.". Maria (based in São Paulo, BRT-3) replies with: '👍 Got it!' Later, Kai discovers that Maria hasn't actually checked if the endpoint correctly incorporates the `user_id` field, leading to potential data integrity issues. What is the most likely cultural difference contributing to this situation?
This scenario highlights differences in communication styles influenced by cultural norms. Kai's assertive approach, common in some European cultures, may have been perceived as overly critical by Maria, who likely operates within a culture prioritizing politeness and indirect feedback. The quick acknowledgement reflects a preference for efficiency – a value often found across many cultures – over meticulous verification. While the time zone difference played a role, the core issue lies in differing expectations around directness and the level of detail expected in code review comments.
14 / 26
A team is using a shared Google Docs document for asynchronous feedback on a new microservice. Liam (UK, GMT+1) edits the document at 22:00 and adds a detailed comment about potential performance bottlenecks. Sarah (Brazil, GMT-3) doesn't see the update until 14:00 the next day due to time zone differences. She replies with a quick 'Sounds good!' without reviewing Liam's extensive analysis. What is the primary factor contributing to this communication breakdown?
This scenario highlights the impact of differing communication norms across time zones. While Google Docs itself isn't the core problem, the delay in Sarah seeing Liam's detailed comment is exacerbated by the significant time difference. The most immediate issue is Sarah's habit of providing brief responses, which doesn't account for the delayed receipt and subsequent lack of thorough review – a common cultural difference where speed of response can be prioritized over deep engagement.
15 / 26
A team in Canada and Mexico are collaborating on a new feature. David (Vancouver, PST) sends a detailed Jira comment at 21:00 explaining the technical challenges and proposed solutions. Maria (Mexico City, CST) reads it at 10:00 the next morning. She replies with a brief emoji-based acknowledgement: '👍 sounds good!' Later, David discovers that Maria didn't fully understand the complexities of his solution. What's the most likely reason for this misunderstanding?
This scenario highlights the impact of differing communication styles and potential misunderstandings due to significant timezone differences. Maria's brief response prioritized a positive acknowledgement over a thorough understanding of David's complex explanation – a common cultural difference where directness is valued. While Jira's time zone handling can be an issue, the core problem lies in the mismatch between David's detailed approach and Maria's preference for concise communication, exacerbated by their respective locations.
16 / 26
A team is using a Slack channel for asynchronous communication. Alex (based in London, GMT+1) sends a message at 20:00 stating: 'Just finished the initial design for the new UI component. Let me know if you have any feedback by tomorrow morning.' Ben (based in Sydney, AEST +11), who is working on a different project, sees this message at 06:00 the next day and replies with: 'Sounds good!'. Later, Alex discovers Ben hasn't reviewed the design. What's the most likely reason for this lack of engagement?
The primary issue here is time zone difference. 'Tomorrow morning' for Alex (GMT+1) is significantly different from 'tomorrow morning' for Ben (AEST +11). Sending a request for feedback at that hour likely fell outside of Ben's working hours, leading to him missing the message and failing to respond appropriately. This highlights the importance of explicitly stating deadlines considering differing time zones.
17 / 26
During a code review of a new API endpoint, Kai (based in Berlin, CET+1) leaves a comment on the PR: "This is great! Just ensure the response includes the `user_id` field to match the database schema. It's critical for data consistency.". Maria (based in São Paulo, BRT-3) replies with: '👍 Got it!' Later, Kai discovers that Maria hasn't actually checked if the endpoint correctly incorporates the `user_id` field, leading to potential data integrity issues. What is the most likely cultural difference contributing to this situation?
This scenario highlights differences in communication styles influenced by cultural norms. Kai's assertive approach, common in some European cultures, may have been perceived as overly critical by Maria, who likely operates within a culture prioritizing politeness and indirect feedback. The quick acknowledgement reflects a preference for efficiency – a value often found across many cultures – over meticulous verification. While the time zone difference played a role, the core issue lies in differing expectations around directness and the level of detail expected in code review comments.
18 / 26
A team is using a shared Google Docs document for asynchronous feedback on a new microservice. Liam (UK, GMT+1) edits the document at 22:00 and adds a detailed comment about potential performance bottlenecks. Sarah (Brazil, GMT-3) doesn't see the update until 14:00 the next day due to time zone differences. She replies with a quick 'Sounds good!' without reviewing Liam's extensive analysis. What is the primary factor contributing to this communication breakdown?
This scenario highlights the impact of differing communication norms across time zones. While Google Docs itself isn't the core problem, the delay in Sarah seeing Liam's detailed comment is exacerbated by the significant time difference. The most immediate issue is Sarah's habit of providing brief responses, which doesn't account for the delayed receipt and subsequent lack of thorough review – a common cultural difference where speed of response can be prioritized over deep engagement.
19 / 26
A team in Canada and Mexico are collaborating on a new feature. David (Vancouver, PST) sends a detailed Jira comment at 21:00 explaining the technical challenges and proposed solutions. Maria (Mexico City, CST) reads it at 10:00 the next morning. She replies with a brief emoji-based acknowledgement: '👍 sounds good!' Later, David discovers that Maria didn't fully understand the complexities of his solution. What's the most likely reason for this misunderstanding?
This scenario highlights the impact of differing communication styles and potential misunderstandings due to significant timezone differences. Maria's brief response prioritized a positive acknowledgement over a thorough understanding of David's complex explanation – a common cultural difference where directness is valued. While Jira's time zone handling can be an issue, the core problem lies in the mismatch between David's detailed approach and Maria's preference for concise communication, exacerbated by their respective locations.
20 / 26
A team is using a Slack channel for asynchronous communication. Alex (based in London, GMT+1) sends a message at 20:00 stating: 'Just finished the initial design for the new UI component. Let me know if you have any feedback by tomorrow morning.' Ben (based in Sydney, AEST +11), who is working on a different project, sees this message at 06:00 the next day and replies with: 'Sounds good!'. Later, Alex discovers Ben hasn't reviewed the design. What's the most likely reason for this lack of engagement?
The primary issue here is time zone difference. 'Tomorrow morning' for Alex (GMT+1) is significantly different from 'tomorrow morning' for Ben (AEST +11). Sending a request for feedback at that hour likely fell outside of Ben's working hours, leading to him missing the message and failing to respond appropriately. This highlights the importance of explicitly stating deadlines considering differing time zones.
21 / 26
During a code review of a new API endpoint, Kai (based in Berlin, CET+1) leaves a comment on the PR: "This is great! Just ensure the response includes the `user_id` field to match the database schema. It's critical for data consistency.". Maria (based in São Paulo, BRT-3) replies with: '👍 Got it!' Later, Kai discovers that Maria hasn't actually checked if the endpoint correctly incorporates the `user_id` field, leading to potential data integrity issues. What is the most likely cultural difference contributing to this situation?
This scenario highlights differences in communication styles influenced by cultural norms. Kai's assertive approach, common in some European cultures, may have been perceived as overly critical by Maria, who likely operates within a culture prioritizing politeness and indirect feedback. The quick acknowledgement reflects a preference for efficiency – a value often found across many cultures – over meticulous verification. While the time zone difference played a role, the core issue lies in differing expectations around directness and the level of detail expected in code review comments.
22 / 26
During a standup meeting, Javier (Madrid, CET+2) states: 'I've been investigating the performance issues with the new image processing service. Initial tests show significant latency spikes under high load.' Which of the following best describes the *cultural* nuance Javier is likely attempting to convey to his team?
Javier's phrasing – 'significant latency spikes under high load' – demonstrates proactive risk management. This is common in European tech cultures which value detailed analysis and preventative measures. Option A suggests a purely reactive approach, while options C and D are less professional and don't reflect the collaborative tone of a typical standup discussion. It's about anticipating potential problems before they become critical.
23 / 26
Sarah (São Paulo, BRT+3) is responding to a PR comment from Ben (New York, EST+5). Ben's comment reads: 'This API endpoint needs pagination. It's returning over 10,000 results.' Sarah replies: 'Okay, let's implement the suggested pagination strategy. We could use SQL OFFSET and LIMIT, or perhaps a dedicated pagination library?' What is Sarah *primarily* attempting to do with this response?
Sarah's response demonstrates a focus on providing *options* for resolution, rather than simply acknowledging the issue. This aligns with a more direct and solution-oriented communication style often found in Latin American business cultures. While offering multiple options is generally good practice, her primary goal here is to move towards a concrete action plan, reflecting a pragmatic approach.
24 / 26
During a code review of an asynchronous task queue worker, Dimitri (Moscow, MSK+3) leaves a comment on the PR: 'The error handling is minimal. We need to log all exceptions and potentially implement retry mechanisms.' What does this comment *most* likely reflect about Dimitri's cultural perspective?
Dimitri's comment highlights the need for robust error handling, logging, and retry mechanisms. This aligns with a cultural emphasis on reliability and operational stability frequently seen in Eastern European engineering cultures, where meticulousness and preventative measures are highly valued. Options A and D reflect a more casual or design-focused approach, while option B is too simplistic.
25 / 26
Alex (Sydney, AEST+11) sends a Slack message to the team: 'Just deployed v2.0 of the service! 🎉 All tests passed.' What potential cultural misunderstanding might arise from this brief announcement?
While seemingly innocuous, Alex's message could be interpreted as lacking transparency and consideration for others. In cultures where directness and humility are valued (e.g., many Asian or European cultures), a brief announcement without further context might be seen as presumptuous or dismissive of potential concerns about the changes. The emphasis is on communicating effectively, not just announcing completion.
26 / 26
Maria (Buenos Aires, ART+3) edits a shared Google Doc and writes: 'We need to investigate the potential for race conditions in this thread. It's critical that we ensure data consistency.' What is Maria primarily communicating about from a cultural standpoint?
Maria's statement regarding 'data consistency' and 'race conditions' reflects a cultural emphasis on meticulousness and thoroughness – traits often associated with Argentinean business culture. This proactive approach to identifying potential problems demonstrates a commitment to quality and reliability, rather than just highlighting a technical issue.
What does the "Async Communication & Time" exercise practise?
Practice async communication across cultures. Response time expectations, diffusion of responsibility, time zone arithmetic, async standup formats, and async decision-making. 5 exercises.
How many questions are in this exercise?
This exercise has 26 questions, each multiple-choice with a full explanation shown after you answer.
What English level is this exercise for?
This exercise is tagged Intermediate. If the vocabulary feels difficult, browse the Cross-Cultural Communication category page for an easier module to start with.
Is this exercise free to use?
Yes. Every exercise on CoderSlingo, including this one, is free with no account, sign-up, or paywall.
Do I get feedback if I answer incorrectly?
Yes — whichever option you choose, right or wrong, you'll immediately see an explanation clarifying the correct term and why the other options don't fit.
Can I retry this exercise?
Yes — once you finish all the questions, a "Try again" button on the results screen resets the exercise so you can practise as many times as you like.
Do I need an account to track my progress?
No account is required. Your progress bar and score for this session are tracked in the browser as you go, but nothing is saved once you leave the page.
Is "Async Communication & Time" part of a larger series?
Yes — it's one exercise in the Cross-Cultural Communication category on CoderSlingo. See the category page for the full list of related exercises on similar terminology.
Can I link directly to this exercise?
Yes — this exercise has its own permanent URL, so you can bookmark it or share the link directly with a colleague or study partner.
Where can I find more exercises like this one?
See the Cross-Cultural Communication category page for related exercises, or browse the main Exercises hub for other IT English topics.