Quiz – reviewing all the concepts you've learned about
In this section, I will give you examples of what the Google Cloud Data Engineer certification's questions look like. There are 12 questions in the exam that are grouped into 4 categories.
I will list all the questions first; the key answers will be provided in the next section, after the twelfth question.
Questions
Each question has four options and you need to choose the correct answer.
Designing data processing systems
Please choose one answer for each of the questions in this section:
- Your company runs a variety of Spark jobs on an on-premises cluster. You are planning to migrate to GCP quickly and easily. What kind of deployment would you recommend?
- Deploy a Cloud Dataproc cluster to run the Spark jobs.
- Run Spark and Hadoop jobs in Cloud Dataflow.
- Migrate HDFS files to Cloud Storage. Load data from Cloud Storage to BigQuery. Convert all the Spark jobs into BigQuery SQL.
- Run new jobs on...