
Answer-first summary for fast verification
Answer: Look through the current data and compose a small set of generalized charts and tables bound to criteria filters that allow value selection.
The correct answer is B. Creating a small set of generalized charts and tables bound to criteria filters that allow value selection is the most efficient way to handle the ever-changing data without the need to update visualizations each month. This method ensures the visualizations remain dynamic, allowing users to filter and sort data in different ways as needed, without the overhead of predefining every possible combination of criteria. Options A and C involve creating multiple charts for each possible combination, which is impractical. Option D involves developing a complex application which is more time-consuming and possibly over-engineered for the given requirements.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
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.