20:00

Free Test
/ 10

Quiz

1/10
Your company built a TensorFlow neural-network model with a large number of neurons and layers. The model fits well for the training dat a. However, when tested against new data, it performs poorly. What method can you employ to address this?
Select the answer
1 correct answer
A.
Threading
B.
Serialization
C.
Dropout Methods
D.
Dimensionality Reduction

Quiz

2/10
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?
Select the answer
1 correct answer
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.

Quiz

3/10
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?
Select the answer
1 correct answer
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.

Quiz

4/10
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?
Select the answer
1 correct answer
A.
Disable caching by editing the report settings.
B.
Disable caching in BigQuery by editing table details.
C.
Refresh your browser tab showing the visualizations.
D.
Clear your browser history for the past hour then reload the tab showing the virtualizations.

Quiz

5/10
An external customer provides you with a daily dump of data from their database. The data flows into Google Cloud Storage GCS as comma-separated values (CSV) files. You want to analyze this data in Google BigQuery, but the data could have rows that are formatted incorrectly or corrupted. How should you build this pipeline?
Select the answer
1 correct answer
A.
Use federated data sources, and check data in the SQL query.
B.
Enable BigQuery monitoring in Google Stackdriver and create an alert.
C.
Import the data into BigQuery using the gcloud CLI and set max_bad_records to 0.
D.
Run a Google Cloud Dataflow batch pipeline to import the data into BigQuery, and push errors to another dead-letter table for analysis.

Quiz

6/10
Your weather app queries a database every 15 minutes to get the current temperature. The frontend is powered by Google App Engine and server millions of users. How should you design the frontend to respond to a database failure?
Select the answer
1 correct answer
A.
Issue a command to restart the database servers.
B.
Retry the query with exponential backoff, up to a cap of 15 minutes.
C.
Retry the query every second until it comes back online to minimize staleness of data.
D.
Reduce the query frequency to once every hour until the database comes back online.

Quiz

7/10
You are creating a model to predict housing prices. Due to budget constraints, you must run it on a single resource-constrained virtual machine. Which learning algorithm should you use?
Select the answer
1 correct answer
A.
Linear regression
B.
Logistic classification
C.
Recurrent neural network
D.
Feedforward neural network

Quiz

8/10
You are building new real-time data warehouse for your company and will use Google BigQuery streaming inserts. There is no guarantee that data will only be sent in once but you do have a unique ID for each row of data and an event timestamp. You want to ensure that duplicates are not included while interactively querying dat a. Which query type should you use?
Select the answer
1 correct answer
A.
Include ORDER BY DESK on timestamp column and LIMIT to 1.
B.
Use GROUP BY on the unique ID column and timestamp column and SUM on the values.
C.
Use the LAG window function with PARTITION by unique ID along with WHERE LAG IS NOT NULL.
D.
Use the ROW_NUMBER window function with PARTITION by unique ID along with WHERE row equals 1.

Quiz

9/10
Your company is using WHILECARD tables to query data across multiple tables with similar names. The SQL statement is currently failing with the following error: # Syntax error : Expected end of statement but got “-“ at [4:11] SELECT age FROM bigquery-public-data.noaa_gsod.gsod WHERE age != 99 AND_TABLE_SUFFIX = ‘1929’ ORDER BY age DESC Which table name will make the SQL statement work correctly?
Select the answer
1 correct answer
A.
‘bigquery-public-data.noaa_gsod.gsod‘
B.
bigquery-public-data.noaa_gsod.gsod*
C.
‘bigquery-public-data.noaa_gsod.gsod’*
D.
‘bigquery-public-data.noaa_gsod.gsod*`

Quiz

10/10
Your company is in a highly regulated industry. One of your requirements is to ensure individual users have access only to the minimum amount of information required to do their jobs. You want to enforce this requirement with Google BigQuery. Which three approaches can you take? (Choose three.)
Select the answer
3 correct answers
A.
Disable writes to certain tables.
B.
Restrict access to tables by role.
C.
Ensure that the data is encrypted at all times.
D.
Restrict BigQuery API access to approved users.
E.
Segregate data across multiple tables or databases.
F.
Use Google Stackdriver Audit Logging to determine policy violations.
Looking for more questions?Buy now

Google-Professional-Data-Engineer Practice test unlocks all online simulator questions

Thank you for choosing the free version of the Google-Professional-Data-Engineer practice test! Further deepen your knowledge on Google Simulator; by unlocking the full version of our Google-Professional-Data-Engineer Simulator you will be able to take tests with over 269 constantly updated questions and easily pass your exam. 98% of people pass the exam in the first attempt after preparing with our 269 questions.

BUY NOW

What to expect from our Google-Professional-Data-Engineer practice tests and how to prepare for any exam?

The Google-Professional-Data-Engineer Simulator Practice Tests are part of the Google Database and are the best way to prepare for any Google-Professional-Data-Engineer exam. The Google-Professional-Data-Engineer practice tests consist of 269 questions and are written by experts to help you and prepare you to pass the exam on the first attempt. The Google-Professional-Data-Engineer database includes questions from previous and other exams, which means you will be able to practice simulating past and future questions. Preparation with Google-Professional-Data-Engineer Simulator will also give you an idea of the time it will take to complete each section of the Google-Professional-Data-Engineer practice test . It is important to note that the Google-Professional-Data-Engineer Simulator does not replace the classic Google-Professional-Data-Engineer study guides; however, the Simulator provides valuable insights into what to expect and how much work needs to be done to prepare for the Google-Professional-Data-Engineer exam.

BUY NOW

Google-Professional-Data-Engineer Practice test therefore represents an excellent tool to prepare for the actual exam together with our Google practice test . Our Google-Professional-Data-Engineer Simulator will help you assess your level of preparation and understand your strengths and weaknesses. Below you can read all the quizzes you will find in our Google-Professional-Data-Engineer Simulator and how our unique Google-Professional-Data-Engineer Database made up of real questions:

Info quiz:

  • Quiz name:Google-Professional-Data-Engineer
  • Total number of questions:269
  • Number of questions for the test:50
  • Pass score:80%

You can prepare for the Google-Professional-Data-Engineer exams with our mobile app. It is very easy to use and even works offline in case of network failure, with all the functions you need to study and practice with our Google-Professional-Data-Engineer Simulator.

Use our Mobile App, available for both Android and iOS devices, with our Google-Professional-Data-Engineer Simulator . You can use it anywhere and always remember that our mobile app is free and available on all stores.

Our Mobile App contains all Google-Professional-Data-Engineer practice tests which consist of 269 questions and also provide study material to pass the final Google-Professional-Data-Engineer exam with guaranteed success. Our Google-Professional-Data-Engineer database contain hundreds of questions and Google Tests related to Google-Professional-Data-Engineer Exam. This way you can practice anywhere you want, even offline without the internet.

BUY NOW