Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
gardusig committed Sep 19, 2024
1 parent 63b3e24 commit b5dcd09
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 13 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@

This interview generally takes up to an hour, and you are expected to solve one or more problems using algorithms and data structures.

To achieve the best results, aim to communicate your thought process clearly. Your code should represent a reasonable solution and be easy to read, allowing the interviewer to understand why each part of your solution exists and how it works. [Check out more details here](./coding.md).
To achieve the best results, aim to communicate your thought process clearly. Your code should represent a reasonable solution and be easy to read, allowing the interviewer to understand why each part of your solution exists and how it works. [Check out more details here](./preparation/coding.md).

## Behavioral Interview

This interview generally takes up to an hour, and you are expected to cover a few of your past experiences.

The interviewer wants to understand your thought process in decision-making under different situations. The key is not to feel ashamed of mistakes; they are quite useful when you have learned a lesson. The more distinct mistakes you make, the better you tend to become. [Check out more details here](./behavioral.md).
The interviewer wants to understand your thought process in decision-making under different situations. The key is not to feel ashamed of mistakes; they are quite useful when you have learned a lesson. The more distinct mistakes you make, the better you tend to become. [Check out more details here](./preparation/behavioral.md).

## System Design Interview

This interview generally takes up to an hour, and you are expected to draw a few things that can be interpreted as a computer system. It does not have to be perfect; otherwise, you would be eligible to replace a bunch of people. [Check out more details here](./sysdesign.md).
This interview generally takes up to an hour, and you are expected to draw a few things that can be interpreted as a computer system. It does not have to be perfect; otherwise, you would be eligible to replace a bunch of people. [Check out more details here](./preparation/system-design.md).

## Ask at the End

By the end of each interview, you are expected to have around 5 minutes to ask a few questions to the interviewer. It's an opportunity to clarify if you actually like the company and to show interest through an unexpected curiosity. [Check out more details here](./ask-at-the-end.md).
By the end of each interview, you are expected to have around 5 minutes to ask a few questions to the interviewer. It's an opportunity to clarify if you actually like the company and to show interest through an unexpected curiosity. [Check out more details here](./preparation/ask-at-the-end.md).
2 changes: 0 additions & 2 deletions preparation/ask-at-the-end.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Questions to Ask at the End of an Interview:

## Team Dynamics and Challenges:

- What are the biggest challenges the team is currently facing?
Expand Down
4 changes: 0 additions & 4 deletions preparation/behavioral.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Summary

This guide provides a structured approach to creating and presenting personal stories for job interviews using the STAR method. The goal is to help you craft compelling narratives that highlight your skills, experiences, and accomplishments in a way that resonates with interviewers.

## General Guidance

- **Avoid Being Overly Technical**: Focus on the impact of your actions and decisions rather than getting lost in technical jargon.
Expand Down
2 changes: 0 additions & 2 deletions preparation/coding.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Key steps for solving coding problems:

## Practice

I recommend using LeetCode, but smartly (by filtering which questions and not randomly solving them):
Expand Down
8 changes: 7 additions & 1 deletion preparation/sysdesign.md → preparation/system-design.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Key Steps for System Design Interview:
## Simple Service Design

![simple-service](../system-design/simple-service.png)

## Complex Service Design

![complex-service](../system-design/complex-service.png)

## Understand the Problem:

Expand Down
Binary file added system-design/complex-service.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added system-design/simple-service.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b5dcd09

Please sign in to comment.