The correct answer is A. Periodic processing of aggregated datasets with persisted outputs for enterprise reuse .
EC-Council’s CAIPM consistently distinguishes enterprise AI integration based on business fit, lifecycle discipline, and operational context. The official CAIPM materials state that learners must understand “AI project life cycle, MLOps, and DataOps” and “plan scalable AI architectures and operational workflows.” In this scenario, the workload is explicitly not real-time. It uses accumulated datasets from multiple production environments for analytical evaluation and planning , which means the integration pattern should favor batch-oriented, scheduled processing rather than request/response or event-triggered execution.
Option A best matches that context because periodic processing supports consolidation, cost control, repeatability, and governed output generation. Persisted outputs are also the most suitable design when results must be consumed by multiple downstream reporting and planning systems , since reusable stored outputs create consistency across the enterprise. That aligns with CAIPM’s emphasis on integrating AI within organizational IT environments and designing solutions that are scalable, operationally manageable, and reusable across business processes. The course page specifically says participants learn to “evaluate, select, and integrate AI solutions securely within organizational IT environments” and to “integrate AI tools with enterprise systems.”
By contrast, options B, C, and D imply real-time or tightly coupled operational interaction patterns. Those are less appropriate here because the use case is analytical, cross-system, and lifecycle-managed rather than embedded in live transaction flows. Therefore, the batch-style, persisted, enterprise-reusable integration model in Option A is the best fit.