Examtopics

Professional Cloud Developer
  • Topic 1 Question 330

    Your company manages an application that captures stock data in an internal database. You need to create an API that provides real-time stock data to users. You want to return stock data to users as quickly as possible, and you want your solution to be highly scalable. What should you do?

    • Create a BigQuery dataset and table to act as the internal database. Query the table when user requests are received.

    • Create a Memorystore for Redis instance to store all stock market data. Query this database when user requests are received.

    • Create a Bigtable instance. Query the table when user requests are received. Configure a Pub/Sub topic to queue user requests that your API will respond to.

    • Create a Memorystore for Redis instance, and use this database to store the most accessed stock data. Query this instance first when user requests are received, and fall back to the internal database.


    シャッフルモード