
Answer-first summary for fast verification
Answer: To provide a comprehensive audit trail of pipeline activities, facilitating debugging and compliance with financial regulations., To automatically reduce operational costs by optimizing resource usage based on log analysis.
**Correct Options: B and D.** Logging is essential in a data pipeline for several reasons, especially in a regulated industry like financial services: - **B. To provide a comprehensive audit trail of pipeline activities, facilitating debugging and compliance with financial regulations**: Logging creates a detailed record of all pipeline operations, which is crucial for troubleshooting issues and proving compliance with strict financial regulations. - **D. To automatically reduce operational costs by optimizing resource usage based on log analysis**: While logging itself does not reduce costs, analyzing logs can reveal inefficiencies and opportunities for optimizing resource use, leading to cost savings. **Why other options are incorrect**: - **A. To ensure data encryption at rest and in transit, meeting regulatory requirements**: Encryption is a separate security measure and not a function of logging. - **C. To significantly enhance the data processing speed, enabling real-time analytics**: Logging does not directly improve processing speed; it may help identify bottlenecks that, once addressed, could improve performance. - **E. Both B and D are correct because logging not only aids in compliance and debugging but also in identifying opportunities for cost savings through resource optimization**: This option is partially correct but overly broad, as it combines two distinct benefits of logging without acknowledging the indirect nature of cost savings through log analysis.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
In the context of developing a scalable and compliant data pipeline for a financial services company, which of the following best explains why logging is considered essential? Choose the two most correct options.
A
To ensure data encryption at rest and in transit, meeting regulatory requirements.
B
To provide a comprehensive audit trail of pipeline activities, facilitating debugging and compliance with financial regulations.
C
To significantly enhance the data processing speed, enabling real-time analytics.
D
To automatically reduce operational costs by optimizing resource usage based on log analysis.
E
Both B and D are correct because logging not only aids in compliance and debugging but also in identifying opportunities for cost savings through resource optimization.