DA0-001 · Question #336
DA0-001 Question #336: Real Exam Question with Answer & Explanation
The correct answer is D: ELT. {"question_number": 2, "question": "An analyst wants to extract data from a variety of sources and store the data in a cloud-based environment prior to cleaning.", "correct_answer": "D. ELT", "explanation": "ELT (Extract, Load, Transform) loads raw data into the destination envir
Question
An analyst wants to extract data from a variety of sources and store the data in a cloud-based environment prior to cleaning. Which of the following integration techniques should the analyst use?
Options
- AETL
- BAPI
- CSQL
- DELT
Explanation
{"question_number": 2, "question": "An analyst wants to extract data from a variety of sources and store the data in a cloud-based environment prior to cleaning.", "correct_answer": "D. ELT", "explanation": "ELT (Extract, Load, Transform) loads raw data into the destination environment first, then transforms/cleans it there. This matches the scenario: data is extracted from sources, loaded into the cloud, and cleaned afterward. ETL (Extract, Transform, Load) transforms data before loading, which is the opposite of what is described. APIs are a data access method, not an integration pipeline pattern. SQL is a query language, not an integration technique.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.