- (Exam Topic 2)
You are developing an application using different microservices that should remain internal to the cluster. You want to be able to configure each microservice with a specific number of replicas. You also want to be able to address a specific microservice from any other microservice in a uniform way, regardless of the number of replicas the microservice scales to. You need to implement this solution on Google Kubernetes Engine. What should you do?
Correct Answer:A
- (Exam Topic 2)
You need to migrate an internal file upload API with an enforced 500-MB file size limit to App Engine. What should you do?
Correct Answer:C
Reference: https://wiki.christophchamp.com/index.php?title=Google_Cloud_Platform
- (Exam Topic 2)
Your company has a data warehouse that keeps your application information in BigQuery. The BigQuery data warehouse keeps 2 PBs of user data. Recently, your company expanded your user base to include EU users and needs to comply with these requirements:
Your company must be able to delete all user account information upon user request. All EU user data must be stored in a single region specifically for EU users.
Which two actions should you take? (Choose two.)
Correct Answer:CE
Reference: https://cloud.google.com/solutions/bigquery-data-warehouse
- (Exam Topic 2)
You are deploying your application to a Compute Engine virtual machine instance. Your application is configured to write its log files to disk. You want to view the logs in Stackdriver Logging without changing
the application code. What should you do?
Correct Answer:A
- (Exam Topic 2)
Your team develops services that run on Google Cloud. You need to build a data processing service and will use Cloud Functions. The data to be processed by the function is sensitive. You need to ensure that invocations can only happen from authorized services and follow Google-recommended best practices for securing functions. What should you do?
Correct Answer:C
Reference:
https://medium.com/google-cloud/how-to-securely-invoke-a-cloud-function-from-google-kubernetes-engine-run
- (Exam Topic 2)
You are planning to deploy your application in a Google Kubernetes Engine (GKE) cluster. Your application can scale horizontally, and each instance of your application needs to have a stable network identity and its own persistent disk.
Which GKE object should you use?
Correct Answer:B
Reference: https://livebook.manning.com/book/kubernetes-in-action/chapter-10/46