Designing and Implementing Enterprise-Scale Analytics Using Microsoft Azure and Power BI — Question 110

You use Azure Synapse Analytics and Apache Spark notebooks to explore native visuals.
You need to use PySpark to gain access to the visual libraries.
Which Python libraries should you use?

Answer options

Correct answer: C

Explanation

The correct answer is C, as both Matplotlib and Seaborn are commonly used libraries for data visualization in Python. Options A, B, D, E, and F are incorrect because they either include libraries not focused on visualizations or omit one of the necessary libraries for accessing visual capabilities in PySpark.