Home »
MCQs »
PySpark MCQs
class pyspark.BasicProfiler(ctx) implements ____ as a default profiler
56. class pyspark.BasicProfiler(ctx) implements ____ as a default profiler.
- cProfile
- Accumulator
- Both A and B
- None of the above
Answer: C) Both A and B
Explanation:
class pyspark.BasicProfiler(ctx) implements cProfile and Accumulator as a default profiler.