Free Google Cloud Data Engineer Professional Exam Braindumps (page: 2)

Page 2 of 95

Your company built a TensorFlow neural-network model with a large number of neurons and layers.
The model fits well for the training dat

  1. However, when tested against new data, it performs poorly.
    What method can you employ to address this?
  2. Threading
  3. Serialization
  4. Dropout Methods
  5. Dimensionality Reduction

Answer(s): C


Reference:

https://medium.com/mlreview/a-simple-deep-learning-model-for-stock-price-prediction- using-tensorflow-30505541d877



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?

  1. Continuously retrain the model on just the new data.
  2. Continuously retrain the model on a combination of existing data and the new data.
  3. Train on the existing data while using the new data as your test set.
  4. Train on the new data while using the existing data as your test set.

Answer(s): C

Explanation:

https://cloud.google.com/automl-tables/docs/prepare



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?

  1. Add capacity (memory and disk space) to the database server by the order of 200.
  2. Shard the tables into smaller ones based on date ranges, and only generate reports with prespecified date ranges.
  3. Normalize the master patient-record table into the patient table and the visits table, and create other necessary tables to avoid self-join.
  4. Partition the table into smaller tables, with one for each clinic. Run queries against the smaller table pairs, and use unions for consolidated reports.

Answer(s): C



You create an important report for your large team in Google Data Studio 360. The report uses Google BigQuery as its data source. You notice that visualizations are not showing data that is less than 1 hour old.
What should you do?

  1. Disable caching by editing the report settings.
  2. Disable caching in BigQuery by editing table details.
  3. Refresh your browser tab showing the visualizations.
  4. Clear your browser history for the past hour then reload the tab showing the virtualizations.

Answer(s): A


Reference:

https://support.google.com/datastudio/answer/7020039?hl=en






Post your Comments and Discuss Google Google Cloud Data Engineer Professional exam with other Community members:

Google Cloud Data Engineer Professional Exam Discussions & Posts