ExamGecko
Question list
Search
Search

List of questions

Search

Question 60 - DEA-C01 discussion

Report
Export

Elon, a Data Engineer, needs to Split Semi-structured Elements from the Source files and load them as an array into Separate Columns.

Source File:

A.
+----------------------------------------------------------------------+
Answers
A.
+----------------------------------------------------------------------+
B.
| $1 |
Answers
B.
| $1 |
C.
|----------------------------------------------------------------------|
Answers
C.
|----------------------------------------------------------------------|
D.
| {"mac_address": {"host1": "197.128.1.1","host2": "197.168.0.1"}}, |
Answers
D.
| {"mac_address": {"host1": "197.128.1.1","host2": "197.168.0.1"}}, |
E.
| {"mac_address": {"host1": "197.168.2.1","host2": "197.168.3.1"}} |
Answers
E.
| {"mac_address": {"host1": "197.168.2.1","host2": "197.168.3.1"}} |
F.
+----------------------------------------------------------------------+ Output: Splitting the Machine Address as below.
Answers
F.
+----------------------------------------------------------------------+ Output: Splitting the Machine Address as below.
G.
COL1 | COL2 |
Answers
G.
COL1 | COL2 |
H.
|----------+----------|
Answers
H.
|----------+----------|
I.
| [ | [ |
Answers
I.
| [ | [ |
J.
| "197", | "197", |
Answers
J.
| "197", | "197", |
K.
| "128", | "168", |
Answers
K.
| "128", | "168", |
L.
| "1", | "0", |
Answers
L.
| "1", | "0", |
M.
| "1" | "1" |
Answers
M.
| "1" | "1" |
N.
| ] | ] |
Answers
N.
| ] | ] |
O.
| [ | [ |10. | "197", | "197", |11. | "168", | "168", |12. | "2", | "3", |13. | "1" | "1" |14. | ] | ]Which SnowFlake Function can Elon use to transform this semi structured data in the output format?
Answers
O.
| [ | [ |10. | "197", | "197", |11. | "168", | "168", |12. | "2", | "3", |13. | "1" | "1" |14. | ] | ]Which SnowFlake Function can Elon use to transform this semi structured data in the output format?
P.
CONVERT_TO_ARRAY
Answers
P.
CONVERT_TO_ARRAY
Q.
SPLIT
Answers
Q.
SPLIT
R.
GROUP_BY_CONNECT
Answers
R.
GROUP_BY_CONNECT
S.
NEST
Answers
S.
NEST
Suggested answer: B
asked 23/09/2024
Mekmek Kh
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first