Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified Associate Developer for Apache Spark All Questions

View all questions & answers for the Certified Associate Developer for Apache Spark exam

Exam Certified Associate Developer for Apache Spark topic 1 question 177 discussion

Which of the following statements describing a difference between transformations and actions is incorrect?

  • A. There are wide and narrow transformations but there are not wide and narrow actions.
  • B. Transformations do not trigger execution while actions do trigger execution.
  • C. Transformations work on DataFrames/Datasets while actions are reserved for native language objects.
  • D. Some actions can be used to return data objects in a format native to the programming language being used to access the Spark API while transformations do not provide this ability.
  • E. Transformations are typically logic operations while actions are typically focused on returning results.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Oks_An
2 months ago
Selected Answer: C
We need to identify INCORRECT statement, so C is the answer
upvoted 1 times
...
EmmanuelRams
2 months, 3 weeks ago
is telling you what is the incorrect statement, so C is incorrect
upvoted 1 times
...
6546a53
3 months ago
Selected Answer: B
I think it's B
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 ...