Multiple choice technology web technology

___________________________ is recommended for large data volumes, low data quality and frequent loads

  1. ETL

  2. ELT

  3. ELTL

  4. EII

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

ETL (Extract, Transform, Load) is recommended for large data volumes with low quality because transformation happens before loading, allowing early error detection and correction. ELT loads raw data first then transforms it, which is better for cloud environments with good data quality. ELTL is not a standard pattern. EII (Enterprise Information Integration) provides virtual views without physical data movement.