Incorporating unit tests into a PySpark application requires upfront attention to the design of your jobs, or a potentially significant refactoring of existing code. Which statement describes a main benefit that offset this additional effort?
A.
Improves the quality of your data
B.
Validates a complete use case of your application
C.
Troubleshooting is easier since all steps are isolated and tested individually
D.
Yields faster deployment and execution times
E.
Ensures that all steps interact correctly to achieve the desired end result
D is integration tests (how they relate to each other how connect), E is E2E test, C is "testing individually" which is only one fittign definition of unittest
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.
alexvno
Highly Voted 1 year, 1 month agonedlo
Most Recent 3 months, 2 weeks agonedlo
3 months, 2 weeks agojmjm21
8 months ago