Associate-Cloud-Engineer Associate Cloud Engineer

Loading demo links...

Showing 1–3 of 10 questions

Question 1

Your company implemented BigQuery as an enterprise data warehouse. Users from multiple business units run queries on this data warehouse. However, you notice that query costs for BigQuery are very high, and you need to control costs. Which two methods should you use? (Choose two.)

Select all that apply, then click Submit answer.

  • Split the users from business units to multiple projects.

  • Apply a user- or project-level custom query quota for BigQuery data warehouse.

  • Create separate copies of your BigQuery data warehouse for each business unit.

  • Split your BigQuery data warehouse into multiple data warehouses for each business unit.

  • Change your BigQuery query model from on-demand to flat rate. Apply the appropriate number of slots to each Project.

Question 2

You are building an application that processes data files uploaded from thousands of suppliers. Your primary goals for the application are data security and the expiration of aged data. You need to design the application to:

• Restrict access so that suppliers can access only their own data.

• Give suppliers write access to data only for 30 minutes.

• Delete data that is over 45 days old.

You have a very short development cycle, and you need to make sure that the application requires minimal maintenance. Which two strategies should you use? (Choose two.)

Select all that apply, then click Submit answer.

  • Build a lifecycle policy to delete Cloud Storage objects after 45 days.

  • Use signed URLs to allow suppliers limited time access to store their objects.

  • Set up an SFTP server for your application, and create a separate user for each supplier.

  • Build a Cloud function that triggers a timer of 45 days to delete objects that have expired.

  • Develop a script that loops through all Cloud Storage buckets and deletes any buckets that are older than 45 days.

Question 3

You have a number of applications that have bursty workloads and are heavily dependent on topics to decouple publishing systems from consuming systems. Your company would like to go serverless to enable developers to focus on writing code without worrying about infrastructure. Your solution architect has already identified Cloud Pub/Sub as a suitable alternative for decoupling systems. You have been asked to identify a suitable GCP Serverless service that is easy to use with Cloud Pub/Sub. You want the ability to scale down to zero when there is no traffic in order to minimize costs. You want to follow Google recommended practices. What should you suggest?

Select an option, then click Submit answer.

  • Cloud Run for Anthos

  • Cloud Run

  • App Engine Standard

  • Cloud Functions.