PL-300 Exam QuestionsBrowse all questions from this exam

PL-300 Exam - Question 30


You have a CSV file that contains user complaints. The file contains a column named Logged. Logged contains the date and time each complaint occurred. The data in Logged is in the following format: 2018-12-31 at 08:59.

You need to be able to analyze the complaints by the logged date and use a built-in date hierarchy.

What should you do?

Show Answer
Correct Answer: C

To analyze the complaints by the logged date and use a built-in date hierarchy, split the Logged column by using 'at' as the delimiter. This will separate the date and time parts, allowing you to format the date portion correctly and leverage date-based analysis tools effectively.

Discussion

14 comments
Sign in to comment
tranquanghuy2111Option: C
Oct 5, 2023

this question is repeat many times

svbzOption: C
Jan 27, 2024

Option A says , Extract the last 11 characters here, as opposed to First 11 in the Question 10 . therefore C is Correct.

SwapnJOption: C
Oct 7, 2023

Option C, This question was in Exam

madyjoe21
Nov 16, 2023

Deja vu

28485e1Option: C
Feb 24, 2024

This is the 3rd time this question has appeared. Now the answer is delimiter, with the presence of 11-char. 2/3 delimiter, 1 against 11-char. I think it is safe to say the answer to this question will always be delimiter.

vikjos4Option: B
Nov 24, 2023

Why Not A

[Removed]
Jan 27, 2024

It's not A because it is about extracting the last 11 characters rather than the first ones.

DsbuffOption: C
Dec 19, 2023

As many have said, this question is repeated many times.

AZFabioOption: C
Mar 11, 2024

split by at delimiter

Deva_1Option: C
Apr 28, 2024

I have completed all the steps with dummy data, and yes, answer C is correct.

Kiran37
Jul 21, 2024

correct answer

IrynaVilnerOption: C
Oct 17, 2023

Answer C

TrustMyAnswersOption: C
Nov 6, 2023

Answer C is correct. Duplicate question.

ElieG
Nov 25, 2023

This question is the same as Question 10, can anyone please explain the difference between the answers given? (In Question 10 the answer given was to extract the first 11 characters)

noone420
Jan 18, 2024

wrong answer before probably. correct is to split using at as delimiter. check the discussions for the correct answer always

McisnerosOption: C
Mar 26, 2024

Not again..... C.