Cloud Smog
  • ホーム
  • 模擬問題集
    • Amazon Web Services
    • Google Cloud Platform
    • Google for Education
  • トライヤル試験
  • プライバシーポリシー
  • はじめに
GCP 問題集 購入手続き
2023年1月9日 投稿者: Doku Gas

Professional Data Engineer Practice Exam (2023.01.09)

Professional Data Engineer Practice Exam (2023.01.09)
2023年1月9日 投稿者: Doku Gas

Google Cloud Certified – Professional Data Engineer – Practice Exam (Question 205)


Question 01

Your company built a TensorFlow neural network model with a large number of neurons and layers.
The model fits well for the training data. However, when tested against new data, it performs poorly.
What method can you employ to address this?

  • A. Threading
  • B. Serialization
  • C. Dropout Methods
  • D. Dimensionality Reduction

Answer: C

Reference:
A simple deep learning model for stock price prediction using TensorFlow | by Sebastian Heinz | ML Review


Question 02

You are building a model to make clothing recommendations.
You know a user’s fashion preference is likely to change over time, so you build a data pipeline to stream new data back to the model as it becomes available.
How should you use this data to train the model?

  • A. Continuously retrain the model on just the new data.
  • B. Continuously retrain the model on a combination of existing data and the new data.
  • C. Train on the existing data while using the new data as your test set.
  • D. Train on the new data while using the existing data as your test set.

Answer: B


Question 03

You designed a database for patient records as a pilot project to cover a few hundred patients in three clinics.
Your design used a single database table to represent all patients and their visits, and you used self-joins to generate reports. The server resource utilization was at 50%. Since then, the scope of the project has expanded. The database must now store 100 times more patient records. You can no longer run the reports, because they either take too long or they encounter errors with insufficient compute resources.
How should you adjust the database design?

  • A. Add capacity (memory and disk space) to the database server by the order of 200.
  • B. Shard the tables into smaller ones based on date ranges, and only generate reports with prespecified date ranges.
  • C. Normalize the master patient-record table into the patient table and the visits table, and create other necessary tables to avoid self-join.
  • D. Partition the table into smaller tables, with one for each clinic. Run queries against the smaller table pairs, and use unions for consolidated reports.
TO SEE THE REST OF THIS
前の記事Google 認定教育者レベル 2 模擬問題集 (2021)Google for Education - Google Certified Educator Level 2次の記事 Professional Data Engineer 模擬問題集(2023.01.09)Google Cloud Certified - Professional Data Engineer

Google Cloud 模擬問題集

AWS 模擬問題集

Google for Education 模擬問題集




Tags

Associate Cloud Engineer (17) DevOps Engineer - Professional (2) Google Cloud Digital Leader (10) Google 認定教育者 (10) Professional Cloud Architect (18) Professional Cloud Database Engineer (2) Professional Cloud Developer (10) Professional Cloud DevOps Engineer (6) Professional Cloud Network Engineer (7) Professional Cloud Security Engineer (8) Professional Data Engineer (19) Professional Google Workspace Administrator (8) Professional Machine Learning Engineer (2) Solutions Architect Associate (2) Trainer Skills Assessment (4)
© 2020 CloudSmog .