Multiple Choice
Your globally distributed auction application allows users to bid on items. Occasionally, users place identical bids at nearly identical times, and different application servers process those bids. Each bid event contains the item, amount, user, and timestamp. You want to collate those bid events into a single location in real time to determine which user bid first. What should you do?
A) Create a file on a shared file and have the application servers write all bid events to that file. Process the file with Apache Hadoop to identify which user bid first.
B) Have each application server write the bid events to Cloud Pub/Sub as they occur. Push the events from Cloud Pub/Sub to a custom endpoint that writes the bid event information into Cloud SQL.
C) Set up a MySQL database for each application server to write bid events into. Periodically query each of those distributed MySQL databases and update a master MySQL database with bid event information.
D) Have each application server write the bid events to Google Cloud Pub/Sub as they occur. Use a pull subscription to pull the bid events using Google Cloud Dataflow. Give the bid for each item to the user in the bid event that is processed first.
Correct Answer:

Verified
Correct Answer:
Verified
Q52: An organization maintains a Google BigQuery dataset
Q53: When using Cloud Dataproc clusters, you can
Q54: You are managing a Cloud Dataproc cluster.
Q55: MJTelco Case Study Company Overview MJTelco is
Q56: You work on a regression problem in
Q58: How would you query specific partitions in
Q59: You work for a large bank that
Q60: You launched a new gaming app almost
Q61: You are planning to use Google's Dataflow
Q62: You have a job that you want