Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
nicehorse06 authored Jul 24, 2024
1 parent b6516f9 commit de3eaef
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 2 deletions.
6 changes: 6 additions & 0 deletions interview/behavior_question.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# behavior question


## 請描述一個你在工作中面臨重大挑戰的情況。你是如何解決的?
* 目的是了解候選人如何處理困難和壓力。

Expand Down Expand Up @@ -29,3 +30,8 @@

## 你如何處理跨部門的協作和溝通?
* 測試候選人的跨部門合作能力和溝通技巧。


## ref
* GPT
* [面試國外工程師超詳細超過 100 道題目蒐集、分類歸納與準備](https://yschen25.blogspot.com/2021/01/programmer-interview-question-collection-preparation.html)
7 changes: 6 additions & 1 deletion interview/cloud/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## todo
* Service建置在AWS ECS上,這時候出現status code 500,請問你會執行哪些處理與檢查?
* 描述你操作過的AWS RDS 備份與還原的過程?
* 描述你操作過的AWS RDS 備份與還原的過程?



## ref
* [AWS Certified Solutions Architect — Associate 學習心得、教材資源與筆記分享](https://medium.com/blacksecurity/aws-saa-3837551b6898)
3 changes: 2 additions & 1 deletion interview/container/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ docker exec -it <Container ID> bash
# todo
docker volume
docker network ls [OPTIONS]

docker pull
docker cp
```
## Dockerfile
* ENTRYPOINT
Expand Down
21 changes: 21 additions & 0 deletions interview/devops.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@



## [how to design a modern CI/CD pipeline](https://www.youtube.com/watch?v=KnSBNd3b0qI)
* on local
* precommit checks
* commit
* source
* branch protection
* 保護主要分支
* linting
* 確認語法
* build
* compiling code
* bhilding image
* unit tests
* code coverage check 80%-90%
* test
* integration test
* release
* ship image to registry

0 comments on commit de3eaef

Please sign in to comment.