ExamQuestions.com

Register
Login
Google Professional Cloud Architect Exam Exam Questions

Google

Google Professional Cloud Architect Exam

22 / 249

Question 22:

One of the developers on your team deployed their application in Google Container Engine with the Dockerfile below. They report that their application deployments are taking too long. 
image
You want to optimize this Dockerfile for faster deployment times without adversely affecting the app`s functionality. Which two actions should you take? (Choose two.) 

Answer options:

A. Remove Python after running pip
B. Remove dependencies from requirements.txt
C. Use a slimmed-down base image like Alpine Linux
D. Use larger machine types for your Google Container Engine node pools
E. Copy the source after he package dependencies (Python and pip) are installed