HOTSPOT -
A company develops a series of mobile games. All games use a single leaderboard service.
You have the following requirements:
✑ Code should be scalable and allow for growth.
✑ Each record must consist of a playedId, gameId, score, and time played.
✑ When users reach a new high score, the system will save the new score using the SaveScore function below.
✑ Each game is assigned and Id based on the series title.
You plan to store customer information in an Azure Cosmos database. The following data already exists in the database:
//IMG//
You develop the following code to save scores in the database. (line numbers are included for reference only.)
//IMG//
You develop the following code to query the database. (line numbers are included for reference only.)
//IMG//
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:
Correct region(s)
—