ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 195 - Professional Data Engineer discussion

Report
Export

You operate a database that stores stock trades and an application that retrieves average stock price for a given company over an adjustable window of time. The data is stored in Cloud Bigtable where the datetime of the stock trade is the beginning of the row key. Your application has thousands of concurrent users, and you notice that performance is starting to degrade as more stocks are added.

What should you do to improve the performance of your application?

A.
Change the row key syntax in your Cloud Bigtable table to begin with the stock symbol.
Answers
A.
Change the row key syntax in your Cloud Bigtable table to begin with the stock symbol.
B.
Change the row key syntax in your Cloud Bigtable table to begin with a random number per second.
Answers
B.
Change the row key syntax in your Cloud Bigtable table to begin with a random number per second.
C.
Change the data pipeline to use BigQuery for storing stock trades, and update your application.
Answers
C.
Change the data pipeline to use BigQuery for storing stock trades, and update your application.
D.
Use Cloud Dataflow to write summary of each day's stock trades to an Avro file on Cloud Storage.Update your application to read from Cloud Storage and Cloud Bigtable to compute the responses.
Answers
D.
Use Cloud Dataflow to write summary of each day's stock trades to an Avro file on Cloud Storage.Update your application to read from Cloud Storage and Cloud Bigtable to compute the responses.
Suggested answer: A
asked 18/09/2024
Donald VIRMOND
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first