Multiple Choice
You are parsing a log file that contains three columns: a timestamp, an account number (a string) , and a transaction amount (a number) . You want to calculate the sum of all transaction amounts for each unique account number efficiently. Which data structure should you use?
A) A linked list
B) A hash table
C) A two-dimensional array
D) A comma-delimited string
Correct Answer:

Verified
Correct Answer:
Verified
Q38: Case study This is a case study.
Q39: You are building an API that will
Q40: You want to view the memory usage
Q41: Your application is running on Compute Engine
Q42: Case study This is a case study.
Q44: Your analytics system executes queries against a
Q45: Case study This is a case study.
Q46: Your application is controlled by a managed
Q47: Case study This is a case study.
Q48: Case study This is a case study.