Professional-Cloud-Architect Professional Cloud Architect on Google Cloud Platform

Loading demo links...

Showing 4–6 of 15 questions

Question 4 (Mixed Questions)

Your company places a high value on being responsive and meeting customer needs quickly. Their primary business objectives are release speed and agility. You want to reduce the chance of security errors being accidentally introduced.

Which two actions can you take? (Choose two.)

Select all that apply, then click Submit answer.

  • Ensure every code check-in is peer reviewed by a security SME

  • Use source code security analyzers as part of the CI/CD pipeline

  • Ensure you have stubs to unit test all interfaces between components

  • Enable code signing and a trusted binary repository integrated with your CI/CD pipeline

  • Run a vulnerability security scanner as part of your continuous-integration /continuous-delivery (CI/CD) pipeline

Question 5 (Mixed Questions)

You are implementing a single Cloud SQL MySQL second-generation database that contains business-critical transaction data. You want to ensure that the minimum amount of data is lost in case of catastrophic failure. Which two features should you implement? (Choose two.)

Select all that apply, then click Submit answer.

  • Sharding

  • Read replicas

  • Binary logging

  • Automated backups

  • Semisynchronous replication

Question 6 (Mixed Questions)

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.

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.)

Select all that apply, then click Submit answer.

  • Remove Python after running pip

  • Remove dependencies from requirements.txt

  • Use a slimmed-down base image like Alpine Linux

  • Use larger machine types for your Google Container Engine node pools

  • Copy the source after he package dependencies (Python and pip) are installed