PROFESSIONAL-CLOUD-DEVELOPER Web TestEngine demo

Exit VCEDump PROFESSIONAL-CLOUD-DEVELOPER Professional Cloud Developer
Question 5 of 61
0% complete
Q5 Multiple choice

You are configuring a continuous integration pipeline using Cloud Build to automate the deployment of new container images to Google Kubernetes Engine (GKE). The pipeline builds the application from its source code, runs unit and integration tests in separate steps, and pushes the container to Container Registry.
The application runs on a Python web server.

The Dockerfile is as follows:

1. FROM python:3.7-alpine
2. COPY . /app
3. WORKDIR /app
4. RUN pip install -r requirements.txt
5. CMD [ "gunicorn", "-w 4", "main:app" ]

You notice that Cloud Build runs are taking longer than expected to complete. You want to decrease the build time.

What should you do? (Choose two.)

Select all that apply.

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in