What should you do?

You need to compose visualization for operations teams with the following requirements:

– Telemetry must include data from all 50,000 installations for the most recent 6 weeks (sampling once every minute)

– The report must not be more than 3 hours delayed from live data.

– The actionable report should only show suboptimal links.

– Most suboptimal links should be sorted to the top.

– Suboptimal links can be grouped and filtered by regional geography.

– User response time to load the report must be <5 seconds.

You create a data source to store the last 6 weeks of data, and create visualizations that allow viewers to see multiple date ranges, distinct geographic regions, and unique installation types. You always show the latest data without any changes to your visualizations. You want to avoid creating and updating new visualizations each month.

What should you do?
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 AP

Answer: B

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments