AWS Certified Big Data – Specialty — Question 59
A company that provides economics data dashboards needs to be able to develop software to display rich, interactive, data-driven graphics that run in web browsers and leverages the full stack of web standards
(HTML, SVG, and CSS).
Which technology provides the most appropriate support for this requirements?
Answer options
- A. D3.js
- B. IPython/Jupyter
- C. R Studio
- D. Hue
Correct answer: A
Explanation
D3.js is specifically designed for producing interactive data visualizations in web browsers using HTML, SVG, and CSS, making it the best choice for this requirement. In contrast, IPython/Jupyter and R Studio are primarily used for data analysis and do not focus on web-based graphic rendering, while Hue is more of a data visualization tool for Hadoop, not specifically tailored for web standards.