Question 66

You need to copy directory local-scripts and all of its contents from your local workstation to a Compute Engine virtual machine instance.
Which command should you use?
gsutil cp --project "my-gcp-project" -r ~/local-scripts/ gcp-instance-name:~/
  • Question 67

    You recently migrated a monolithic application to Google Cloud by breaking it down into microservices. One of the microservices is deployed using Cloud Functions. As you modernize the application, you make a change to the API of the service that is backward-incompatible. You need to support both existing callers who use the original API and new callers who use the new API. What should you do?
  • Question 68

    When would a technician need to use a positive 'no' with a customer? (Choose three.)
  • Question 69

    Your company has a data warehouse that keeps your application information in BigQuery. The BigQuery data warehouse keeps 2 PBs of user dat a. 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.)
  • Question 70

    You are building an API that will be used by Android and iOS apps The API must:
    * Support HTTPs
    * Minimize bandwidth cost
    * Integrate easily with mobile apps
    Which API architecture should you use?