분류 전체보기94 [프로그래머스] 지게차와 크레인 - Java 지게차와 크레인 (Lv2)https://school.programmers.co.kr/learn/courses/30/lessons/388353 프로그래머스SW개발자를 위한 평가, 교육의 Total Solution을 제공하는 개발자 성장을 위한 베이스캠프programmers.co.kr 제한 사항2 ≤ storage의 길이 = n ≤ 502 ≤ storage[i]의 길이 = m ≤ 50storage[i][j]는 위에서 부터 i + 1번째 행 j + 1번째 열에 놓인 컨테이너의 종류를 의미합니다.storage[i][j]는 알파벳 대문자입니다.1 ≤ requests의 길이 ≤ 1001 ≤ requests[i]의 길이 ≤ 2requests[i]는 한 종류의 알파벳 대문자로 구성된 문자열입니다.requests[i.. 2025. 7. 21. [프로그래머스] 이모티콘 할인행사 - Java 이모티콘 할인행사 (Lv2)https://school.programmers.co.kr/learn/courses/30/lessons/150368 프로그래머스SW개발자를 위한 평가, 교육의 Total Solution을 제공하는 개발자 성장을 위한 베이스캠프programmers.co.kr 제한 사항1 ≤ users의 길이 = n ≤ 100users의 원소는 [비율, 가격]의 형태입니다.users[i]는 i+1번 고객의 구매 기준을 의미합니다.비율% 이상의 할인이 있는 이모티콘을 모두 구매한다는 의미입니다.1 ≤ 비율 ≤ 40가격이상의 돈을 이모티콘 구매에 사용한다면, 이모티콘 구매를 모두 취소하고 이모티콘 플러스 서비스에 가입한다는 의미입니다.100 ≤ 가격 ≤ 1,000,000가격은 100의 배수입니다... 2025. 7. 20. CKA - kodekloud Practice Test - Mock Exam-2 1번Create a StorageClass named local-sc with the following specifications and set it as the default storage class: - The provisioner should be kubernetes.io/no-provisioner - The volume binding mode should be WaitForFirstConsumer - Volume expansion should be enabledvi a.yamlapiVersion: storage.k8s.io/v1kind: StorageClassmetadata: name: local-sc annotations: storageclass.kubernetes.io/is-defau.. 2025. 7. 9. CKA - kodekloud Practice Test - Mock Exam-1 1번Create a Pod mc-pod in the mc-namespace namespace with three containers. The first container should be named mc-pod-1, run the nginx:1-alpine image, and set an environment variable NODE_NAME to the node name.The second container should be named mc-pod-2, run the busybox:1 image, and continuously log the output of the date command to the file /var/log/shared/date.log every second. The third con.. 2025. 7. 7. [프로그래머스] 거리두기 확인하기 - Java 거리두기 확인하기 (Lv2)https://school.programmers.co.kr/learn/courses/30/lessons/81302 프로그래머스SW개발자를 위한 평가, 교육의 Total Solution을 제공하는 개발자 성장을 위한 베이스캠프programmers.co.kr 제한 사항places의 행 길이(대기실 개수) = 5places의 각 행은 하나의 대기실 구조를 나타냅니다.places의 열 길이(대기실 세로 길이) = 5places의 원소는 P,O,X로 이루어진 문자열입니다.places 원소의 길이(대기실 가로 길이) = 5P는 응시자가 앉아있는 자리를 의미합니다.O는 빈 테이블을 의미합니다.X는 파티션을 의미합니다.입력으로 주어지는 5개 대기실의 크기는 모두 5x5 입니다.retu.. 2025. 7. 5. CKA - kodekloud Practice Test - Lightning Lab 1번현재 1.32 버전으로 업데이트 불가2번Print the names of all deployments in the admin2406 namespace in the following format:DEPLOYMENT CONTAINER_IMAGE READY_REPLICAS NAMESPACE . The data should be sorted by the increasing order of the deployment name.Example:DEPLOYMENT CONTAINER_IMAGE READY_REPLICAS NAMESPACEdeploy0 nginx:alpine 1 admin2406Write the result to the file /opt/admin2406_.. 2025. 7. 4. 이전 1 2 3 4 5 ··· 16 다음