Skip to content

Commit

Permalink
Fix grammatical issues 📝
Browse files Browse the repository at this point in the history
  • Loading branch information
mo1ein committed May 23, 2024
1 parent e757d50 commit 341e8fd
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions src/QuizOfKings.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ Google Meet

- Suppose we have a queue and a redis and more requests sent to our web server how can handle to redis. redis can handle just a few requests. What's your approach to handle scale?

- We have a system and each time we get an API, imagine a user get info, in the result are more data. How cache it?
- We have a system, and each time we receive an API request, imagine a user gets information. In the result, there are more data. How would you cache that?

- How do database index columns work?

- If you want to design a database, how do you determine which technologies or approaches to use?

- What is docker & kober?

- We want to design url shortner system. How you design it?
- We want to design a URL shortener system. How would you design it?

### Score
<h4><mark style="background-color:#54ca56">7/10</mark></h4>
Expand Down
16 changes: 8 additions & 8 deletions src/hamkaran-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,21 @@ Skyroom

- Your knowledge about database is the level of a database administrator?

- If our query is slow, How you optimize it? What's your solution for this problem?
- If our query is slow, how would you optimize it? What is your solution for this problem?

- Do you have an interest in frontend development?!

<p dir="rtl">
از این سوال مشخصه می‌خوان مثل برده از نیرو کار بکشن.<br>فرانت بزن بک بزن دواپسم بزن و از یک نیرو به اندازه چندتا نیرو کار بکشن.
</p>

- What is slice & difference with array?
- What is a slice, and what is the difference between a slice and an array?

- What is memory complexity when go tries to put our slice to another (big one)? <br />
Answer: use tahlil sarshekan
This [link](https://go.dev/blog/slices-intro) is all about slice.

- What is difference string between go & C?
- What is the difference between strings in Go and C?

- What is rune and size?

Expand All @@ -71,25 +71,25 @@ This [link](https://go.dev/blog/slices-intro) is all about slice.

- What is OOP concepts that go don't have it?

- How we use encapsulation concept in go?
- How do we use the encapsulation concept in Go?

- What is garbage collector?

- Waht is stack and differences between heap?

- Have you experience with async or paralellism stuffs?
- Do you have experience with asynchronous or parallelism concepts?

- What is difference between concurrency & parallelism?
- What is the difference between concurrency & parallelism?

- How can send data between processes?

- Explain call by reference & call by value.

- What is race condition and how can handle it?
- What is a race condition, and how can it be handled?

- Suppose we used other service that has error how can handle it?

- When we should use panic?
- When should we use panic?

- It is reliable recovering a panic?

Expand Down
20 changes: 10 additions & 10 deletions src/wallex.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Google Meet

- Tell us about yourself.

- Can u tell software layer when request come from to our code and where go?
- Can you tell me the software layers that a request goes through in our code, and where it ends up?

- What is ORM?

Expand All @@ -43,11 +43,11 @@ Google Meet

- When we want to know a user authenticated or not for some action, how know that and how we handle that?

- Can u example of some tables with one-to-one one-to-many many-to-many many-to-one?
- Can you example of some tables with one-to-one one-to-many many-to-many many-to-one?

- Consider we have some tables and we have fk in each...
- Consider we have some tables and we have fk in each... // TODO

- What is design pattern? why is good?
- What is design pattern? Why is it good?

- What is SOLID?

Expand All @@ -57,21 +57,21 @@ Google Meet

- Example dependency inversion in code. interface go ro gofram

- When you use cache?
- When do you use a cache?

- TDD is OK? If I say don't need to write test, what's your reaction in a team?
- Is TDD OK? If I say we don't need to write tests, what's your reaction in a team?

- Have you ever have experienced about test you written and that fixes bug and cause make you happy?
- Have you ever experienced the joy of writing a test that fixes a bug and makes you happy?

- What languages Are you familiar with?

- Are you OK with php? Our stack is php.

- What is disturb you in work?
- What disturbs you at work?

- Why you want to out or why you want to find job in a new company?
- What are your main reasons for wanting to work at a different company?

- What is your git flow in past company? Why not rebase instead of merged master branch with your task branch?
- What was your git flow at your previous company? Why did you not choose to rebase instead of merging the master branch with your task branch

- Any question? what is your team structure

Expand Down

0 comments on commit 341e8fd

Please sign in to comment.