최신 Cloud Foundry Certification CFCD 무료샘플문제:
1. You have a Docker image in Docker Hub called linuxacademy/my-docker-image. What command will push this Docker image to Cloud Foundry?
A) cf push <APP_NAME> -b linuxacademy/my-docker-image
B) cf push <APP_NAME> -o linuxacademy/my-docker-image
C) cf push <APP_NAME> -u linuxacademy -i my-docker-image
D) cf docker-push <APP_NAME> -o linuxacademy/my-docker-image
2. What are some of the issues associated with a monolithic application? (Choose all that apply)
A) Early delivery.
B) Loosely coupled systems.
C) No modularity.
D) Tightly coupled systems.
E) All or nothing deploys.
F) Variant of the service-oriented architecture.
3. What are the default time limits for the following application deployment process phases: Upload, Stage, and Start.
A) Upload: 15 minutes Stage: 15 minutes Start: 30 seconds
B) Upload: 30 minutes Stage: 30 minutes Start: 120 seconds
C) Upload: 15 minutes Stage: 15 minutes Start: 60 seconds
D) Upload: 15 minutes Stage: 60 minutes Start: 60 seconds
4. What flag would you use to ensure that you Service Broker is only visible in targeted places when executing the create-service-broker command?
A) You use --space <SPACE>.
B) You use the --my--space flag.
C) You use the -s flag.
D) You use the --space-scoped.
5. Which flag increases the number of instances when executing a cf scale?
A) -m
B) -i
C) -c
D) -f
E) -k
질문과 대답:
질문 # 1 정답: B | 질문 # 2 정답: C,D,E | 질문 # 3 정답: C | 질문 # 4 정답: D | 질문 # 5 정답: B |