
Ultimate access to all questions.
You are tasked with creating a visualization for operations teams that will provide insights on network performance. The visualization must adhere to the following requirements:
Considering these requirements, how should you proceed with designing and implementing such a visualization?
A
Look through the current data and compose a series of charts and tables, one for each possible combination of criteria.
B
Look through the current data and compose a small set of generalized charts and tables bound to criteria filters that allow value selection.
C
Export the data to a spreadsheet, compose a series of charts and tables, one for each possible combination of criteria, and spread them across multiple tabs.
D
Load the data into relational database tables, write a Google App Engine application that queries all rows, summarizes the data across each criteria, and then renders results using the Google Charts and visualization API.