PROFESSIONAL-DATA-ENGINEER Exam Questions
357 real PROFESSIONAL-DATA-ENGINEER exam questions with expert-verified answers and explanations. Page 3 of 8.
- Question #112Building and operationalizing data processing systems
The YARN ResourceManager and the HDFS NameNode interfaces are available on a Cloud Dataproc cluster ____.
Dataproc master nodeYARN ResourceManagerHDFS NameNode - Question #113Building and operationalizing data processing systems
Which of these is NOT a way to customize the software on Dataproc cluster instances?
Dataproc customizationinitialization actionscluster propertiesCloud Deployment Manager - Question #114Ensuring solution quality
In order to securely transfer web traffic data from your computer's web browser to the Cloud Dataproc cluster you should use a(n) _____.
SSH tunnelDataproc secure accessweb traffic security - Question #115Designing data processing systems
All Google Cloud Bigtable client requests go through a front-end server ______ they are sent to a Cloud Bigtable node.
Cloud Bigtablefront-end serverrequest routingarchitecture - Question #116Designing data processing systems
What is the general recommendation when designing your row keys for a Cloud Bigtable schema?
Bigtable row key designschema designperformance optimization - Question #117Ensuring solution quality
Which of the following statements is NOT true regarding Bigtable access roles?
Bigtable IAM rolestable-level accessaccess control - Question #118Designing data processing systems
For the best possible performance, what is the recommended zone for your Compute Engine instance and Cloud Bigtable instance?
Bigtable performancezone colocationCompute Enginelatency optimization - Question #119Designing data processing systems
Which row keys are likely to cause a disproportionate number of reads and/or writes on a particular node in a Bigtable cluster (select 2 answers)?
Bigtable hotspotsrow key designsequential keystimestamp antipatterns - Question #121Building and operationalizing data processing systems
Which is not a valid reason for poor Cloud Bigtable performance?
Cloud Bigtableperformance tuningcluster sizingtroubleshooting - Question #122Designing data processing systems
Which is the preferred method to use to avoid hotspotting in time series data in Bigtable?
Cloud Bigtablehotspottingtime seriesfield promotion - Question #123Designing data processing systems
When you design a Google Cloud Bigtable schema it is recommended that you _________.
Cloud Bigtableschema designatomicityNoSQL - Question #124Designing data processing systems
Which of the following is NOT a valid use case to select HDD (hard disk drives) as the storage for Google Cloud Bigtable?
Cloud BigtableHDD storageSSD storagestorage selection - Question #126Designing data processing systems
When you store data in Cloud Bigtable, what is the recommended minimum amount of stored data?
Cloud Bigtablestorage sizingminimum data threshold - Question #127Ensuring solution quality
If you're running a performance test that depends upon Cloud Bigtable, all the choices except one below are recommended steps. Which is NOT a recommended step to follow?
Cloud Bigtableperformance testingbest practicesbenchmarking - Question #128Designing data processing systems
Cloud Bigtable is a recommended option for storing very large amounts of ____________________________?
Cloud Bigtablesingle-keyed datalow latencyuse cases - Question #129Building and operationalizing data processing systems
Google Cloud Bigtable indexes a single value in each row. This value is called the _______.
Cloud Bigtablerow keyindexingHBase - Question #131Building and operationalizing data processing systems
What is the recommended action to do in order to switch between SSD and HDD storage for your Google Cloud Bigtable instance?
Cloud Bigtablestorage migrationSSDHDD - Question #132Building and operationalizing data processing systems
Your platform on your on-premises environment generates 100 GB of data daily, composed of millions of structured JSON text files. Your on-premises environment cannot be accessed fr...
Transfer ServiceCloud StorageBigQueryon-premises migration - Question #133Building and operationalizing data processing systems
You need to migrate a Redis database from an on-premises data center to a Memorystore for Redis instance. You want to follow Google recommended practices and perform the migration...
MemorystoreRedisRDB backupdatabase migration - Question #134Operationalizing machine learning models
You are training a spam classifier. You notice that you are overfitting the training data. Which three actions can you take to resolve this problem? (Choose three.)
overfittingregularizationfeature selectionmodel training - Question #135Building and operationalizing data processing systems
You are implementing security best practices on your data pipeline. Currently, you are manually executing jobs as the Project Owner. You want to automate these jobs by taking night...
Service AccountsIAMLeast PrivilegeCloud Security - Question #136Building and operationalizing data processing systems
You are using Google BigQuery as your data warehouse. Your users report that the following simple query is running very slowly, no matter when they run the query: SELECT country, s...
BigQuery performanceData skewQuery optimizationDistributed computing - Question #137Designing data processing systems
Your globally distributed auction application allows users to bid on items. Occasionally, users place identical bids at nearly identical times, and different application servers pr...
Cloud Pub/Subreal-time processingevent streamingdistributed systems - Question #138Building and operationalizing data processing systems
Your organization has been collecting and analyzing data in Google BigQuery for 6 months. The majority of the data analyzed is placed in a time-partitioned table named events_parti...
BigQuery ViewsSQL DialectsODBC ConnectivityService Accounts - Question #139Building and operationalizing data processing systems
You have enabled the free integration between Firebase Analytics and Google BigQuery. Firebase now automatically creates a new table daily in BigQuery in the format app_events_YYYY...
BigQuerylegacy SQLTABLE_DATE_RANGEdate-sharded tables - Question #140Building and operationalizing data processing systems
Your company is currently setting up data pipelines for their campaign. For all the Google Cloud Pub/Sub streaming data, one of the important business requirements is to be able to...
DataflowStreaming DataWindowingPipeline Failure - Question #141Designing data processing systems
You architect a system to analyze seismic data. Your extract, transform, and load (ETL) process runs as a series of MapReduce jobs on an Apache Hadoop cluster. The ETL process take...
MapReduceETL pipelineHadooppipeline orchestration - Question #142Designing data processing systems
An online retailer has built their current application on Google App Engine. A new initiative at the company mandates that they extend their application to allow their customers to...
Database selectionCloud SQLTransactional databasesBusiness intelligence - Question #143Building and operationalizing data processing systems
You launched a new gaming app almost three years ago. You have been uploading log files from the previous day to a separate Google BigQuery table with the table name format LOGS_yy...
BigQuerydate partitioningtable shardingwildcard tables - Question #144Designing data processing systems
Your analytics team wants to build a simple statistical model to determine which customers are most likely to work with your company again, based on a few different metrics. They w...
Cloud Dataproccost optimizationpreemptible VMsApache Spark - Question #145Designing data processing systems
Your company receives both batch- and stream-based event data. You want to process the data using Google Cloud Dataflow over a predictable time period. However, you realize that in...
Cloud Dataflowwatermarkstimestampslate data handling - Question #146Operationalizing machine learning models
You have some data, which is shown in the graphic below. The two dimensions are X and Y, and the shade of each dot represents what class it is. You want to classify this data accur...
Feature EngineeringMachine LearningClassificationLinear Models - Question #147Designing data processing systems
You are integrating one of your internal IT applications and Google BigQuery, so users can query BigQuery from the application's interface. You do not want individual users to auth...
service accountsBigQuery access controlIAMauthentication - Question #148Building and operationalizing data processing systems
You are building a data pipeline on Google Cloud. You need to prepare data using a casual method for a machine-learning process. You want to support a logistic regression model. Yo...
Cloud Dataprepnull value handlingdata preprocessinglogistic regression - Question #149Ensuring solution quality
You set up a streaming data insert into a Redis cluster via a Kafka cluster. Both clusters are running on Compute Engine instances. You need to encrypt data at rest with encryption...
Cloud KMScustomer-managed encryption keysencryption at restCompute Engine - Question #150Designing data processing systems
You are developing an application that uses a recommendation engine on Google Cloud. Your solution should display new videos to customers based on past views. Your solution needs t...
Cloud Video Intelligence APICloud Bigtablerecommendation systemML pipeline design - Question #151Building and operationalizing data processing systems
You are selecting services to write and transform JSON messages from Cloud Pub/Sub to BigQuery for a data pipeline on Google Cloud. You want to minimize service costs. You also wan...
Cloud DataflowautoscalingPub/Sub to BigQuerypipeline cost optimization - Question #152Building and operationalizing data processing systems
Your infrastructure includes a set of YouTube channels. You have been tasked with creating a process for sending the YouTube channel data to Google Cloud for analysis. You want to...
Storage Transfer ServiceBigQuery Data Transfer Servicemulti-regional storagedata ingestion - Question #153Designing data processing systems
You are designing storage for very large text files for a data pipeline on Google Cloud. You want to support ANSI SQL queries. You also want to support compression and parallel loa...
Avro formatBigQuery storageCloud Dataflowdata compression - Question #154Operationalizing machine learning models
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 quic...
Cloud Natural Language APIentity analysispre-trained modelsNLP - Question #155Designing data processing systems
You are designing storage for 20 TB of text files as part of deploying a data pipeline on Google Cloud. Your input data is in CSV format. You want to minimize the cost of querying...
Cloud StorageBigQueryData WarehousingCost Optimization - Question #156Designing data processing systems
You are designing storage for two relational tables that are part of a 10-TB database on Google Cloud. You want to support transactions that scale horizontally. You also want to op...
Cloud Spannersecondary indexeshorizontal scalingrange queries - Question #157Designing data processing systems
Your financial services company is moving to cloud technology and wants to store 50 TB of financial time- series data in the cloud. This data is updated frequently and new data wil...
Cloud Bigtabletime-series datastreaming ingestionHadoop integration - Question #158Ensuring solution quality
An organization maintains a Google BigQuery dataset that contains tables with user-level data. They want to expose aggregates of this data to other Google Cloud projects, while sti...
BigQuery authorized viewscross-project accessdata access controlcost allocation - Question #160Operationalizing machine learning models
Your neural network model is taking days to train. You want to increase the training speed. What can you do?
neural network trainingdataset subsamplingtraining speed optimizationmodel performance - Question #161Building and operationalizing data processing systems
You are responsible for writing your company's ETL pipelines to run on an Apache Hadoop cluster. The pipeline will require some checkpointing and splitting pipelines. Which method...
Apache PigETL pipelinesHadoopcheckpointing - Question #162Building and operationalizing data processing systems
Your company maintains a hybrid deployment with GCP, where analytics are performed on your anonymized customer data. The data are imported to Cloud Storage from your data center th...
Hybrid CloudData TransferNetwork PerformanceCloud Storage - Question #163Designing data processing systems
You work for a mid-sized enterprise that needs to move its operational system transaction data from an on-premises database to GCP. The database is about 20 TB in size. Which datab...
Database selectionCloud SQLRelational databasesData migration - Question #165Ensuring solution quality
You want to archive data in Cloud Storage. Because some data is very sensitive, you want to use the "Trust No One" (TNO) approach to encrypt your data to prevent the cloud provider...
CSEKTrust No One encryptionCloud Storage securitycustomer-supplied keys - Question #166Building and operationalizing data processing systems
You have data pipelines running on BigQuery, Cloud Dataflow, and Cloud Dataproc. You need to perform health checks and monitor their behavior, and then notify the team managing the...
Cloud MonitoringStackdriver alertingpipeline health checksmulti-project monitoring