일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- 토스
- DevOps
- 하루정리
- DevOps채용
- docker
- runtime
- CI/CD
- Kubernetes
- Interview
- 마이뮤직테이스트
- DevOps개발자
- 쿠버네티스채용
- 마이리얼트립
- skaffold
- RuntimeEnvironment
- 데브옵스
- 런타임환경
- 자신감회복
- 배달의민족
- 생각정리
- DevOps엔지니어
- 비바리퍼블리카
- 기술부채
- 런타임
- MyMusicTaste
- 도커
- 우아한형제들
- 쿠버네티스
- K8S
- 블로그활동
- Today
- Total
'One day at a time' (하루씩 꾸준하게)
30 Docker Interview Questions to Ace DevOps Interview 본문
dev.to 의 Alex 님의 글을 공부시 참고하고자 가져왔습니다.
해당글은 QnA 로 구성되어 있지만, Question 부분만 가져왔습니다.
With substantial growth forecasted for the application container market (from 2.7 billion by 2020, according to 451 Research), demand for container skills is at a high. Software engineers, Information Architects and DevOps engineers with Docker are in seriously high demand.
Q1. What is the need for DevOps?
Topic : DevOps
Difficulty : *
Q2. What is Docker?
Topic : Docker
Difficulty : *
Q3. What are the advantages of DevOps?
Topic : DevOps
Difficulty : **
Q4. What is the function of CI(Continuous Integration) server?
Topic : DevOps
Difficulty : **
Q5. How to build environment-agnostic systems with Docker?
Topic : Docker
Difficulty : **
Q6. What is the difference between the ‘COPY’ and ‘ADD’ commands in a Dockerfile?
Topic : Docker
Difficulty : **
Q7. What is Docker image?
Topic : Docker
Difficulty : **
Q8. What is Docker container?
Topic : Docker
Difficulty : **
Q9. What is Docker hub?
Topic : Docker
Difficulty : **
Q10. What are the various states that a Docker container can be in at any given point in time?
Topic : Docker
Difficulty : **
Q11. Is there a way to identify the status of a Docker container?
Topic : Docker
Difficulty : **
Q12. What are the most common instructions in Dockerfile?
Topic : Docker
Difficulty : **
Q13. What type of applications - Stateless or Stateful are more suitable for Docker Container?
Topic : Docker
Difficulty : **
Q14.Explain basic Docker usage workflow
Topic : Docker
Difficulty : ***
Q15. What is the difference between Docker Image and Layer?
Topic : Docker
Difficulty : ***
Q16. What is virtualisation?
Topic : Docker
Difficulty : ***
Q17. What is Hypervisor?
Topic : Docker
Difficulty : ***
Q18. What is Docker Swarm?
Topic : Docker
Difficulty : ***
Q19. How will you monitor Docker in production?
Topic : Docker
Difficulty : ***
Q20. What is an orphant volume and how to remove it?
Topic : Docker
Difficulty : **
Q21. What is Paravirtualization?
Topic : Docker
Difficulty : **
Q22. How is Docker different from a virtual machine?
Topic : Docker
Difficulty : **
Q23. Can you explain dockerfile ONBUILD instruction?
Topic : Docker
Difficulty : **
Q24. Is it good practice to run stateful applications on Docker? What are the scenarios where Docker best fits in?
Topic : Docker
Difficulty : **
Q25. Can you run Docker containers natively on Windows?
Topic : Docker
Difficulty : **
Q26. How does Docker run containers in non-Linux systems?
Topic : Docker
Difficulty : *****
Q27. How containers works at low level?
Topic : Docker
Difficulty : *****
Q28. Name some limitations of containers vs VM
Topic : Docker
Difficulty : *****
Q29. How to use Docker with multiple environments?
Topic : Docker
Difficulty : *****
Q30. Why Docker compose does not wait for a container to be ready before moving on to start next service in dependency order?
Topic : Docker
Difficulty : *****
'DevOps. > Docker.' 카테고리의 다른 글
도커(Docker) 이미지 저장(백업) 및 복원 ( docker save / load ) (0) | 2019.06.14 |
---|