From 248a953da18a64720189e7b2d02564a34438cf8d Mon Sep 17 00:00:00 2001 From: Yehia Rasheed <157399068+yehiarasheed@users.noreply.github.com> Date: Sat, 5 Oct 2024 13:00:26 +0300 Subject: [PATCH] [fix] Correct typo from 'access' to 'assess' in interview description (#663) (#664) --- 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.