ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 28 - AD0-E600 discussion

Report
Export

A data engineer is using Data Prep to format data for ingestion. The data engineer needs to load Date/Time as Date values for a field called CustomerCreateDate. The use of this field does not require a time component and as is String based.

The JSON value in this example is '.platosaprod.customerCreateDateVZOOS-11 -04 15:44".

Which Data Prep functions and order should the data engineer use to format the date without the time component?

A.
format(p'atosaprod.custometCreateDate.dd-MM-yyyy')
Answers
A.
format(p'atosaprod.custometCreateDate.dd-MM-yyyy')
B.
format(date(_platosaprod.customerCreateDate),'dd-MM-yyyy')
Answers
B.
format(date(_platosaprod.customerCreateDate),'dd-MM-yyyy')
C.
dformaUdateLP'atosaprod.customerCreateDateJ.'dd-MM-yyyy')
Answers
C.
dformaUdateLP'atosaprod.customerCreateDateJ.'dd-MM-yyyy')
D.
date(_platosaprod.customerCreateDate.'dd-MM-yyyy')
Answers
D.
date(_platosaprod.customerCreateDate.'dd-MM-yyyy')
Suggested answer: C
asked 02/10/2024
Miquel Triebel
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first