Exam DP-600 Topic 1 Question 130 Discussion
Actual exam question for Microsoft's DP-600 exam
Question #: 130
Topic #: 1
Question #: 130
Topic #: 1
You have a Fabric tenant that contains JSON files in OneLake. The files have one billion items.
You plan to perform time series analysis of the items.
You need to transform the data, visualize the data to find insights, perform anomaly detection, and share the insights with other business users. The solution must meet the following requirements:
- Use parallel processing.
- Minimize the duplication of data.
- Minimize how long it takes to load the data.
What should you use to transform and visualize the data?
You plan to perform time series analysis of the items.
You need to transform the data, visualize the data to find insights, perform anomaly detection, and share the insights with other business users. The solution must meet the following requirements:
- Use parallel processing.
- Minimize the duplication of data.
- Minimize how long it takes to load the data.
What should you use to transform and visualize the data?
Suggested Answer: A Vote an answer
PySpark provides robust capabilities for data transformation and manipulation, making it well- suited for preparing data for time series analysis. You can then use libraries like pandas for further data manipulation if needed and leverage Spark's machine learning capabilities for anomaly detection.
by Hunter at Jun 21, 2026, 09:24 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).