Microsoft
DP-203 · Question #293
You are creating an Apache Spark job in Azure Databricks that will ingest JSON-formatted data. You need to convert a nested JSON string into a DataFrame that will contain multiple rows. Which Spark SQ
Sign in or unlock DP-203 to reveal the answer and full explanation for question #293. The question stem and answer options stay visible for context.
Submitted by sofia.br· Mar 30, 2026Develop data processing
Question
You are creating an Apache Spark job in Azure Databricks that will ingest JSON-formatted data. You need to convert a nested JSON string into a DataFrame that will contain multiple rows. Which Spark SQL function should you use?
Options
- Aexplode
- Bfilter
- Ccoalesce
- Dextract
Unlock DP-203 to see the answer
You've previewed enough free DP-203 questions. Unlock DP-203 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#explode function#nested JSON#Apache Spark SQL#Azure Databricks