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
- A. Seaborn and TensorFlow
- B. Seaborn only
- C. Matplotlib and Seaborn
- D. Matplotlib only
- E. Matplotlib and TensorFlow
- F. TensorFlow only
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.