Professional-Cloud-Developer Exam Question 56

Which database should HipLocal use for storing user activity?
  • Professional-Cloud-Developer Exam Question 57

    You are deploying a microservices application to Google Kubernetes Engine (GKE) that will broadcast livestreams. You expect unpredictable traffic patterns and large variations in the number of concurrent users.
    Your application must meet the following requirements:
    * Scales automatically during popular events and maintains high availability
    * Is resilient in the event of hardware failures
    How should you configure the deployment parameters? (Choose two.)
  • Professional-Cloud-Developer Exam Question 58

    You need to deploy resources from your laptop to Google Cloud using Terraform. Resources in your Google Cloud environment must be created using a service account. Your Cloud Identity has the roles/iam.serviceAccountTokenCreator Identity and Access Management (IAM) role and the necessary permissions to deploy the resources using Terraform. You want to set up your development environment to deploy the desired resources following Google-recommended best practices. What should you do?
  • Professional-Cloud-Developer Exam Question 59

    Your analytics system executes queries against a BigQuery dataset. The SQL query is executed in batch and passes the contents of a SQL file to the BigQuery CLI. Then it redirects the BigQuery CLI output to another process. However, you are getting a permission error from the BigQuery CLI when the queries are executed.
    You want to resolve the issue. What should you do?
  • Professional-Cloud-Developer Exam Question 60

    Your development team is using Cloud Build to promote a Node.js application built on App Engine from your staging environment to production. The application relies on several directories of photos stored in a Cloud Storage bucket named webphotos-staging in the staging environment. After the promotion, these photos must be available in a Cloud Storage bucket named webphotos-prod in the production environment. You want to automate the process where possible. What should you do?
    A)
    Manually copy the photos to webphotos-prod.
    B)
    Add a startup script in the application's app.yami file to move the photos from webphotos-staging to webphotos-prod.
    C)
    Add a build step in the cloudbuild.yaml file before the promotion step with the arguments:

    D)
    Add a build step in the cloudbuild.yaml file before the promotion step with the arguments: