00:00

QUESTION 26

- (Exam Topic 6)
You are developing an application on Google Cloud that will automatically generate subject labels for users’ blog posts. You are under competitive pressure to add this feature quickly, and you have no additional developer resources. No one on your team has experience with machine learning. What should you do?

Correct Answer: B

QUESTION 27

- (Exam Topic 5)
What Dataflow concept determines when a Window's contents should be output based on certain criteria being met?

Correct Answer: D
Triggers control when the elements for a specific key and window are output. As elements arrive, they are put into one or more windows by a Window transform and its associated WindowFn, and then passed to the associated Trigger to determine if the Windows contents should be output.
Reference:
https://cloud.google.com/dataflow/java-sdk/JavaDoc/com/google/cloud/dataflow/sdk/transforms/windowing/Tri

QUESTION 28

- (Exam Topic 4)
You are deploying a new storage system for your mobile application, which is a media streaming service. You decide the best fit is Google Cloud Datastore. You have entities with multiple properties, some of which can take on multiple values. For example, in the entity ‘Movie’ the property ‘actors’ and the property ‘tags’ have multiple values but the property ‘date released’ does not. A typical query would ask for all movies with actor= ordered by date_released or all movies with tag=Comedy ordered by date_released. How should you avoid a combinatorial explosion in the number of indexes?
Professional-Data-Engineer dumps exhibit

Correct Answer: A

QUESTION 29

- (Exam Topic 6)
You need to set access to BigQuery for different departments within your company. Your solution should comply with the following requirements:
Professional-Data-Engineer dumps exhibit Each department should have access only to their data.
Professional-Data-Engineer dumps exhibit Each department will have one or more leads who need to be able to create and update tables and provide them to their team.
Professional-Data-Engineer dumps exhibit Each department has data analysts who need to be able to query but not modify data. How should you set access to the data in BigQuery?

Correct Answer: D

QUESTION 30

- (Exam Topic 5)
Which is the preferred method to use to avoid hotspotting in time series data in Bigtable?

Correct Answer: A
By default, prefer field promotion. Field promotion avoids hotspotting in almost all cases, and it tends to make it easier to design a row key that facilitates queries.
Reference:
https://cloud.google.com/bigtable/docs/schema-design-time-series#ensure_that_your_row_key_avoids_hotspotti