exam questions

Exam Certified Data Engineer Professional All Questions

View all questions & answers for the Certified Data Engineer Professional exam

Exam Certified Data Engineer Professional topic 1 question 87 discussion

Actual exam question from Databricks's Certified Data Engineer Professional
Question #: 87
Topic #: 1
[All Certified Data Engineer Professional Questions]

Which of the following technologies can be used to identify key areas of text when parsing Spark Driver log4j output?

  • A. Regex
  • B. Julia
  • C. pyspsark.ml.feature
  • D. Scala Datasets
  • E. C++
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
vctrhugo
11 months ago
Selected Answer: A
It allows us to define patterns that match the structure of the log entries and capture relevant data.
upvoted 3 times
...
aragorn_brego
1 year, 1 month ago
Selected Answer: A
Regular expressions (regex) can be used to identify and extract patterns from text data, which makes them very useful for parsing log files like the Spark Driver's log4j output. By defining specific regex patterns, you can search for error messages, timestamps, specific log levels, or any other text that follows a particular format within the log files.
upvoted 4 times
...
sturcu
1 year, 2 months ago
Selected Answer: A
Regex to extract text
upvoted 3 times
...
sturcu
1 year, 2 months ago
Selected Answer: E
Regex to extract text. C++ makes no sense in this context
upvoted 2 times
sturcu
1 year, 2 months ago
I meant A
upvoted 2 times
...
...
hm358
1 year, 2 months ago
Selected Answer: A
regex is for string identification
upvoted 2 times
...
mouad_attaqi
1 year, 2 months ago
Selected Answer: A
Using regex, we can identify key ans values areas
upvoted 4 times
...
sturcu
1 year, 2 months ago
Why C++, why not python or Java? Plus there are tools om parsing the log4j output like Chainsaw and xmlstarlet.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...