Associate-Developer-Apache-Spark-3.5 무료 덤프문제 온라인 액세스
| 시험코드: | Associate-Developer-Apache-Spark-3.5 |
| 시험이름: | Databricks Certified Associate Developer for Apache Spark 3.5 - Python |
| 인증사: | Databricks |
| 무료 덤프 문항수: | 135 |
| 업로드 날짜: | 2026-06-02 |
37 of 55.
A data scientist is working with a Spark DataFrame called customerDF that contains customer information.
The DataFrame has a column named email with customer email addresses.
The data scientist needs to split this column into username and domain parts.
Which code snippet splits the email column into username and domain columns?
An engineer has a large ORC file located at /file/test_data.orc and wants to read only specific columns to reduce memory usage.
Which code fragment will select the columns, i.e., col1, col2, during the reading process?
A data engineer is working on a Streaming DataFrame streaming_df with the given streaming data:
Which operation is supported with streamingdf ?
A developer needs to produce a Python dictionary using data stored in a small Parquet table, which looks like this:
The resulting Python dictionary must contain a mapping of region -> region id containing the smallest 3 region_id values.
Which code fragment meets the requirements?
A)
B)
C)
D)
The resulting Python dictionary must contain a mapping of region -> region_id for the smallest 3 region_id values.
Which code fragment meets the requirements?