Question 261

You have a Python web application with many dependencies that requires 0.1 CPU cores and 128 MB of memory to operate in production. You want to monitor and maximize machine utilization. You also to reliably deploy new versions of the application. Which set of steps should you take?
  • Question 262

    An application development team believes their current logging tool will not meet their needs for their new cloud-based product. They want a bettor tool to capture errors and help them analyze their historical log data.
    You want to help them find a solution that meets their needs, what should you do?
  • Question 263

    You need to deploy an application to Google Cloud. The application receives traffic via TCP and reads and writes data to the filesystem. The application does not support horizontal scaling. The application process requires full control over the data on the file system because concurrent access causes corruption. The business is willing to accept a downtime when an incident occurs, but the application must be available 24/7 to support their business operations. You need to design the architecture of this application on Google Cloud.
    What should you do?
  • Question 264

    Your applications will be writing their logs to BigQuery for analysis. Each application should have its own table.
    Any logs older than 45 days should be removed. You want to optimize storage and follow Google recommended practices. What should you do?