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
Unit tests are small, isolated tests that are used to check specific parts of the code, such as functions or classes
upvoted 4 times
...
Log in to ExamTopics
Sign in:
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.
nedlo
4 weeks, 1 day agonedlo
4 weeks, 1 day agojmjm21
5 months, 1 week agoalexvno
11 months, 1 week ago