diff --git a/common-content/en/module/employability/interviewing/index.md b/common-content/en/module/employability/interviewing/index.md new file mode 100644 index 000000000..91f6ec07e --- /dev/null +++ b/common-content/en/module/employability/interviewing/index.md @@ -0,0 +1,14 @@ ++++ +title = 'Interviewing' +time = 30 +[objectives] + 1='Understand how to introduce yourself in an interview' + 2='Understand what competency based interview are and how to succeed in them' + 3='Understand how to prepare for a technical interview' +[build] + render = 'never' + list = 'local' + publishResources = false ++++ + +Please read the [CYF interview guide](https://curriculum.codeyourfuture.io/guides/employability/interview/) to prepare you for the interviewing workshop this week. You will be asked to play the role of both the interviewer and interviewee during the workshop. This guide includes what to expect in interviews, some sample questions and how to answer them. \ No newline at end of file diff --git a/org-cyf-itp/content/data-groups/sprints/3/day-plan/index.md b/org-cyf-itp/content/data-groups/sprints/3/day-plan/index.md index 92cc528ec..ae9dce6dd 100644 --- a/org-cyf-itp/content/data-groups/sprints/3/day-plan/index.md +++ b/org-cyf-itp/content/data-groups/sprints/3/day-plan/index.md @@ -20,8 +20,9 @@ src="blocks/morning-break" time=20 [[blocks]] name="Interviewing practice" -src="https://github.com/CodeYourFuture/CYF-Workshops/tree/main/interviewing" -time=60 +src="https://github.com/CodeYourFuture/CYF-Workshops/tree/interview-workshop/interviewing" +#TODO change this link to main not the branch +time=90 [[blocks]] name="lunch" src="blocks/lunch" diff --git a/org-cyf-itp/content/data-groups/sprints/3/prep/index.md b/org-cyf-itp/content/data-groups/sprints/3/prep/index.md index c55b0765a..ddefeca45 100644 --- a/org-cyf-itp/content/data-groups/sprints/3/prep/index.md +++ b/org-cyf-itp/content/data-groups/sprints/3/prep/index.md @@ -38,8 +38,11 @@ src="module/js2/reacting" name="Reacting to events" [[blocks]] src="module/js2/check-progress" -name="check progress" +name="Check progress" [[blocks]] src="module/js2/refactor" name="Refactor" +[[blocks]] +src="module/employability/interviews" +name="Guide to interviewing" +++