You have containerized a legacy application that stores its configuration on an NFS share. You need to deploy this application to Google Kubernetes Engine(GKE) and do not want the application serving traffic until after the configuration has been retrieved. What should you do?
Your team is developing a new application using a PostgreSQL database and Cloud Run. You are responsible for ensuring that all traffic is kept private on GoogleCloud. You want to use managed services and follow Google-recommended best practices. What should you do?
You are developing an application that will allow clients to download a file from your website for a specific period of time. How should you design the application to complete this task while following Google-recommended best practices?
Your development team has been asked to refactor an existing monolithic application into a set of composable microservices. Which design aspects should you implement for the new application? (Choose two.)
You deployed a new application to Google Kubernetes Engine and are experiencing some performance degradation. Your logs are being written to CloudLogging, and you are using a Prometheus sidecar model for capturing metrics. You need to correlate the metrics and data from the logs to troubleshoot the performance issue and send real-time alerts while minimizing costs. What should you do?
You have two tables in an ANSI-SQL compliant database with identical columns that you need to quickly combine into a single table, removing duplicate rows from the result set.What should you do?