Update README-it.md
parent
a9cea1e474
commit
090ae0523d
24
README-it.md
24
README-it.md
|
@ -197,7 +197,7 @@ Quello che stai chiedendo dipende da vari fattori:
|
||||||
* Da quale compagnia devi fare il colloquio
|
* Da quale compagnia devi fare il colloquio
|
||||||
* Fortuna
|
* Fortuna
|
||||||
|
|
||||||
More experienced candidates are generally expected to know more about system design. Architects or team leads might be expected to know more than individual contributors. Top tech companies are likely to have one or more design interview rounds.
|
Ci si aspetta che i candidati con più esperienza abbiamo più esperienza anche con il design di sistemi. Dagli architetti o dai leader di team ci si aspetta una conoscenza maggiore rispetto ai contributori individuali. È probabile che le compagnie migliori abbiamo più colloqui riguardo al design.
|
||||||
|
|
||||||
Start broad and go deeper in a few areas. It helps to know a little about various key system design topics. Adjust the following guide based on your timeline, experience, what positions you are interviewing for, and which companies you are interviewing with.
|
Start broad and go deeper in a few areas. It helps to know a little about various key system design topics. Adjust the following guide based on your timeline, experience, what positions you are interviewing for, and which companies you are interviewing with.
|
||||||
|
|
||||||
|
@ -215,9 +215,9 @@ Start broad and go deeper in a few areas. It helps to know a little about vario
|
||||||
| Work through [Object-oriented design interview questions with solutions](#object-oriented-design-interview-questions-with-solutions) | Some | Many | Most |
|
| Work through [Object-oriented design interview questions with solutions](#object-oriented-design-interview-questions-with-solutions) | Some | Many | Most |
|
||||||
| Review [Additional system design interview questions](#additional-system-design-interview-questions) | Some | Many | Most |
|
| Review [Additional system design interview questions](#additional-system-design-interview-questions) | Some | Many | Most |
|
||||||
|
|
||||||
## How to approach a system design interview question
|
## Come affrontare una domanda riguardante il design di sistemi
|
||||||
|
|
||||||
> How to tackle a system design interview question.
|
> Come affrontare una domanda riguardante il design di sistemi durante un colloquio.
|
||||||
|
|
||||||
The system design interview is an **open-ended conversation**. You are expected to lead it.
|
The system design interview is an **open-ended conversation**. You are expected to lead it.
|
||||||
|
|
||||||
|
@ -227,16 +227,16 @@ You can use the following steps to guide the discussion. To help solidify this
|
||||||
|
|
||||||
Gather requirements and scope the problem. Ask questions to clarify use cases and constraints. Discuss assumptions.
|
Gather requirements and scope the problem. Ask questions to clarify use cases and constraints. Discuss assumptions.
|
||||||
|
|
||||||
* Who is going to use it?
|
* Chi lo userà?
|
||||||
* How are they going to use it?
|
* Come lo useranno?
|
||||||
* How many users are there?
|
* Quanti utenti ci sono?
|
||||||
* What does the system do?
|
* Cosa fa il sistema?
|
||||||
* What are the inputs and outputs of the system?
|
* Quali sono gli inputs e gli outputs del sistema?
|
||||||
* How much data do we expect to handle?
|
* Quanti dati dobbiamo aspettarci di gestire?
|
||||||
* How many requests per second do we expect?
|
* Quante richieste per secondo dobbiamo aspettarci?
|
||||||
* What is the expected read to write ratio?
|
* Qual è il rapporto di lettura/scrittura previsto?
|
||||||
|
|
||||||
### Step 2: Create a high level design
|
### Step 2: Creare un design di alto livello
|
||||||
|
|
||||||
Outline a high level design with all important components.
|
Outline a high level design with all important components.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue