Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 8 additions & 25 deletions shared-modules/specialist-career-training/week2/preparation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,22 @@

## How to Prepare for Presenting Your Project in a Mock Technical Interview

[ ] There will be a code freeze on Wednesday so make sure your project is ready before that( No more future or any other big changes, you are only allowed to fix bugs).
- [ ] There will be a code freeze on Wednesday so make sure your project is ready before that( No more future or any other big changes, you are only allowed to fix bugs).

[ ] Know your project (Events Startup Project) inside out. Be ready to explain why you made every technical decision, what trade-offs you considered, and what limitations your project still has. Structure your presentation into four parts: a quick overview of the problem you solved, a live demo showing 2-3 key features, a technical deep dive on one interesting challenge, and your key learnings. Practice your demo at least three times, have a backup (screenshots or video), and prepare answers for common questions like "What was the hardest bug?" or "How would you scale this?"
- [ ] Know your project (Events Startup Project) inside out. Be ready to explain why you made every technical decision, what trade-offs you considered, and what limitations your project still has. Structure your presentation into four parts: a quick overview of the problem you solved, a live demo showing 2-3 key features, a technical deep dive on one interesting challenge, and your key learnings. Practice your demo at least three times, have a backup (screenshots or video), and prepare answers for common questions like "What was the hardest bug?" or "How would you scale this?"

[ ] During the presentation, speak clearly and don't rush. If you don't know something, say "I don't know, but here is how I would find out" instead of guessing.\
Interviewers are evaluating your technical competence, problem-solving, communication, and self-awareness — not whether your project is perfect.\
Be honest, be prepared, and remember, they want to see how you think, not catch you failing.\
- [ ] During the presentation, speak clearly and don't rush. If you don't know something, say "I don't know, but here is how I would find out" instead of guessing.\
Interviewers are evaluating your technical competence, problem-solving, communication, and self-awareness — not whether your project is perfect.\
Be honest, be prepared, and remember, they want to see how you think, not catch you failing.\

[ ] Practice solving simple problems out loud.\
- [ ] Practice solving simple problems out loud.\

[ ] Review your elevator pitch and be ready to confidently present yourself at the beginning of the interview
- [ ] Review your elevator pitch and be ready to confidently present yourself at the beginning of the interview

[ ] Come ready to engage and ask questions.
- [ ] Come ready to engage and ask questions.

This interview will be 10% soft skills and 90% technical. That means, that while the main focus is on the technical aspects, attention will also be on how well you manage to communicate your technical knowledge.

You should start with a brief introduction of yourself as well as your interest in the company and the position. 

A technical interview serves as a practical evaluation of a candidate’s problem-solving abilities, coding skills, and technical understanding relevant to the role. It allows interviewers to assess how candidates approach challenges, structure their thinking, and apply core concepts in real-time. Beyond arriving at a correct solution, this stage emphasizes clarity of communication, logical reasoning, and the ability to collaborate through problems. This process helps identify candidates who can effectively translate their knowledge into practice while demonstrating the technical competence required for the role.

---

## Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```Text
GET https://program.hackyourfuture.dk/course-content/shared-modules/specialist-career-training/week-2/preparation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
Loading