PDE-2022-2

PDE-2022-2

Professional Development

50 Qs

quiz-placeholder

Similar activities

PCA-5

PCA-5

Professional Development

50 Qs

MCQsPDE Personal 1st 50

MCQsPDE Personal 1st 50

Professional Development

50 Qs

PSE-2

PSE-2

Professional Development

50 Qs

AWS Practitioner 05

AWS Practitioner 05

Professional Development

52 Qs

IOT QUIZ 2

IOT QUIZ 2

Professional Development

55 Qs

Industries CPQ Developer Training II

Industries CPQ Developer Training II

Professional Development

55 Qs

Sharepoint Administration Revision

Sharepoint Administration Revision

Professional Development

48 Qs

PCA-1

PCA-1

Professional Development

50 Qs

PDE-2022-2

PDE-2022-2

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Balamurugan R

Used 76+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

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 want to run the model on Apache Spark, using data housed in Google Cloud Storage, and you have recommended using Google Cloud Dataproc to execute this job. Testing has shown that this workload can run in approximately 30 minutes on a 15-node cluster, outputting the results into Google BigQuery. The plan is to run this workload weekly. How should you optimize the cluster for cost?

Migrate the workload to Google Cloud Dataflow

Use pre-emptible virtual machines (VMs) for the cluster

Use a higher-memory node so that the job runs faster

Use SSDs on the worker nodes so that the job can run faster

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

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 some instances data can arrive late or out of order. How should you design your Cloud Dataflow pipeline to handle data that is late or out of order?

Set a single global window to capture all the data.

Set sliding windows to capture all the lagged data.

Use watermarks and timestamps to capture the lagged data.

Ensure every datasource type (stream or batch) has a timestamp, and use the timestamps to define the logic for lagged data.

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

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 authenticate to BigQuery and you do not want to give them access to the dataset. You need to securely access BigQuery from your IT application. What should you do?

Create groups for your users and give those groups access to the dataset

Integrate with a single sign-on (SSO) platform, and pass each user's credentials along with the query request

Create a service account and grant dataset access to that account. Use the service account's private key to access the dataset

Create a dummy user and grant dataset access to that user. Store the username and password for that user in a file on the files system, and use those credentials to access the BigQuery dataset

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

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. You also need to monitor and adjust for null values, which must remain real-valued and cannot be removed. What should you do?

Use Cloud Dataprep to find null values in sample source data. Convert all nulls to 'none' using a Cloud Dataproc job

Use Cloud Dataprep to find null values in sample source data. Convert all nulls to 0 using a Cloud Dataprep job.

Use Cloud Dataflow to find null values in sample source data. Convert all nulls to 'none' using a Cloud Dataprep job.

Use Cloud Dataflow to find null values in sample source data. Convert all nulls to 0 using a custom script.

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

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 keys that you can create, rotate, and destroy as needed. What should you do?

Create a dedicated service account, and use encryption at rest to reference your data stored in your Compute Engine cluster instances as part of your API service calls.

Create encryption keys in Cloud Key Management Service. Use those keys to encrypt your data in all of the Compute Engine cluster instances.

Create encryption keys locally. Upload your encryption keys to Cloud Key Management Service. Use those keys to encrypt your data in all of the Compute Engine cluster instances.

Create encryption keys in Cloud Key Management Service. Reference those keys in your API service calls when accessing the data in your Compute Engine cluster instances.

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

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 to generate labels for the entities in videos that the customer has viewed. Your design must be able to provide very fast filtering suggestions based on data from other customer preferences on several TB of data. What should you do?

Build and train a complex classification model with Spark MLlib to generate labels and filter the results. Deploy the models using Cloud Dataproc. Call the model from your application.

Build and train a classification model with Spark MLlib to generate labels. Build and train a second classification model with Spark MLlib to filter results to match customer preferences. Deploy the models using Cloud Dataproc. Call the models from your application.

Build an application that calls the Cloud Video Intelligence API to generate labels. Store data in Cloud Bigtable, and filter the predicted labels to match the user's viewing history to generate preferences.

Build an application that calls the Cloud Video Intelligence API to generate labels. Store data in Cloud SQL, and join and filter the predicted labels to match the user's viewing history to generate preferences.

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

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 want to monitor and accommodate input data volume that will vary in size with minimal manual intervention. What should you do?

Use Cloud Dataproc to run your transformations. Monitor CPU utilization for the cluster. Resize the number of worker nodes in your cluster via the command line.

Use Cloud Dataproc to run your transformations. Use the diagnose command to generate an operational output archive. Locate the bottleneck and adjust cluster resources.

Use Cloud Dataflow to run your transformations. Monitor the job system lag with Stackdriver. Use the default autoscaling setting for worker instances.

Use Cloud Dataflow to run your transformations. Monitor the total execution time for a sampling of jobs. Configure the job to use nondefault Compute Engine machine types when needed.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?