From 78690ecbab5bd30e6dfe4970cb8e1d34e5c85ea0 Mon Sep 17 00:00:00 2001 From: Yehia Rasheed <157399068+yehiarasheed@users.noreply.github.com> Date: Sat, 5 Oct 2024 12:25:13 +0300 Subject: [PATCH] fix(docs): correct typo 'access' to 'assess' (#663) --- apps/website/contents/coding-interview-prep.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/contents/coding-interview-prep.md b/apps/website/contents/coding-interview-prep.md index 75de5d86..9802da90 100644 --- a/apps/website/contents/coding-interview-prep.md +++ b/apps/website/contents/coding-interview-prep.md @@ -32,7 +32,7 @@ If you have decided to embark on the arduous process of preparing for your codin ## What is a Software Engineering coding interview? -Coding interviews are a form of technical interviews used to access a potential software engineer candidate's competencies through presenting them with programming problems. Typically, coding interviews have a focus on data structures and algorithms, while other technical rounds may encompass [system design](./system-design.md) (especially for middle to senior level candidates). +Coding interviews are a form of technical interviews used to assess a potential software engineer candidate's competencies through presenting them with programming problems. Typically, coding interviews have a focus on data structures and algorithms, while other technical rounds may encompass [system design](./system-design.md) (especially for middle to senior level candidates). A coding interview round is typically 30 - 45 minutes. You will be given a technical question (or questions) by the interviewer, and will be expected to write code in a real-time collaborative editor such as CodePen or CoderPad (phone screen / virtual onsite) or on a whiteboard (onsite) to solve the problem within 30–45 minutes.