Question 146 of 213
Single answerHOTSPOT -A company develops a series of mobile games. All games use a single leaderboard service.You have the following requirements:✑ Code must be scalable and allow for growth.✑ Each record must consist of a playerId, 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 an Id based on the series title.You plan to store customer information in Azure Cosmos DB. The following data already exists in the database:You develop the following code to save scores in the data store. (Line numbers are included for reference only.)You develop the following code to query the database. (Line numbers are included for reference only.)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:
✓A Box 1: Yes -Create a table.A CloudTableClient object lets you get reference objects for tables and entities. The following code creates a CloudTableClient object and uses it to create a newCloudTable object, which represents a table// Retr
BRefer to simulation panel
✓
Correct Answer: A
Box 1: Yes -Create a table.A CloudTableClient object lets you get reference objects for tables and entities. The following code creates a CloudTableClient object and uses it to create a newCloudTable object, which represents a table// Retr
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Microsoft certification topics.